
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}

.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}

.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}

.products-list .product-shop .product-name {
    margin-bottom: 0;
}

.products-list .product-shop .ratings {
    margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}

.products-list .product-shop .price-box {
    margin-top: 0;
}

.products-list .product-shop .price-box .price {
    font-size: 18px;
}

.products-list .product-shop .action {
    margin: 7px 0;
}

.products-list .product-shop .desc {
    margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px;
    }

    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0;
    }

    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details .product-name {
    padding-top: 10px;
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}

.category-image img {
    width: 100%;
    max-width: 100%;
}

.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #274888;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

.block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #274888;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content > dl > dt:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
}

.block-layered-nav dl dd ol > li > a .count {
    color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
    .block-layered-nav .block-content > dl > dt {
        padding-left: 10px;
    }

    .block-layered-nav .block-content > dl > dt:after {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none;
    }

    .block-layered-nav--no-filters .block-title {
        display: none;
    }

    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px;
    }

    .block-layered-nav .block-content > dl > dt {
        cursor: pointer;
        border-bottom-width: 0;
    }

    .block-layered-nav .block-content > dl > dt:hover {
        color: #274888;
    }

    .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #274888;
        border-right: none;
    }

    .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px;
    }

    .block-layered-nav .block-content > dl > dd {
        display: none;
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current {
        border-bottom-width: 1px;
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #274888;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }

    .block-layered-nav .block-content.accordion-open > dl > dd.current {
        display: block;
    }

    .block-layered-nav .block-subtitle--filter {
        background-color: #274888;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF;
    }

    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid white;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px;
    }

    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #2e8ab8;
        color: #FFFFFF;
    }

    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid white;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    #narrow-by-list,
    #narrow-by-list2 {
        padding: 10px;
        border: 1px solid #cccccc;
        border-top: 0;
    }

    .block-layered-nav dl ol > li > a,
    .block-layered-nav dl ol > li > span {
        padding: 7px;
        margin: 5px;
    }

    .block-layered-nav dl ol > li > a {
        color: #636363;
        background-color: #f4f4f4;
        padding: 5px 10px;
    }

    .block-layered-nav dl ol > li > a:hover {
        text-decoration: none;
        background: #ececec;
    }
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
    font-weight: bold;
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #274888;
    margin-bottom: 10px;
    border: 0;
}

.product-view .product-shop {
    width: 50%;
    float: right;
}

.product-view .product-shop .product-name {
    display: none;
    float: left;
}

.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
}

.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}

.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    max-width: 70%;
    margin-bottom: 10px;
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}

.product-view .product-shop .ratings {
    margin-bottom: 8px;
}

.product-view .product-shop .availability {
    font-size: 16px;
}

.product-view .product-shop .price-box {
    margin-top: 0;
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 2.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #274888;
    font-size: 24px;
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}

.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}

.product-view .price-box.map-info a {
    display: inherit;
}

.product-view .old-price .price-label {
    display: none;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
    width: 50%;
    float: right;
    clear: right;
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }

    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 770px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }

    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }

    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px;
    }

    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
        display: block;
    }
}

.product-img-box {
    width: 50%;
    float: left;
}

.product-img-box .product-name h1 {
    border: 0;
}

.product-img-box .product-image {
    margin-bottom: 10px;
}

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px;
    }
}

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url("../../skin/frontend/codazon_unlimited/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}

.product-image-thumbs li:first-child {
    margin-left: -1px;
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: 15px;
}

.product-img-box {
    padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 10px;
}

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .add-to-cart {
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}

.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px;
}

.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}

.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}

.product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
}

.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px;
    }

    .product-view .add-to-cart-buttons .paypal-logo,
    .product-view .add-to-cart-buttons .paypal-or,
    .product-view .add-to-cart-buttons .paypal-button,
    .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
    display: none;
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
}

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .add-to-links li {
    float: left;
}

.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}

.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}

.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
}

.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}

.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}

.product-view .sharing-links a:hover {
    opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}

.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}

.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}

.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px;
}

.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0;
    }
}

.product-collateral {
    clear: both;
}

.collateral-tabs dd h2 {
    display: none;
}

.box-collateral {
    clear: both;
}

@media only screen and (min-width: 771px) {
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        border: 1px solid #cccccc;
        background-color: #f4f4f4;
    }

    .product-collateral .toggle-tabs li {
        float: left;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-collateral .toggle-tabs li > span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        bottom: -1px;
    }

    .product-collateral .toggle-tabs li.current {
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .product-collateral .toggle-tabs li.current > span {
        background-color: #FFFFFF;
        z-index: 5;
    }

    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        color: #274888;
    }

    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }

    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .product-collateral > dl {
        width: 100%;
    }

    .product-collateral > dl > dt {
        display: none;
    }

    .product-collateral > dl > dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #cccccc;
        border-top: 0;
    }

    .product-collateral > dl > dd.current {
        display: block;
    }
}

@media only screen and (max-width: 770px) {
    .product-collateral .toggle-tabs {
        display: none;
    }

    .product-collateral > dl > dt {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;

        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
    }

    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #274888;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .product-collateral > dl > dt:hover {
        background-color: #ececec;
    }

    .product-collateral > dl > dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc;
    }

    .product-collateral > dl > dd:last-child {
        border-width: 0 1px 1px 1px;
    }

    .product-collateral > dl > dt {
        cursor: pointer;
        border-bottom-width: 0;
    }

    .product-collateral > dl > dt:hover {
        color: #274888;
    }

    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #274888;
        border-right: none;
    }

    .product-collateral > dl > dt.last {
        border-bottom-width: 1px;
    }

    .product-collateral > dl > dd {
        display: none;
    }

    .product-collateral.accordion-open > dl > dt.current {
        border-bottom-width: 1px;
    }

    .product-collateral.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #274888;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }

    .product-collateral.accordion-open > dl > dd.current {
        display: block;
    }
}

@media only screen and (max-width: 770px) {
    .product-view .product-shop,
    .product-view .add-to-cart-wrapper,
    .product-view .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 771px) {
    .product-view .product-shop .product-name {
        display: block;
    }

    .product-img-box .product-name {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .product-view .product-shop,
    .product-img-box,
    .product-collateral,
    .product-view .block-related,
    .box-collateral {
        margin-bottom: 15px;
    }
}

.product-view .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0;
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}

#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px;
    }
}

.grouped-items-table .name-wrapper {
    color: #274888;

}

.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}

.grouped-items-table .qty-label {
    margin-left: 7px;
}

.grouped-items-table td {
    padding: 4px;
}

.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}

.grouped-items-table .price-box {
    text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px 15px;
    border: 1px solid #cccccc;
    clear: both;
    position: relative;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
}

@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}

.product-options dt {
    margin: 10px 0 3px;
    font-weight: normal;
}

.product-options dt:first-child {
    margin-top: 0;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
    width: 3em;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}

.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd .input-text {
    width: 98%;
}

.product-options dd .input-box {
    padding-top: 0;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 330px;
    max-width: 100%;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}

.product-options ul.options-list .label {
    display: block;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options-bottom {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-bottom: 10px;
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363;
}

@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right;
    }

    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block;
    }
}

.product-options-bottom .price-tax {
    float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
    margin-bottom: 7px;
}

.block-related .block-title {
    border-bottom: none;
}

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;

    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}

.block-related .block-subtitle {
    margin-bottom: 7px;
}

.block-related .product {
    margin-left: 20px;
    position: relative;
}

.block-related .checkbox {
    float: left;
    margin-top: 36px;
}

.block-related .product-details {
    margin-left: 90px;
}

.block-related .product-name {
    margin-bottom: 3px;
}

.block-related .product-details .price-box {
    margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}

.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
    margin-top: 20px;
}

.box-up-sell .ratings {
    display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}

@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }

    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}

@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}

.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout span {
    display: block;
}

.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }

    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }

    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }

    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}

.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}

.map-popup .map-popup-price {
    padding: 10px 0;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}

.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
    float: left;
    width: 60%;
}

.cart .button {
    white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.checkout-cart-index #postcode {
    width: 100%;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}

.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}

.display-both-prices .crosssell {
    clear: right;
    float: right;
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }

    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }

    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }

    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }

    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none;
    }

    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%;
    }
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}

.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}

.checkout-types li img {
    display: inline;
    vertical-align: top;
}

.checkout-types li:first-child {
    margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}

.checkout-types.top li {
    display: inline-block;
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}

.checkout-types.top .bml_button img {
    display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}

.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px;
    }
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
    .checkout-types {
        float: none;
        text-align: center;
    }

    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}

.cart-table {

}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}

.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;

}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}

.cart-table tr {
    border-bottom: 1px solid silver;
}

.cart-table tfoot tr {
    background: none;
}

.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}

.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;

}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}

.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
    height: 70px;
    object-fit: contain;
    overflow: hidden;
}

.cart-table .product-cart-image a.cart-edit {
    display: none;
}

.cart-table .product-cart-sku {

    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
    font-weight: 600;
}

.cart-table .btn-empty {
    float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #274888;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #274888;
    border-bottom: none;
    right: -15px;
    top: 6px;
}

.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}

.cart-table .cart-links > li > a {
    display: block;
}

.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}

.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }

    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }

    .cart-table .product-cart-actions > li {
        white-space: inherit;
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table colgroup, .cart-table thead {
        display: none;
    }

    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .cart-table tr:last-child {
        margin-bottom: 0;
    }

    .cart-table tfoot tr {
        padding-bottom: 0;
    }

    .cart-table td {
        border: none;
        display: block;
    }

    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;

        padding-right: 5px;
        text-transform: uppercase;
    }

    .cart-table td.product-cart-price {
        text-align: left;
    }

    .cart-table h2 {
        font-size: 12px;
    }

    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }

    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center;
    }

    .cart-table .cart-links > li > a {
        padding: 2px 0px;
    }

    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }

    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }

    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }

    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }

    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }

    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }

    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }

    .cart-table .product-cart-actions .button {
        display: none;
    }

    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px 0px 2px 7px;
    }

    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }

    .cart-table .product-cart-actions {
        text-align: left;
    }

    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    }

    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }

    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }

    .cart-table .cart-footer-actions .btn-continue {
        float: left;
        width: 100%;
    }

    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}

.shipping select.validation-failed {
    border-color: #df280a;
}

.shipping .shipping-desc {
    display: none;
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}

.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}

.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
    width: 37%;
}

.shipping .form-list .shipping-region {
    width: 41%;
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}

.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}

.shipping .form-list .input-box {
    padding-top: 0;
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}

.shipping .form-list label {

    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}

.shipping .sp-methods dd {
    margin-bottom: 10px;
}

.shipping .sp-methods label {

    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.shipping .sp-methods label span {

    font-weight: bold;
    font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list > li {
        width: 100%;
        float: none;
    }

    .shipping .shipping-form .form-list > li label {
        display: block;
    }

    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
        width: 100%;
    }
}

.cart .cart-totals {
    text-align: right;
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}

.cart .cart-totals table {

    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.cart .cart-totals table td {
    padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.cart .cart-totals table tfoot td {
    font-size: 18px;
    padding: 2px 5px;
    vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}

@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}

#discount-coupon-form label,
.cart .giftcard label {

    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}

.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
    color: #274888;
}

.crosssell .item a.product-image {
    width: auto;
    float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
    .crosssell {
        /* Undo three-column config */
    }

    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }

    .crosssell .products-grid > li:nth-child(odd) {
        clear: left;
    }

    .crosssell .products-grid > li:nth-child(even) {
        margin-right: 0;
    }

    .crosssell .products-grid > li:nth-child(3n+1) {
        clear: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }

    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }

    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px;
    }

    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }

    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}

.opc select {
    width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #274888;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #023861;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}

.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
    .opc .buttons-set .button + .buttons-set .button,
    .paypal-express-review .buttons-set .button + .buttons-set .button {
        margin-left: 0;
    }
}

.opc #opc-login .step {
    padding: 0px;
}

.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

@media only screen and (max-width: 770px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
}

#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dt:first-child {
    margin: 0 0 5px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label img {
    float: left;
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.sp-methods .checkmo-list address {
    float: left;
}

@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0;
    }

    .sp-methods .checkmo-list label {
        width: 135px;
    }
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

.block-progress .block-content {
    font-size: 13px;
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}

.block-progress dt.complete {
    color: #636363;
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;

    font-style: italic;
}

.block-progress dd address {
    font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;

    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}

.block-progress .payment-info dt:after {
    content: ': ';
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
    min-width: auto;
    height: 42px;
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}

#review-buttons-container .f-left {
    float: right;
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
    display: none;
}

#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto;
    }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead > tr > th {
        display: none;
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }
}

#checkout-step-review .centinel > p {
    margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}

.gift-messages-form .item h5 {
    font-weight: bold;
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}

.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
    float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-item .product-img-box {
    width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

@media only screen and (max-width: 770px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }

    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }

    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }

    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set button {
    float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link img {
    border-radius: 2px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../skin/frontend/codazon_unlimited/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #274888;
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #274888;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}

.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #274888;
    padding-left: 5px;
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}

.product-view .product-options .select-label {
    display: none;
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {
    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
        padding-top: 0;
        margin-top: 20px;
    }

    .customer-account-login .col2-set .col-1 {
        padding-right: 20px;
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 20px;
        border-left: 1px solid #ededed;
    }
}

@media only screen and (min-width: 770px) {
    .customer-account-login .col2-set .col-1 {
        padding-right: 0;
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 60px;
        border-left: 1px solid #ededed;
    }
}

@media only screen and (max-width: 479px) {
    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px;
    }

    .customer-account-login .col2-set .col-2 {
        padding-top: 30px;
        border-top: 1px solid #ededed;
    }
}

@media only screen and (max-width: 770px) {
    .customer-account-login .col2-set p.required {
        display: none;
    }
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}

.opc #opc-login p:not(.required) {
    font-style: italic;

    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}

.remember-me-popup.show {
    display: block;
}

.remember-me-popup p {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .buttons-set {
    max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px;
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}

.customer-account-create .fieldset .hidden {
    display: none;
}

.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    max-width: 400px;
}

@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {

    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
}

body.customer-account .data-table span.nobr {
    white-space: normal;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.dashboard .box-head a {
    padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}

.dashboard .box-account {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {

    font-style: italic;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
    border-top: 0;
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}

.dashboard .box-reviews li .details {
    margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;

    font-size: 13px;
    margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {

}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
    margin-top: 10px;
}

@media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    margin-right: 20px;
}

.order-info li {
    margin: 0 0 0 20px;
}

.order-info li.current {
    font-weight: 600;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {

    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}

.order-info-box .col-2 {
    width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}

.order-info-box .box-title h2 {
    font-size: 14px;

    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
    float: left;

}

.order-info-box .box-content td,
.order-info-box .box-content th {

    line-height: 1.3;
}

.order-info-box .box-content th {
    padding-top: 10px;
}

.order-info-box .box-content td {
    padding-left: 15px;
}

.order-info-box .box-content strong {

    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}

#my-orders-table .option-value {
    margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }

    #my-orders-table .option-value {
        margin-left: 35px;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }

    #my-orders-table tr.bundle {
        border-color: #ededed;
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}

.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }

    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }

    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}

@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }

    .order-info-box .box-content {
        clear: left;
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .order-info dt {
        display: none;
    }

    .dashboard .page-title {
        margin-top: 20px;
    }

    .dashboard .page-title h1 {
        margin-top: 0;
    }

    .dashboard .welcome-msg {

    }

    .dashboard .welcome-msg .hello {
        font-style: italic;
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }

    .dashboard .col2-set .col-2 {
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px;
    }

    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }

    .order-info {
        margin-top: 15px;
    }

    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }

    .data-table.orders td.view {
        text-align: right;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }

    .order-info-box {
        margin: 0;
    }

    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }

    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    #my-reviews-table .nobr {
        white-space: normal;
    }
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
}

.contacts-index-index .buttons-set p.required {
    float: left;
}

@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0;
    }

    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px;
    }

    .contacts-index-index .buttons-set p.required {
        float: right;
    }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
    .paypal-review-order .col2-set .col-1,
    .paypal-review-order .col2-set .col-2 {
        padding: 0px;
    }
}

.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}

.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0;
    }

    .paypal-review-order .field.inactive {
        display: none;
    }
}

.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.top-container .bml-ad span {
    display: inline-block;
}

.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}

.bml-ad span {
    display: block;
    line-height: 0;
}

.bml-ad a {
    display: inline-block;
    max-width: 100%;
}

.bml-ad a:hover {
    opacity: 0.7;
}

.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}

@media only screen and (max-width: 770px) {
    .bml-ad.small {
        display: block;
    }
}

@media only screen and (min-width: 771px) {
    .bml-ad.large {
        display: block;
    }
}

div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}

div.paypal-logo span {
    display: block;
    width: 100%;
}

div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}

div.paypal-logo span a img {
    max-width: 100%;
}

div.paypal-logo span > img {
    display: none;
}

.checkout-types div.paypal-logo {
    text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}

.sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%;
}

.sidebar .paypal-logo > a:hover {
    opacity: 0.8;
}

.sidebar .paypal-logo > a img {
    display: block;
}

.sidebar .paypal-logo .label {
    margin-top: 4px;
}

.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}

#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px;
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {

    font-size: 10px;
    text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
    display: none;
}

#customer-reviews h2 {
    color: #274888;
    font-size: 12px;
    text-transform: uppercase;
}

#customer-reviews h2 span {
    color: #636363;
}

#customer-reviews h3 {

    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#customer-reviews h3 span {
    color: #274888;
}

#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;

    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#customer-reviews .fieldset h4 em {
    display: none;
}

#customer-reviews .fieldset .form-list {

    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal;
}

#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}

#customer-reviews dl {

    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
}

#customer-reviews dl dd {

    font-size: 14px;
    margin: 10px 0;
}

#customer-reviews dl dd .ratings-table {

    font-size: 12px;
    width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}

#customer-reviews dl dd table {
    margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
    color: #274888;

    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}

.review-summary-table thead {
    background: transparent;
}

.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
    display: none;
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {

    font-size: 12px;
    text-transform: uppercase;
}

.ratings-table th {
    padding-right: 10px;
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px;
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0;
    }

    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%;
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%;
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0;
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0;
    }
}

@media only screen and (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%;
    }

    #customer-reviews .fieldset .form-list {
        width: 100%;
    }

    #customer-reviews .fieldset .form-list .inline-label label,
    #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none;
    }

    #customer-reviews .buttons-set {
        width: 100%;
    }

    #customer-reviews .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px;
    }

    #customer-reviews .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px;
    }

    #customer-reviews .review-summary-table tbody td {
        width: 20%;
        padding: 0px;
    }

    #customer-reviews .review-summary-table .rating-box {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: 100%;
    }

    #customer-reviews .review-summary-table .rating-box .rating {
        display: none;
    }

    #customer-reviews .review-summary-table .rating-box .rating-number {
        display: inline-block;
    }
}

@media only screen and (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none;
    }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}

.review-product-view .product-review .product-img-box > a {
    width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}

.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}

.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100;
}

.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-pager span {

    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}

.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}

.slideshow-pager > * {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}

.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}

.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}

.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}

.cycle-overlay {

    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
    text-align: center;
}

#wishlist-table.clean-table {

    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}

#wishlist-table.clean-table thead th {

    font-size: 12px;
    text-transform: uppercase;
}

#wishlist-table .product-name {
    font-size: 16px;

    margin-bottom: 0;
    text-transform: uppercase;
}

#wishlist-table .product-name a {
    color: #274888;
}

#wishlist-table .wishlist-sku {
    font-size: 11px;

    margin: 5px 0;
}

#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;

}

#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}

#wishlist-table textarea:focus {
    border: 1px solid #274888;
}

#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}

#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}

#wishlist-table .cart-cell {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}

#wishlist-table .price-box {

    font-size: 12px;
}

#wishlist-table .price-box .price {
    color: #636363;
}

#wishlist-table .giftregisty-add {
    margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
    display: none;
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #274888;
    margin-bottom: 3px;
}

#wishlist-table .truncated .details {
    background: none;
    color: #274888;
}

#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    #wishlist-table.clean-table td textarea {
        height: 100px;
    }

    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px;
    }

    #wishlist-table .product-name {
        font-size: 13px;
    }
}

@media only screen and (max-width: 770px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both;
    }

    #wishlist-table .product-name {
        font-size: 16px;
    }

    #wishlist-table textarea {
        height: 68px;
        max-width: 100%;
    }

    #wishlist-table .item-manage {
        max-width: 100%;
    }

    #wishlist-table tr {
        position: relative;
    }

    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both;
    }

    #wishlist-table td.customer-wishlist-item-image {
        width: 70px;
    }

    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px;
    }

    #wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0;
    }

    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px;
    }

    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 599px) {
    #wishlist-table td.customer-wishlist-item-quantity {
        padding-left: 0;
    }

    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table th.customer-wishlist-item-image {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    #wishlist-table tr {
        position: relative;
    }

    #wishlist-table th.customer-wishlist-item-image {
        display: block;
    }

    #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide;
    }

    #wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden;
    }

    #wishlist-table td.customer-wishlist-item-image a {
        float: left;
    }

    #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px;
    }

    #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
        text-align: left;
    }

    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
        float: left;
        margin-right: 15px;
    }

    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
        text-align: left;
    }

    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
        margin-top: 0;
    }

    #wishlist-table td.customer-wishlist-item-cart .cart-cell {
        float: left;
        width: 48%;
    }

    #wishlist-table td.customer-wishlist-item-cart > p {
        float: right;
        width: 48%;
    }

    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0px;
        display: block;
        padding: 0px;
        height: 20px;
    }

    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%;
    }
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}

.block-wishlist .price-box {
    float: left;
    margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}

.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
    display: inline-block;
}

@media only screen and (max-width: 770px) {
    .header-minicart {
        display: block;
    }
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}

.header-minicart .empty {
    padding: 10px;
    text-align: center;
}

.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}

.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.header-minicart .minicart-wrapper:after {
    background-image: url("../../skin/frontend/codazon_unlimited/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
    position: relative;
}

.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block;
}

.header-minicart .block-cart {
    display: none;
}

.header-minicart .block-subtitle {
    color: #50A4CF;

    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
}

.header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.header-minicart .mini-products-list li.last {
    border: none;
}

.header-minicart .mini-products-list li .product-details {
    position: relative;
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}

.header-minicart .product-details .product-name a {
    color: #274888;
}

.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}

.header-minicart .info-wrapper td {
    color: #274888;
    clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}

.header-minicart .subtotal {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em;
}

.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase;
}

.header-minicart .subtotal .price {
    color: #274888;
}

.header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}

.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}

.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}

@media only screen and (min-width: 771px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1;
    }
}

@media only screen and (max-width: 770px) {
    .header-minicart .subtotal .label {
        color: #636363;
    }

    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }

    .header-minicart .quantity-button {
        float: none;
    }

    .header-minicart .header-minicart .block-cart {
        padding: 15px;
    }

    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }

    .header-minicart .minicart-actions {
        padding-bottom: 33px;
    }

    .header-minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: absolute;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 740px) {
    .header-minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 599px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;
}

.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #274888;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #274888;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}

.search-autocomplete ul li:hover {
    color: #2e8ab8;
}

.search-autocomplete ul li.selected {
    background-color: #274888;
    color: white;
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}

.search-autocomplete ul li:last-child {
    border-bottom: none;
}

.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #274888;
    border-top: none;
    left: 50%;
    top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}

.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
    .advanced-search {
        padding: 15px;
    }
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;

    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
    margin: 15px 0;
}

.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #274888;
    font-size: 16px;
    font-weight: 600;

    padding-bottom: 10px;
}

.product-review .ratings-table {

}

.product-review .ratings-table th {
    padding-right: 10px;
}

.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;

    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.product-review .ratings-description dd {
    color: #737373;

    font-size: 13px;
}

@media only screen and (min-width: 771px) {
    .product-review .ratings-table tr {
        float: none;
    }
}

@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .product-review .ratings-table tr {
        float: none;
    }
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}

.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}

.cms-page-view .std p,
.cms-no-route .std p {
    color: #636363;

    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.cms-page-view .std h1,
.cms-no-route .std h1 {
    color: #274888;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
    color: #274888;
}

.cms-page-view .std li,
.cms-no-route .std li {
    color: #636363;

    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-no-route .std img {
    width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
    display: none;
}

#accordion > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;

    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

#accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #274888;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

#accordion > dl > dt:hover {
    background-color: #ececec;
}

#accordion > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

#accordion > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}

#accordion li {
    position: relative;
    overflow: hidden;
}

#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}

.page-sitemap .links a {
    position: relative;
}

.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.contacts-index-index h1 {
    border: none;
}

#contactForm {
    padding-left: 40px;
}

#contactForm h2 {
    display: none;
}

#contactForm:after {
    content: '';
    display: table;
    clear: both;
}

#contactForm .fieldset .legend + .required {
    margin: 0;
}

@media only screen and (max-width: 770px) {
    #contactForm {
        padding-left: 0;
    }
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;

    font-size: 12px;
    text-transform: uppercase;
}

.map-info {
    white-space: nowrap;
}

.catalog-product-view .map-info {
    white-space: normal;
}

.catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}

.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}

.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}

.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%;
    }
}

@media only screen and (max-width: 770px) {
    .notice-cookie {
        padding: 0 20px;
    }

    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0;
    }
}

@media only screen and (max-width: 620px) {
    .notice-cookie {
        padding: 0 20px;
    }

    .notice-cookie .notice-inner {
        background-position: left 10px;
    }

    .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both;
    }

    .notice-cookie .notice-text {
        float: none;
        max-width: 100%;
        padding-top: 0;
    }

    .notice-cookie .actions {
        text-align: left;
    }
}

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

.product-tags {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list > li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions > a {
    font-size: 12px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}

.my-tag-edit .button.btn-remove:after {
    color: white;
}

@media only screen and (max-width: 770px) {
    .tags-list > li,
    .tags-list {
        float: none;
    }
}

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}

.captcha-img {
    border: 20px solid #bbbbbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
    float: none;
    clear: both;
}

.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
    .sales-order-invoice .sub-title,
    .sales-order-creditmemo .sub-title,
    .sales-order-shipment .sub-title {
        float: left;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .sales-order-invoice .order-links,
    .sales-order-creditmemo .order-links,
    .sales-order-shipment .order-links {
        text-align: center;
        width: 100%;
    }
}

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}

#recurring_profile_list_view th span {
    white-space: inherit;
}

@media only screen and (max-width: 479px) {
    #recurring_profile_list_view {
        font-size: 12px;
    }

    #recurring_profile_list_view a {
        font-size: inherit;
    }

    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
        padding: 2px;
    }
}

.recurring-profiles-title {
    float: left;
}

.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
        text-align: center;
        float: none;
    }
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}

.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}

.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}

.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}

.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

@media only screen and (max-width: 479px) {
    .billing-agreements .info-box .button {
        width: 100%;
        float: none;
    }
}

.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}

@media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
        max-width: 100%;
    }
}

.billing-agreement-details td, .billing-agreement-details th {
    padding: 3.5px;
}

@media only screen and (max-width: 979px) {
    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
    float: left;
    height: 40px;
    margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}

@media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }
}

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

@media only screen and (min-width: 1199px) {
    .col2-left-layout .col-main .widget,
    .col2-right-layout .col-main .widget,
    .col3-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }

    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }

    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 770px) {
    .col1-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }

    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }

    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;

}

body[class*="checkout-multishipping-"] .checkout-progress > li.active {
    background-color: #dddddd;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.last {
    border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
    background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
    width: 100%;
    clear: both;
}

@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }

    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 770px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        width: 12px;
    }

    body[class*="checkout-multishipping-"] .checkout-progress li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 3%;
        border-right: 0px;
    }

    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 1px;
        width: 12px;
    }

    body[class*="checkout-multishipping-"] .box-title {
        float: left;
        width: 100%;
    }

    body[class*="checkout-multishipping-"] .page-title .button {
        float: left;
        margin-bottom: 10px;
    }

    body[class*="checkout-multishipping-"] .linearize-table tfoot td {
        text-align: right;
    }

    body[class*="checkout-multishipping-"] .linearize-table select {
        width: 100%;
        min-width: 200px;
    }

    body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 599px) {
    .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 10px;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .buttons-set .back-link {
        display: block;
    }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li {
    margin-left: 2em;
}

.postContent ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li {
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../../skin/frontend/codazon_unlimited/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {

    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
   
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: inherit;*/
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {

}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
/*
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}*/

/*.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}


@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
        float: left
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-23 {
        width: 95.83333333%
    }

    .col-lg-22 {
        width: 91.66666667%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-20 {
        width: 83.33333333%
    }

    .col-lg-19 {
        width: 79.16666667%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-17 {
        width: 70.83333333%
    }

    .col-lg-16 {
        width: 66.66666667%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-14 {
        width: 58.33333333%
    }

    .col-lg-13 {
        width: 54.16666667%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-11 {
        width: 45.83333333%
    }

    .col-lg-10 {
        width: 41.66666667%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-8 {
        width: 33.33333333%
    }

    .col-lg-7 {
        width: 29.16666667%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-5 {
        width: 20.83333333%
    }

    .col-lg-4 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-2 {
        width: 8.33333333%
    }

    .col-lg-1 {
        width: 4.16666667%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-pull-23 {
        right: 95.83333333%
    }

    .col-lg-pull-22 {
        right: 91.66666667%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-20 {
        right: 83.33333333%
    }

    .col-lg-pull-19 {
        right: 79.16666667%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-17 {
        right: 70.83333333%
    }

    .col-lg-pull-16 {
        right: 66.66666667%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-14 {
        right: 58.33333333%
    }

    .col-lg-pull-13 {
        right: 54.16666667%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-11 {
        right: 45.83333333%
    }

    .col-lg-pull-10 {
        right: 41.66666667%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-8 {
        right: 33.33333333%
    }

    .col-lg-pull-7 {
        right: 29.16666667%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-5 {
        right: 20.83333333%
    }

    .col-lg-pull-4 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-2 {
        right: 8.33333333%
    }

    .col-lg-pull-1 {
        right: 4.16666667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-push-23 {
        left: 95.83333333%
    }

    .col-lg-push-22 {
        left: 91.66666667%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-20 {
        left: 83.33333333%
    }

    .col-lg-push-19 {
        left: 79.16666667%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-17 {
        left: 70.83333333%
    }

    .col-lg-push-16 {
        left: 66.66666667%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-14 {
        left: 58.33333333%
    }

    .col-lg-push-13 {
        left: 54.16666667%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-11 {
        left: 45.83333333%
    }

    .col-lg-push-10 {
        left: 41.66666667%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-8 {
        left: 33.33333333%
    }

    .col-lg-push-7 {
        left: 29.16666667%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-5 {
        left: 20.83333333%
    }

    .col-lg-push-4 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-2 {
        left: 8.33333333%
    }

    .col-lg-push-1 {
        left: 4.16666667%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    /*.navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }*/

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -10px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        /*display: none !important*/
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

body {
    overflow-x: hidden;
}

.cdz-menu *,
.cdz-menu :after,
.cdz-menu :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .cdz-menu .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .cdz-menu .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .cdz-menu .container {
        width: 1200px;
    }
}

.cdz-menu .col-lg-1,
.cdz-menu .col-lg-10,
.cdz-menu .col-lg-11,
.cdz-menu .col-lg-12,
.cdz-menu .col-lg-13,
.cdz-menu .col-lg-14,
.cdz-menu .col-lg-15,
.cdz-menu .col-lg-16,
.cdz-menu .col-lg-17,
.cdz-menu .col-lg-18,
.cdz-menu .col-lg-19,
.cdz-menu .col-lg-2,
.cdz-menu .col-lg-20,
.cdz-menu .col-lg-21,
.cdz-menu .col-lg-22,
.cdz-menu .col-lg-23,
.cdz-menu .col-lg-24,
.cdz-menu .col-lg-3,
.cdz-menu .col-lg-4,
.cdz-menu .col-lg-5,
.cdz-menu .col-lg-6,
.cdz-menu .col-lg-7,
.cdz-menu .col-lg-8,
.cdz-menu .col-lg-9,
.cdz-menu .col-md-1,
.cdz-menu .col-md-10,
.cdz-menu .col-md-11,
.cdz-menu .col-md-12,
.cdz-menu .col-md-13,
.cdz-menu .col-md-14,
.cdz-menu .col-md-15,
.cdz-menu .col-md-16,
.cdz-menu .col-md-17,
.cdz-menu .col-md-18,
.cdz-menu .col-md-19,
.cdz-menu .col-md-2,
.cdz-menu .col-md-20,
.cdz-menu .col-md-21,
.cdz-menu .col-md-22,
.cdz-menu .col-md-23,
.cdz-menu .col-md-24,
.cdz-menu .col-md-3,
.cdz-menu .col-md-4,
.cdz-menu .col-md-5,
.cdz-menu .col-md-6,
.cdz-menu .col-md-7,
.cdz-menu .col-md-8,
.cdz-menu .col-md-9,
.cdz-menu .col-sm-1,
.cdz-menu .col-sm-10,
.cdz-menu .col-sm-11,
.cdz-menu .col-sm-12,
.cdz-menu .col-sm-13,
.cdz-menu .col-sm-14,
.cdz-menu .col-sm-15,
.cdz-menu .col-sm-16,
.cdz-menu .col-sm-17,
.cdz-menu .col-sm-18,
.cdz-menu .col-sm-19,
.cdz-menu .col-sm-2,
.cdz-menu .col-sm-20,
.cdz-menu .col-sm-21,
.cdz-menu .col-sm-22,
.cdz-menu .col-sm-23,
.cdz-menu .col-sm-24,
.cdz-menu .col-sm-3,
.cdz-menu .col-sm-4,
.cdz-menu .col-sm-5,
.cdz-menu .col-sm-6,
.cdz-menu .col-sm-7,
.cdz-menu .col-sm-8,
.cdz-menu .col-sm-9,
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
    float: left;
}

.cdz-menu .col-xs-24 {
    width: 100%;
}

.cdz-menu .col-xs-23 {
    width: 95.83333333%;
}

.cdz-menu .col-xs-22 {
    width: 91.66666667%;
}

.cdz-menu .col-xs-21 {
    width: 87.5%;
}

.cdz-menu .col-xs-20 {
    width: 83.33333333%;
}

.cdz-menu .col-xs-19 {
    width: 79.16666667%;
}

.cdz-menu .col-xs-18 {
    width: 75%;
}

.cdz-menu .col-xs-17 {
    width: 70.83333333%;
}

.cdz-menu .col-xs-16 {
    width: 66.66666667%;
}

.cdz-menu .col-xs-15 {
    width: 62.5%;
}

.cdz-menu .col-xs-14 {
    width: 58.33333333%;
}

.cdz-menu .col-xs-13 {
    width: 54.16666667%;
}

.cdz-menu .col-xs-12 {
    width: 50%;
}

.cdz-menu .col-xs-11 {
    width: 45.83333333%;
}

.cdz-menu .col-xs-10 {
    width: 41.66666667%;
}

.cdz-menu .col-xs-9 {
    width: 37.5%;
}

.cdz-menu .col-xs-8 {
    width: 33.33333333%;
}

.cdz-menu .col-xs-7 {
    width: 29.16666667%;
}

.cdz-menu .col-xs-6 {
    width: 25%;
}

.cdz-menu .col-xs-5 {
    width: 20.83333333%;
}

.cdz-menu .col-xs-4 {
    width: 16.66666667%;
}

.cdz-menu .col-xs-3 {
    width: 12.5%;
}

.cdz-menu .col-xs-2 {
    width: 8.33333333%;
}

.cdz-menu .col-xs-1 {
    width: 4.16666667%;
}

.cdz-menu .col-xs-pull-24 {
    right: 100%;
}

.cdz-menu .col-xs-pull-23 {
    right: 95.83333333%;
}

.cdz-menu .col-xs-pull-22 {
    right: 91.66666667%;
}

.cdz-menu .col-xs-pull-21 {
    right: 87.5%;
}

.cdz-menu .col-xs-pull-20 {
    right: 83.33333333%;
}

.cdz-menu .col-xs-pull-19 {
    right: 79.16666667%;
}

.cdz-menu .col-xs-pull-18 {
    right: 75%;
}

.cdz-menu .col-xs-pull-17 {
    right: 70.83333333%;
}

.cdz-menu .col-xs-pull-16 {
    right: 66.66666667%;
}

.cdz-menu .col-xs-pull-15 {
    right: 62.5%;
}

.cdz-menu .col-xs-pull-14 {
    right: 58.33333333%;
}

.cdz-menu .col-xs-pull-13 {
    right: 54.16666667%;
}

.cdz-menu .col-xs-pull-12 {
    right: 50%;
}

.cdz-menu .col-xs-pull-11 {
    right: 45.83333333%;
}

.cdz-menu .col-xs-pull-10 {
    right: 41.66666667%;
}

.cdz-menu .col-xs-pull-9 {
    right: 37.5%;
}

.cdz-menu .col-xs-pull-8 {
    right: 33.33333333%;
}

.cdz-menu .col-xs-pull-7 {
    right: 29.16666667%;
}

.cdz-menu .col-xs-pull-6 {
    right: 25%;
}

.cdz-menu .col-xs-pull-5 {
    right: 20.83333333%;
}

.cdz-menu .col-xs-pull-4 {
    right: 16.66666667%;
}

.cdz-menu .col-xs-pull-3 {
    right: 12.5%;
}

.cdz-menu .col-xs-pull-2 {
    right: 8.33333333%;
}

.cdz-menu .col-xs-pull-1 {
    right: 4.16666667%;
}

.cdz-menu .col-xs-pull-0 {
    right: auto;
}

.cdz-menu .col-xs-push-24 {
    left: 100%;
}

.cdz-menu .col-xs-push-23 {
    left: 95.83333333%;
}

.cdz-menu .col-xs-push-22 {
    left: 91.66666667%;
}

.cdz-menu .col-xs-push-21 {
    left: 87.5%;
}

.cdz-menu .col-xs-push-20 {
    left: 83.33333333%;
}

.cdz-menu .col-xs-push-19 {
    left: 79.16666667%;
}

.cdz-menu .col-xs-push-18 {
    left: 75%;
}

.cdz-menu .col-xs-push-17 {
    left: 70.83333333%;
}

.cdz-menu .col-xs-push-16 {
    left: 66.66666667%;
}

.cdz-menu .col-xs-push-15 {
    left: 62.5%;
}

.cdz-menu .col-xs-push-14 {
    left: 58.33333333%;
}

.cdz-menu .col-xs-push-13 {
    left: 54.16666667%;
}

.cdz-menu .col-xs-push-12 {
    left: 50%;
}

.cdz-menu .col-xs-push-11 {
    left: 45.83333333%;
}

.cdz-menu .col-xs-push-10 {
    left: 41.66666667%;
}

.cdz-menu .col-xs-push-9 {
    left: 37.5%;
}

.cdz-menu .col-xs-push-8 {
    left: 33.33333333%;
}

.cdz-menu .col-xs-push-7 {
    left: 29.16666667%;
}

.cdz-menu .col-xs-push-6 {
    left: 25%;
}

.cdz-menu .col-xs-push-5 {
    left: 20.83333333%;
}

.cdz-menu .col-xs-push-4 {
    left: 16.66666667%;
}

.cdz-menu .col-xs-push-3 {
    left: 12.5%;
}

.cdz-menu .col-xs-push-2 {
    left: 8.33333333%;
}

.cdz-menu .col-xs-push-1 {
    left: 4.16666667%;
}

.cdz-menu .col-xs-push-0 {
    left: auto;
}

.cdz-menu .col-xs-offset-24 {
    margin-left: 100%;
}

.cdz-menu .col-xs-offset-23 {
    margin-left: 95.83333333%;
}

.cdz-menu .col-xs-offset-22 {
    margin-left: 91.66666667%;
}

.cdz-menu .col-xs-offset-21 {
    margin-left: 87.5%;
}

.cdz-menu .col-xs-offset-20 {
    margin-left: 83.33333333%;
}

.cdz-menu .col-xs-offset-19 {
    margin-left: 79.16666667%;
}

.cdz-menu .col-xs-offset-18 {
    margin-left: 75%;
}

.cdz-menu .col-xs-offset-17 {
    margin-left: 70.83333333%;
}

.cdz-menu .col-xs-offset-16 {
    margin-left: 66.66666667%;
}

.cdz-menu .col-xs-offset-15 {
    margin-left: 62.5%;
}

.cdz-menu .col-xs-offset-14 {
    margin-left: 58.33333333%;
}

.cdz-menu .col-xs-offset-13 {
    margin-left: 54.16666667%;
}

.cdz-menu .col-xs-offset-12 {
    margin-left: 50%;
}

.cdz-menu .col-xs-offset-11 {
    margin-left: 45.83333333%;
}

.cdz-menu .col-xs-offset-10 {
    margin-left: 41.66666667%;
}

.cdz-menu .col-xs-offset-9 {
    margin-left: 37.5%;
}

.cdz-menu .col-xs-offset-8 {
    margin-left: 33.33333333%;
}

.cdz-menu .col-xs-offset-7 {
    margin-left: 29.16666667%;
}

.cdz-menu .col-xs-offset-6 {
    margin-left: 25%;
}

.cdz-menu .col-xs-offset-5 {
    margin-left: 20.83333333%;
}

.cdz-menu .col-xs-offset-4 {
    margin-left: 16.66666667%;
}

.cdz-menu .col-xs-offset-3 {
    margin-left: 12.5%;
}

.cdz-menu .col-xs-offset-2 {
    margin-left: 8.33333333%;
}

.cdz-menu .col-xs-offset-1 {
    margin-left: 4.16666667%;
}

.cdz-menu .col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .cdz-menu .col-sm-1,
    .cdz-menu .col-sm-10,
    .cdz-menu .col-sm-11,
    .cdz-menu .col-sm-12,
    .cdz-menu .col-sm-13,
    .cdz-menu .col-sm-14,
    .cdz-menu .col-sm-15,
    .cdz-menu .col-sm-16,
    .cdz-menu .col-sm-17,
    .cdz-menu .col-sm-18,
    .cdz-menu .col-sm-19,
    .cdz-menu .col-sm-2,
    .cdz-menu .col-sm-20,
    .cdz-menu .col-sm-21,
    .cdz-menu .col-sm-22,
    .cdz-menu .col-sm-23,
    .cdz-menu .col-sm-24,
    .cdz-menu .col-sm-3,
    .cdz-menu .col-sm-4,
    .cdz-menu .col-sm-5,
    .cdz-menu .col-sm-6,
    .cdz-menu .col-sm-7,
    .cdz-menu .col-sm-8,
    .cdz-menu .col-sm-9 {
        float: left;
    }

    .cdz-menu .col-sm-24 {
        width: 100%;
    }

    .cdz-menu .col-sm-23 {
        width: 95.83333333%;
    }

    .cdz-menu .col-sm-22 {
        width: 91.66666667%;
    }

    .cdz-menu .col-sm-21 {
        width: 87.5%;
    }

    .cdz-menu .col-sm-20 {
        width: 83.33333333%;
    }

    .cdz-menu .col-sm-19 {
        width: 79.16666667%;
    }

    .cdz-menu .col-sm-18 {
        width: 75%;
    }

    .cdz-menu .col-sm-17 {
        width: 70.83333333%;
    }

    .cdz-menu .col-sm-16 {
        width: 66.66666667%;
    }

    .cdz-menu .col-sm-15 {
        width: 62.5%;
    }

    .cdz-menu .col-sm-14 {
        width: 58.33333333%;
    }

    .cdz-menu .col-sm-13 {
        width: 54.16666667%;
    }

    .cdz-menu .col-sm-12 {
        width: 50%;
    }

    .cdz-menu .col-sm-11 {
        width: 45.83333333%;
    }

    .cdz-menu .col-sm-10 {
        width: 41.66666667%;
    }

    .cdz-menu .col-sm-9 {
        width: 37.5%;
    }

    .cdz-menu .col-sm-8 {
        width: 33.33333333%;
    }

    .cdz-menu .col-sm-7 {
        width: 29.16666667%;
    }

    .cdz-menu .col-sm-6 {
        width: 25%;
    }

    .cdz-menu .col-sm-5 {
        width: 20.83333333%;
    }

    .cdz-menu .col-sm-4 {
        width: 16.66666667%;
    }

    .cdz-menu .col-sm-3 {
        width: 12.5%;
    }

    .cdz-menu .col-sm-2 {
        width: 8.33333333%;
    }

    .cdz-menu .col-sm-1 {
        width: 4.16666667%;
    }

    .cdz-menu .col-sm-pull-24 {
        right: 100%;
    }

    .cdz-menu .col-sm-pull-23 {
        right: 95.83333333%;
    }

    .cdz-menu .col-sm-pull-22 {
        right: 91.66666667%;
    }

    .cdz-menu .col-sm-pull-21 {
        right: 87.5%;
    }

    .cdz-menu .col-sm-pull-20 {
        right: 83.33333333%;
    }

    .cdz-menu .col-sm-pull-19 {
        right: 79.16666667%;
    }

    .cdz-menu .col-sm-pull-18 {
        right: 75%;
    }

    .cdz-menu .col-sm-pull-17 {
        right: 70.83333333%;
    }

    .cdz-menu .col-sm-pull-16 {
        right: 66.66666667%;
    }

    .cdz-menu .col-sm-pull-15 {
        right: 62.5%;
    }

    .cdz-menu .col-sm-pull-14 {
        right: 58.33333333%;
    }

    .cdz-menu .col-sm-pull-13 {
        right: 54.16666667%;
    }

    .cdz-menu .col-sm-pull-12 {
        right: 50%;
    }

    .cdz-menu .col-sm-pull-11 {
        right: 45.83333333%;
    }

    .cdz-menu .col-sm-pull-10 {
        right: 41.66666667%;
    }

    .cdz-menu .col-sm-pull-9 {
        right: 37.5%;
    }

    .cdz-menu .col-sm-pull-8 {
        right: 33.33333333%;
    }

    .cdz-menu .col-sm-pull-7 {
        right: 29.16666667%;
    }

    .cdz-menu .col-sm-pull-6 {
        right: 25%;
    }

    .cdz-menu .col-sm-pull-5 {
        right: 20.83333333%;
    }

    .cdz-menu .col-sm-pull-4 {
        right: 16.66666667%;
    }

    .cdz-menu .col-sm-pull-3 {
        right: 12.5%;
    }

    .cdz-menu .col-sm-pull-2 {
        right: 8.33333333%;
    }

    .cdz-menu .col-sm-pull-1 {
        right: 4.16666667%;
    }

    .cdz-menu .col-sm-pull-0 {
        right: auto;
    }

    .cdz-menu .col-sm-push-24 {
        left: 100%;
    }

    .cdz-menu .col-sm-push-23 {
        left: 95.83333333%;
    }

    .cdz-menu .col-sm-push-22 {
        left: 91.66666667%;
    }

    .cdz-menu .col-sm-push-21 {
        left: 87.5%;
    }

    .cdz-menu .col-sm-push-20 {
        left: 83.33333333%;
    }

    .cdz-menu .col-sm-push-19 {
        left: 79.16666667%;
    }

    .cdz-menu .col-sm-push-18 {
        left: 75%;
    }

    .cdz-menu .col-sm-push-17 {
        left: 70.83333333%;
    }

    .cdz-menu .col-sm-push-16 {
        left: 66.66666667%;
    }

    .cdz-menu .col-sm-push-15 {
        left: 62.5%;
    }

    .cdz-menu .col-sm-push-14 {
        left: 58.33333333%;
    }

    .cdz-menu .col-sm-push-13 {
        left: 54.16666667%;
    }

    .cdz-menu .col-sm-push-12 {
        left: 50%;
    }

    .cdz-menu .col-sm-push-11 {
        left: 45.83333333%;
    }

    .cdz-menu .col-sm-push-10 {
        left: 41.66666667%;
    }

    .cdz-menu .col-sm-push-9 {
        left: 37.5%;
    }

    .cdz-menu .col-sm-push-8 {
        left: 33.33333333%;
    }

    .cdz-menu .col-sm-push-7 {
        left: 29.16666667%;
    }

    .cdz-menu .col-sm-push-6 {
        left: 25%;
    }

    .cdz-menu .col-sm-push-5 {
        left: 20.83333333%;
    }

    .cdz-menu .col-sm-push-4 {
        left: 16.66666667%;
    }

    .cdz-menu .col-sm-push-3 {
        left: 12.5%;
    }

    .cdz-menu .col-sm-push-2 {
        left: 8.33333333%;
    }

    .cdz-menu .col-sm-push-1 {
        left: 4.16666667%;
    }

    .cdz-menu .col-sm-push-0 {
        left: auto;
    }

    .cdz-menu .col-sm-offset-24 {
        margin-left: 100%;
    }

    .cdz-menu .col-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .cdz-menu .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .cdz-menu .col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .cdz-menu .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .cdz-menu .col-sm-offset-19 {
        margin-left: 79.16666667%;
    }

    .cdz-menu .col-sm-offset-18 {
        margin-left: 75%;
    }

    .cdz-menu .col-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .cdz-menu .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .cdz-menu .col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .cdz-menu .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .cdz-menu .col-sm-offset-13 {
        margin-left: 54.16666667%;
    }

    .cdz-menu .col-sm-offset-12 {
        margin-left: 50%;
    }

    .cdz-menu .col-sm-offset-11 {
        margin-left: 45.83333333%;
    }

    .cdz-menu .col-sm-offset-10 {
        margin-left: 41.66666667%;
    }

    .cdz-menu .col-sm-offset-9 {
        margin-left: 37.5%;
    }

    .cdz-menu .col-sm-offset-8 {
        margin-left: 33.33333333%;
    }

    .cdz-menu .col-sm-offset-7 {
        margin-left: 29.16666667%;
    }

    .cdz-menu .col-sm-offset-6 {
        margin-left: 25%;
    }

    .cdz-menu .col-sm-offset-5 {
        margin-left: 20.83333333%;
    }

    .cdz-menu .col-sm-offset-4 {
        margin-left: 16.66666667%;
    }

    .cdz-menu .col-sm-offset-3 {
        margin-left: 12.5%;
    }

    .cdz-menu .col-sm-offset-2 {
        margin-left: 8.33333333%;
    }

    .cdz-menu .col-sm-offset-1 {
        margin-left: 4.16666667%;
    }

    .cdz-menu .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .cdz-menu .col-md-1,
    .cdz-menu .col-md-10,
    .cdz-menu .col-md-11,
    .cdz-menu .col-md-12,
    .cdz-menu .col-md-13,
    .cdz-menu .col-md-14,
    .cdz-menu .col-md-15,
    .cdz-menu .col-md-16,
    .cdz-menu .col-md-17,
    .cdz-menu .col-md-18,
    .cdz-menu .col-md-19,
    .cdz-menu .col-md-2,
    .cdz-menu .col-md-20,
    .cdz-menu .col-md-21,
    .cdz-menu .col-md-22,
    .cdz-menu .col-md-23,
    .cdz-menu .col-md-24,
    .cdz-menu .col-md-3,
    .cdz-menu .col-md-4,
    .cdz-menu .col-md-5,
    .cdz-menu .col-md-6,
    .cdz-menu .col-md-7,
    .cdz-menu .col-md-8,
    .cdz-menu .col-md-9 {
        float: left;
    }

    .cdz-menu .col-md-24 {
        width: 100%;
    }

    .cdz-menu .col-md-23 {
        width: 95.83333333%;
    }

    .cdz-menu .col-md-22 {
        width: 91.66666667%;
    }

    .cdz-menu .col-md-21 {
        width: 87.5%;
    }

    .cdz-menu .col-md-20 {
        width: 83.33333333%;
    }

    .cdz-menu .col-md-19 {
        width: 79.16666667%;
    }

    .cdz-menu .col-md-18 {
        width: 75%;
    }

    .cdz-menu .col-md-17 {
        width: 70.83333333%;
    }

    .cdz-menu .col-md-16 {
        width: 66.66666667%;
    }

    .cdz-menu .col-md-15 {
        width: 62.5%;
    }

    .cdz-menu .col-md-14 {
        width: 58.33333333%;
    }

    .cdz-menu .col-md-13 {
        width: 54.16666667%;
    }

    .cdz-menu .col-md-12 {
        width: 50%;
    }

    .cdz-menu .col-md-11 {
        width: 45.83333333%;
    }

    .cdz-menu .col-md-10 {
        width: 41.66666667%;
    }

    .cdz-menu .col-md-9 {
        width: 37.5%;
    }

    .cdz-menu .col-md-8 {
        width: 33.33333333%;
    }

    .cdz-menu .col-md-7 {
        width: 29.16666667%;
    }

    .cdz-menu .col-md-6 {
        width: 25%;
    }

    .cdz-menu .col-md-5 {
        width: 20.83333333%;
    }

    .cdz-menu .col-md-4 {
        width: 16.66666667%;
    }

    .cdz-menu .col-md-3 {
        width: 12.5%;
    }

    .cdz-menu .col-md-2 {
        width: 8.33333333%;
    }

    .cdz-menu .col-md-1 {
        width: 4.16666667%;
    }

    .cdz-menu .col-md-pull-24 {
        right: 100%;
    }

    .cdz-menu .col-md-pull-23 {
        right: 95.83333333%;
    }

    .cdz-menu .col-md-pull-22 {
        right: 91.66666667%;
    }

    .cdz-menu .col-md-pull-21 {
        right: 87.5%;
    }

    .cdz-menu .col-md-pull-20 {
        right: 83.33333333%;
    }

    .cdz-menu .col-md-pull-19 {
        right: 79.16666667%;
    }

    .cdz-menu .col-md-pull-18 {
        right: 75%;
    }

    .cdz-menu .col-md-pull-17 {
        right: 70.83333333%;
    }

    .cdz-menu .col-md-pull-16 {
        right: 66.66666667%;
    }

    .cdz-menu .col-md-pull-15 {
        right: 62.5%;
    }

    .cdz-menu .col-md-pull-14 {
        right: 58.33333333%;
    }

    .cdz-menu .col-md-pull-13 {
        right: 54.16666667%;
    }

    .cdz-menu .col-md-pull-12 {
        right: 50%;
    }

    .cdz-menu .col-md-pull-11 {
        right: 45.83333333%;
    }

    .cdz-menu .col-md-pull-10 {
        right: 41.66666667%;
    }

    .cdz-menu .col-md-pull-9 {
        right: 37.5%;
    }

    .cdz-menu .col-md-pull-8 {
        right: 33.33333333%;
    }

    .cdz-menu .col-md-pull-7 {
        right: 29.16666667%;
    }

    .cdz-menu .col-md-pull-6 {
        right: 25%;
    }

    .cdz-menu .col-md-pull-5 {
        right: 20.83333333%;
    }

    .cdz-menu .col-md-pull-4 {
        right: 16.66666667%;
    }

    .cdz-menu .col-md-pull-3 {
        right: 12.5%;
    }

    .cdz-menu .col-md-pull-2 {
        right: 8.33333333%;
    }

    .cdz-menu .col-md-pull-1 {
        right: 4.16666667%;
    }

    .cdz-menu .col-md-pull-0 {
        right: auto;
    }

    .cdz-menu .col-md-push-24 {
        left: 100%;
    }

    .cdz-menu .col-md-push-23 {
        left: 95.83333333%;
    }

    .cdz-menu .col-md-push-22 {
        left: 91.66666667%;
    }

    .cdz-menu .col-md-push-21 {
        left: 87.5%;
    }

    .cdz-menu .col-md-push-20 {
        left: 83.33333333%;
    }

    .cdz-menu .col-md-push-19 {
        left: 79.16666667%;
    }

    .cdz-menu .col-md-push-18 {
        left: 75%;
    }

    .cdz-menu .col-md-push-17 {
        left: 70.83333333%;
    }

    .cdz-menu .col-md-push-16 {
        left: 66.66666667%;
    }

    .cdz-menu .col-md-push-15 {
        left: 62.5%;
    }

    .cdz-menu .col-md-push-14 {
        left: 58.33333333%;
    }

    .cdz-menu .col-md-push-13 {
        left: 54.16666667%;
    }

    .cdz-menu .col-md-push-12 {
        left: 50%;
    }

    .cdz-menu .col-md-push-11 {
        left: 45.83333333%;
    }

    .cdz-menu .col-md-push-10 {
        left: 41.66666667%;
    }

    .cdz-menu .col-md-push-9 {
        left: 37.5%;
    }

    .cdz-menu .col-md-push-8 {
        left: 33.33333333%;
    }

    .cdz-menu .col-md-push-7 {
        left: 29.16666667%;
    }

    .cdz-menu .col-md-push-6 {
        left: 25%;
    }

    .cdz-menu .col-md-push-5 {
        left: 20.83333333%;
    }

    .cdz-menu .col-md-push-4 {
        left: 16.66666667%;
    }

    .cdz-menu .col-md-push-3 {
        left: 12.5%;
    }

    .cdz-menu .col-md-push-2 {
        left: 8.33333333%;
    }

    .cdz-menu .col-md-push-1 {
        left: 4.16666667%;
    }

    .cdz-menu .col-md-push-0 {
        left: auto;
    }

    .cdz-menu .col-md-offset-24 {
        margin-left: 100%;
    }

    .cdz-menu .col-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .cdz-menu .col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .cdz-menu .col-md-offset-21 {
        margin-left: 87.5%;
    }

    .cdz-menu .col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .cdz-menu .col-md-offset-19 {
        margin-left: 79.16666667%;
    }

    .cdz-menu .col-md-offset-18 {
        margin-left: 75%;
    }

    .cdz-menu .col-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .cdz-menu .col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .cdz-menu .col-md-offset-15 {
        margin-left: 62.5%;
    }

    .cdz-menu .col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .cdz-menu .col-md-offset-13 {
        margin-left: 54.16666667%;
    }

    .cdz-menu .col-md-offset-12 {
        margin-left: 50%;
    }

    .cdz-menu .col-md-offset-11 {
        margin-left: 45.83333333%;
    }

    .cdz-menu .col-md-offset-10 {
        margin-left: 41.66666667%;
    }

    .cdz-menu .col-md-offset-9 {
        margin-left: 37.5%;
    }

    .cdz-menu .col-md-offset-8 {
        margin-left: 33.33333333%;
    }

    .cdz-menu .col-md-offset-7 {
        margin-left: 29.16666667%;
    }

    .cdz-menu .col-md-offset-6 {
        margin-left: 25%;
    }

    .cdz-menu .col-md-offset-5 {
        margin-left: 20.83333333%;
    }

    .cdz-menu .col-md-offset-4 {
        margin-left: 16.66666667%;
    }

    .cdz-menu .col-md-offset-3 {
        margin-left: 12.5%;
    }

    .cdz-menu .col-md-offset-2 {
        margin-left: 8.33333333%;
    }

    .cdz-menu .col-md-offset-1 {
        margin-left: 4.16666667%;
    }

    .cdz-menu .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .cdz-menu .col-lg-1,
    .cdz-menu .col-lg-10,
    .cdz-menu .col-lg-11,
    .cdz-menu .col-lg-12,
    .cdz-menu .col-lg-13,
    .cdz-menu .col-lg-14,
    .cdz-menu .col-lg-15,
    .cdz-menu .col-lg-16,
    .cdz-menu .col-lg-17,
    .cdz-menu .col-lg-18,
    .cdz-menu .col-lg-19,
    .cdz-menu .col-lg-2,
    .cdz-menu .col-lg-20,
    .cdz-menu .col-lg-21,
    .cdz-menu .col-lg-22,
    .cdz-menu .col-lg-23,
    .cdz-menu .col-lg-24,
    .cdz-menu .col-lg-3,
    .cdz-menu .col-lg-4,
    .cdz-menu .col-lg-5,
    .cdz-menu .col-lg-6,
    .cdz-menu .col-lg-7,
    .cdz-menu .col-lg-8,
    .cdz-menu .col-lg-9 {
        float: left;
    }

    .cdz-menu .col-lg-24 {
        width: 100%;
    }

    .cdz-menu .col-lg-23 {
        width: 95.83333333%;
    }

    .cdz-menu .col-lg-22 {
        width: 91.66666667%;
    }

    .cdz-menu .col-lg-21 {
        width: 87.5%;
    }

    .cdz-menu .col-lg-20 {
        width: 83.33333333%;
    }

    .cdz-menu .col-lg-19 {
        width: 79.16666667%;
    }

    .cdz-menu .col-lg-18 {
        width: 75%;
    }

    .cdz-menu .col-lg-17 {
        width: 70.83333333%;
    }

    .cdz-menu .col-lg-16 {
        width: 66.66666667%;
    }

    .cdz-menu .col-lg-15 {
        width: 62.5%;
    }

    .cdz-menu .col-lg-14 {
        width: 58.33333333%;
    }

    .cdz-menu .col-lg-13 {
        width: 54.16666667%;
    }

    .cdz-menu .col-lg-12 {
        width: 50%;
    }

    .cdz-menu .col-lg-11 {
        width: 45.83333333%;
    }

    .cdz-menu .col-lg-10 {
        width: 41.66666667%;
    }

    .cdz-menu .col-lg-9 {
        width: 37.5%;
    }

    .cdz-menu .col-lg-8 {
        width: 33.33333333%;
    }

    .cdz-menu .col-lg-7 {
        width: 29.16666667%;
    }

    .cdz-menu .col-lg-6 {
        width: 25%;
    }

    .cdz-menu .col-lg-5 {
        width: 20.83333333%;
    }

    .cdz-menu .col-lg-4 {
        width: 16.66666667%;
    }

    .cdz-menu .col-lg-3 {
        width: 12.5%;
    }

    .cdz-menu .col-lg-2 {
        width: 8.33333333%;
    }

    .cdz-menu .col-lg-1 {
        width: 4.16666667%;
    }

    .cdz-menu .col-lg-pull-24 {
        right: 100%;
    }

    .cdz-menu .col-lg-pull-23 {
        right: 95.83333333%;
    }

    .cdz-menu .col-lg-pull-22 {
        right: 91.66666667%;
    }

    .cdz-menu .col-lg-pull-21 {
        right: 87.5%;
    }

    .cdz-menu .col-lg-pull-20 {
        right: 83.33333333%;
    }

    .cdz-menu .col-lg-pull-19 {
        right: 79.16666667%;
    }

    .cdz-menu .col-lg-pull-18 {
        right: 75%;
    }

    .cdz-menu .col-lg-pull-17 {
        right: 70.83333333%;
    }

    .cdz-menu .col-lg-pull-16 {
        right: 66.66666667%;
    }

    .cdz-menu .col-lg-pull-15 {
        right: 62.5%;
    }

    .cdz-menu .col-lg-pull-14 {
        right: 58.33333333%;
    }

    .cdz-menu .col-lg-pull-13 {
        right: 54.16666667%;
    }

    .cdz-menu .col-lg-pull-12 {
        right: 50%;
    }

    .cdz-menu .col-lg-pull-11 {
        right: 45.83333333%;
    }

    .cdz-menu .col-lg-pull-10 {
        right: 41.66666667%;
    }

    .cdz-menu .col-lg-pull-9 {
        right: 37.5%;
    }

    .cdz-menu .col-lg-pull-8 {
        right: 33.33333333%;
    }

    .cdz-menu .col-lg-pull-7 {
        right: 29.16666667%;
    }

    .cdz-menu .col-lg-pull-6 {
        right: 25%;
    }

    .cdz-menu .col-lg-pull-5 {
        right: 20.83333333%;
    }

    .cdz-menu .col-lg-pull-4 {
        right: 16.66666667%;
    }

    .cdz-menu .col-lg-pull-3 {
        right: 12.5%;
    }

    .cdz-menu .col-lg-pull-2 {
        right: 8.33333333%;
    }

    .cdz-menu .col-lg-pull-1 {
        right: 4.16666667%;
    }

    .cdz-menu .col-lg-pull-0 {
        right: auto;
    }

    .cdz-menu .col-lg-push-24 {
        left: 100%;
    }

    .cdz-menu .col-lg-push-23 {
        left: 95.83333333%;
    }

    .cdz-menu .col-lg-push-22 {
        left: 91.66666667%;
    }

    .cdz-menu .col-lg-push-21 {
        left: 87.5%;
    }

    .cdz-menu .col-lg-push-20 {
        left: 83.33333333%;
    }

    .cdz-menu .col-lg-push-19 {
        left: 79.16666667%;
    }

    .cdz-menu .col-lg-push-18 {
        left: 75%;
    }

    .cdz-menu .col-lg-push-17 {
        left: 70.83333333%;
    }

    .cdz-menu .col-lg-push-16 {
        left: 66.66666667%;
    }

    .cdz-menu .col-lg-push-15 {
        left: 62.5%;
    }

    .cdz-menu .col-lg-push-14 {
        left: 58.33333333%;
    }

    .cdz-menu .col-lg-push-13 {
        left: 54.16666667%;
    }

    .cdz-menu .col-lg-push-12 {
        left: 50%;
    }

    .cdz-menu .col-lg-push-11 {
        left: 45.83333333%;
    }

    .cdz-menu .col-lg-push-10 {
        left: 41.66666667%;
    }

    .cdz-menu .col-lg-push-9 {
        left: 37.5%;
    }

    .cdz-menu .col-lg-push-8 {
        left: 33.33333333%;
    }

    .cdz-menu .col-lg-push-7 {
        left: 29.16666667%;
    }

    .cdz-menu .col-lg-push-6 {
        left: 25%;
    }

    .cdz-menu .col-lg-push-5 {
        left: 20.83333333%;
    }

    .cdz-menu .col-lg-push-4 {
        left: 16.66666667%;
    }

    .cdz-menu .col-lg-push-3 {
        left: 12.5%;
    }

    .cdz-menu .col-lg-push-2 {
        left: 8.33333333%;
    }

    .cdz-menu .col-lg-push-1 {
        left: 4.16666667%;
    }

    .cdz-menu .col-lg-push-0 {
        left: auto;
    }

    .cdz-menu .col-lg-offset-24 {
        margin-left: 100%;
    }

    .cdz-menu .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .cdz-menu .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .cdz-menu .col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .cdz-menu .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .cdz-menu .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }

    .cdz-menu .col-lg-offset-18 {
        margin-left: 75%;
    }

    .cdz-menu .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .cdz-menu .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .cdz-menu .col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .cdz-menu .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .cdz-menu .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }

    .cdz-menu .col-lg-offset-12 {
        margin-left: 50%;
    }

    .cdz-menu .col-lg-offset-11 {
        margin-left: 45.83333333%;
    }

    .cdz-menu .col-lg-offset-10 {
        margin-left: 41.66666667%;
    }

    .cdz-menu .col-lg-offset-9 {
        margin-left: 37.5%;
    }

    .cdz-menu .col-lg-offset-8 {
        margin-left: 33.33333333%;
    }

    .cdz-menu .col-lg-offset-7 {
        margin-left: 29.16666667%;
    }

    .cdz-menu .col-lg-offset-6 {
        margin-left: 25%;
    }

    .cdz-menu .col-lg-offset-5 {
        margin-left: 20.83333333%;
    }

    .cdz-menu .col-lg-offset-4 {
        margin-left: 16.66666667%;
    }

    .cdz-menu .col-lg-offset-3 {
        margin-left: 12.5%;
    }

    .cdz-menu .col-lg-offset-2 {
        margin-left: 8.33333333%;
    }

    .cdz-menu .col-lg-offset-1 {
        margin-left: 4.16666667%;
    }

    .cdz-menu .col-lg-offset-0 {
        margin-left: 0;
    }
}

.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-group-vertical > .btn-group:before,
.cdz-menu .btn-toolbar:after,
.cdz-menu .btn-toolbar:before,
.cdz-menu .clearfix:after,
.cdz-menu .clearfix:before,
.cdz-menu .container-fluid:after,
.cdz-menu .container-fluid:before,
.cdz-menu .container:after,
.cdz-menu .container:before,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .dl-horizontal dd:before,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .form-horizontal .form-group:before,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-footer:before,
.cdz-menu .modal-header:after,
.cdz-menu .modal-header:before,
.cdz-menu .nav:after,
.cdz-menu .nav:before,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-collapse:before,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar-header:before,
.cdz-menu .navbar:after,
.cdz-menu .navbar:before,
.cdz-menu .pager:after,
.cdz-menu .pager:before,
.cdz-menu .panel-body:after,
.cdz-menu .panel-body:before,
.cdz-menu .row:after,
.cdz-menu .row:before {
    content: " ";
    display: table;
}

.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-toolbar:after,
.cdz-menu .clearfix:after,
.cdz-menu .container-fluid:after,
.cdz-menu .container:after,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-header:after,
.cdz-menu .nav:after,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar:after,
.cdz-menu .pager:after,
.cdz-menu .panel-body:after,
.cdz-menu .row:after {
    clear: both;
}

.cdz-menu .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cdz-menu .pull-right {
    float: right !important;
}

.cdz-menu .pull-left {
    float: left !important;
}

.cdz-menu .hide {
    display: none !important;
}

.cdz-menu .show {
    display: block !important;
}

.cdz-menu .hidden,
.cdz-menu .visible-lg,
.cdz-menu .visible-lg-block,
.cdz-menu .visible-lg-inline,
.cdz-menu .visible-lg-inline-block,
.cdz-menu .visible-md,
.cdz-menu .visible-md-block,
.cdz-menu .visible-md-inline,
.cdz-menu .visible-md-inline-block,
.cdz-menu .visible-sm,
.cdz-menu .visible-sm-block,
.cdz-menu .visible-sm-inline,
.cdz-menu .visible-sm-inline-block,
.cdz-menu .visible-xs,
.cdz-menu .visible-xs-block,
.cdz-menu .visible-xs-inline,
.cdz-menu .visible-xs-inline-block {
    display: none !important;
}

.cdz-menu .invisible {
    visibility: hidden;
}

.cdz-menu .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.cdz-menu .affix {
    position: fixed;
}

@media (max-width: 767px) {
    .cdz-menu .visible-xs {
        display: block !important;
    }

    .cdz-menu table.visible-xs {
        display: table !important;
    }

    .cdz-menu tr.visible-xs {
        display: table-row !important;
    }

    .cdz-menu td.visible-xs,
    .cdz-menu th.visible-xs {
        display: table-cell !important;
    }

    .cdz-menu .visible-xs-block {
        display: block !important;
    }

    .cdz-menu .visible-xs-inline {
        display: inline !important;
    }

    .cdz-menu .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cdz-menu .visible-sm {
        display: block !important;
    }

    .cdz-menu table.visible-sm {
        display: table !important;
    }

    .cdz-menu tr.visible-sm {
        display: table-row !important;
    }

    .cdz-menu td.visible-sm,
    .cdz-menu th.visible-sm {
        display: table-cell !important;
    }

    .cdz-menu .visible-sm-block {
        display: block !important;
    }

    .cdz-menu .visible-sm-inline {
        display: inline !important;
    }

    .cdz-menu .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cdz-menu .visible-md {
        display: block !important;
    }

    .cdz-menu table.visible-md {
        display: table !important;
    }

    .cdz-menu tr.visible-md {
        display: table-row !important;
    }

    .cdz-menu td.visible-md,
    .cdz-menu th.visible-md {
        display: table-cell !important;
    }

    .cdz-menu .visible-md-block {
        display: block !important;
    }

    .cdz-menu .visible-md-inline {
        display: inline !important;
    }

    .cdz-menu .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .cdz-menu .visible-lg {
        display: block !important;
    }

    .cdz-menu table.visible-lg {
        display: table !important;
    }

    .cdz-menu tr.visible-lg {
        display: table-row !important;
    }

    .cdz-menu td.visible-lg,
    .cdz-menu th.visible-lg {
        display: table-cell !important;
    }

    .cdz-menu .visible-lg-block {
        display: block !important;
    }

    .cdz-menu .visible-lg-inline {
        display: inline !important;
    }

    .cdz-menu .visible-lg-inline-block {
        display: inline-block !important;
    }

    .cdz-menu .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cdz-menu .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cdz-menu .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cdz-menu .hidden-md {
        display: none !important;
    }
}

.cdz-menu .visible-print {
    display: none !important;
}

@media print {
    .cdz-menu .visible-print {
        display: block !important;
    }

    .cdz-menu table.visible-print {
        display: table !important;
    }

    .cdz-menu tr.visible-print {
        display: table-row !important;
    }

    .cdz-menu td.visible-print,
    .cdz-menu th.visible-print {
        display: table-cell !important;
    }
}

.cdz-menu .visible-print-block {
    display: none !important;
}

@media print {
    .cdz-menu .visible-print-block {
        display: block !important;
    }
}

.cdz-menu .visible-print-inline {
    display: none !important;
}

@media print {
    .cdz-menu .visible-print-inline {
        display: inline !important;
    }
}

.cdz-menu .visible-print-inline-block {
    display: none !important;
}

@media print {
    .cdz-menu .visible-print-inline-block {
        display: inline-block !important;
    }

    .cdz-menu .hidden-print {
        display: none !important;
    }
}

.cdz-menu ul,
.cdz-menu ol {
    padding: 0;
    list-style: none;
}

.cdz-menu a,
.cdz-menu a:hover {
    text-decoration: none;
}

.rtl-layout .cdz-menu .col-xs-1 {
    width: 4.16667%;
}

.rtl-layout .cdz-menu .col-xs-2 {
    width: 8.33333%;
}

.rtl-layout .cdz-menu .col-xs-3 {
    width: 12.5%;
}

.rtl-layout .cdz-menu .col-xs-4 {
    width: 16.66667%;
}

.rtl-layout .cdz-menu .col-xs-5 {
    width: 20.83333%;
}

.rtl-layout .cdz-menu .col-xs-6 {
    width: 25%;
}

.rtl-layout .cdz-menu .col-xs-7 {
    width: 29.16667%;
}

.rtl-layout .cdz-menu .col-xs-8 {
    width: 33.33333%;
}

.rtl-layout .cdz-menu .col-xs-9 {
    width: 37.5%;
}

.rtl-layout .cdz-menu .col-xs-10 {
    width: 41.66667%;
}

.rtl-layout .cdz-menu .col-xs-11 {
    width: 45.83333%;
}

.rtl-layout .cdz-menu .col-xs-12 {
    width: 50%;
}

.rtl-layout .cdz-menu .col-xs-13 {
    width: 54.16667%;
}

.rtl-layout .cdz-menu .col-xs-14 {
    width: 58.33333%;
}

.rtl-layout .cdz-menu .col-xs-15 {
    width: 62.5%;
}

.rtl-layout .cdz-menu .col-xs-16 {
    width: 66.66667%;
}

.rtl-layout .cdz-menu .col-xs-17 {
    width: 70.83333%;
}

.rtl-layout .cdz-menu .col-xs-18 {
    width: 75%;
}

.rtl-layout .cdz-menu .col-xs-19 {
    width: 79.16667%;
}

.rtl-layout .cdz-menu .col-xs-20 {
    width: 83.33333%;
}

.rtl-layout .cdz-menu .col-xs-21 {
    width: 87.5%;
}

.rtl-layout .cdz-menu .col-xs-22 {
    width: 91.66667%;
}

.rtl-layout .cdz-menu .col-xs-23 {
    width: 95.83333%;
}

.rtl-layout .cdz-menu .col-xs-24 {
    width: 100%;
}

.rtl-layout .cdz-menu .col-xs-pull-0 {
    left: 0;
}

.rtl-layout .cdz-menu .col-xs-pull-1 {
    left: 4.16667%;
}

.rtl-layout .cdz-menu .col-xs-pull-2 {
    left: 8.33333%;
}

.rtl-layout .cdz-menu .col-xs-pull-3 {
    left: 12.5%;
}

.rtl-layout .cdz-menu .col-xs-pull-4 {
    left: 16.66667%;
}

.rtl-layout .cdz-menu .col-xs-pull-5 {
    left: 20.83333%;
}

.rtl-layout .cdz-menu .col-xs-pull-6 {
    left: 25%;
}

.rtl-layout .cdz-menu .col-xs-pull-7 {
    left: 29.16667%;
}

.rtl-layout .cdz-menu .col-xs-pull-8 {
    left: 33.33333%;
}

.rtl-layout .cdz-menu .col-xs-pull-9 {
    left: 37.5%;
}

.rtl-layout .cdz-menu .col-xs-pull-10 {
    left: 41.66667%;
}

.rtl-layout .cdz-menu .col-xs-pull-11 {
    left: 45.83333%;
}

.rtl-layout .cdz-menu .col-xs-pull-12 {
    left: 50%;
}

.rtl-layout .cdz-menu .col-xs-pull-13 {
    left: 54.16667%;
}

.rtl-layout .cdz-menu .col-xs-pull-14 {
    left: 58.33333%;
}

.rtl-layout .cdz-menu .col-xs-pull-15 {
    left: 62.5%;
}

.rtl-layout .cdz-menu .col-xs-pull-16 {
    left: 66.66667%;
}

.rtl-layout .cdz-menu .col-xs-pull-17 {
    left: 70.83333%;
}

.rtl-layout .cdz-menu .col-xs-pull-18 {
    left: 75%;
}

.rtl-layout .cdz-menu .col-xs-pull-19 {
    left: 79.16667%;
}

.rtl-layout .cdz-menu .col-xs-pull-20 {
    left: 83.33333%;
}

.rtl-layout .cdz-menu .col-xs-pull-21 {
    left: 87.5%;
}

.rtl-layout .cdz-menu .col-xs-pull-22 {
    left: 91.66667%;
}

.rtl-layout .cdz-menu .col-xs-pull-23 {
    left: 95.83333%;
}

.rtl-layout .cdz-menu .col-xs-pull-24 {
    left: 100%;
}

.rtl-layout .cdz-menu .col-xs-push-0 {
    right: 0;
}

.rtl-layout .cdz-menu .col-xs-push-1 {
    right: 4.16667%;
}

.rtl-layout .cdz-menu .col-xs-push-2 {
    right: 8.33333%;
}

.rtl-layout .cdz-menu .col-xs-push-3 {
    right: 12.5%;
}

.rtl-layout .cdz-menu .col-xs-push-4 {
    right: 16.66667%;
}

.rtl-layout .cdz-menu .col-xs-push-5 {
    right: 20.83333%;
}

.rtl-layout .cdz-menu .col-xs-push-6 {
    right: 25%;
}

.rtl-layout .cdz-menu .col-xs-push-7 {
    right: 29.16667%;
}

.rtl-layout .cdz-menu .col-xs-push-8 {
    right: 33.33333%;
}

.rtl-layout .cdz-menu .col-xs-push-9 {
    right: 37.5%;
}

.rtl-layout .cdz-menu .col-xs-push-10 {
    right: 41.66667%;
}

.rtl-layout .cdz-menu .col-xs-push-11 {
    right: 45.83333%;
}

.rtl-layout .cdz-menu .col-xs-push-12 {
    right: 50%;
}

.rtl-layout .cdz-menu .col-xs-push-13 {
    right: 54.16667%;
}

.rtl-layout .cdz-menu .col-xs-push-14 {
    right: 58.33333%;
}

.rtl-layout .cdz-menu .col-xs-push-15 {
    right: 62.5%;
}

.rtl-layout .cdz-menu .col-xs-push-16 {
    right: 66.66667%;
}

.rtl-layout .cdz-menu .col-xs-push-17 {
    right: 70.83333%;
}

.rtl-layout .cdz-menu .col-xs-push-18 {
    right: 75%;
}

.rtl-layout .cdz-menu .col-xs-push-19 {
    right: 79.16667%;
}

.rtl-layout .cdz-menu .col-xs-push-20 {
    right: 83.33333%;
}

.rtl-layout .cdz-menu .col-xs-push-21 {
    right: 87.5%;
}

.rtl-layout .cdz-menu .col-xs-push-22 {
    right: 91.66667%;
}

.rtl-layout .cdz-menu .col-xs-push-23 {
    right: 95.83333%;
}

.rtl-layout .cdz-menu .col-xs-push-24 {
    right: 100%;
}

.rtl-layout .cdz-menu .col-xs-offset-0 {
    margin-right: 0;
}

.rtl-layout .cdz-menu .col-xs-offset-1 {
    margin-right: 4.16667%;
}

.rtl-layout .cdz-menu .col-xs-offset-2 {
    margin-right: 8.33333%;
}

.rtl-layout .cdz-menu .col-xs-offset-3 {
    margin-right: 12.5%;
}

.rtl-layout .cdz-menu .col-xs-offset-4 {
    margin-right: 16.66667%;
}

.rtl-layout .cdz-menu .col-xs-offset-5 {
    margin-right: 20.83333%;
}

.rtl-layout .cdz-menu .col-xs-offset-6 {
    margin-right: 25%;
}

.rtl-layout .cdz-menu .col-xs-offset-7 {
    margin-right: 29.16667%;
}

.rtl-layout .cdz-menu .col-xs-offset-8 {
    margin-right: 33.33333%;
}

.rtl-layout .cdz-menu .col-xs-offset-9 {
    margin-right: 37.5%;
}

.rtl-layout .cdz-menu .col-xs-offset-10 {
    margin-right: 41.66667%;
}

.rtl-layout .cdz-menu .col-xs-offset-11 {
    margin-right: 45.83333%;
}

.rtl-layout .cdz-menu .col-xs-offset-12 {
    margin-right: 50%;
}

.rtl-layout .cdz-menu .col-xs-offset-13 {
    margin-right: 54.16667%;
}

.rtl-layout .cdz-menu .col-xs-offset-14 {
    margin-right: 58.33333%;
}

.rtl-layout .cdz-menu .col-xs-offset-15 {
    margin-right: 62.5%;
}

.rtl-layout .cdz-menu .col-xs-offset-16 {
    margin-right: 66.66667%;
}

.rtl-layout .cdz-menu .col-xs-offset-17 {
    margin-right: 70.83333%;
}

.rtl-layout .cdz-menu .col-xs-offset-18 {
    margin-right: 75%;
}

.rtl-layout .cdz-menu .col-xs-offset-19 {
    margin-right: 79.16667%;
}

.rtl-layout .cdz-menu .col-xs-offset-20 {
    margin-right: 83.33333%;
}

.rtl-layout .cdz-menu .col-xs-offset-21 {
    margin-right: 87.5%;
}

.rtl-layout .cdz-menu .col-xs-offset-22 {
    margin-right: 91.66667%;
}

.rtl-layout .cdz-menu .col-xs-offset-23 {
    margin-right: 95.83333%;
}

.rtl-layout .cdz-menu .col-xs-offset-24 {
    margin-right: 100%;
}

@media (min-width: 768px) {
    .rtl-layout .cdz-menu .col-sm-1,
    .rtl-layout .cdz-menu .col-sm-2,
    .rtl-layout .cdz-menu .col-sm-3,
    .rtl-layout .cdz-menu .col-sm-4,
    .rtl-layout .cdz-menu .col-sm-5,
    .rtl-layout .cdz-menu .col-sm-6,
    .rtl-layout .cdz-menu .col-sm-7,
    .rtl-layout .cdz-menu .col-sm-8,
    .rtl-layout .cdz-menu .col-sm-9,
    .rtl-layout .cdz-menu .col-sm-10,
    .rtl-layout .cdz-menu .col-sm-11,
    .rtl-layout .cdz-menu .col-sm-12,
    .rtl-layout .cdz-menu .col-sm-13,
    .rtl-layout .cdz-menu .col-sm-14,
    .rtl-layout .cdz-menu .col-sm-15,
    .rtl-layout .cdz-menu .col-sm-16,
    .rtl-layout .cdz-menu .col-sm-17,
    .rtl-layout .cdz-menu .col-sm-18,
    .rtl-layout .cdz-menu .col-sm-19,
    .rtl-layout .cdz-menu .col-sm-20,
    .rtl-layout .cdz-menu .col-sm-21,
    .rtl-layout .cdz-menu .col-sm-22,
    .rtl-layout .cdz-menu .col-sm-23,
    .rtl-layout .cdz-menu .col-sm-24 {
        float: right;
    }

    .rtl-layout .cdz-menu .col-sm-1 {
        width: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-2 {
        width: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-3 {
        width: 12.5%;
    }

    .rtl-layout .cdz-menu .col-sm-4 {
        width: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-5 {
        width: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-6 {
        width: 25%;
    }

    .rtl-layout .cdz-menu .col-sm-7 {
        width: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-8 {
        width: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-9 {
        width: 37.5%;
    }

    .rtl-layout .cdz-menu .col-sm-10 {
        width: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-11 {
        width: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-12 {
        width: 50%;
    }

    .rtl-layout .cdz-menu .col-sm-13 {
        width: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-14 {
        width: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-15 {
        width: 62.5%;
    }

    .rtl-layout .cdz-menu .col-sm-16 {
        width: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-17 {
        width: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-18 {
        width: 75%;
    }

    .rtl-layout .cdz-menu .col-sm-19 {
        width: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-20 {
        width: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-21 {
        width: 87.5%;
    }

    .rtl-layout .cdz-menu .col-sm-22 {
        width: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-23 {
        width: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-24 {
        width: 100%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-0 {
        left: 0;
    }

    .rtl-layout .cdz-menu .col-sm-pull-1 {
        left: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-2 {
        left: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-3 {
        left: 12.5%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-4 {
        left: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-5 {
        left: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-6 {
        left: 25%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-7 {
        left: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-8 {
        left: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-9 {
        left: 37.5%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-10 {
        left: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-11 {
        left: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-12 {
        left: 50%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-13 {
        left: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-14 {
        left: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-15 {
        left: 62.5%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-16 {
        left: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-17 {
        left: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-18 {
        left: 75%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-19 {
        left: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-20 {
        left: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-21 {
        left: 87.5%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-22 {
        left: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-23 {
        left: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-pull-24 {
        left: 100%;
    }

    .rtl-layout .cdz-menu .col-sm-push-0 {
        right: 0;
    }

    .rtl-layout .cdz-menu .col-sm-push-1 {
        right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-2 {
        right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-3 {
        right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-sm-push-4 {
        right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-5 {
        right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-6 {
        right: 25%;
    }

    .rtl-layout .cdz-menu .col-sm-push-7 {
        right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-8 {
        right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-9 {
        right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-sm-push-10 {
        right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-11 {
        right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-12 {
        right: 50%;
    }

    .rtl-layout .cdz-menu .col-sm-push-13 {
        right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-14 {
        right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-15 {
        right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-sm-push-16 {
        right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-17 {
        right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-18 {
        right: 75%;
    }

    .rtl-layout .cdz-menu .col-sm-push-19 {
        right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-20 {
        right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-21 {
        right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-sm-push-22 {
        right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-push-23 {
        right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-push-24 {
        right: 100%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-0 {
        margin-right: 0;
    }

    .rtl-layout .cdz-menu .col-sm-offset-1 {
        margin-right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-2 {
        margin-right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-3 {
        margin-right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-4 {
        margin-right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-5 {
        margin-right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-6 {
        margin-right: 25%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-7 {
        margin-right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-8 {
        margin-right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-9 {
        margin-right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-10 {
        margin-right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-11 {
        margin-right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-12 {
        margin-right: 50%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-13 {
        margin-right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-14 {
        margin-right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-15 {
        margin-right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-16 {
        margin-right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-17 {
        margin-right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-18 {
        margin-right: 75%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-19 {
        margin-right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-20 {
        margin-right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-21 {
        margin-right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-22 {
        margin-right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-23 {
        margin-right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-sm-offset-24 {
        margin-right: 100%;
    }
}

@media (min-width: 992px) {
    .rtl-layout .cdz-menu .col-md-1,
    .rtl-layout .cdz-menu .col-md-2,
    .rtl-layout .cdz-menu .col-md-3,
    .rtl-layout .cdz-menu .col-md-4,
    .rtl-layout .cdz-menu .col-md-5,
    .rtl-layout .cdz-menu .col-md-6,
    .rtl-layout .cdz-menu .col-md-7,
    .rtl-layout .cdz-menu .col-md-8,
    .rtl-layout .cdz-menu .col-md-9,
    .rtl-layout .cdz-menu .col-md-10,
    .rtl-layout .cdz-menu .col-md-11,
    .rtl-layout .cdz-menu .col-md-12,
    .rtl-layout .cdz-menu .col-md-13,
    .rtl-layout .cdz-menu .col-md-14,
    .rtl-layout .cdz-menu .col-md-15,
    .rtl-layout .cdz-menu .col-md-16,
    .rtl-layout .cdz-menu .col-md-17,
    .rtl-layout .cdz-menu .col-md-18,
    .rtl-layout .cdz-menu .col-md-19,
    .rtl-layout .cdz-menu .col-md-20,
    .rtl-layout .cdz-menu .col-md-21,
    .rtl-layout .cdz-menu .col-md-22,
    .rtl-layout .cdz-menu .col-md-23,
    .rtl-layout .cdz-menu .col-md-24 {
        float: right;
    }

    .rtl-layout .cdz-menu .col-md-1 {
        width: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-md-2 {
        width: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-md-3 {
        width: 12.5%;
    }

    .rtl-layout .cdz-menu .col-md-4 {
        width: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-md-5 {
        width: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-md-6 {
        width: 25%;
    }

    .rtl-layout .cdz-menu .col-md-7 {
        width: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-md-8 {
        width: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-md-9 {
        width: 37.5%;
    }

    .rtl-layout .cdz-menu .col-md-10 {
        width: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-md-11 {
        width: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-md-12 {
        width: 50%;
    }

    .rtl-layout .cdz-menu .col-md-13 {
        width: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-md-14 {
        width: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-md-15 {
        width: 62.5%;
    }

    .rtl-layout .cdz-menu .col-md-16 {
        width: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-md-17 {
        width: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-md-18 {
        width: 75%;
    }

    .rtl-layout .cdz-menu .col-md-19 {
        width: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-md-20 {
        width: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-md-21 {
        width: 87.5%;
    }

    .rtl-layout .cdz-menu .col-md-22 {
        width: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-md-23 {
        width: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-md-24 {
        width: 100%;
    }

    .rtl-layout .cdz-menu .col-md-pull-0 {
        left: 0;
    }

    .rtl-layout .cdz-menu .col-md-pull-1 {
        left: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-2 {
        left: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-3 {
        left: 12.5%;
    }

    .rtl-layout .cdz-menu .col-md-pull-4 {
        left: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-5 {
        left: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-6 {
        left: 25%;
    }

    .rtl-layout .cdz-menu .col-md-pull-7 {
        left: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-8 {
        left: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-9 {
        left: 37.5%;
    }

    .rtl-layout .cdz-menu .col-md-pull-10 {
        left: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-11 {
        left: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-12 {
        left: 50%;
    }

    .rtl-layout .cdz-menu .col-md-pull-13 {
        left: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-14 {
        left: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-15 {
        left: 62.5%;
    }

    .rtl-layout .cdz-menu .col-md-pull-16 {
        left: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-17 {
        left: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-18 {
        left: 75%;
    }

    .rtl-layout .cdz-menu .col-md-pull-19 {
        left: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-20 {
        left: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-21 {
        left: 87.5%;
    }

    .rtl-layout .cdz-menu .col-md-pull-22 {
        left: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-md-pull-23 {
        left: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-md-pull-24 {
        left: 100%;
    }

    .rtl-layout .cdz-menu .col-md-push-0 {
        right: 0;
    }

    .rtl-layout .cdz-menu .col-md-push-1 {
        right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-md-push-2 {
        right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-md-push-3 {
        right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-md-push-4 {
        right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-md-push-5 {
        right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-md-push-6 {
        right: 25%;
    }

    .rtl-layout .cdz-menu .col-md-push-7 {
        right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-md-push-8 {
        right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-md-push-9 {
        right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-md-push-10 {
        right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-md-push-11 {
        right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-md-push-12 {
        right: 50%;
    }

    .rtl-layout .cdz-menu .col-md-push-13 {
        right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-md-push-14 {
        right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-md-push-15 {
        right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-md-push-16 {
        right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-md-push-17 {
        right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-md-push-18 {
        right: 75%;
    }

    .rtl-layout .cdz-menu .col-md-push-19 {
        right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-md-push-20 {
        right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-md-push-21 {
        right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-md-push-22 {
        right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-md-push-23 {
        right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-md-push-24 {
        right: 100%;
    }

    .rtl-layout .cdz-menu .col-md-offset-0 {
        margin-right: 0;
    }

    .rtl-layout .cdz-menu .col-md-offset-1 {
        margin-right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-2 {
        margin-right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-3 {
        margin-right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-md-offset-4 {
        margin-right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-5 {
        margin-right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-6 {
        margin-right: 25%;
    }

    .rtl-layout .cdz-menu .col-md-offset-7 {
        margin-right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-8 {
        margin-right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-9 {
        margin-right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-md-offset-10 {
        margin-right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-11 {
        margin-right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-12 {
        margin-right: 50%;
    }

    .rtl-layout .cdz-menu .col-md-offset-13 {
        margin-right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-14 {
        margin-right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-15 {
        margin-right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-md-offset-16 {
        margin-right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-17 {
        margin-right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-18 {
        margin-right: 75%;
    }

    .rtl-layout .cdz-menu .col-md-offset-19 {
        margin-right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-20 {
        margin-right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-21 {
        margin-right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-md-offset-22 {
        margin-right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-md-offset-23 {
        margin-right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-md-offset-24 {
        margin-right: 100%;
    }
}

@media (min-width: 1200px) {
    .rtl-layout .cdz-menu .col-lg-1,
    .rtl-layout .cdz-menu .col-lg-2,
    .rtl-layout .cdz-menu .col-lg-3,
    .rtl-layout .cdz-menu .col-lg-4,
    .rtl-layout .cdz-menu .col-lg-5,
    .rtl-layout .cdz-menu .col-lg-6,
    .rtl-layout .cdz-menu .col-lg-7,
    .rtl-layout .cdz-menu .col-lg-8,
    .rtl-layout .cdz-menu .col-lg-9,
    .rtl-layout .cdz-menu .col-lg-10,
    .rtl-layout .cdz-menu .col-lg-11,
    .rtl-layout .cdz-menu .col-lg-12,
    .rtl-layout .cdz-menu .col-lg-13,
    .rtl-layout .cdz-menu .col-lg-14,
    .rtl-layout .cdz-menu .col-lg-15,
    .rtl-layout .cdz-menu .col-lg-16,
    .rtl-layout .cdz-menu .col-lg-17,
    .rtl-layout .cdz-menu .col-lg-18,
    .rtl-layout .cdz-menu .col-lg-19,
    .rtl-layout .cdz-menu .col-lg-20,
    .rtl-layout .cdz-menu .col-lg-21,
    .rtl-layout .cdz-menu .col-lg-22,
    .rtl-layout .cdz-menu .col-lg-23,
    .rtl-layout .cdz-menu .col-lg-24 {
        float: right;
    }

    .rtl-layout .cdz-menu .col-lg-1 {
        width: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-2 {
        width: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-3 {
        width: 12.5%;
    }

    .rtl-layout .cdz-menu .col-lg-4 {
        width: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-5 {
        width: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-6 {
        width: 25%;
    }

    .rtl-layout .cdz-menu .col-lg-7 {
        width: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-8 {
        width: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-9 {
        width: 37.5%;
    }

    .rtl-layout .cdz-menu .col-lg-10 {
        width: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-11 {
        width: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-12 {
        width: 50%;
    }

    .rtl-layout .cdz-menu .col-lg-13 {
        width: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-14 {
        width: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-15 {
        width: 62.5%;
    }

    .rtl-layout .cdz-menu .col-lg-16 {
        width: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-17 {
        width: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-18 {
        width: 75%;
    }

    .rtl-layout .cdz-menu .col-lg-19 {
        width: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-20 {
        width: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-21 {
        width: 87.5%;
    }

    .rtl-layout .cdz-menu .col-lg-22 {
        width: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-23 {
        width: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-24 {
        width: 100%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-0 {
        left: 0;
    }

    .rtl-layout .cdz-menu .col-lg-pull-1 {
        left: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-2 {
        left: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-3 {
        left: 12.5%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-4 {
        left: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-5 {
        left: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-6 {
        left: 25%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-7 {
        left: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-8 {
        left: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-9 {
        left: 37.5%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-10 {
        left: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-11 {
        left: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-12 {
        left: 50%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-13 {
        left: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-14 {
        left: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-15 {
        left: 62.5%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-16 {
        left: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-17 {
        left: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-18 {
        left: 75%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-19 {
        left: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-20 {
        left: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-21 {
        left: 87.5%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-22 {
        left: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-23 {
        left: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-pull-24 {
        left: 100%;
    }

    .rtl-layout .cdz-menu .col-lg-push-0 {
        right: 0;
    }

    .rtl-layout .cdz-menu .col-lg-push-1 {
        right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-2 {
        right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-3 {
        right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-lg-push-4 {
        right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-5 {
        right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-6 {
        right: 25%;
    }

    .rtl-layout .cdz-menu .col-lg-push-7 {
        right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-8 {
        right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-9 {
        right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-lg-push-10 {
        right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-11 {
        right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-12 {
        right: 50%;
    }

    .rtl-layout .cdz-menu .col-lg-push-13 {
        right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-14 {
        right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-15 {
        right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-lg-push-16 {
        right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-17 {
        right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-18 {
        right: 75%;
    }

    .rtl-layout .cdz-menu .col-lg-push-19 {
        right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-20 {
        right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-21 {
        right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-lg-push-22 {
        right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-push-23 {
        right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-push-24 {
        right: 100%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-0 {
        margin-right: 0;
    }

    .rtl-layout .cdz-menu .col-lg-offset-1 {
        margin-right: 4.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-2 {
        margin-right: 8.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-3 {
        margin-right: 12.5%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-4 {
        margin-right: 16.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-5 {
        margin-right: 20.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-6 {
        margin-right: 25%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-7 {
        margin-right: 29.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-8 {
        margin-right: 33.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-9 {
        margin-right: 37.5%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-10 {
        margin-right: 41.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-11 {
        margin-right: 45.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-12 {
        margin-right: 50%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-13 {
        margin-right: 54.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-14 {
        margin-right: 58.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-15 {
        margin-right: 62.5%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-16 {
        margin-right: 66.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-17 {
        margin-right: 70.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-18 {
        margin-right: 75%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-19 {
        margin-right: 79.16667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-20 {
        margin-right: 83.33333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-21 {
        margin-right: 87.5%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-22 {
        margin-right: 91.66667%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-23 {
        margin-right: 95.83333%;
    }

    .rtl-layout .cdz-menu .col-lg-offset-24 {
        margin-right: 100%;
    }
}

.cdz-menu .cat-tree a.groupdrop-title {
    font-weight: normal;
}

.cdz-menu p.groupdrop-title,
.cdz-menu .cat-tree.no-dropdown a.groupdrop-title {
    font-weight: bold;
}

.cdz-menu .space-s {
    margin-bottom: 10px;
}

.cdz-menu .space-top,
.cdz-menu .groupdrop-title.space-top {
    margin-top: 20px;
}

.cdz-menu .text-uppercase {
    text-transform: uppercase;
}

.cdz-menu .line-left {
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.rtl-layout .cdz-menu .line-left {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    border-left: none;
}

.cdz-menu .line-right {
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.rtl-layout .cdz-menu .line-right {
    padding-left: 20px;
    padding-right: 0px;
    border-left: 1px solid #ccc;
    border-right: none;
}

.cdz-menu hr {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cdz-menu .text-center {
    text-align: center;
}

.cdz-menu .group-title-bottom {
    margin-bottom: 20px;
}

.cdz-menu .groupmenu-drop li.parent {
    position: relative;
}

.cdz-menu .block.widget .block-title {
    text-align: center;
}

.cdz-menu .block.widget .products-grid .product-item {
    width: 100% !important;
    margin: 0;
    border: none;
    text-align: center;
}

.cdz-menu .block.widget .products-grid .product-item .product-item-info {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary {
    display: inline;
}

.cdz-menu .block.widget .products-grid .product-item .product-item-info .actions-primary + .actions-secondary {
    display: inline;
    width: auto;
}

.cdz-menu .contact-form-wrapper {
    margin-right: 10%;
    margin-bottom: 20px;
}

.rtl-layout .cdz-menu .contact-form-wrapper {
    margin-left: 10%;
    margin-right: 0;
}

.cdz-menu .contact-form-wrapper .legend {
    font-size: 150%;
    border-bottom: none;
}

.cdz-menu .contact-form-wrapper .fieldset {
    margin-bottom: 20px;
}

.cdz-menu .contact-form-wrapper .actions-toolbar .primary {
    margin: 0;
}

.rtl-layout .cdz-menu .contact-form-wrapper .actions-toolbar .primary {
    float: right;
}

.cdz-menu .cdz-tabs {
    margin-top: 0;
}

.cdz-menu label {
    display: inline-block;
    background: #19b2f5;
    color: #fff;
    font-size: 80%;
    padding: 0px 5px;
    margin: 0 5px;
    top: -5px;
    position: relative;
}

.cdz-menu label.hot {
    background: #ff0000;
}

.temp > .need-unwrap {
    margin: 0 0;
}

.rtl-layout {
    direction: rtl;
    text-align: right;
}

.cdz-menu i.menu-icon.img-icon {
    display: inline-block;
    margin-right: 5px;
}

.cdz-menu i.menu-icon.img-icon img {
    max-width: 18px;
}

.cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
    margin-right: 3px;
}

.rtl-layout .cdz-menu .groupmenu li.level0 > a.menu-link .menu-icon {
    margin-right: 0px;
    margin-left: 3px;
}

@media (min-width: 991px) {
    .cdz-navigation {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
        /*padding-left: 10px;
        padding-right: 10px;*/
        position: relative;
        display: block;
    }

    .cdz-navigation .cdz-horizontal-menu .groupmenu {
        margin: 0;
    }

    .nav-sections-item-content > .cdz-navigation {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) {
        /*menu full width*/
        /*end menu full width*/
    }

    .cdz-menu:not(.cdz-toggle-menu) li.item.level0 .cdz-google-map {
        display: none;
    }

    .cdz-menu:not(.cdz-toggle-menu) li.item.level0:hover .cdz-google-map {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop,
    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop-content {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) img.groupdrop-banner-pos {
        position: absolute;
    }

    .cdz-menu:not(.cdz-toggle-menu) ul.groupdrop-link,
    .cdz-menu:not(.cdz-toggle-menu) ul.groupmenu-drop,
    .cdz-menu:not(.cdz-toggle-menu) ul.groupmenu-nondrop {
        padding: 0;
    }

    .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl {
        text-align: right;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl {
        text-align: left;
    }

    .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl li.item.parent > .menu-link:before {
        float: left;
        content: "\f104";
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl li.item.parent > .menu-link:before {
        float: right;
        content: "\f105";
    }

    .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl li.item.parent .groupmenu-drop {
        left: auto;
        right: 100%;
        text-align: right;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .dropdown-rtl li.item.parent .groupmenu-drop {
        left: 100%;
        right: auto;
        text-align: left;
    }

    .cdz-menu:not(.cdz-toggle-menu).dropdown-fullwidth .groupmenu-drop {
        border: none;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop {
        position: absolute;
        background: #ffffff;
        top: 100%;
        z-index: 104;
        border: 1px solid #ccc;
        padding: 0;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        /*tab menu*/
        /*end tab menu*/
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
        padding-right: 0;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
        padding-right: 10px;
        padding-left: 0;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: block;
        padding: 10px 5px;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
        float: left;
        content: "\f104";
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active {
        background: #ececec;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-nav-tabs {
        padding-left: 0;
        padding-right: 0;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
        padding-left: 0;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
        padding-left: 10px;
        padding-right: 0;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
        display: none;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: block;
        padding: 10px 5px;
        text-align: left;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        text-align: right;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs {
        margin-top: -20px;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs {
        text-align: left;
        display: block;
        margin: 0 -5px 15px;
        background: white;
        border-bottom: 1px solid #f3f1f3;
        /*box-shadow: inset 0 -3px 10px -7px #555555;*/
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
        display: inline-block;
        padding: 9px 20px;
        position: relative;
        color: #22b289;
        font-size: 112%;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        /*border-right: 1px solid #e2e2e2;*/
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:first-child {
        /*border-left: 1px solid #e2e2e2;*/
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:before {
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        bottom: 10px;
        left: calc((100% - 10px) / 2);
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        border-bottom: 4px solid #3b2331;
        right: 0;
        /* background: #464646; */
        -webkit-transform: scaleY(0);
        /* transform: scaleY(0); */
        /* -webkit-transform-origin: 50% 100%; */
        /* transform-origin: 50% 100%; */
        /* -webkit-transition-property: transform; */
        /* transition-property: transform; */
        /* -webkit-transition-duration: 0.4s; */
        /* transition-duration: 0.4s; */
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active,
    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:hover {
        color: #023861;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:before,
    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:hover:before {
        color: #282828;
        font-size: 18px;
        bottom: -12px;
        /*content: "\f0d7";*/
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:after,
    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:hover:after {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
        display: none;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
        display: block;
        min-height: auto!important;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupmenu-drop {
        top: -1px;
        left: 100%;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupmenu-drop {
        right: 100%;
        left: auto;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
        top: -7px;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent > .menu-link {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent > .menu-link:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px;
    }

    .rtl-layout .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent > .menu-link:before {
        float: left;
        content: "\f104";
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a {
        display: block;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 3px;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop li.item:hover > .groupmenu-drop {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: inherit;
    }

    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop > li.item {
        min-width: 230px;
        position: relative;
        padding: 20px;
        margin: 0px auto;
    }

    .cdz-menu:not(.cdz-toggle-menu) .cat-tree li.item {
        padding: 8px 15px;
        min-width: 230px;
        position: relative;
        margin: 0px auto;
    }

    /*menu horizontal*/
    .cdz-horizontal-menu {
        width: 100%;
    }

    .cdz-horizontal-menu li.level0 > .groupmenu-drop {
        display: none;
    }

    .rtl-layout .cdz-horizontal-menu li.level0 > .groupmenu-drop {
        right: 0;
        left: auto;
    }

    .cdz-horizontal-menu.cdz-translate li.level0 > .groupmenu-drop {
        top: 45px;
        display: none;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0); 
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    }

    .cdz-horizontal-menu.cdz-translate li.level0:hover > .groupmenu-drop {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        /* filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); */
        visibility: inherit;
        display: block
    }

    .cdz-horizontal-menu .groupmenu {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin-left: -39px;
        background-color: #ffffff;
    }

    .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: inline-block;
        vertical-align: top;
        padding: 12px 20px;
        box-sizing: border-box;
        border-width: 0px;
        border-style: solid;
        text-decoration: none;
        color: #333333;
        background-color: #ffffff;
        border-color: #f0f0f0;
        /*font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;*/
        cursor: pointer;
        line-height: 22px;
    }

    .cdz-horizontal-menu .groupmenu .groupmenu-drop {
        font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    }

    .cdz-horizontal-menu .groupmenu li.item {
        list-style: none;
    }

    .cdz-horizontal-menu .groupmenu li.item.level0 {
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: left;
        /*margin-left: -40px;*/
        /*margin-right: 40px;*/
    }

    .rtl-layout .cdz-horizontal-menu .groupmenu li.item.level0 {
        float: right;
    }

    .cdz-horizontal-menu .groupmenu .groupmenu-nondrop {
        position: relative;
    }

    .cdz-horizontal-menu .groupmenu .groupmenu-nondrop > li.item {
        margin: 0px 0px;
        padding-left: 0px;
    }

    .cdz-horizontal-menu .groupmenu .no-dropdown > .cat-tree.groupmenu-drop {
        top: auto;
        left: auto;
    }

    .cdz-horizontal-menu .groupmenu .no-dropdown > .groupdrop-title {
        margin-bottom: 10px;
        display: inline-block;
    }

    .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .groupmenu-drop {
        visibility: hidden;
        height: 0;
        position: absolute;
        opacity: 0;
        background: #fff;
        border: 1px solid #ccc;
        height: auto;
    }

    .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .parent:hover > .groupmenu-drop {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
        display: block;
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    /*menu vertical*/
    .cdz-vertical-menu .groupmenu-drop {
        top: -1px;
        left: 100%;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        display: none;
    }

    .rtl-layout .cdz-vertical-menu .groupmenu-drop {
        right: 100%;
        left: auto;
    }

    .cdz-vertical-menu li.item:hover > .groupmenu-drop {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: inherit;
        display: block;
    }

    .cdz-vertical-menu .item.level0 {
        display: block;
        padding: 0px;
        border: 1px solid #dfdfdf;
        position: relative;
        margin-bottom: -1px;
    }

    .cdz-vertical-menu .item.level0 > a.menu-link {
        display: block;
    }

    .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
        min-width: 37px;
        text-align: center;
        padding-left: 4px;
        margin: 0;
    }

    .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
        border-left: 1px solid #dfdfdf;
    }

    .rtl-layout .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
        border-left: none;
        border-right: 1px solid #dfdfdf;
    }

    .cdz-vertical-menu .item.level0 > a.menu-link span {
        display: inline-block;
        padding: 10px;
    }

    .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        float: right;
        margin-top: 8px;
        margin-right: 10px;
    }

    .rtl-layout .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
        content: "\f104";
        float: left;
        margin-right: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {

        padding: 9px 11px;

    }
    .abs-img{

        padding-bottom: 76%!important;
    }

}


/*menu mobile*/
@media (max-width: 991px) {
    .nav-open .nav-sections {
        background: #ffffff;
    }



    .cdz-menu .row {
        margin: 0 -10px;
    }

    .cdz-menu .groupdrop-banner {
        margin-bottom: 20px;
    }

    .cdz-menu li.item {
        margin-bottom: 0px;
    }

    .cdz-menu li.item.open > .dropdown-toggle:before,
    .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
        content: "\f068";
    }

    .cdz-menu .menu-tabs {
        margin: 0;
    }

    .cdz-menu .menu-tabs .tab-item {
        margin: 0;
    }

    .cdz-menu .menu-tabs .cdz-tab-pane {
        margin-top: 10px;
        min-height: 1px !important;
        display: block;
    }

    .cdz-menu .menu-tabs .cdz-link-wrap {
        position: relative;
        padding: 4px 0;
    }

    .cdz-menu .groupmenu-drop {
        display: none;
    }

    .cdz-menu .groupmenu-drop li.item {
        padding: 5px 0;
    }

    .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
        padding-left: 20px;
        padding-top: 5px;
    }

    .cdz-menu .menu-link,
    .cdz-menu a.groupdrop-title {
        width: 100%;
        display: inline-block;
    }

    .cdz-menu .item.level-top {
        display: block;
        position: relative;
        margin-bottom: 5px;
    }

    .cdz-menu .item.level-top > .menu-link {
        padding: 10px;
        background: transparent;
        color: #444444;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }

    .cdz-menu .item.level-top > .menu-link .fa {
        margin: 0 5px;
    }

    .cdz-menu .item.level-top > .dropdown-toggle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: rgba(0, 0, 0, 0);
        color: #444444;
    }

    .cdz-menu .item.level-top > .dropdown-toggle:before {
        margin-top: 7px;
    }

    .cdz-menu .item.level-top > .groupmenu-drop {
        margin: 0px;
        padding: 10px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .cdz-menu .item.level-top > .groupmenu-drop .groupmenu-drop-content {
        padding-left: 15px;
    }

    .cdz-menu .item.level-top .groupdrop-link .item {
        padding: 0;
    }

    .cdz-menu .item.level-top .groupdrop-link .item a {
        border-bottom: 0 !important;
        color: #444444;
        font-size: 14px;
        font-weight: 500;
    }

    .cdz-menu .parent {
        position: relative;
    }

    .cdz-menu .dropdown-toggle {
        display: block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .rtl-layout .cdz-menu .dropdown-toggle {
        left: 0;
        right: auto;
    }

    .cdz-menu .dropdown-toggle:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 1;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
        vertical-align: middle;
        text-align: center;
        width: 100%;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

/*column menu*/
@media (min-width: 768px) {
    .cdz-menu .groupmenu-width-1 {
        width: 29.583333333333332px;
    }


    .cdz-menu .groupmenu-width-1.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-2 {
        width: 59.166666666666664px;
    }

    .cdz-menu .groupmenu-width-2.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-3 {
        width: 88.75px;
    }

    .cdz-menu .groupmenu-width-3.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-4 {
        width: 118.33333333333333px;
    }

    .cdz-menu .groupmenu-width-4.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-5 {
        width: 147.91666666666666px;
    }

    .cdz-menu .groupmenu-width-5.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-6 {
        width: 177.5px;
    }

    .cdz-menu .groupmenu-width-6.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-7 {
        width: 207.08333333333331px;
    }

    .cdz-menu .groupmenu-width-7.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-8 {
        width: 236.66666666666666px;
    }

    .cdz-menu .groupmenu-width-8.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-9 {
        width: 266.25px;
    }

    .cdz-menu .groupmenu-width-9.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-10 {
        width: 295.8333333333333px;
    }

    .cdz-menu .groupmenu-width-10.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-11 {
        width: 325.41666666666663px;
    }

    .cdz-menu .groupmenu-width-11.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-12 {
        width: 355px;
    }

    .cdz-menu .groupmenu-width-12.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-13 {
        width: 384.5833333333333px;
    }

    .cdz-menu .groupmenu-width-13.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-14 {
        width: 414.16666666666663px;
    }

    .cdz-menu .groupmenu-width-14.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-15 {
        width: 443.75px;
    }

    .cdz-menu .groupmenu-width-15.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-16 {
        width: 473.3333333333333px;
    }

    .cdz-menu .groupmenu-width-16.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-17 {
        width: 502.91666666666663px;
    }

    .cdz-menu .groupmenu-width-17.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-18 {
        width: 532.5px;
    }

    .cdz-menu .groupmenu-width-18.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-19 {
        width: 562.0833333333333px;
    }

    .cdz-menu .groupmenu-width-19.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-20 {
        width: 591.6666666666666px;
    }

    .cdz-menu .groupmenu-width-20.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-21 {
        width: 621.25px;
    }

    .cdz-menu .groupmenu-width-21.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-22 {
        width: 650.8333333333333px;
    }

    .cdz-menu .groupmenu-width-22.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-23 {
        width: 680.4166666666666px;
    }

    .cdz-menu .groupmenu-width-23.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
        margin-left: auto;
        margin-right: auto;
    }

    .cdz-menu .groupmenu-width-24 {
        width: 710px;
    }

    .cdz-menu .groupmenu-width-24.row {
        box-sizing: content-box;
    }

    .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .cdz-menu .groupmenu-width-1 {
        width: 38.75px;
    }

    .cdz-menu .groupmenu-width-2 {
        width: 77.5px;
    }

    .cdz-menu .groupmenu-width-3 {
        width: 116.25px;
    }

    .cdz-menu .groupmenu-width-4 {
        width: 155px;
    }

    .cdz-menu .groupmenu-width-5 {
        width: 193.75px;
    }

    .cdz-menu .groupmenu-width-6 {
        width: 232.5px;
    }

    .cdz-menu .groupmenu-width-7 {
        width: 271.25px;
    }

    .cdz-menu .groupmenu-width-8 {
        width: 310px;
    }

    .cdz-menu .groupmenu-width-9 {
        width: 348.75px;
    }

    .cdz-menu .groupmenu-width-10 {
        width: 387.5px;
    }

    .cdz-menu .groupmenu-width-11 {
        width: 426.25px;
    }

    .cdz-menu .groupmenu-width-12 {
        width: 465px;
    }

    .cdz-menu .groupmenu-width-13 {
        width: 503.75px;
    }

    .cdz-menu .groupmenu-width-14 {
        width: 542.5px;
    }

    .cdz-menu .groupmenu-width-15 {
        width: 581.25px;
    }

    .cdz-menu .groupmenu-width-16 {
        width: 620px;
    }

    .cdz-menu .groupmenu-width-17 {
        width: 658.75px;
    }

    .cdz-menu .groupmenu-width-18 {
        width: 697.5px;
    }

    .cdz-menu .groupmenu-width-19 {
        width: 736.25px;
    }

    .cdz-menu .groupmenu-width-20 {
        width: 350px;
    }

    .cdz-menu .groupmenu-width-21 {
        width: 813.75px;
    }

    .cdz-menu .groupmenu-width-22 {
        width: 852.5px;
    }

    .cdz-menu .groupmenu-width-23 {
        width: 891.25px;
    }

    .cdz-menu .groupmenu-width-24 {
        width: auto;
        white-space: nowrap
    }
}

@media (min-width: 1200px) {
    .cdz-menu .groupmenu-width-1 {
        width: 47.5px;
    }

    .cdz-menu .groupmenu-width-2 {
        width: 95px;
    }

    .cdz-menu .groupmenu-width-3 {
        width: 142.5px;
    }

    .cdz-menu .groupmenu-width-4 {
        width: 190px;
    }

    .cdz-menu .groupmenu-width-5 {
        width: 237.5px;
    }

    .cdz-menu .groupmenu-width-6 {
        width: 285px;
    }

    .cdz-menu .groupmenu-width-7 {
        width: 332.5px;
    }

    .cdz-menu .groupmenu-width-8 {
        width: 380px;
    }

    .cdz-menu .groupmenu-width-9 {
        width: 427.5px;
    }

    .cdz-menu .groupmenu-width-10 {
        width: 475px;
    }

    .cdz-menu .groupmenu-width-11 {
        width: 522.5px;
    }

    .cdz-menu .groupmenu-width-12 {
        width: 570px;
    }

    .cdz-menu .groupmenu-width-13 {
        width: 617.5px;
    }

    .cdz-menu .groupmenu-width-14 {
        width: 665px;
    }

    .cdz-menu .groupmenu-width-15 {
        width: 712.5px;
    }

    .cdz-menu .groupmenu-width-16 {
        width: 760px;
    }

    .cdz-menu .groupmenu-width-17 {
        width: 807.5px;
    }

    .cdz-menu .groupmenu-width-18 {
        width: 855px;
    }

    .cdz-menu .groupmenu-width-19 {
        width: 902.5px;
    }

    .cdz-menu .groupmenu-width-20 {
        width: 950px;
    }

    .cdz-menu .groupmenu-width-21 {
        width: 997.5px;
    }

    .cdz-menu .groupmenu-width-22 {
        width: 1045px;
    }

    .cdz-menu .groupmenu-width-23 {
        width: 1092.5px;
    }

    .cdz-menu .groupmenu-width-24 {
        width: auto;
        white-space: nowrap;
    }
}

@media (min-width: 1300px) {
    .cdz-menu .groupmenu-width-1 {
        width: 51.666666666666664px;
    }

    .cdz-menu .groupmenu-width-2 {
        width: 103.33333333333333px;
    }

    .cdz-menu .groupmenu-width-3 {
        width: 155px;
    }

    .cdz-menu .groupmenu-width-4 {
        width: 206.66666666666666px;
    }

    .cdz-menu .groupmenu-width-5 {
        width: 258.3333333333333px;
    }

    .cdz-menu .groupmenu-width-6 {
        width: 310px;
    }

    .cdz-menu .groupmenu-width-7 {
        width: 361.66666666666663px;
    }

    .cdz-menu .groupmenu-width-8 {
        width: 413.3333333333333px;
    }

    .cdz-menu .groupmenu-width-9 {
        width: 465px;
    }

    .cdz-menu .groupmenu-width-10 {
        width: 516.6666666666666px;
    }

    .cdz-menu .groupmenu-width-11 {
        width: 568.3333333333333px;
    }

    .cdz-menu .groupmenu-width-12 {
        width: 620px;
    }

    .cdz-menu .groupmenu-width-13 {
        width: 671.6666666666666px;
    }

    .cdz-menu .groupmenu-width-14 {
        width: 723.3333333333333px;
    }

    .cdz-menu .groupmenu-width-15 {
        width: 775px;
    }

    .cdz-menu .groupmenu-width-16 {
        width: 826.6666666666666px;
    }

    .cdz-menu .groupmenu-width-17 {
        width: 878.3333333333333px;
    }

    .cdz-menu .groupmenu-width-18 {
        width: 930px;
    }

    .cdz-menu .groupmenu-width-19 {
        width: 981.6666666666666px;
    }

    .cdz-menu .groupmenu-width-20 {
        width: 350px;
    }

    .cdz-menu .groupmenu-width-21 {
        width: 1085px;
    }

    .cdz-menu .groupmenu-width-22 {
        width: 1136.6666666666665px;
    }

    .cdz-menu .groupmenu-width-23 {
        width: 1188.3333333333333px;
    }

    .cdz-menu .groupmenu-width-24 {
        width: auto;
    }
}

@media (min-width: 1400px) {
    .cdz-menu .groupmenu-width-1 {
        width: 55.833333333333336px;
    }

    .cdz-menu .groupmenu-width-2 {
        width: 111.66666666666667px;
    }

    .cdz-menu .groupmenu-width-3 {
        width: 167.5px;
    }

    .cdz-menu .groupmenu-width-4 {
        width: 223.33333333333334px;
    }

    .cdz-menu .groupmenu-width-5 {
        width: 279.1666666666667px;
    }

    .cdz-menu .groupmenu-width-6 {
        width: 335px;
    }

    .cdz-menu .groupmenu-width-7 {
        width: 390.83333333333337px;
    }

    .cdz-menu .groupmenu-width-8 {
        width: 446.6666666666667px;
    }

    .cdz-menu .groupmenu-width-9 {
        width: 502.5px;
    }

    .cdz-menu .groupmenu-width-10 {
        width: 558.3333333333334px;
    }

    .cdz-menu .groupmenu-width-11 {
        width: 614.1666666666667px;
    }

    .cdz-menu .groupmenu-width-12 {
        width: 670px;
    }

    .cdz-menu .groupmenu-width-13 {
        width: 725.8333333333334px;
    }

    .cdz-menu .groupmenu-width-14 {
        width: 781.6666666666667px;
    }

    .cdz-menu .groupmenu-width-15 {
        width: 837.5px;
    }

    .cdz-menu .groupmenu-width-16 {
        width: 893.3333333333334px;
    }

    .cdz-menu .groupmenu-width-17 {
        width: 949.1666666666667px;
    }

    .cdz-menu .groupmenu-width-18 {
        width: 1005px;
    }

    .cdz-menu .groupmenu-width-19 {
        width: 1060.8333333333335px;
    }

    .cdz-menu .groupmenu-width-20 {
        width: 350px;
    }

    .cdz-menu .groupmenu-width-21 {
        width: 1172.5px;
    }

    .cdz-menu .groupmenu-width-22 {
        width: 1228.3333333333335px;
    }

    .cdz-menu .groupmenu-width-23 {
        width: 1284.1666666666667px;
    }

    .cdz-menu .groupmenu-width-24 {
        width: auto;
    }
}

/*resize menu vertical*/
/*resize vertial menu*/
.cdz-vertical-menu .item.level0 > a.menu-link > span {
    max-width: 100%;
    display: inline-block;
}

.cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    max-width: calc(100% - 50px);
}

.cdz-vertical-menu .item.level0.parent > a.menu-link > span {
    max-width: calc(100% - 35px);
}

.cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    max-width: calc(100% - 80px);
}

.cdz-vertical-menu .item.level0 > a.menu-link span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    max-width: 100%;
    overflow-x: hidden;
}

/*end resize menu vertical*/
@media (max-width: 1200px) and (min-width: 991px) {
    .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
        /* display:none;  */
        /* + span{ */
        /* border:none; */
        /* } */
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .cdz-vertical-menu .item.level0 > a.menu-link {
        font-size: 11px;
    }

    .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
        /* display:none; */
        /* + span{ */
        /* border:none; */
        /* } */
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
        display: none;
    }

    .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
        border: none;
        max-width: calc(100% - 35px);
        padding-left: 17px !important;
    }
}

.cdz-vertical-menu .item.level0 > a.menu-link span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.cat-tree-wrap li.item:not(.level1) {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px auto;
}

/*Menu Style*/
.groupdrop-title-line {
    border-bottom: 1px solid;
    font-size: 120%;
    padding-bottom: 5px;
}

.cdz-menu.cdz-toggle-menu [class^="col-sm-"],
.cdz-menu.cdz-toggle-menu [class*=" col-sm-"] {
    width: 100%;
}

.cdz-menu.cdz-toggle-menu .row {
    margin: 0 -10px;
}

.cdz-menu.cdz-toggle-menu .groupdrop-banner {
    margin-bottom: 20px;
}

.cdz-menu.cdz-toggle-menu li.item {
    margin-bottom: 0px;
}

.cdz-menu.cdz-toggle-menu li.item.open > .dropdown-toggle:before,
.cdz-menu.cdz-toggle-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cdz-menu.cdz-toggle-menu .menu-tabs {
    margin: 0;
}

.cdz-menu.cdz-toggle-menu .menu-tabs .tab-item {
    margin: 0;
}

.cdz-menu.cdz-toggle-menu .menu-tabs .cdz-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
}

.cdz-menu.cdz-toggle-menu .menu-tabs .cdz-link-wrap {
    position: relative;
    padding: 4px 0;
}

.cdz-menu.cdz-toggle-menu .groupmenu-drop {
    display: none;
}

.cdz-menu.cdz-toggle-menu .groupmenu-drop li.item {
    padding: 5px 0;
}

.cdz-menu.cdz-toggle-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
}

.cdz-menu.cdz-toggle-menu .menu-link,
.cdz-menu.cdz-toggle-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
}

.cdz-menu.cdz-toggle-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.cdz-menu.cdz-toggle-menu .item.level-top > .menu-link {
    padding: 10px;
    background: transparent;
    color: #444444;
    border-bottom: 1px solid;
}

.cdz-menu.cdz-toggle-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
}

.cdz-menu.cdz-toggle-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    color: #444444;
}

.cdz-menu.cdz-toggle-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
}

.cdz-menu.cdz-toggle-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.cdz-menu.cdz-toggle-menu .parent {
    position: relative;
}

.cdz-menu.cdz-toggle-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rtl-layout .cdz-menu.cdz-toggle-menu .dropdown-toggle {
    left: 0;
    right: auto;
}

.cdz-menu.cdz-toggle-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rtl-layout .cdz-menu.cdz-toggle-menu .dropdown-toggle:before {
    content: "\f104";
}

@media (min-width: 768px) {
    .no-loaded.cdz-menu.cdz-horizontal-menu .groupmenu {
        white-space: nowrap;
        overflow: hidden;
    }

    .no-loaded.cdz-menu.cdz-horizontal-menu .groupmenu > li.item.level0 {
        float: none;
    }
}

@media (min-width: 768px) {
    .cdz-horizontal-menu .groupmenu {
        background-color: transparent;
    }

    .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
        background-color: transparent;
    }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction > a:hover {
    opacity: 1
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.cdz-tab-content{

    margin-left: 16px;
    margin-right: 16px;
}





/*
    Thumbelina Content Slider
    V1.0 Rev 1302190900

    A lightweight horizontal and vertical content slider designed for image thumbnails.
    http://www.starplugins.com/thumbelina

    Developed by Star Plugins
    http://www.starplugins.com

    Copyright 2013, Star Plugins
    License: GNU General Public License, version 3 (GPL-3.0)
    http://www.opensource.org/licenses/gpl-3.0.html
*/


/*
    This style will be applied to the first list element (UL tag)
    inside the container.
    ### This should not require changing ###
*/
.thumbelina {
    list-style:none;
    padding:0px;
    margin:0px;
    position:absolute;
    white-space:nowrap;
    /* font-size:0 stop gaps between display-inline li elemets */
    /* Either do this, or remove all white space in HTML beween li elements */
    font-size:0;

    /* prevent annoying iPad cut/paste actions */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

/* Style for the list items that surround the thumbnails */
.thumbelina li {
    padding:5px;
    line-height: 0px;
    margin:0px;
}

/*
    Following is the CSS for the navigation buttons.
    They are designed to fit flush on the ends of the slider
    using absolute positioning, with the container as the parent element.
    The sizes are set to match the demo slider.
    You can change any of this as you wish - you don't even need to use these classes.
    Position the buttons where you like on the page, change sizes, use images etc.
    They don't have to be children of the container.
*/

/* Common style for the buttons */
.thumbelina-but {
    position:absolute;
    background-color: #eeeff0;
    border: 1px solid #eeeff0;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
    z-index: 1;
    cursor:pointer;

    /* Font related items for the symbols used on buttons */
    /* Obviously not needed if you're just using images */
    color:#023861;
    text-align:center;
    
    font-size:24px;
   
    outline: none;
}

/* Hover style for active button */
.thumbelina-but:hover {
    color:#22b289;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

/* Disabled style when button is not active due to extents being reached. */
/* You could do other things e.g. make buttons dissapear completely. */
.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: #efefef;
    color: #ccc;
    cursor:default;
    box-shadow:none;
    display: none!important;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
    width: 20px;
    height: 119px;
    line-height: 119px;
    top:-1px;

}
/* Left edge button. */
.thumbelina-but.horiz.left {
    left:-22px;
    border-radius: 5px 0px 0px 5px;
}
/* Right edge button */
.thumbelina-but.horiz.right {
    right:-22px;
    border-radius: 0px 5px 5px 0px;
}

/* Vertical buttons. */
.thumbelina-but.vert {
    left:3px;
    height: 20px;
    line-height: 22px;
    width:93px
}

/* Top edge button. */
.thumbelina-but.vert.top {
   top: -11px;
    position: absolute;
    width: 93px;
    height: 32px;
    border-radius: 8px;
    left: 3px;
    text-align: center;
    box-shadow: 0 0 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

/* Bottom edge button. */
.thumbelina-but.vert.bottom {
   bottom: -30px;
    position: absolute;
    width: 93px;
    height: 32px;
    border-radius: 8px;
    left: 3px;
    text-align: center;
    box-shadow: 0 0 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
    cursor: pointer;
    border: 1px solid #e0e0e0;
}





#thumbnails {
    position: relative;
    width: 100%;
    height: 322px;
    /*background-color: #fff;*/
    /*border-left: 1px solid #aaa;*/
    /*border-right: 1px solid #aaa;*/
    float: left;
    /*margin-top: 20px;*/
    z-index: 2;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    height: 500px!important;
}

#thumbnails a.thumb-link.abs-img img {
    height: 80px;
    object-fit: contain;
    overflow: hidden;
    margin-top: 5px;
}
.product-view .product-img-box .product-image-thumbs li.item {
    height: 88px!important;
    width: 100px!important;
    cursor: pointer;

}

.std ul li {
    margin-left: 2em;
    font-size: 15px;
}
button.increase {
    box-shadow: none!important;
}
button.decrease{
    box-shadow: none!important;

}

.sidebar {

    min-height: 200px;
    /*overflow: auto;*/
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    top: 13%;
}


.main,
.sidebar {

    color: #222;
    padding: 15px;
}




code, pre {
    background-color: transparent;
    padding: 0 3px;
    border-radius: 5px;
    border: none;
    line-height: 1.55;
    word-break: keep-all;
    font-size: 15px;
    font-family: zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    color: #4a4a4a;
}

.bottom {
    justify-self: bottom;
}

.item-group{

    background: #fff;

    margin-top: 10px;

    backface-visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.07);

}

.item.product.product-item{

    padding: 10px;
}


.zoomWindow{

    overflow: hidden!important;

    text-align: center!important;
    background-color: rgb(255, 255, 255)!important;
    width: 620px!important;
    height: 400px!important;
    float: left!important;
    /*background-size: 512px 512px!important;*/
    z-index: 100!important;
    border: 1px solid rgb(136, 136, 136)!important;
    background-repeat: no-repeat!important;
    position: absolute!important;
    background-image: url(http://dev.emed-store.in/admin//uploads/product/main/2_PRO_1563779935.jpg);
    top: 0px!important;
    left: 390px!important;

}


a.lSPrev{
    position: absolute;
    text-align: center;
    width: 53px;
    font-size: 0;
    border-width: 1px;
    margin-left: -28px;
    border-style: solid;
    display: inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-color: #22b289;
    background: #22b289;
}


a.lSPrev:before {

    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 36px;
    margin-top: -4px;
    content: "\f106";
}

a.lSNext{
    position: absolute;
    text-align: center;
    width: 53px;
    font-size: 0;
    border-width: 1px;
    margin-left: -28px;
    border-style: solid;
    display: inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-color: #22b289;
    background: #22b289;
}


a.lSNext:before {

    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 36px;
    margin-top: -4px;
    content: "\f107";
}

@media (max-width: 2000px){

    .lSAction{

        display: none!important;
    }
}

@media (max-width: 992px){

    .product-view .product-shop .extra-info, .product-view .product-shop .price-info{

        max-width: 100%;
    }

    span#old-price-917-final_price {
        line-height: 2.8;
    }
}


@media (max-width: 767px){

    .thumbelina-but.vert.top{

        display: none!important;
    }

    .thumbelina-but.vert.bottom{

        display: none!important;
    }

    #thumbnails{

        height: 126px!important;
    }

    .product-col.product-left.col-sm-10.col-xs-24.sidebar{

        padding: 0px!important;
    }


}
input#qty {
    border: none!important;
}

@media (min-width: 767px) and (max-width: 1500px){

    .product-collateral.toggle-content.tabs.hidden-xs.js-toggle-content{

        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .product-view-style-02 .product-info-main .price-box .old-price {
        margin-bottom: 0px!important;
    }
}


a.thumb-link.abs-img{

   box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    background-color: white;
    border-radius: 7px;
}

.no-touch .product-view .product-img-box .product-image-thumbs .item a:hover {
    border: 1px solid #c7c7c7;
}

@media (min-width:1500px) and (max-width:1800px){

    .thumbelina-but.vert {
        left:3px;
        height: 20px;
        line-height: 30px;
        width:93px
    }
}

@media (min-width:1199px) and (max-width:1400px){

    .thumbelina-but.vert {
        left:3px;
        height: 20px;
        line-height: 33px;
        width:93px
    }
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction > a {
}

.lSAction > a:hover {
    opacity: 1
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -30px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
    /*top: 0px!important*/
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

/*.lg-fullscreen:after {*/
    /*content: "\e20c"*/
/*}*/

/*.lg-fullscreen-on .lg-fullscreen:after {*/
    /*content: "\e20d"*/
/*}*/

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(http://magento1.codazon.com/unlimited/skin/frontend/codazon_unlimited/default/codazon/css/img/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}



em {

    font-style: normal!important;
}
.page-sub-title{font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-weight:600}
body{font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.1764705882;color:#333;background-color:#fff;font-style: normal!important}
.tooltip{position:absolute;z-index:1070;display:block;font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.1764705882;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}
.page-title h1{font-size: 36px; font-weight:700!important;border-bottom:0!important;margin:0;position:relative;z-index:2;font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;display:block}
.page-intro{font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;margin:20px 0;font-weight:300;font-size:27px;line-height:35px;font-style:italic;color:#22b289}
.body-font{font-size:17px;font-weight:400;font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:#53565a}body,html{margin:0;padding:0;height:100%}body{margin:0;min-height:100%;overflow-y:scroll;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
.sf-menu.main-menu.root-menu-only>li>ul li a,li.nav-shopping>ul li a{font-family:zimmer,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:15px;padding:0;color:#22b289}







@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.shine-effect.cdz-banner {
    position: relative;
    overflow: hidden
}

.shine-effect.cdz-banner:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.shine-effect.cdz-banner:hover:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.5)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.67)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.67)
    }
    100% {
        transform: scale(1)
    }
}

.border-zoom-effect.cdz-banner a {
    display: inline-block !important;
    width: 100%;
    position: relative
}

.border-zoom-effect.cdz-banner a:before, .border-zoom-effect.cdz-banner a:after {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    content: "";
    width: 95%;
    height: 95%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.border-zoom-effect.cdz-banner a:before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0)
}

.border-zoom-effect.cdz-banner a:after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1)
}

.border-zoom-effect.cdz-banner a:hover:before, .border-zoom-effect.cdz-banner a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.scale-effect.cdz-banner {
    overflow: hidden
}

.scale-effect.cdz-banner img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.scale-effect.cdz-banner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

@keyframes cssload-zoom {
    0% {
        -moz-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5)
    }
    50% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -moz-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@keyframes animate-to-2 {
    25%, 75% {
        transform: translateX(-1.5rem) scale(.75)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes animate-to-3 {
    25%, 75% {
        transform: translateX(1.5rem) scale(.75)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes animate-to-1 {
    25% {
        transform: translateX(-1.5rem) scale(.75)
    }
    50%, 75% {
        transform: translateX(-4.5rem) scale(.6)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes animate-to-4 {
    25% {
        transform: translateX(1.5rem) scale(.75)
    }
    50%, 75% {
        transform: translateX(4.5rem) scale(.6)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes animate-to-0 {
    25% {
        transform: translateX(-1.5rem) scale(.75)
    }
    50% {
        transform: translateX(-4.5rem) scale(.6)
    }
    75% {
        transform: translateX(-7.5rem) scale(.5)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes animate-to-5 {
    25% {
        transform: translateX(1.5rem) scale(.75)
    }
    50% {
        transform: translateX(4.5rem) scale(.6)
    }
    75% {
        transform: translateX(7.5rem) scale(.5)
    }
    95% {
        transform: translateX(0rem) scale(1)
    }
}

@keyframes translator {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes oscillation {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    30% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }
    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.abs-frame {
    position: relative;
    display: block;
    overflow: hidden
}

.abs-frame .abs-frame-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cdz-translator {
    animation-name: translator;
    animation-duration: 1s
}

.cdz-transparent {
    opacity: 0
}

.abs-img {
    position: relative;
    display: block;
69
    /*overflow: hidden*/
}

.abs-img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.cdz-tabs.df-tabs .tab-item {
    display: none
}

.cdz-tabs.df-tabs .tab-item.active {
    display: block
}

.sidebar {
    max-width: 100%
}

.zoom-eff, .owl-carousel .owl-lazy.zoom-eff {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms
}

.zoom-eff:hover, .owl-carousel .owl-lazy.zoom-eff:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms
}

.double-bounce-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce-spinner .double-bounce1, .double-bounce-spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce-spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.section-menu-wrap {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 200
}

.section-menu-wrap.open button.toggle-btn.md-button.md-ink-ripple:before {
    content: '\f0c6'
}

.section-menu-wrap.open .section-menu {
    opacity: 1;
    transform: none;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-menu-wrap .section-menu {
    opacity: 0;
    transform: translateX(-40px);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    width: 40px;
    background: #fff;
    border-radius: 0 7px 7px 0;
    overflow: hidden;
    box-shadow: 0px 3px 4px rgba(198, 227, 238, .51);
    -moz-box-shadow: 0px 3px 4px rgba(198, 227, 238, .51);
    -webkit-box-shadow: 0px 3px 4px rgba(198, 227, 238, .51);
    -o-box-shadow: 0px 3px 4px rgba(198, 227, 238, .51);
    -ms-box-shadow: 0px 3px 4px rgba(198, 227, 238, .51)
}

.section-menu-wrap .section-menu .menu-item {
    cursor: pointer;
    width: 100%;
    color: #8dc7dd;
    height: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    position: static
}

.section-menu-wrap .section-menu .menu-item .sec-icon {
    width: 100%;
    font-size: 17px
}

.section-menu-wrap .section-menu .menu-item .item-label {
    position: absolute;
    left: calc(100% + 10px);
    background: #414b56;
    color: transparent;
    opacity: 0;
    visibility: hidden
}

.section-menu-wrap .section-menu .menu-item .item-label:after {
    content: '';
    border: 7px solid;
    position: absolute;
    right: calc(100% - 1px);
    top: calc(50% - 7px);
    border-color: transparent #414b56 transparent transparent;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-menu-wrap .section-menu .menu-item:hover .item-label {
    color: #fff;
    opacity: 1;
    overflow: visible;
    padding: 10px 10px;
    max-width: 200px;
    visibility: visible;
    -moz-transition: opacity 300ms ease .4s;
    -webkit-transition: opacity 300ms ease .4s;
    -o-transition: opacity 300ms ease .4s;
    transition: opacity 300ms ease .4s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-menu-wrap .section-menu .menu-item:hover .item-label span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block
}

.section-menu-wrap .section-menu .menu-item:last-child {
    border-bottom: none
}

.section-menu-wrap .section-menu .menu-item.active {
    background: #37ccd4;
    color: #fff
}

@media (max-width: 1379px) {
    .section-menu-wrap {
        display: none
    }
}

.cdz-popup-area .cdz-popup.popup-cdz-video-frame {
    width: 700px
}

.cdz-video.video-no-loaded .video-placeholder, .cdz-video.video-no-loaded .video-player {
    display: none
}

.cdz-video.video-no-loaded .brand-loader {
    display: block
}

.cdz-video .cdz-video-inner {
    position: relative
}

.cdz-video .video-player {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.cdz-video .video-player .video-player-icon {
    cursor: pointer;
    display: block;
    margin: auto;
    border: none;
    border-radius: 50%;
    background: rgba(28, 28, 28, 0.87);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.8100000000000001)
}

.cdz-video .video-player .video-player-icon > span {
    width: 120px;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cdz-video .video-player .video-player-icon > span > svg {
    fill: #fff;
    width: 32px;
    height: 44px
}

.cdz-video .video-player .video-player-icon > span:hover > svg, .cdz-video .video-player .video-player-icon > span:focus > svg {
    fill: #fff;
    transition: .3s
}

ul.abs-dropdown > li {
    cursor: pointer
}

.f-right {
    float: right
}

.rtl-layout .f-right {
    float: left
}

.btn-group-linkstyle .item {
    float: left;
    border-right: 1px solid #000;
    padding-right: 7px;
    padding-left: 7px
}

.rtl-layout .btn-group-linkstyle .item {
    float: right;
    border-right: none;
    border-left: 1px solid #000
}

.btn-group-linkstyle .item:first-child {
    padding-left: 0px
}

.rtl-layout .btn-group-linkstyle .item:first-child {
    padding-right: 0px;
    padding-left: 7px
}

.btn-group-linkstyle .item:last-child {
    padding-right: 0px;
    border-right: none
}

.rtl-layout .btn-group-linkstyle .item:last-child {
    padding-right: 7px;
    padding-left: 0px;
    border-left: none
}

.btn-group-linkstyle .item .btn-link {
    padding: 0 0;
    border: none;
    text-decoration: underline
}

button.owl-dot {
    padding: 0 0;
    font: inherit;
    border: 0;
    background: none;
    border-radius: 0
}

button.owl-dot:hover, button.owl-dot:active, button.owl-dot:focus, button.owl-dot:visited {
    background: none
}

.flex-grid {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch
}

.mdl-dialog.cdz-video-frame {
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: none
}

.mdl-dialog.cdz-video-frame .md-backface {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25)
}

.mdl-dialog.cdz-video-frame .mdl-dialog-inner {
    position: relative;
    width: 1000px;
    max-width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff
}

body._has-modal {
    overflow: hidden
}

.cdz-full-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000
}

.cdz-popup-area .cdz-popup.popup-quickview-modal {
    width: 900px;
    max-width: calc(100% - 40px)
}

.popup-quickview-modal .product-view-style-02 .product-main, .popup-quickview-modal .product-view-style-02 .product-collateral.tabs {
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: 0
}

.popup-quickview-modal .product-view .product-essential .product-info-main .product-name .h1 {
    font-size: 26px
}

.page-header .sticky-menu.active ul.groupmenu-drop.slidedown {
    margin-left: 0px;
}


.header-language-container, .page-header {

}

body .wrapper {
    color: #a8aeba;

    background: white;
    min-width: 0
}

body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"] {
    border-width: 1px;
    border-bottom-width: 1px;
    color: #023861;
    border-color: #e1e1e1;
    /*background: transparent;*/

    height: 44px;
    border: 1px solid #ccc;
    line-height: 40px;
    width: 100%
}

body input[type="text"].mdl-textfield__input, body input[type="password"].mdl-textfield__input, body input[type="url"].mdl-textfield__input, body input[type="tel"].mdl-textfield__input, body input[type="search"].mdl-textfield__input, body input[type="number"].mdl-textfield__input, body input[type="datetime"].mdl-textfield__input, body input[type="email"].mdl-textfield__input {
    border-width: 0px;
    border-bottom-width: 1px
}

body.rtl-layout input, body.rtl-layout .mdl-textfield__input, body.rtl-layout .mdl-textfield__label {
    text-align: right
}

body .mdl-button--fab {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none
}

body .mdl-textfield__input.input-text {
    border-radius: 0
}

body .mdl-textfield__input.input-text:active, body .mdl-textfield__input.input-text:focus {
    border: 0;
    outline: none
}

body .mdl-textfield--floating-label .mdl-textfield__label {

    color: #9c9c9c;
    margin-bottom: 0
}

body .mdl-textfield--floating-label.is-focused .mdl-textfield__label, body .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, body .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #5c6ac3;
    top: 5px
}

body .fieldset .mdl-textfield__label:before {
    content: '*';
    color: #e02b27
}

body label.required:after {
    content: ''
}

body md-input-container > md-select {
    height: 40px;
    line-height: 40px
}

body textarea, body textarea.input-text {
    color: #9c9c9c;
    border-color: #e1e1e1;
    background: transparent;

    max-width: 100%
}

body ._keyfocus *:focus, body input:not([disabled]):focus, body textarea:not([disabled]):focus, body select:not([disabled]):focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    /*border: 1px solid #ccc!important;*/
}

body select, body select[multiple] {
    width: 100%;
    height: 34px;
    color: #9c9c9c;
    border-color: #e1e1e1;
    background: transparent;

}

body label {
    color: #53565a;

}

body .buttons-set {
    border: none
}

.columns a {
    color: #a8aeba
}

.columns a:hover {
    color: #5c6ac3
}

.columns a:hover {
    text-decoration: none
}

.order-online-steps p {
    margin-top: 10px;
    margin-left: 42px;
    font-weight: 400;
}

p{

    /*margin: 10px 0 0 42px;*/
    font-size: 19px;
    line-height: 1.55;
    color: #53565a;
}
/*a:hover {*/
    /*color: #5c6ac3*/
/*}*/

a:hover {
    text-decoration: none !important
}

ul, ol {
    font-size: inherit;
    line-height: unset
}

p {
    line-height: 1.35
}

img {
    max-width: 100%;
    height: auto
}

ul, ol {
    margin: 0;
    padding: 0
}

.radio, .checkbox {
    display: inline-block
}

.rtl-layout .col2-set .col-2 {
    float: left
}

.rtl-layout .col2-set .col-1 {
    float: right
}

@media screen and (min-width: 768px) {
    .flex-grid-row {
        -webkit-flex-flow: row;
        flex-flow: row
    }
}

.cdz-popup.popup-cdz-newsletter-modal {
    width: 60%;
    max-width: 780px
}

.cdz-popup.popup-cdz-newsletter-modal .cdz-popup-inner {
    padding: 0
}

.cdz-popup.popup-cdz-newsletter-modal [class*="cdz-popup-newsletter"] {
    padding: 0
}

.cdz-popup.popup-cdz-newsletter-modal .popup-title h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #414b56
}

.cdz-popup.popup-cdz-newsletter-modal .popup-content {
    text-align: center;
    padding: 60px 40px;
    position: relative
}

.cdz-popup.popup-cdz-newsletter-modal .popup-content-desc {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: inherit
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter {
    width: 100%;
    margin-bottom: 10px
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter .newsletter {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter .newsletter .control:before {
    display: none
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter .newsletter input {
    border: 1px solid #e9eaec;
    padding: 0;
    text-align: center;
    font-size: 14px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter .actions {
    width: 100%;
    display: block
}

.cdz-popup.popup-cdz-newsletter-modal .block.newsletter .actions .subscribe {
    width: 100%;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.cdz-popup.popup-cdz-newsletter-modal .social {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    text-align: center
}

.cdz-popup.popup-cdz-newsletter-modal .social a {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #5c6ac3
}

.cdz-popup.popup-cdz-newsletter-modal .social a:hover {
    color: #a8aeba
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .cdz-popup.popup-cdz-newsletter-modal {
        width: 83%
    }

    .cdz-popup.popup-cdz-newsletter-modal .popup-title h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .cdz-popup.popup-cdz-newsletter-modal .popup-content-desc {
        font-size: 14px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .cdz-popup.popup-cdz-newsletter-modal .popup-title h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .cdz-popup.popup-cdz-newsletter-modal .popup-content-desc {
        font-size: 14px;
        margin-bottom: 15px
    }

    .cdz-popup.popup-cdz-newsletter-modal .modal-header .action-close {
        z-index: 2
    }
}

@media screen and (max-width: 480px) {
    .cdz-popup.popup-cdz-newsletter-modal {
        width: 90%
    }
}



.cdz-block-title .title-desc {
    color: #b9bed1;
    letter-spacing: 1.5px
}

@media (min-width: 768px) {
    .cdz-block-title {
        margin-bottom: 20px
    }



    .cdz-block-title .title-desc {

    }
}

@media (max-width: 767px) {
    .cdz-block-title {
        margin-bottom: 10px !important
    }



    .cdz-block-title .title-desc {
        margin-bottom: 10px !important
    }
}

.text-left {
    text-align: left
}

a:active, a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none
}

.ie10 .page-wrapper, .ie11 .page-wrapper {
    height: auto
}

.cdz-main-content.block-static-block.widget {
    margin-bottom: 0
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0
}

.cdz-shadow {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.slideshow-container {
    border: 0
}

.input-text:focus {
    outline: none
}

address, p, ul, ol {
    line-height: 1.35
}

.block-poll .radio {
    top: 2px;
    display: inline-block
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .cdz-video .cdz-video-inner {
        display: inline-block;
        width: 100%
    }

    .cdz-video-wrap .ads-col-right .cdz-video {
        width: 100%
    }
}

.mdl-dialog.cdz-video-frame .modal-content {
    padding-bottom: 3rem
}

.mdl-dialog.cdz-video-frame .mdl-dialog-inner {
    width: 65%
}

.rtl-layout .mdl-dialog.cdz-video-frame .mdl-dialog-inner {
    right: 50%;
    left: auto;
    transform: translate(50%, -50%)
}

.mdl-dialog.cdz-video-frame .close-video {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border: 1px solid;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3;

}

.rtl-layout .mdl-dialog.cdz-video-frame .close-video {
    right: auto;
    left: -30px
}

.mdl-dialog.cdz-video-frame .close-video:hover:focus, .mdl-dialog.cdz-video-frame .close-video:hover:active, .mdl-dialog.cdz-video-frame .close-video:hover:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.mdl-dialog.cdz-video-frame .close-video:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e977';
    font-size: 15px;
    speak: none
}

.mdl-dialog.cdz-video-frame .mdl-dialog__content {
    padding: 0
}

[layout-align="center center"] {
    text-align: center
}

.ajax-loader {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.ajax-loader .mdl-progress {
    width: 100%
}

.ajax-loader .bottom-block {
    margin-top: 5px
}

.ajax-loader .mdl-progress.mdl-progress--indeterminate > .bar1, .ajax-loader .mdl-progress.mdl-progress__indeterminate > .bar1, .ajax-loader .mdl-progress.mdl-progress--indeterminate > .bar3, .ajax-loader .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background: #5c6ac3
}

.ajax-loader .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar, .ajax-loader .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #5c6ac3, #5c6ac3)
}

.ajax-loader .mdl-progress > .bufferbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #5c6ac3, #5c6ac3)
}

@media (min-width: 768px) and (max-width: 991px) {
    .ajax-loader {
        padding-right: 20px
    }
}

.cdz-product .double-bounce-spinner .double-bounce1, .cdz-product .double-bounce-spinner .double-bounce2 {
    background-color: #5c6ac3
}

.double-bounce-spinner.brand-loader .double-bounce1, .double-bounce-spinner.brand-loader .double-bounce2 {
    background-color: #5c6ac3
}

.cdz-ajax-trigger {
    width: 300px;
    padding: 7px 20px;
    font-size: 14px;
    border: 2px solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff;

}

.cdz-ajax-trigger > span {
    padding: 0 20px;
    position: relative
}

.cdz-ajax-trigger > span:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e96e';
    font-size: 16px;
    speak: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.cdz-ajax-trigger:hover > span:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    animation: cssload-updown 1150ms linear infinite;
    -o-animation: cssload-updown 1150ms linear infinite;
    -ms-animation: cssload-updown 1150ms linear infinite;
    -webkit-animation: cssload-updown 1150ms linear infinite;
    -moz-animation: cssload-updown 1150ms linear infinite
}

@keyframes cssload-updown {
    0% {
        -moz-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    50% {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px)
    }
}

.footer, .footer button {

}

.page-main-full .footer-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.block-subscribe .title {
    display: none
}

.newsletter label {
    display: none
}

ul.messages li {
    list-style: none
}

ul.messages > li {
    margin-right: 3.5rem
}

.messages li ul li {
    margin-left: 10px
}

.message.info {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 13px;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 40px;
    position: relative
}

.message.info:before {
    color: #c07600;
    margin: -14px 0 0;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 24px;
    width: 40px;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    font-size: 18px
}

md-content.md-default-theme, md-content {
    color: #a8aeba;
    background: transparent
}

md-checkbox.md-checked .md-icon {
    background: #5c6ac3
}

md-checkbox.md-checked .md-ink-ripple {
    color: #5c6ac3
}

md-checkbox .md-icon {
    top: -2px
}

.form-list li.control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
    color: #a8aeba;
    background: transparent;
    padding-left: 20px
}

.form-list li.control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
    background: transparent
}

.form-list li.control input.radio, .sp-methods dt input.radio, #checkout-shipping-method-load .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.radio, .product-options ul.options-list input.radio, .form-list li.control input.checkbox, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.checkbox {
    margin-top: 8px;
    margin-left: 0
}

.checkbox + label, .radio + label {

}

.form-list select {
    width: 100%
}

.column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
    margin: 0
}

.fieldset .legend {
    margin-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eaec;
    width: 100%;

    font-weight: 600;
    text-transform: uppercase;
    color: #414b56
}

div.mage-error[generated] {
    clear: both
}

.data-table {
    border: 1px solid #e9eaec
}

.data-table th {
    background: transparent;
    color: #414b56;

}

.data-table td {
    border: 1px solid #e9eaec;
    color: #a8aeba;

}

.data-table thead th, .data-table tbody td {
    border: 1px solid #e9eaec
}

.data-table tbody td {
    color: #023861;

}

.data-table tbody td .product-name {
    margin-bottom: 0
}

.data-table tfoot tr {
    background: transparent
}

.data-table tfoot tr td {
    color: #a8aeba;

}

@media (min-width: 768px) {
    .fieldset > .field > .label, .fieldset > .fields > .field > .label {
        font-weight: 600
    }

    .fieldset > .field:not(.choice) > .label {
        clear: both;
        width: 100%;
        text-align: left
    }

    .rtl-layout .fieldset > .field:not(.choice) > .label {
        text-align: right
    }

    .fieldset > .field:not(.choice) > .control {
        width: 100%
    }

    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
        display: none
    }
}

#co-shipping-method-form .buttons-set .button, button, .button2, .button, .mdl-button, .action.primary, .cart-footer-actions button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    border: 1px solid;
    padding: 7px 15px;
    min-height: auto;
    /*text-transform: uppercase;*/
    height: auto;
    line-height: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 25px;
    box-shadow: none!important;
}

.button2 {
    color:white;
    border-color: #22b289;
    background: #00b288;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px!important;
    font-weight: 700!important;
    height: 42px;

}

.button2:focus, .button2:active, .button2:hover {
    color: white;
    /*border-color: #1a8768;*/
    background: #1a8768;
}

.button2 span, .button2 span span {
    text-decoration: none;
    height: auto;
    color: white;
    background: none;
    border: none;
    font-size: 15px;

}

.button2 span:hover, .button2 span span:hover {
    background: none;
    color: #22b289
}

.button2:hover span, .button2:hover span span {
    color: #22b289;
    font-size: 15px;
}

button, .button, .mdl-button, .button.button-secondary, .cart-container .form-cart .action.continue {
    color: #22b289;
    border-color: #22b289;
    background: #fff;

}

button:focus, .button:focus, .mdl-button:focus, .button.button-secondary:focus, .cart-container .form-cart .action.continue:focus, button:active, .button:active, .mdl-button:active, .button.button-secondary:active, .cart-container .form-cart .action.continue:active, button:hover, .button:hover, .mdl-button:hover, .button.button-secondary:hover, .cart-container .form-cart .action.continue:hover {
    color: #fff;
    border-color: #003865;
    background: #003865
}

#co-shipping-method-form .buttons-set .button, .button.btn-checkout, button.button.primary, button.btn-cart, .action.primary, .btn-cart {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3;

}

#co-shipping-method-form .buttons-set .button:focus, .button.btn-checkout:focus, button.button.primary:focus, button.btn-cart:focus, .action.primary:focus, .btn-cart:focus, #co-shipping-method-form .buttons-set .button:active, .button.btn-checkout:active, button.button.primary:active, button.btn-cart:active, .action.primary:active, .btn-cart:active, #co-shipping-method-form .buttons-set .button:hover, .button.btn-checkout:hover, button.button.primary:hover, button.btn-cart:hover, .action.primary:hover, .btn-cart:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.qs-button, a.qs-button {
    display: block;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1px solid;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #5c6ac3;
    border-color: #fff;
    background: #fff;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.qs-button:focus, a.qs-button:focus, .qs-button:active, a.qs-button:active, .qs-button:hover, a.qs-button:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.qs-button > span, a.qs-button > span {
    font-size: 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    display: none
}

.qs-button:before, a.qs-button:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e97f';
    font-size: 16px;
    speak: none
}

#back-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    display: none!important;
}

#back-top a {
    border-color: #5c6ac3;

    text-transform: uppercase;
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #5c6ac3;
    border-color: #fff;
    background: #fff;
    display: block;
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .3)
}

#back-top a:focus, #back-top a:active, #back-top a:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

#back-top a:focus, #back-top a:active, #back-top a:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

#back-top a > span {
    font-size: 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    display: none
}

#back-top a:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e96b';
    font-size: 20px;
    speak: none;
    line-height: 46px
}

.rtl-layout #back-top {
    right: auto;
    left: 15px
}

@media (max-width: 767px) {
    #back-top {
        display: none !important
    }
}

a.btn-remove2, a.btn-remove {
    position: relative;
    font-size: 0;
    text-indent: 0;
    border: 1px solid;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    border-color: #22b289;
    background: #22b289
}

a.btn-remove2:before, a.btn-remove:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 12px;
    speak: none;
    line-height: 20px
}

a.btn-remove2:after, a.btn-remove:after {
    display: none
}

a.btn-remove2:hover:focus, a.btn-remove:hover:focus, a.btn-remove2:hover:active, a.btn-remove:hover:active, a.btn-remove2:hover:hover, a.btn-remove:hover:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.space-s {
    margin-bottom: 10px
}

.space-base {
    margin-bottom: 20px
}

.space-md {
    margin-bottom: 40px
}

.space-lg {
    margin-bottom: 25px
}

.space-mobile {
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .space-lg {
        margin-bottom: 20px
    }

    .space-xs {
        margin-bottom: 15px
    }

    .space-md {
        margin-bottom: 20px
    }
}

.cdz-shadow {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

[class*='product-list-style'] .owl-dots, [class*='post-list-style'] .owl-dots, [class*='wrapper-adv-style'] .owl-dots, .instagram-wrapper .owl-dots, .brand-slider-wrapper .owl-dots {
    margin: 15px 0 0
}

[class*='product-list-style'] .owl-dots .owl-dot, [class*='post-list-style'] .owl-dots .owl-dot, [class*='wrapper-adv-style'] .owl-dots .owl-dot, .instagram-wrapper .owl-dots .owl-dot, .brand-slider-wrapper .owl-dots .owl-dot {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #a8aeba;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative !important
}

[class*='product-list-style'] .owl-dots .owl-dot span, [class*='post-list-style'] .owl-dots .owl-dot span, [class*='wrapper-adv-style'] .owl-dots .owl-dot span, .instagram-wrapper .owl-dots .owl-dot span, .brand-slider-wrapper .owl-dots .owl-dot span {
    height: 100%;
    width: 100%;
    background-color: #646d7e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}

[class*='product-list-style'] .owl-dots .owl-dot.active span, [class*='post-list-style'] .owl-dots .owl-dot.active span, [class*='wrapper-adv-style'] .owl-dots .owl-dot.active span, .instagram-wrapper .owl-dots .owl-dot.active span, .brand-slider-wrapper .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

[class*='product-list-style'] .owl-nav [class*='owl-'], [class*='post-list-style'] .owl-nav [class*='owl-'], [class*='wrapper-adv-style'] .owl-nav [class*='owl-'], .instagram-wrapper .owl-nav [class*='owl-'], .brand-slider-wrapper .owl-nav [class*='owl-'] {
    top: -moz-calc((100% - 40px) / 2);
    top: -webkit-calc((100% - 40px) / 2);
    top: -o-calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    backface-visibility: hidden;
    visibility: hidden
}

[class*='product-list-style'] .owl-nav [class*='owl-'].owl-next, [class*='post-list-style'] .owl-nav [class*='owl-'].owl-next, [class*='wrapper-adv-style'] .owl-nav [class*='owl-'].owl-next, .instagram-wrapper .owl-nav [class*='owl-'].owl-next, .brand-slider-wrapper .owl-nav [class*='owl-'].owl-next {
    right: 3px;
    /*-moz-transform: translate(150%);*/
    /*-webkit-transform: translate(150%);*/
    /*-o-transform: translate(150%);*/
    /*transform: translate(150%)*/
}

[class*='product-list-style'] .owl-nav [class*='owl-'].owl-prev, [class*='post-list-style'] .owl-nav [class*='owl-'].owl-prev, [class*='wrapper-adv-style'] .owl-nav [class*='owl-'].owl-prev, .instagram-wrapper .owl-nav [class*='owl-'].owl-prev, .brand-slider-wrapper .owl-nav [class*='owl-'].owl-prev {
    left: 1px;
    /*-moz-transform: translate(-150%);*/
    /*-webkit-transform: translate(-150%);*/
    /*-o-transform: translate(-150%);*/
    /*transform: translate(-150%)*/
}

[class*='product-list-style'] .owl-nav [class*='owl-'].disabled, [class*='post-list-style'] .owl-nav [class*='owl-'].disabled, [class*='wrapper-adv-style'] .owl-nav [class*='owl-'].disabled, .instagram-wrapper .owl-nav [class*='owl-'].disabled, .brand-slider-wrapper .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.rtl-layout [class*='product-list-style'] .owl-nav [class*='owl-'].owl-next, .rtl-layout [class*='post-list-style'] .owl-nav [class*='owl-'].owl-next, .rtl-layout [class*='wrapper-adv-style'] .owl-nav [class*='owl-'].owl-next, .rtl-layout .instagram-wrapper .owl-nav [class*='owl-'].owl-next, .rtl-layout .brand-slider-wrapper .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.rtl-layout [class*='product-list-style'] .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='post-list-style'] .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='wrapper-adv-style'] .owl-nav [class*='owl-'].owl-prev, .rtl-layout .instagram-wrapper .owl-nav [class*='owl-'].owl-prev, .rtl-layout .brand-slider-wrapper .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

[class*='product-list-style']:hover .owl-nav [class*='owl-']:not(.disabled), [class*='post-list-style']:hover .owl-nav [class*='owl-']:not(.disabled), [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-']:not(.disabled), .instagram-wrapper:hover .owl-nav [class*='owl-']:not(.disabled), .brand-slider-wrapper:hover .owl-nav [class*='owl-']:not(.disabled) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

[class*='product-list-style']:hover .owl-nav [class*='owl-'].disabled, [class*='post-list-style']:hover .owl-nav [class*='owl-'].disabled, [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-'].disabled, .instagram-wrapper:hover .owl-nav [class*='owl-'].disabled, .brand-slider-wrapper:hover .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

[class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-prev, [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-prev, [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-'].owl-prev, .instagram-wrapper:hover .owl-nav [class*='owl-'].owl-prev, .brand-slider-wrapper:hover .owl-nav [class*='owl-'].owl-prev, [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-next, [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-next, [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-'].owl-next, .instagram-wrapper:hover .owl-nav [class*='owl-'].owl-next, .brand-slider-wrapper:hover .owl-nav [class*='owl-'].owl-next {
    visibility: visible;
    /*-moz-transform: translateX(0px);*/
    /*-webkit-transform: translateX(0px);*/
    /*-o-transform: translateX(0px);*/
    /*transform: translateX(0px)*/
}

.rtl-layout [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout .instagram-wrapper:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout .brand-slider-wrapper:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-next, .rtl-layout [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-next, .rtl-layout [class*='wrapper-adv-style']:hover .owl-nav [class*='owl-'].owl-next, .rtl-layout .instagram-wrapper:hover .owl-nav [class*='owl-'].owl-next, .rtl-layout .brand-slider-wrapper:hover .owl-nav [class*='owl-'].owl-next {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

[class*='product-list-style'] .owl-carousel .owl-nav [class*='owl-'], [class*='post-list-style'] .owl-carousel .owl-nav [class*='owl-'], [class*='wrapper-adv-style'] .owl-carousel .owl-nav [class*='owl-'], .instagram-wrapper .owl-carousel .owl-nav [class*='owl-'], .brand-slider-wrapper .owl-carousel .owl-nav [class*='owl-'] {
    width: 50px;
    height: 120px
}

[class*='product-list-style'] .owl-carousel .owl-nav [class*='owl-']:before, [class*='post-list-style'] .owl-carousel .owl-nav [class*='owl-']:before, [class*='wrapper-adv-style'] .owl-carousel .owl-nav [class*='owl-']:before, .instagram-wrapper .owl-carousel .owl-nav [class*='owl-']:before, .brand-slider-wrapper .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 117px
}

@media screen and (max-width: 768px) {
    [class*='product-list-style'] .owl-nav, [class*='post-list-style'] .owl-nav, [class*='wrapper-adv-style'] .owl-nav, .instagram-wrapper .owl-nav, .brand-slider-wrapper .owl-nav {
        display: none
    }
}

.cdz-slideshow .icon-loading {
    font-size: 0 !important;
    display: none
}

.cdz-slideshow .owl-nav [class*='owl-'] {
    top: -moz-calc((100% - 50px) / 2);
    top: -webkit-calc((100% - 50px) / 2);
    top: -o-calc((100% - 50px) / 2);
    top: calc((100% - 50px) / 2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    backface-visibility: hidden;
    visibility: hidden
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.cdz-slideshow .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.cdz-slideshow:hover .owl-nav [class*='owl-']:not(.disabled) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.cdz-slideshow:hover .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.cdz-slideshow:hover .owl-nav [class*='owl-'].owl-prev, .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-next {
    visibility: visible;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.rtl-layout .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-next {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px
}

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 48px
}

.cdz-slideshow .owl-dots {
    position: absolute;
    bottom: 10px
}

.cdz-slideshow .owl-dots .owl-dot {
    background-color: #333333;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    position: relative;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

.cdz-slideshow .owl-dots .owl-dot.active {
    background-color: #5c6ac3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.cdz-slideshow.icon-loading {
    display: inline-block
}

@media screen and (max-width: 1199px) {
    .cdz-slideshow .owl-nav {
        display: none
    }
}

.slideshow-container {
    margin-left: auto;
    margin-right: auto
}

.slide-caption {
    position: absolute;
    color: #282828
}

.slide-caption.cls-white {
    color: #ffffff
}

.slide-caption.cls-white .slide-title {
    color: #ffffff
}

.slide-caption.cls-white .slide-title span {
    border-color: #fff
}

.slide-caption.cls-white .h1 {
    font-size: 36px;
    font-style: italic;
    color: #fff;
    font-weight: 500
}

.slide-caption.cls-white .slide-btn a {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.slide-caption .slide-textcate {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase
}

.slide-caption .slide-text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5
}

.slide-caption .slide-title {
    margin-bottom: 10px
}

.slide-caption .slide-title span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #282828;
    padding: 5px 20px;
    font-weight: 600
}

.slide-caption .slide-btn a {
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.active .slide-caption .slide-title {
    -webkit-animation: slideBounceInDown 800ms ease-in-out;
    -moz-animation: slideBounceInDown 800ms ease-in-out;
    animation: slideBounceInDown 800ms ease-in-out
}

.active .slide-caption .slide-text {
    -webkit-animation: slideBounceInDown 1400ms ease-in-out;
    -moz-animation: slideBounceInDown 1400ms ease-in-out;
    animation: slideBounceInDown 1400ms ease-in-out
}

.active .slide-caption .slide-btn {
    -webkit-animation: slideBounceInDown 2000ms ease-in-out;
    -moz-animation: slideBounceInDown 2000ms ease-in-out;
    animation: slideBounceInDown 2000ms ease-in-out
}

@-webkit-keyframes slideBounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideBounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideBounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideBounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.active .slideText.slideBounceInDown {
    -webkit-animation-name: slideBounceInDown;
    -moz-animation-name: slideBounceInDown;
    -o-animation-name: slideBounceInDown;
    animation-name: slideBounceInDown
}

@media (max-width: 767px) {
    .slide-caption .slide-text {
        display: none
    }

    .slide-caption .slide-btn a {
        padding: 7px 15px;
        font-size: 12px
    }

    .slide-caption .slide-desc {
        display: none
    }
}

.slide-caption.text-left {
    text-align: left !important
}

.rtl-layout .slide-caption.text-left {
    direction: ltr
}

.slide-caption.text-right {
    text-align: right !important
}

.rtl-layout .slide-caption.text-right {
    direction: ltr
}

.slide-caption.slide-top-left {
    left: 7%;
    top: 20%
}

.slide-caption.slide-top-right {
    right: 7%;
    top: 20%
}

.slide-caption.slide-top-center {
    max-width: 600px;
    top: 20%;
    left: -moz-calc((100% - 600px) / 2);
    left: -webkit-calc((100% - 600px) / 2);
    left: -o-calc((100% - 600px) / 2);
    left: calc((100% - 600px) / 2)
}

.slide-caption.slide-bottom-left {
    left: 7%;
    bottom: 10%
}

.slide-caption.slide-bottom-right {
    right: 7%;
    bottom: 10%
}

.slide-caption.slide-middle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    flex-direction: column
}

.slide-caption .button-link {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 45px;
    text-transform: uppercase;
    color: #fff;
    border-color: #000;
    background: #000;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-caption .button-link:focus, .slide-caption .button-link:active, .slide-caption .button-link:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .slide-caption.slide-top-left {
        top: 10%
    }

    .slide-caption.slide-top-right {
        top: 10%
    }

    .slide-caption.slide-top-center {
        top: 10%
    }
}

@media screen and (max-width: 767px) {
    .slide-caption.slide-top-center {
        max-width: 300px;
        left: -moz-calc((100% - 300px) / 2);
        left: -webkit-calc((100% - 300px) / 2);
        left: -o-calc((100% - 300px) / 2);
        left: calc((100% - 300px) / 2)
    }
}

@media (min-width: 768px) {
    .sstext-6x {
        font-size: 50px;
        font-weight: 600
    }

    .sstext-4x {
        font-size: 42px
    }

    .sstext-title {
        font-size: 22px
    }
}

@media (min-width: 1199px) {
    .sstext-6x {
        font-size: 60px
    }

    .sstext-4x {
        font-size: 52px
    }

    .sstext-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .sstext-6x, .sstext-4x {
        font-size: 25px;
        font-weight: bold
    }

    .sstext-title {
        font-size: 12px;
        margin-bottom: 0 !important
    }
}

.banner-style01 {
    background-color: #5c6ac3;
    color: #fff;
    position: relative;
    padding: 30px;
    height: 100%;
    width: 100%
}

.banner-style01 .label {

    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 45px;
    font-weight: 600;
    text-align: left;
    display: block;
    padding: 0
}

.rtl-layout .banner-style01 .label {
    text-align: right
}


.banner-style01 .desc {
    line-height: inherit
}

.banner-style01 .actions {
    margin-top: auto
}

.banner-style01 .actions .primary {
    padding: 6px 30px;
    width: auto;
    border-color: #fff;
    border-width: 2px;

    height: auto;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.banner-style01 .actions .primary span {
    padding: 0
}

.banner-style01 .actions .primary span:before, .banner-style01 .actions .primary span:after {
    display: none
}

.banner-style01 .actions .primary:hover {
    color: #5c6ac3;
    border-color: #fff;
    background: #fff
}

.rtl-layout .banner-style01 .actions .primary {
    float: right
}

.banner-style01:after {
    width: 0px;
    height: 0px;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid #5c6ac3;
    content: "";
    position: absolute;
    right: -12px;
    z-index: 2;
    top: -moz-calc((100% - 12px) / 2);
    top: -webkit-calc((100% - 12px) / 2);
    top: -o-calc((100% - 12px) / 2);
    top: calc((100% - 12px) / 2)
}

.rtl-layout .banner-style01:after {
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 12px solid #5c6ac3;
    border-left: 0;
    right: auto;
    left: -12px
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-style01 {
        padding: 15px
    }


}

@media (max-width: 767px) {
    .banner-style01 .cdz-banner .cdz-banner-text {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8)
    }
}

.banner-style02 .cdz-banner {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #000
}

.banner-style02 .cdz-banner * {
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.banner-style02 .cdz-banner img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

.banner-style02 .cdz-banner .cdz-banner-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.banner-style02 .cdz-banner .cdz-banner-text h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff
}

.banner-style02 .cdz-banner .cdz-banner-text .btn.primary {
    border: 1px solid;
    font-style: italic;
    text-transform: lowercase;
    text-decoration: none;
    padding: 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border-color: #fff;
    background: transparent
}

.banner-style02 .cdz-banner .cdz-banner-text .btn.primary:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.banner-style02 .cdz-banner:hover img {
    -moz-transform: scale(1.1, 1.1) rotate(2deg);
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -o-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg)
}

@media (max-width: 767px) {
    .banner-style02 .cdz-banner .cdz-banner-text h1 {
        font-size: 30px
    }
}

@media (max-width: 425px) {
    .banner-style02 .cdz-banner .cdz-banner-text h1 {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-style02 .cdz-banner .cdz-banner-text h1 {
        font-size: 30px
    }
}

.banner-style03 .cdz-banner-text {
    padding: 50px 13%;
    height: 100%
}


.banner-style03 .cdz-banner-text .desc {
    margin-bottom: 5rem
}

.banner-style03 .cdz-banner-text .desc p {
    font-size: 13px
}

.banner-style03 .cdz-banner-text .actions .primary {
    float: none;
    border-radius: 0;
    padding: 10px 70px;
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.banner-style03 .cdz-banner-text .actions .primary:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.banner-style03 .cdz-banner {
    overflow: hidden
}

@media (max-width: 767px) {
    .banner-style03 .cdz-banner-text {
        padding: 30px 10px
    }

    .banner-style03 .cdz-banner-text .desc {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-style03 .cdz-banner-text {
        padding: 30px 20px
    }

    .banner-style03 .cdz-banner-text .desc {
        margin-bottom: 10px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .banner-style03 .cdz-banner-text .desc {
        width: 90%
    }
}

.banner-style04 .banner-link {
    position: relative;
    overflow: hidden
}

.banner-style04 .banner-link .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px 35px;
    text-decoration: none;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.banner-style04 .banner-link .title:hover {
    -moz-transform: translate(15px);
    -webkit-transform: translate(15px);
    -o-transform: translate(15px);
    transform: translate(15px)
}

.banner-style04 .banner-link.zoom-effect:hover img {
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 15s ease-in infinite;
    transition: all .7s ease-in-out
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner-style04 .banner-link .title {
        font-size: 30px !important
    }
}

@media (max-width: 767px) {
    .banner-style04 {
        padding: 0
    }

    .banner-style04 .banner-link .title {
        font-size: 12px !important;
        text-align: center;
        white-space: nowrap
    }
}

.cdz-video-wrap {
    overflow: hidden;
    position: relative
}

.cdz-video-wrap .ads-col-left {
    z-index: 1
}

.cdz-video-wrap .ads-col-left .cdz-banner-text {
    padding: 40px 10%;
    height: 100%;
    color: #fff;
    background-color: #5c6ac3;
    font-size: 28px
}

.cdz-video-wrap .ads-col-left .cdz-banner-text .sub-title {
    font-weight: bold
}


.cdz-video-wrap .ads-col-left .cdz-banner-text .desc p {
    margin: 5% 0 15%;
    font-size: 50%
}

.cdz-video-wrap .ads-col-left .cdz-banner {
    position: relative
}

.cdz-video-wrap .ads-col-left .cdz-banner:after {
    position: absolute;
    content: "";
    top: -30%;
    left: -moz-calc(100% - (25% / 2));
    left: -webkit-calc(100% - (25% / 2));
    left: -o-calc(100% - (25% / 2));
    left: calc(100% - (25% / 2));
    border-bottom: 100px solid transparent;
    width: 25%;
    height: 190%;
    background: #f44336;
    transform: rotate(16deg);
    border-right: 10px solid #fff
}

.rtl-layout .cdz-video-wrap .ads-col-left .cdz-banner:after {
    left: -moz-calc(auto);
    left: -webkit-calc(auto);
    left: -o-calc(auto);
    left: calc(auto);
    right: -moz-calc(100% - (25% / 2));
    right: -webkit-calc(100% - (25% / 2));
    right: -o-calc(100% - (25% / 2));
    right: calc(100% - (25% / 2));
    transform: rotate(-16deg);
    border-left: 10px solid #fff;
    border-right: 0
}

.cdz-video-wrap .ads-col-left .btn.primary {
    border: 2px solid;
    padding: 10px 45px;
    float: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border-color: #fff;
    background: transparent;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.cdz-video-wrap .ads-col-left .btn.primary:after {
    content: '';
    width: 102%;
    height: 100%;
    position: absolute;
    left: -2px;
    border: 1px solid #fff;
    background: #fff;
    top: 0;
    z-index: 0;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cdz-video-wrap .ads-col-left .btn.primary span {
    z-index: 4;
    position: relative
}

.cdz-video-wrap .ads-col-left .btn.primary:focus, .cdz-video-wrap .ads-col-left .btn.primary:active, .cdz-video-wrap .ads-col-left .btn.primary:hover {
    color: #5c6ac3;
    border-color: #fff;
    background: #fff
}

.cdz-video-wrap .ads-col-left .btn.primary:focus:after, .cdz-video-wrap .ads-col-left .btn.primary:active:after, .cdz-video-wrap .ads-col-left .btn.primary:hover:after {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cdz-video-wrap .ads-col-left .btn.primary:focus:before, .cdz-video-wrap .ads-col-left .btn.primary:active:before, .cdz-video-wrap .ads-col-left .btn.primary:hover:before {
    color: #fff;
    z-index: 1;
    position: relative
}

.cdz-video-wrap .ads-col-left .btn.primary:after {
    background-color: #fff;
    border-color: #fff
}

.cdz-video-wrap .ads-col-left .btn.primary:hover {
    -moz-transition: background-color .01s ease;
    -webkit-transition: background-color .01s ease;
    -o-transition: background-color .01s ease;
    transition: background-color .01s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-delay: .2s
}

.cdz-video-wrap .ads-col-right .cdz-video-inner {
    height: 100%
}

.cdz-video-wrap .ads-col-right .cdz-video-inner img {
    position: absolute;
    height: 100%;
    width: 100%
}

.cdz-video-wrap .ads-col-right .cdz-video {
    height: 100%
}

.cdz-video-wrap .ads-col-right .cdz-video.video-no-loaded .cdz-video-inner {
    position: absolute;
    top: 50%;
    left: 65%;
    width: auto
}

.cdz-video-wrap .ads-col-right .cdz-video .video-player {
    width: 115%;
    right: 0
}

.cdz-video-wrap .ads-col-right .cdz-video .brand-loader {
    margin: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cdz-video-wrap .ads-col-left .cdz-banner-text {
        font-size: 13px;
        padding: 30px 10%
    }

    .cdz-video-wrap .ads-col-left .cdz-banner-text .desc p {
        font-size: 100%;
        margin: 5% 0 8%
    }



    .cdz-video-wrap .ads-col-left .cdz-banner-text .btn.primary {
        padding: 5px 30px
    }

    .rtl-layout .cdz-video-wrap .ads-col-left .cdz-banner:after {
        left: -12%
    }
}

@media (max-width: 767px) {
    .cdz-video-wrap .ads-col-left {
        padding: 0 10px
    }

    .rtl-layout .cdz-video-wrap .ads-col-left {
        padding: 0 10px
    }

    .cdz-video-wrap .ads-col-left .cdz-banner {
        position: relative;
        padding: 3rem
    }

    .cdz-video-wrap .ads-col-left .cdz-banner:after {
        display: none
    }



    .cdz-video-wrap .ads-col-right {
        position: relative;
        width: 100%
    }

    .cdz-video-wrap .ads-col-right .cdz-video .video-player {
        width: 100%
    }

    .cdz-video-wrap .ads-col-right .cdz-video-inner img {
        position: static
    }
}

@media (min-width: 1200px) {

}

.banner-style05 .cdz-banner {
    position: relative
}

.banner-style05 .cdz-banner .cdz-banner-desc {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px 50px;
    align-items: center;
    color: #ffffff
}

.banner-style05 .cdz-banner .cdz-banner-desc .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block
}

.banner-style05 .cdz-banner .cdz-banner-desc .actions {
    display: inline-block;
    float: right;
    margin-right: 10%
}

.rtl-layout .banner-style05 .cdz-banner .cdz-banner-desc .actions {
    margin-left: 0;
    float: left
}

.banner-style05 .cdz-banner .cdz-banner-desc .action.primary {
    padding: 10px 40px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    border-color: #fff;
    background: #fff;
    white-space: nowrap
}

.banner-style05 .cdz-banner .cdz-banner-desc .action.primary:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner-style05 .cdz-banner .cdz-banner-desc .title {
        font-size: 20px
    }

    .banner-style05 .cdz-banner .cdz-banner-desc .actions {
        margin-right: 5%
    }
}

@media (max-width: 767px) {
    .banner-style05 .cdz-banner .cdz-banner-desc {
        padding: 15px
    }

    .banner-style05 .cdz-banner .cdz-banner-desc .title {
        font-size: 14px
    }

    .banner-style05 .cdz-banner .cdz-banner-desc .actions {
        margin-right: 0
    }

    .banner-style05 .cdz-banner .cdz-banner-desc .action.primary {
        font-size: 12px;
        padding: 5px 15px
    }
}

.banner-style05 .cdz-banner .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 30px 10%
}

.banner-style05 .cdz-banner .desc .h1 {
    color: #ffffff
}

.parallax-bg {
    background-size: 100%;
    min-height: 339px;
    z-index: 1;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.parallax-bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4)
}

.parallax-bg .desc {
    text-align: center;
    color: #ffffff;
    height: 100%;
    letter-spacing: 2px;
    width: 60%;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

.parallax-bg .desc .h1 {
    color: #ffffff;
    font-size: 30px
}

@media (max-width: 767px) {
    .parallax-bg {
        background-size: cover
    }

    .parallax-bg .desc {
        width: 80%
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .parallax-bg {
        background-attachment: unset !important;
        background-position: center top !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .parallax-banner .desc {
        max-width: 70%;
        display: inline-block;
        padding: 10%
    }
}

.banner-style06 .cdz-banner {
    position: relative;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.banner-style06 .cdz-banner > a {
    display: block
}

.banner-style06 .cdz-banner > a:before {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #5c6ac3;
    opacity: 0.2;
    z-index: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.banner-style06 .cdz-banner > a:hover:before {
    height: 100%
}

.banner-style06 .cdz-banner img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.banner-style06 .cdz-banner .cdz-banner-desc {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 10px;
    opacity: 0.8;

    font-weight: 500;
    background-color: #5c6ac3;
    color: #fff
}

.brand-slider-wrapper .item {
    overflow: hidden
}

.brand-slider-wrapper .item-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block
}

.brand-slider-wrapper .item-image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .brand-slider-wrapper .item-image, .brand-slider-wrapper .item {
        display: inline-block
    }
}

.brand-style01 {
    position: relative;
    border: 1px solid #e9eaec
}

.brand-style01 .owl-stage-outer {
    position: static;
    padding: 40px 0
}

.brand-style01 .brand-slider-wrapper {
    position: relative;
    border: 1px solid #e9eaec
}

.brand-style02 {
    padding-top: 45px;
    padding-bottom: 45px
}

.brand-style03 {
    padding: 20px;
    background: #f9f9f9
}

.instagram-style01 .photo-item {
    position: relative;
    overflow: hidden
}

.instagram-style01 .photo-item img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.instagram-style01 .photo-item .photo-item-link:before {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    font-size: 35px;
    top: -moz-calc((100% - 35px) / 2);
    top: -webkit-calc((100% - 35px) / 2);
    top: -o-calc((100% - 35px) / 2);
    top: calc((100% - 35px) / 2);
    left: -moz-calc((100% - 30px) / 2);
    left: -webkit-calc((100% - 30px) / 2);
    left: -o-calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.instagram-style01 .photo-item:hover .photo-item-link {
    background: -webkit-linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    background: linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8))
}

.instagram-style01 .photo-item:hover .photo-item-link:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.instagram-style01 .photo-item:hover img {
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.instagram-style01 .photo-item:hover:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.instagram-style02 .photo-item-link {
    position: relative;
    overflow: hidden
}

.instagram-style02 .photo-item-link:before {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    font-size: 35px;
    top: -moz-calc((100% - 35px) / 2);
    top: -webkit-calc((100% - 35px) / 2);
    top: -o-calc((100% - 35px) / 2);
    top: calc((100% - 35px) / 2);
    left: -moz-calc((100% - 30px) / 2);
    left: -webkit-calc((100% - 30px) / 2);
    left: -o-calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.instagram-style02 .photo-item-link:after {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}

.instagram-style02 .photo-item-link:hover:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.instagram-style02 .photo-item-link:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.cdz-block .cdz-block-title {
    text-align: left;
    margin-bottom: 20px
}

.cdz-block .cdz-block-title .b-title {

    font-weight: 500
}

.cdz-block .cdz-block-title .title-desc {
    width: 100%;
    font-size: 12px
}

.cdz-block .tweet-item {
    margin-bottom: 10px
}

.cdz-block.twitter-feeds-wrap .twitter-list {
    padding: 0;
    list-style: none
}

.cdz-block.twitter-feeds-wrap .tweet-text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px
}

.cdz-block.twitter-feeds-wrap .tweet-text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    font-size: 20px;
    color: #5c6ac3
}

.rtl-layout .cdz-block.twitter-feeds-wrap .tweet-text:before {
    content: '\f10e'
}

.cdz-block.twitter-feeds-wrap .tweet-time {
    font-style: italic;
    margin: 0 0 5px
}

.cdz-block.twitter-feeds-wrap .tweet-user {
    font-weight: 600
}

.instagram-style03 {
    position: relative;
    padding-bottom: 1px;
    overflow: visible !important
}

.instagram-style03 .owl-nav [class*='owl-'] {
    position: absolute;
    text-align: center;
    font-size: 0;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.instagram-style03 .owl-nav [class*='owl-']:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    font-size: 20px
}

.instagram-style03 .owl-nav [class*='owl-'].owl-next:before {
    content: '\f105'
}

.instagram-style03 .owl-nav [class*='owl-'].owl-prev:before {
    content: '\f104'
}

.rtl-layout .instagram-style03 .owl-nav [class*='owl-'].owl-next:before {
    content: '\f104'
}

.rtl-layout .instagram-style03 .owl-nav [class*='owl-'].owl-prev:before {
    content: '\f105'
}

.instagram-style03 .owl-nav [class*='owl-'].disabled {
    cursor: default
}

.instagram-style03 .owl-nav [class*='owl-']:hover {
    z-index: 1
}

.instagram-style03 .owl-nav [class*='owl-']:hover:not(.disabled) {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.instagram-style03 .cdz-block-title {
    text-align: left
}


.instagram-style03 .cdz-block-title .title-desc {
    color: #b9bed1;
    font-size: 12px;
    letter-spacing: 1px
}

.instagram-style03 .owl-nav [class*="owl-"] {
    top: auto;
    bottom: -30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    visibility: visible;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    -moz-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #151515;
    border-color: #151515;
    background: #fff
}

.instagram-style03 .owl-nav [class*="owl-"]:hover:not(.disabled) {
    color: #fff;
    border-color: #151515;
    background: #151515
}

.instagram-style03 .owl-nav [class*="owl-"].owl-prev {
    left: 10px
}

.rtl-layout .instagram-style03 .owl-nav [class*="owl-"].owl-prev {
    right: 10px;
    left: auto
}

.instagram-style03 .owl-nav [class*="owl-"].owl-next {
    right: auto;
    left: 60px
}

.rtl-layout .instagram-style03 .owl-nav [class*="owl-"].owl-next {
    right: 60px;
    left: auto
}

.instagram-style03 .instagram-photos .photo-item a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f16d';
    font-size: 36px;
    position: absolute;
    top: -moz-calc((100% - 32px) / 2);
    top: -webkit-calc((100% - 32px) / 2);
    top: -o-calc((100% - 32px) / 2);
    top: calc((100% - 32px) / 2);
    left: -moz-calc((100% - 32px) / 2);
    left: -webkit-calc((100% - 32px) / 2);
    left: -o-calc((100% - 32px) / 2);
    left: calc((100% - 32px) / 2);
    z-index: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background: -webkit-linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    background: linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.instagram-style03 .instagram-photos .photo-item img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.instagram-style03 .instagram-photos .photo-item:hover {
    background: -webkit-linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8));
    background: linear-gradient(to bottom left, rgba(164, 63, 185, 0.8), rgba(238, 194, 113, 0.8))
}

.instagram-style03 .instagram-photos .photo-item:hover img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.instagram-style03 .instagram-photos .photo-item:hover a:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .instagram-style03 .instagram-photos .photo-item a:before {
        background: transparent;
        color: #ffffff
    }
}

.account-login {
    text-align: center
}

.account-login .page-title {
    margin-bottom: 30px;
    padding-top: 20px
}

.account-login .page-title {
    text-transform: uppercase
}

.account-login .col2-set {
    padding: 20px;
    text-align: initial
}

.account-login .col2-set .buttons-set .button {
    width: 100%
}

.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
    padding: 0 20px;
    margin: 0
}

.rtl-layout .account-login .col2-set .col-1 {
    float: right
}

.account-login .col2-set .col-2 {
    border-left: 1px solid #e9eaec
}

.rtl-layout .account-login .col2-set .col-2 {
    float: left;
    border-left: 0;
    border-right: 1px solid #e9eaec
}

.account-login #login-form {
    padding: 0;
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px
}

.account-login #login-form .block {
    width: 100%;
    padding: 20px;
    margin-bottom: 0
}


.account-login #login-form .block .actions-toolbar {
    margin: 0;
    padding: 0
}

.account-login #login-form .block .actions-toolbar .md-button {
    width: 100%;
    margin: 0
}

.account-login #login-form .block .actions-toolbar > .primary {
    width: 100%
}

.account-login #login-form .block .actions-toolbar > .primary .action {
    width: 100%
}

.account-login #login-form .block .actions-toolbar .secondary {
    margin-top: 18px;
    width: 100%;
    text-align: center
}

.account-login #login-form .block .actions-toolbar .secondary a.action {
    border-bottom: 1px solid;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.35
}

.account-login #login-form .block.new-users {
    background: #eeeeee;
    padding: 20px
}

.account-login #login-form .block.new-users .actions-toolbar {
    margin-top: 20px
}

.customer-account-forgotpassword .page-title {
    margin-bottom: 30px;
    padding-top: 20px
}

.customer-account-forgotpassword .page-title {
    text-transform: uppercase;
    text-align: center
}

.customer-account-forgotpassword .buttons-set {
    margin-left: 0;
    max-width: 100%
}

.customer-account-forgotpassword #form-validate {
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding: 20px
}

.customer-account-forgotpassword #form-validate .fieldset {
    margin: 0 0 20px;
    max-width: 100%
}


.customer-account-forgotpassword #form-validate .fieldset > .field {
    margin-bottom: 10px;
    text-transform: uppercase
}

.customer-account-forgotpassword #form-validate .actions-toolbar {
    margin: 0
}

.customer-account-forgotpassword #form-validate .actions-toolbar .md-button {
    width: 100%;
    margin: 0
}

.customer-account-forgotpassword #form-validate .actions-toolbar > .primary {
    width: 100%
}

.customer-account-forgotpassword #form-validate .actions-toolbar > .primary .action {
    width: 100%
}

.customer-account-forgotpassword #form-validate .actions-toolbar .back-link {
    margin-top: 10px;
    width: 100%;
    text-align: center
}

.customer-account-forgotpassword #form-validate .actions-toolbar .back-link a {
    border-bottom: 1px solid;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block
}

.sales-guest-form .page-title {
    margin-bottom: 30px;
    padding-top: 20px
}

.sales-guest-form .page-title {
    text-align: center
}

.sales-guest-form .search-form {
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding: 20px
}

.sales-guest-form .search-form .fieldset legend {
    text-transform: uppercase;
    margin: 0;
    float: none;
    font-weight: 600
}

.sales-guest-form .search-form input.input-text {
    width: 100% !important
}

.catalogsearch-advanced-index #form-validate {
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding: 20px
}

.catalogsearch-advanced-index #form-validate .advanced-search {
    background: transparent;
    border: none;
    padding: 0
}

.catalogsearch-advanced-index #form-validate .advanced-search legend {
    text-transform: uppercase;
    margin: 0;
    float: none;
    font-weight: 600
}

.account-create {
    text-align: center
}

.account-create .page-title {
    margin-bottom: 30px;
    padding-top: 20px
}

.account-create .page-title h1 {
    text-transform: uppercase;
    margin: 0
}

.account-create #form-validate {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: initial
}

.account-create #form-validate .fieldset {
    margin: 0
}

.account-create #form-validate .form-list {
    text-align: left
}

.account-create #form-validate .fieldset .legend {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    float: none;
    font-weight: 600
}

.account-create #form-validate .fieldset-fullname .fields .field {
    width: 50%
}

.account-create #form-validate md-checkbox {
    width: 100%
}

.account-create #form-validate .fieldset-fullname .fields .field {
    margin: 0
}

.account-create #form-validate .fieldset > .field {
    margin-bottom: 0
}

.account-create #form-validate .fieldset-fullname .fields .field {
    width: 100%
}

.account-create #form-validate .buttons-set {
    margin: 0;
    max-width: 100%
}

.account-create #form-validate .buttons-set .md-button {
    width: 100%;
    margin: 0
}

.account-create #form-validate .buttons-set > .primary {
    width: 100%
}

.account-create #form-validate .buttons-set > .primary .action {
    width: 100%
}

.account-create #form-validate .buttons-set .secondary {
    margin-top: 10px;
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    line-height: 1.35
}

.account-create #form-validate .buttons-set .secondary a.action {
    border-bottom: 1px solid;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1.35;
    padding: 0;
    float: none
}

.sales-guest-form .col-main, .catalogsearch-advanced-index .col-main, .customer-account-login .col-main, .customer-account-forgotpassword .col-main, .customer-account-create .col-main {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .account-login .messages {
        margin: 0 auto 20px;
        max-width: 700px
    }

    .account-login #login-form {
        margin: 0 auto;
        max-width: 700px;
        clear: both
    }

    .account-login #login-form .block {
        padding: 20px 10%
    }

    .account-login #login-form .block.new-users {
        padding: 20px 10%
    }

    .customer-account-forgotpassword #form-validate, .account-create #form-validate, .customer-account-forgotpassword .messages, .account-create .messages {
        margin: 0 auto;
        max-width: 700px
    }
}

@media (max-width: 767px) {
    .account-login #login-form {
        padding: 0
    }

    .account-login .col2-set .col-1, .account-login .col2-set .col-2 {
        border: 0;
        padding: 0
    }

    .account-login .col2-set .new-users {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .privacy-policy.cms-content {
        position: relative;
        padding-top: 60px
    }
}

.cms-about-us .wrapper-breadcrums {
    display: none
}

.cms-page-view .std h1, .cms-no-route .std h1 {

    color: #414b56
}

.aboutus-page {
    padding: 30px;
    border: 1px solid #e9eaec;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: 0
}

.aboutus-page .aboutus-box {
    margin-bottom: 60px
}

.aboutus-page .box-img {
    border: 1px solid #e1e1e1;
    padding: 10px
}

.aboutus-page .aboutus-title {
    text-transform: uppercase
}

.aboutus-page .aboutus-titlesmall {
    position: relative;
    margin-bottom: 15px
}

.aboutus-page .aboutus-titlesmall:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    border-top: 1px solid #e1e1e1
}

.aboutus-page .aboutus-titlesmall h3 {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    background: #fff;
    padding-right: 20px;
    position: relative;
    z-index: 1
}

.aboutus-page .cls-features h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px
}

.aboutus-page .cls-features h5:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c5';
    font-size: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e1e1e1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center
}

.aboutus-page .cls-features h5.title-2:before {
    content: '\f260'
}

.aboutus-page .cls-features h5.title-3:before {
    content: '\f26c'
}

.aboutus-page .cls-features .items li {
    margin: 0;
    padding: 7px 0;
    list-style: none
}

.aboutus-page .cls-features .items li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f067';
    font-size: 12px;
    padding-right: 10px
}

.checkout-success {
    text-align: center;
    font-size: 18px
}

.checkout-success .success-title {
    font-size: 48px;
    color: #fc7070;
    padding-top: 60px
}

.checkout-success .success-title span {
    display: inline-block;
    clear: both;
    margin-bottom: 0;
    vertical-align: top
}

.checkout-success .success-title span.success-title-icon {
    font-size: 0;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fc7070
}

.checkout-success .success-title span.success-title-icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 48px;
    line-height: 95px
}

.checkout-success p {
    margin-bottom: 1.5rem
}

.checkout-success .order-id {
    color: #fc7070
}

.checkout-success .order-id:hover {
    color: #fc7070
}

.checkout-success .order-id:hover {
    text-decoration: underline
}

.checkout-success .success-bottom {
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 60px
}

.checkout-success div.primary {
    padding-top: 15px
}

.contacts-index-index .page-title {
    text-align: center;
    text-transform: uppercase
}

.contacts-index-index .page-title .page-title {
    margin-bottom: 30px;
    padding-top: 20px
}

.contacts-index-index #contactForm {
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding: 20px;
    margin-bottom: 20px
}

.contacts-index-index #contactForm .mdl-textfield {
    width: 100%
}

.contacts-index-index #contactForm .mdl-textfield textarea.mdl-textfield__input {
    border-width: 0;
    border-bottom-width: 1px
}

.contacts-index-index #contactForm .form-list .fields:first-child {
    overflow: hidden
}

.contacts-index-index #contactForm .form-list .fields:first-child .field {
    width: 47%;
    float: left
}

.contacts-index-index #contactForm .form-list .fields:first-child .field ~ .field {
    float: right
}

.contacts-index-index #contactForm .form-list {
    clear: both
}

.contacts-index-index .buttons-set {
    max-width: 100%;
    margin: 0;
    padding-top: 0
}

.contacts-index-index .store-info.block {
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding: 10px 20px;
    margin-bottom: 20px !important
}

.contacts-index-index .store-info.block .block-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;

    font-weight: 600;
    text-transform: uppercase;
    color: #414b56
}

.contacts-index-index .store-info.block strong {
    color: #414b56;
    min-width: 80px;
    display: inline-block
}

.contacts-index-index .store-info.block p, .contacts-index-index .store-info.block li, .contacts-index-index .store-info.block .items {
    margin-bottom: 7px;
    font-size: 12px
}

.contacts-index-index .store-info.block .i-store:before, .contacts-index-index .store-info.block .i-mainstore:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e997';
    font-size: 14px;
    speak: none
}

.contacts-index-index .store-info.block [class*="icon"]:before, .contacts-index-index .store-info.block .i-fax:before, .contacts-index-index .store-info.block .i-store:before, .contacts-index-index .store-info.block .i-time:before, .contacts-index-index .store-info.block .i-mainstore:before, .contacts-index-index .store-info.block .i-phone:before {
    color: #414b56;
    padding-right: 10px;
    margin-top: -4px;
    width: 25px
}

.contacts-index-index .store-info.block .i-phone:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e950';
    font-size: 14px;
    speak: none
}

.contacts-index-index .store-info.block .i-time:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f017';
    font-size: 14px
}

.contacts-index-index .store-info.block .i-fax:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1ac';
    font-size: 14px
}

#wishlist-table {
    display: inline-block;
    overflow-x: auto
}

table colgroup, .data-table colgroup {
    width: 100%
}

.data-table {
    width: 100%
}

.data-table th {
    white-space: nowrap;
    padding: 14px 10px;
    border-width: 1px;
    border-style: solid
}

.data-table tr {
    border-color: #e9eaec
}

.data-table tr td {
    border-color: #e9eaec;
    padding: 14px 10px;
    border-width: 1px;
    border-style: solid
}

.data-table tr td em {
    font-style: normal
}

.data-table tr td button.button {
    white-space: nowrap
}

.data-table thead th {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-color: #e9eaec
}

.data-table tbody .label {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.data-table tbody th {
    border-width: 1px;
    border-style: solid;
    border-color: #e9eaec;
    color: #a8aeba;

}

.customer-account-index .my-account .data-table tr th, .sales-order-history .my-account .data-table tr th {
    border-left-width: 0;
    border-right-width: 0
}

.customer-account-index .my-account .data-table tr th:first-child, .sales-order-history .my-account .data-table tr th:first-child {
    border-left-width: 1px
}

.rtl-layout .customer-account-index .my-account .data-table tr th:first-child, .rtl-layout .sales-order-history .my-account .data-table tr th:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

.customer-account-index .my-account .data-table tr th.last, .sales-order-history .my-account .data-table tr th.last {
    border-right-width: 1px
}

.rtl-layout .customer-account-index .my-account .data-table tr th.last, .rtl-layout .sales-order-history .my-account .data-table tr th.last {
    border-left-width: 1px;
    border-right-width: 0px
}

.customer-account-index .my-account .data-table tr td, .sales-order-history .my-account .data-table tr td {
    border-width: 0
}

.customer-account-index .my-account .data-table tr td:first-child, .sales-order-history .my-account .data-table tr td:first-child {
    border-left-width: 1px
}

.rtl-layout .customer-account-index .my-account .data-table tr td:first-child, .rtl-layout .sales-order-history .my-account .data-table tr td:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

.customer-account-index .my-account .data-table tr td.last, .sales-order-history .my-account .data-table tr td.last {
    border-right-width: 1px
}

.rtl-layout .customer-account-index .my-account .data-table tr td.last, .rtl-layout .sales-order-history .my-account .data-table tr td.last {
    border-left-width: 1px;
    border-right-width: 0px
}

.customer-account-index .my-account .data-table tr.last td, .sales-order-history .my-account .data-table tr.last td {
    border-bottom-width: 1px
}

#checkout-step-review .data-table tr th {
    border-left-width: 0;
    border-right-width: 0
}

#checkout-step-review .data-table tr th:first-child {
    border-left-width: 1px
}

.rtl-layout #checkout-step-review .data-table tr th:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

#checkout-step-review .data-table tr th.last {
    border-right-width: 1px
}

.rtl-layout #checkout-step-review .data-table tr th.last {
    border-left-width: 1px;
    border-right-width: 0px
}

#checkout-step-review .data-table tr td {
    border-width: 0
}

#checkout-step-review .data-table tr td:first-child {
    border-left-width: 1px
}

.rtl-layout #checkout-step-review .data-table tr td:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

#checkout-step-review .data-table tr td.last {
    border-right-width: 1px
}

.rtl-layout #checkout-step-review .data-table tr td.last {
    border-left-width: 1px;
    border-right-width: 0px
}

#checkout-step-review .data-table tr.last td {
    border-bottom-width: 1px
}

#checkout-step-review .data-table tr td, #checkout-step-review .data-table th {
    padding-left: 10px;
    padding-right: 10px
}

#checkout-step-review .data-table tfoot tr td {
    border: none;
    padding: 0 10px 5px 20px
}

#checkout-step-review .data-table tfoot tr td.last {
    text-align: left !important
}

#checkout-step-review .data-table tfoot tr td .price {
    display: block;
    margin-top: 0px
}

#checkout-step-review .data-table tfoot tr.first td {
    padding-top: 21px
}

#checkout-step-review .data-table tfoot tr.last td {
    padding-top: 0px;
    padding-bottom: 16px
}

#checkout-step-review .data-table tfoot tr.last td .price {
    margin-top: 0px
}

.cart .data-table tr th {
    border-left-width: 0;
    border-right-width: 0
}

.cart .data-table tr th:first-child {
    border-left-width: 1px
}

.rtl-layout .cart .data-table tr th:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

.cart .data-table tr th.last {
    border-right-width: 1px
}

.rtl-layout .cart .data-table tr th.last {
    border-left-width: 1px;
    border-right-width: 0px
}

.cart .data-table tr td {
    border-width: 0
}

.cart .data-table tr td:first-child {
    border-left-width: 1px
}

.rtl-layout .cart .data-table tr td:first-child {
    border-left-width: 0px;
    border-right-width: 1px
}

.cart .data-table tr td.last {
    border-right-width: 1px
}

.rtl-layout .cart .data-table tr td.last {
    border-left-width: 1px;
    border-right-width: 0px
}

.cart .data-table tr.last td {
    border-bottom-width: 1px
}

.cart .page-title {
    border: 0;
    border-bottom: none;
    margin: 0 -10px;
    padding: 10px 10px 15px;
    margin-left: 4px;
}

.cart .page-title h1 {
    border: 0;
    border-bottom: none;
    margin-top: 0px;
    margin-right: 10px;
    line-height: 30px;
    margin-bottom: 0
}

.cdz-rtl .cart .page-title h1 {
    float: right;
    margin-left: 10px;
    margin-right: 0px
}

.cart > form {
    background: #fff;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0 0 7px 0 rgba(0,0,0,.07);
    margin-bottom: 20px;
    padding: 20px
}

.cart .cart-table {
    width: 100%;
    float: none
}

.cart .cart-table .btn-empty {
    margin-bottom: 5px
}

.rtl-layout .cart .cart-table .btn-empty {
    float: right
}

.rtl-layout .cart .cart-footer-actions {
    text-align: left
}

.cart-table .product-cart-image {
    padding-left: 10px;
    padding-right: 10px
}

.cart-table .product-cart-image .product-image {
    width: 100px
}

.cart-table .product-cart-actions .qty {
    border: 1px solid #e9eaec
}

.cart-table .product-cart-actions .button {
    width: 30px;
    height: 30px;
    position: relative;
    font-size: 0;
    text-indent: 0;
    border: 1px solid;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 30px;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    vertical-align: top
}

.cart-table .product-cart-actions .button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f021';
    font-size: 14px
}

.cart-table .product-cart-actions .button:hover:focus, .cart-table .product-cart-actions .button:hover:active, .cart-table .product-cart-actions .button:hover:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.cart-table .cart-links {
    display: inline-block;
    vertical-align: top
}

.cart-table .cart-links > li {
    min-width: 30px;
    display: inline-block
}

.cart-table .cart-links li a {
    width: 30px;
    height: 30px;
    position: relative;
    /*font-size: 0;*/
    text-indent: 0;
    border: 1px solid;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 30px;
    color: #fff;
    border-color: #22b289;
    background: #22b289;
    text-align: center
}

/*.cart-table .cart-links li a:before {*/
    /*display: inline-block;*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*vertical-align: middle;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*content: '\f040';*/
    /*font-size: 12px*/
/*}*/

.cart-table .cart-links li a:hover:focus, .cart-table .cart-links li a:hover:active, .cart-table .cart-links li a:hover:hover {
    color: #00b288;
    border-color: #00b288;
    background: #fff
}

.cart-table .cart-links li a.link-wishlist:before {
    content: '\f004'
}

.cart-table .product-cart-remove a {
    position: relative;
    font-size: 0;
    text-indent: 0;
    border: 1px solid;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    border-color: #22b289;
    background: #22b289
}

.cart-table .product-cart-remove a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 12px;
    speak: none
}

.cart-table .product-cart-remove a:hover:focus, .cart-table .product-cart-remove a:hover:active, .cart-table .product-cart-remove a:hover:hover {
    color: #00b288;
    border-color: #00b288;
    background: #fff
}

.cart-collaterals {
    margin-bottom: 5px
}

.cart-collaterals input[type=text] {
    border-width: 1px;
    height: 40px;
    line-height: 40px
}

.cart-forms {
    float: left;
    width: auto;
    padding: 0;
    height: 100%
}

.cart-forms > div {
    height: 100%
}

.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    /*-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);*/
    /*-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);*/
    /*box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);*/
    background: #fff;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    padding: 20px;
    margin-bottom: 0;
    /*border: 1px solid #023861;*/
    /*border-top: 3px solid #023861;*/
    height: 100%
}

.cart-totals-wrapper {
    width: 100%;
    padding: 0;
    height: 100%;
    margin-bottom: 20px
}

#discount-coupon-form, .cart .giftcard {
    height: 100%
}

#discount-coupon-form label, .cart .giftcard label {
    color: #414b56;

    font-weight: 600;
    min-width: 0;
    margin: 0 0 10px
}

#discount-coupon-form .input-text, .cart .giftcard .input-text {
    width: 100%;
    margin: 0 0 20px
}

#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
    clear: both;
    width: 100%
}

.shipping select {
    border-color: #e9eaec
}


.shipping .form-list {
    margin-bottom: 15px
}

.shipping .form-list label {
    color: #a8aeba;
    text-transform: capitalize
}

.shipping .form-list .shipping-country, .shipping .form-list .shipping-region, .shipping .form-list .shipping-postcode, .shipping .form-list li {
    width: 100%;
    margin: 5px 0
}

.cart .cart-totals table {
    color: #a8aeba;

}

.cart .cart-totals table tfoot {
    border-color: #e9eaec;
    color: #414b56
}

.cart .cart-totals table tfoot strong {
    font-weight: 600
}

.cart .cart-totals .a-right {
    text-transform: capitalize
}

.cart .cart-totals table tr td.a-right:first-child {
    text-align: left
}

.rtl-layout .cart .cart-totals table tr td.a-right:first-child {
    text-align: right;
    min-width: 0;
    padding-right: 0;
    padding-left: 10px
}

.cart .cart-totals .checkout-types {
    width: 100%
}

.cart .cart-totals .checkout-types .btn-checkout {
    width: 100%;

}

.cart .cart-totals .checkout-types .method-checkout-cart-methods-multishipping {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

.cart .cart-totals .checkout-types .method-checkout-cart-methods-multishipping:hover {
    text-decoration: none
}

.crosssell {
    width: 100%;
    float: none;
    padding-left: 0
}

.crosssell .item a.product-image {
    float: none
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-forms {
        width: auto;
        padding: 0
    }

    .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        width: 100%;
        padding: 0
    }
}

@media only screen and (min-width: 768px) {
    .cart-collaterals.flex-grid {
        -webkit-flex-flow: row;
        flex-flow: row
    }
}

@media only screen and (max-width: 767px) {
    .cart .data-table .product-name {
        white-space: normal;
        overflow: inherit;
        text-align: inherit;
        padding: 0;
        padding-right: 30px;
        margin-bottom: 10px
    }

    .rtl-layout .cart .data-table .product-name {
        padding-left: 30px;
        padding-right: 0px
    }

    .cart .data-table thead {
        display: none
    }

    .cart .data-table tbody td:first-child {
        width: 40%;
        float: left
    }

    .cart .data-table tbody tr {
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
        width: 100%
    }

    .cart .data-table tbody td {
        width: 60%;
        float: right;
        border: none;
        text-align: inherit;
        padding-bottom: 0
    }

    .cart .data-table tbody td.product-cart-price, .cart .data-table tbody td.product-cart-remove {
        /* display: none */
        width: 62%;
        margin-right: -6px;
    }

    .cart .data-table tbody td .product-cart-sku {
        display: none
    }

    .cart .data-table tbody td.product-cart-info .btn-remove {
        display: block;
        float: right;
        margin-top: -4px
    }

    .cart .data-table tbody td.product-cart-actions .qty {
        margin-bottom: 0
    }

    .cart .data-table tfoot td.cart-footer-actions {
        display: inline-block;
        width: 100%;
        border: none
    }

    .cart .data-table tfoot tr {
        border: none
    }

    .cart .data-table tfoot span.or {
        display: none
    }

    .cart-collaterals {
        display: block
    }

    .cart-collaterals .cart-forms {
        float: none
    }

    .cart-collaterals .cart-forms .discount, .cart-collaterals .cart-forms .shipping {
        margin-bottom: 20px
    }
}

body.cdz-popup-opened .cdz-popup.popup-ajaxcart-modal.opened {
    top: 100px
}

.cdz-popup.popup-ajaxcart-modal {
    width: 400px
}

.cdz-popup.popup-ajaxcart-modal .cdz-popup-inner {
    padding: 10px
}

.cdz-ajaxcart-container .rs-col {
    display: inline-block;
    float: left
}

.rtl-layout .cdz-ajaxcart-container .rs-col {
    float: right
}

.cdz-ajaxcart-container .product-name {
    text-transform: capitalize;
    color: #414b56;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600
}

.cdz-ajaxcart-container .rs-left {
    width: 70px;
    padding: 0px 5px 0px 0px
}

.rtl-layout .cdz-ajaxcart-container .rs-left {
    padding: 0px 0px 0px 5px
}

.cdz-ajaxcart-container .rs-right {
    width: calc(100% - 70px);
    padding: 0px 0px 0px 5px
}

.rtl-layout .cdz-ajaxcart-container .rs-right {
    padding: 0px 5px 0px 0px
}

.cdz-ajaxcart-container .go-link {
    color: #5c6ac3
}

#checkout-progress-wrapper {
    margin: 30px 0
}

.checkout-onepage-index .opc input[type=email], .checkout-onepage-index .opc input[type=search], .checkout-onepage-index .opc input[type=number], .checkout-onepage-index .opc input[type=password], .checkout-onepage-index .opc input[type=tel], .checkout-onepage-index .opc input[type=text] {
    width: 100%;
    border-width: 1px
}

.checkout-onepage-index .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box
}

.checkout-onepage-index .col-main {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
    margin-bottom: 40px
}

.checkout-onepage-index .sidebar {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
    margin-bottom: 40px
}

.checkout-onepage-index .page-title {
    display: none
}

.sidebar .opc-block-progress {
    padding: 0;
    opacity: 1 !important;
    border: none;
    background: transparent;
    box-shadow: none
}

.sidebar .opc-block-progress .block-title {
    border: 0 !important;
    text-align: center;
    padding: 0;
    background: transparent
}

.sidebar .opc-block-progress .block-title strong {
    border: 0;

    padding: 0;
    margin: 0;
    color: #414b56
}

.sidebar .opc-block-progress .block-content {
    padding: 40px 0 0 !important;
    text-align: center !important
}

.sidebar .opc-block-progress .block-content div {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin: 0
}

.sidebar .opc-block-progress .block-content dd.complete {
    display: none
}

.sidebar .opc-block-progress .block-content dt {
    color: #a8aeba;

    padding: 0
}

.sidebar .opc-block-progress .block-content dt.complete:after {
    background: #5c6ac3;
    z-index: 1
}

.sidebar .opc-block-progress .block-content dt.complete:before {
    content: '\f00c';
    color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #5c6ac3
}

.sidebar .opc-block-progress .block-content dt:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f111';
    font-size: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: -19px;
    left: 41%;
    z-index: 1;
    line-height: 1.35
}

.sidebar .opc-block-progress .block-content dt:after {
    content: "";
    position: absolute;
    display: block;
    width: 97%;
    height: 2px;
    margin-left: 7px;
    top: -14px;
    left: 45%
}

.rtl-layout .sidebar .opc-block-progress .block-content dt:after {
    right: 58%;
    left: auto;
    margin-left: 0;
    margin-right: 0px;
    width: 98%
}

.sidebar .opc-block-progress .block-content #shipping-progress-opcheckout:before, .sidebar .opc-block-progress .block-content #shipping_method-progress-opcheckout:before, .sidebar .opc-block-progress .block-content #payment-progress-opcheckout:before, .sidebar .opc-block-progress .block-content .checkout-progress li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: -14px;
    right: 54%;
    margin-right: 5px;
    background: #a8aeba
}

.rtl-layout .sidebar .opc-block-progress .block-content #shipping-progress-opcheckout:before, .rtl-layout .sidebar .opc-block-progress .block-content #shipping_method-progress-opcheckout:before, .rtl-layout .sidebar .opc-block-progress .block-content #payment-progress-opcheckout:before, .rtl-layout .sidebar .opc-block-progress .block-content .checkout-progress li:before {
    right: auto;
    left: 44%
}

.sidebar .opc-block-progress .block-content #payment-progress-opcheckout dt:after {
    display: none
}

.sidebar .opc-block-progress .changelink a {
    font-size: 0px
}

.sidebar .opc-block-progress .changelink a:before {
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f044';
    font-size: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 2px
}

.rtl-layout .sidebar .opc-block-progress .changelink a:before {
    right: 9px
}

.opc li.section {
    display: none
}

.opc li.section .step-title {
    opacity: 1 !important;
    text-align: center;
    border: none !important
}


.opc li.section .step-title .number {
    display: none !important
}

.opc li.section .sp-methods {
    text-transform: uppercase;
    color: #414b56
}

.opc li.section .sp-methods dt {
    font-weight: normal
}

.opc li.section .step {
    /*width: 50%;*/
    margin: 0 auto;
    border: 1px solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/

    box-shadow: 0 0 7px 0 rgba(0,0,0,.07);
    padding: 20px
}

.opc li.section .step h3 {

    color: #414b56
}

.opc li.section .step .form-list .control label {
    background: transparent;
    color: #a8aeba;

}

.opc li.section .step .form-list select {
    max-width: 100%
}

.opc li.section .step .buttons-set {
    margin: 0 -20px -20px;
    /*background: #eeeeee;*/
    padding: 0px 0px;
    text-align: center
}

.opc li.section .step .buttons-set button.button {
    margin: 0;
    float: none;
    min-width: 40%
}

.opc li.section .step .buttons-set .secondary, .opc li.section .step .buttons-set .back-link {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 1.35
}

.opc li.section .step .buttons-set .secondary a, .opc li.section .step .buttons-set .back-link a {
    border-bottom: 1px solid;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.35
}

.opc li.section .step .buttons-set .f-left a {
    padding: 0;
    line-height: 1.35
}

.opc li.section .step .col2-set .col-1 .buttons-set {
    margin-bottom: 20px
}

.opc li.section .step #payment-tool-tip {
    position: absolute;
    top: 100px
}

.opc li.section .step #payment-tool-tip .btn-close a {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 0;
    display: inline-block;
    height: 20px;
    width: 20px
}

.opc li.section .step #payment-tool-tip .btn-close a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f2d3';
    font-size: 20px
}

.opc li.section .col2-set .col-1, .opc li.section .col2-set .col-2 {
    width: 100%;
    padding: 0
}

.opc li.section.active {
    display: block
}

.opc .form-list .fields .field {
    position: relative
}

.opc #opc-login .step {
    padding: 20px
}

.opc #opc-login .step p:not(.required) {
    color: #a8aeba;

}

.opc #opc-login .step .buttons-set {
    padding-top: 40px
}

.opc .checkout-review-table {
    margin-bottom: 20px
}

.opc .checkout-review-table h3.product-name {

    margin: 0
}

.opc #review-buttons-container {
    margin: 0px;
    width: auto
}

.opc #review-buttons-container .f-left {
    float: none;
    margin: 10px 0 0;
    text-transform: uppercase
}

@media only screen and (max-width: 979px) {
    /*.opc li.section .step {*/
        /*width: 80%*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    .opc li.section .step {
        width: 100%
    }

    .opc .checkout-review-table {
        display: block;
        overflow: auto;
        margin-top: 22px;
    }
}

body[class*="checkout-multishipping-"] .page-title {
    float: none
}

body[class*="checkout-multishipping-"] .page-title h1 {
    float: none;
    margin: 0
}

.rtl-layout .fieldset p.required {
    float: left
}

.rtl-layout .form-list .control input.radio, .rtl-layout .form-list .control input.checkbox, .rtl-layout .sp-methods dt input.radio, .rtl-layout .sp-methods dt input.checkbox, .rtl-layout #checkout-shipping-method-load .sp-methods dd input.radio, .rtl-layout #checkout-shipping-method-load .sp-methods dd input.checkbox, .rtl-layout #co-shipping-method-form .sp-methods dd input.radio, .rtl-layout #co-shipping-method-form .sp-methods dd input.checkbox, .rtl-layout .product-options ul.options-list input.radio, .rtl-layout .product-options ul.options-list input.checkbox {
    float: right;
    margin-right: 0
}

.checkout-onepage-success .main-container .main {
    padding: 60px 0
}

.account .sidebar-additional {
    margin-top: 0
}

.block-account .block-content li {
    margin: 0px 0 0;
    border-top: 1px dashed #e9eaec
}

.block-account .block-content li:first-child {
    border-color: transparent;
    margin: 0
}

.block-account .block-content li a, .block-account .block-content li > strong {
    border: 0;
    padding: 13px 0;
    display: block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    color: #a8aeba
}

.block-account .block-content li.current strong {
    color: #5c6ac3;
    font-weight: inherit
}

.block-account .block-content li:hover a {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    background: transparent;
    color: #5c6ac3
}

.block-account .block-content li.last a {
    padding-bottom: 0
}

.account .column.main .block:not(.widget).block-reviews-dashboard .block-title > strong, .account .column.main .block:not(.widget).block-dashboard-orders .block-title > strong, .account .column.main .block:not(.widget).block-dashboard-info .block-title > strong, .account .column.main .block:not(.widget).block-dashboard-addresses .block-title > strong {

}

.account .column.main .block:not(.widget).block-reviews-dashboard .block-content .box .box-title, .account .column.main .block:not(.widget).block-dashboard-orders .block-content .box .box-title, .account .column.main .block:not(.widget).block-dashboard-info .block-content .box .box-title, .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-title {

    text-transform: uppercase
}

.account .column.main .block:not(.widget).block-reviews-dashboard .block-content .box .box-title span, .account .column.main .block:not(.widget).block-dashboard-orders .block-content .box .box-title span, .account .column.main .block:not(.widget).block-dashboard-info .block-content .box .box-title span, .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-title span {

    color: #414b56
}

.my-account .dashboard .col2-set .col-2, .my-account .dashboard .col2-set .col-1 {
    padding: 20px 0
}

.my-account .dashboard .welcome-msg, .my-account .dashboard .box-account {
    margin-bottom: 2rem;
    border: 1px solid #e9eaec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.my-account .dashboard .welcome-msg .hello {
    color: #414b56;

    text-transform: uppercase
}

.my-account .dashboard .welcome-msg .hello strong {
    font-weight: inherit
}

.my-account .dashboard .box-recent .box-head {
    border: none
}

.my-account .dashboard .box-account p, .my-account .dashboard .box-account address {
    color: #a8aeba;

}


.my-account .dashboard .box-account.box-tags li.item {
    margin-top: 20px
}

.my-account .dashboard .box-account.box-tags li.item .number {
    display: none
}

.my-account .dashboard .box-account.box-tags li.item .tags strong {
    color: #414b56;

    display: inline-block
}

.my-account .dashboard .box-account.box-tags li.item .tags ul, .my-account .dashboard .box-account.box-tags li.item .tags li {
    display: inline-block
}

.my-account .dashboard .box-head {
    text-transform: uppercase;
    border-bottom: 1px solid #e9eaec;
    padding-bottom: 10px;
    margin: 0
}

.my-account .dashboard .box-head a {
    float: right;
    padding: 4px 10px;
    background: #5c6ac3;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.my-account .dashboard .box-head a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08e';
    font-size: 12px;
    margin-left: 5px
}

.rtl-layout .my-account .dashboard .box-head a:after {
    margin-right: 5px;
    margin-left: 0
}

.my-account .dashboard .box-head a:hover {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    text-decoration: none
}

.rtl-layout .my-account .dashboard .box-head a {
    float: left
}

.my-account .dashboard .block-content .box-actions .action.change-password, .my-account .dashboard .block-content .box-actions .action.edit {
    text-transform: uppercase
}

.my-account .dashboard .block-content .box-actions .action.change-password:before, .my-account .dashboard .block-content .box-actions .action.edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f044';
    font-size: 12px;
    margin-right: 3px
}

.my-account .dashboard .block-content .box-actions .action.edit {
    margin-right: 10px
}

.my-account .dashboard .block-content .items .item {
    margin-top: 10px
}

.my-account .dashboard .block-content .items .item:first-child {
    margin-top: 0
}

.my-account .dashboard .block-content .items .item .product-name {

}

body:not(.customer-account-index) .my-account {
    border: 1px solid #e9eaec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

body:not(.customer-account-index) .my-account .fieldset .legend {
    color: #414b56;

    text-transform: uppercase;
    border-bottom: 1px solid #e9eaec;
    padding-bottom: 10px;
    margin: 0 0 20px;
    width: 100%
}

body.customer-account .data-table td a {
    color: #a8aeba;

}

body.customer-account .data-table td a:hover {
    color: #5c6ac3
}

body.customer-account .data-table td .separator {
    display: inline-block;
    margin: 0 5px
}

body.customer-account .data-table td.view a {
    display: inline-block;
    font-style: italic;
    border-bottom: 1px solid
}

body.customer-account .data-table td.status {
    color: #5c6ac3
}

body.customer-account .pager-no-toolbar {
    width: 100%;
    overflow: inherit;
    margin-top: 20px;
    margin-bottom: 20px
}

body.customer-account .pager-no-toolbar .count-container {
    width: 100%
}

body.customer-account .pager-no-toolbar .count-container .amount {
    color: #a8aeba;

    margin-top: 12px
}

body.customer-account .pager-no-toolbar .count-container .amount strong {
    font-weight: inherit
}

body.customer-account .pager-no-toolbar .count-container .limiter {
    float: right
}

body.customer-account .pager-no-toolbar .count-container .limiter select {
    width: 60px
}

.order-info-box .box-title {
    width: 100%;
    float: none
}


.order-info-box .box-content {
    color: #a8aeba;

}

body.customer-account .order-items .data-table span.nobr {
    white-space: nowrap
}

.table-wrapper.comparison {
    border: 1px solid #e9eaec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.table-wrapper.comparison .table-comparison .cell.label {

    text-transform: uppercase
}

.table-wrapper.comparison .table-comparison .cell.remove {
    padding-bottom: 15px
}

.table-wrapper.comparison .table-comparison .cell.remove .action.delete:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e908';
    font-size: 20px;
    speak: none;
    width: 25px
}

.compare-table .product-shop-row.bottom td, .compare-table .add-to-row td {
    padding: 20px 10px
}

.compare-table .product-shop-row.bottom td > p, .compare-table .add-to-row td > p {
    display: inline-block
}

.compare-table .product-shop-row.bottom td .add-to-links, .compare-table .add-to-row td .add-to-links {
    display: inline-block
}

.product-shop-row.bottom .action.print:before, body.catalog-product-compare-index .action.print:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f02f';
    font-size: 12px;
    margin-right: 3px
}

#wishlist-table .product-name a {
    color: #414b56;

}

#wishlist-table .product-name a:hover {
    color: #5c6ac3
}

#wishlist-table textarea {
    color: #9c9c9c;
    border-color: #e1e1e1;
    background: transparent;

}

#wishlist-table td {
    border-bottom: 1px solid #e9eaec
}

#wishlist-table .item-manage .button {
    padding: 6px 15px 4px
}

#wishlist-table .item-manage .button:focus, #wishlist-table .item-manage .button:active, #wishlist-table .item-manage .button:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

#wishlist-table .item-manage .button:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

#wishlist-table .buttons-set button {
    padding: 7px 15px
}

#wishlist-table td.customer-wishlist-item-cart .cart-cell, #wishlist-table td.customer-wishlist-item-cart .cart-cell ~ p {
    display: inline-block;
    vertical-align: top
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart, #wishlist-table td.customer-wishlist-item-cart .button-secondary.link-edit {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: 0;
    border: 1px solid;
    font-size: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 30px;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:before, #wishlist-table td.customer-wishlist-item-cart .button-secondary.link-edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f040';
    font-size: 12px
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover:focus, #wishlist-table td.customer-wishlist-item-cart .button-secondary.link-edit:hover:focus, #wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover:active, #wishlist-table td.customer-wishlist-item-cart .button-secondary.link-edit:hover:active, #wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover:hover, #wishlist-table td.customer-wishlist-item-cart .button-secondary.link-edit:hover:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:before {
    content: '\f291'
}

#wishlist-table.clean-table th {
    border-color: #e9eaec;
    padding-bottom: 10px
}

.my-wishlist .buttons-set.buttons-set2 button {
    padding: 7px 15px 5px
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons {
        text-align: inherit
    }

    body.customer-account .my-account .page-title h1 {
        text-align: inherit;

    }

    #wishlist-table td.customer-wishlist-item-cart .cart-cell, #wishlist-table td.customer-wishlist-item-cart > p {
        float: none;
        width: auto
    }

    .linearize-table tbody tr {
        border: none
    }
}

.sidebar .block .block-subtitle {
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #414b56;
    font-weight: 600
}

.sidebar .block .actions a {
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid;
    color: #a8aeba;
    float: left
}

.rtl-layout .sidebar .block .actions a {
    float: right
}

.sidebar .block .actions a:hover {
    color: #5c6ac3;
    text-decoration: none
}

.sidebar .block p.product-name {
    font-size: 12px
}

.sidebar .block .block-content li.item {
    margin: 0 0 10px
}

.block-reorder .product-item {
    position: relative;
    padding-left: 20px
}

.block-reorder .product-item .field.item {
    position: absolute;
    left: 0;
    top: -2px
}

.rtl-layout .block-reorder .product-item .field.item {
    left: auto;
    right: 0
}

.block-reorder li.item {
    border-bottom: 1px dashed #e9eaec;
    padding-bottom: 10px
}

.block-reorder li.item input[type="checkbox"] {
    top: 2px
}

.block-reorder .actions {
    max-width: 100%;
    margin-bottom: 0
}

.block-reorder .actions a {
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid;
    color: #a8aeba;
    float: left
}

.rtl-layout .block-reorder .actions a {
    float: right
}

.block-reorder .actions a:hover {
    color: #5c6ac3;
    text-decoration: none
}

.rtl-layout ol#cart-sidebar-reorder li input {
    margin-right: 0;
    margin-left: 10px
}

.block-compare .block-title small {
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    color: #a8aeba
}

.rtl-layout .block-compare .block-title small {
    display: inline-block;
    margin: 0 5px
}

.block-compare .block-content li.item {
    border-bottom: 1px dashed #e9eaec;
    padding-bottom: 10px
}

.block-compare .block-content li.item .product-name {
    margin-bottom: 0
}

.block-wishlist .block-title small {
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    color: #a8aeba
}

.rtl-layout .block-wishlist .block-title small {
    display: inline-block;
    margin: 0 5px
}

.rtl-layout .block-wishlist .mini-products-list .product-image {
    float: right
}

.rtl-layout .block-wishlist .mini-products-list .product-details {
    margin-left: 0;
    margin-right: 60px
}

.rtl-layout .block-wishlist .mini-products-list .btn-remove {
    float: left;
    margin-right: 6px;
    margin-left: 0
}

.block-wishlist .block-content li.item {
    border-bottom: 1px dashed #e9eaec;
    padding-bottom: 10px
}

.block-wishlist .block-content li.item .product-name {
    margin-bottom: 5px !important
}

.block-wishlist .block-content .price-box {
    float: right;
    margin-bottom: 5px
}

.block-wishlist .block-content .price-box .price {

    font-weight: 600;
    color: #5c6ac3
}

.block-wishlist .block-content .link-cart {
    border: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid;

    color: #a8aeba
}

.block-wishlist .block-content .link-cart:hover {
    color: #5c6ac3
}

.block-wishlist .block-content .actions {
    border-top: 1px dashed #e9eaec;
    margin-top: 20px;
    padding-top: 20px
}

.block-wishlist .block-content .actions a {
    border: 1px solid;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 7px 15px;
    min-height: auto;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.block-wishlist .block-content .actions a:hover:focus, .block-wishlist .block-content .actions a:active:focus, .block-wishlist .block-content .actions a:focus:focus, .block-wishlist .block-content .actions a:hover:active, .block-wishlist .block-content .actions a:active:active, .block-wishlist .block-content .actions a:focus:active, .block-wishlist .block-content .actions a:hover:hover, .block-wishlist .block-content .actions a:active:hover, .block-wishlist .block-content .actions a:focus:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.block-poll .radio {
    top: 2px
}

.rtl-layout #recently-viewed-items.mini-products-list .product-image {
    float: right
}

.rtl-layout #recently-viewed-items.mini-products-list .product-details {
    margin-left: 0;
    margin-right: 60px
}

.sidebar .mini-products-list .item {
    position: relative;
    border-bottom: 1px dashed #e9eaec;
    padding-bottom: 10px
}

.sidebar .mini-products-list .item.last {
    border-width: 0;
    padding-bottom: 0
}

.sidebar .actions .button {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.sidebar .actions .button:hover:focus, .sidebar .actions .button:active:focus, .sidebar .actions .button:focus:focus, .sidebar .actions .button:hover:active, .sidebar .actions .button:active:active, .sidebar .actions .button:focus:active, .sidebar .actions .button:hover:hover, .sidebar .actions .button:active:hover, .sidebar .actions .button:focus:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 0;
    display: inline-block
}

.block-layered-nav dl dd ol > li > span .count, .block-layered-nav dl dd ol > li > a .count {
    color: #a8aeba
}

.block-layered-nav dd ol li {
    margin-bottom: 10px
}

.block-layered-nav dd ol li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 14px;
    margin-right: 5px
}

.rtl-layout .block-layered-nav dd ol li:before {
    content: '\f104';
    margin-right: 0;
    margin-left: 5px
}

.block-layered-nav dd ol li a {
    padding: 0
}

.block-layered-nav dd ol li span.count {
    display: inline-block;
    height: 15px;
    line-height: 13px;
    font-size: 10px;
    padding: 0 2px;
    margin-left: 2px;
    border: 1px solid;
    border-radius: 2px;
    vertical-align: text-bottom;
    opacity: 0.5;
    font-family: arial;
    min-width: 15px;
    text-align: center;
    top: -5px;
    position: relative
}

.block-layered-nav .block-content dl dt {
    margin: 0;
    margin-bottom: 10px;
    color: #414b56;

    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0;
    position: relative;
    display: block;
    border: none;
    background: transparent !important
}

.block-layered-nav .configurable-swatch-list .block-content dl dd li:before {
    display: none;
    font-size: 0
}

.block-layered-nav .configurable-swatch-list .swatch-link {
    position: relative
}

.block-layered-nav .configurable-swatch-list .swatch-link .count {
    display: inline-block;
    font-size: 10px;
    padding: 0 1px;
    color: #ccc;
    border-radius: 100px;
    margin-left: 2px;
    border: 1px solid;
    vertical-align: text-bottom;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #fff;
    display: block;
    min-width: 15px;
    line-height: 13px;
    min-height: 13px;
    text-align: center;
    font-family: arial
}

.block-layered-nav .price-btn {
    border: 1px solid
}

.block-layered-nav .block-content > dl > dd {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border: none;
    border-bottom: 1px solid #e9eaec
}

.block-layered-nav .block-content > dl > dd.last {
    border: 0;
    padding: 0
}

.block-layered-nav .slider-handle {
    top: 0px
}

.block-layered-nav .price-form-container {
    padding: 20px 0 0
}

.block-layered-nav .slider.slider-horizontal .slider-tick, .block-layered-nav .slider.slider-horizontal .slider-handle {
    margin: 0 0 0 -3px
}

.block-layered-nav .slider-handle {
    width: 10px;
    height: 10px
}

.block-layered-nav .currently ol li .label {
    font-size: 100%;
    font-weight: 600;
    color: #414b56
}

.block-layered-nav .currently ol li .btn-remove {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.block-layered-nav .currently ol li .btn-remove:before {
    line-height: 20px
}

.rtl-layout .block-layered-nav .currently ol li .btn-remove {
    float: left;
    margin-left: 0;
    margin-right: 6px
}

.block-layered-nav .actions {
    margin-bottom: 20px
}

.block-layered-nav .actions a {
    text-transform: uppercase;
    text-decoration: none
}

.rtl-layout .block-layered-nav .actions a {
    float: right
}

.block-layered-nav .actions a:hover {
    text-decoration: none
}

.block-layered-nav #narrow-by-list {
    margin-bottom: 0
}

.block-layered-nav #narrow-by-list .price {
    font-size: 14px
}

#cdz-filter-bar .block-title {
    border: 0;
    text-align: right
}

#cdz-filter-bar .block-title strong {
    margin: 0;
    border: 3px solid;
    padding: 5px 10px;
    cursor: pointer
}

#cdz-filter-bar .block-title strong:hover {
    margin: 0;
    border: 3px solid
}

#cdz-filter-bar .block-title strong:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0b0';
    font-size: 14px;
    margin-right: 10px
}

#cdz-filter-bar .block-content #narrow-by-list dt {
    margin-bottom: 10px;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
    width: 160px
}

#cdz-filter-bar .block-content #narrow-by-list .price-btn {
    border: 1px solid
}

#cdz-filter-bar .block-layered-nav .block-content dl dt:after {
    display: none
}

#cdz-filter-bar .filter-content {
    display: none
}

#cdz-filter-bar dd ol li a {
    padding: 5px 0;
    display: inline-block
}

#cdz-filter-bar dd ol li label {
    display: inline-block;
    height: 15px;
    line-height: 13px;
    font-size: 10px;
    padding: 0 2px;
    margin-left: 2px;
    border: 1px solid;
    border-radius: 2px;
    vertical-align: text-bottom;
    opacity: 0.5;
    font-family: arial;
    min-width: 15px;
    text-align: center
}

#cdz-filter-bar .configurable-swatch-list .block-content dl dd li:before {
    display: none;
    font-size: 0
}

#cdz-filter-bar .configurable-swatch-list .swatch-link {
    position: relative
}

#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
    display: inline-block;
    font-size: 9px !important;
    padding: 0 1px;
    border-radius: 100px;
    margin-left: 2px;
    border: 1px solid;
    vertical-align: text-bottom;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #fff;
    display: block;
    min-width: 15px;
    line-height: 13px !important;
    min-height: 13px;
    font-family: arial;
    text-align: center
}

#cdz-filter-bar .block-content > dl > dd {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid
}

#cdz-filter-bar .block-content > dl > dd.last {
    border: 0;
    padding: 0
}

#narrow-by-list dd .configurable-swatch-list {
    margin: 0 -5px
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 5px;
    width: auto
}

#narrow-by-list dd .configurable-swatch-list li:before {
    display: none
}

.rtl-layout #narrow-by-list dd .configurable-swatch-list li {
    float: right
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #282828
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 0;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 2px 6px 0px;
    white-space: nowrap;
    border-radius: 0
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px
}

.price-slider-container {
    /*overflow: hidden*/
}

.price-slider-container .price-slider {
    margin: 0 5px
}

.price-slider-container .ui-widget-header {
    height: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #023861
}

.price-slider-container .ui-slider-horizontal {
    height: 4px;
    background: #dadada;
    list-style: none;
}

.price-slider-container .ui-widget.ui-widget-content {
    border: 0
}

.price-slider-container .ui-state-default, .price-slider-container .ui-widget-content .ui-state-default {
    height: 14px;
    width: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #dadada;
    border: 0
}

.price-slider-container .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -8px;
    outline: none;
}

.price-slider-container .input-wrap {
    margin-top: 10px
}

.price-slider-container .input-wrap .input-text {
    width: 50px;
    border-width: 0;
    border-bottom-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.price-slider-container .input-wrap .control {
    float: left
}

.rtl-layout .price-slider-container .input-wrap .control {
    float: right
}

.price-slider-container .input-wrap .currency, .price-slider-container .input-wrap .delimiter {
    float: left;
    line-height: 38px;
    margin: 0 5px
}

.rtl-layout .price-slider-container .input-wrap .currency, .rtl-layout .price-slider-container .input-wrap .delimiter {
    float: right
}

.price-slider-container .action {
    float: right;
    margin-top: 10px
}

.rtl-layout .price-slider-container .action {
    float: left
}

.price-slider-container .action .btn.submit {
    color: #fff;
    border-color: #22b289;
    background: #22b289;

}

.price-slider-container .action .btn.submit:focus, .price-slider-container .action .btn.submit:active, .price-slider-container .action .btn.submit:hover {
    color: #22b289;
    border-color: #22b289;
    background: #fff
}

@media only screen and (max-width: 770px) {
    .sidebar .block:not(.block-layered-nav), .sidebar .block.block-layered-nav {
        background: #fff;
        margin-bottom: 20px
    }

    .sidebar .block:not(.block-layered-nav) .block-title, .sidebar .block.block-layered-nav .block-title {
        color: #fff;
        background: transparent;

        text-transform: uppercase;
        margin: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover, .sidebar .block.block-layered-nav .block-title.active > strong:hover, .sidebar .block:not(.block-layered-nav) .block-title.active > strong, .sidebar .block.block-layered-nav .block-title.active > strong, .sidebar .block:not(.block-layered-nav) .block-title > strong:hover, .sidebar .block.block-layered-nav .block-title > strong:hover, .sidebar .block:not(.block-layered-nav) .block-title > strong, .sidebar .block.block-layered-nav .block-title > strong {
        /*color: #fff;*/
        background: transparent;

        text-transform: uppercase;
        border: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong, .sidebar .block.block-layered-nav .block-title > strong {
        padding: 7px 10px 7px 9px;
        display: block;
        width: 100%;
        color: #023861;
        margin: 0;
        margin-bottom: 10px;
        /* color: #636363; */
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        /* color: #274888; */
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .rtl-layout .sidebar .block:not(.block-layered-nav) .block-title > strong, .rtl-layout .sidebar .block.block-layered-nav .block-title > strong {
        padding: 7px 24px 7px 10px
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong:after, .sidebar .block.block-layered-nav .block-title > strong:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        
        font-size: 10px;
        speak: none;
        border: 0;
        margin-top: -5px;
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        left: 10px;
        top: 50%
    }

    .rtl-layout .sidebar .block:not(.block-layered-nav) .block-title > strong:after, .rtl-layout .sidebar .block.block-layered-nav .block-title > strong:after {
        left: auto;
        right: 10px
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after, .sidebar .block.block-layered-nav .block-title.active > strong:after {
        content: "\e9b3";
        border: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title small, .sidebar .block.block-layered-nav .block-title small {
        color: #fff
    }

    .sidebar .block:not(.block-layered-nav) .block-content, .sidebar .block.block-layered-nav .block-content {
        border:none;
        border-top-width: 0;
        margin: 0;
        padding: 10px
    }

    .sidebar .block-layered-nav {
        background: #fff
    }

    .sidebar .block-layered-nav .block-subtitle.block-subtitle--filter {
        margin-bottom: 0
    }

    .sidebar .block-layered-nav.block-layered-nav--no-filters .block-content {
        padding: 0;
        border: 0
    }

    .rtl-layout .sidebar .block-layered-nav .block-subtitle--filter {
        padding: 7px 24px 7px 10px
    }

    .sidebar .block-layered-nav .block-subtitle--filter:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e9b4";
        font-size: 10px;
        speak: none;
        border: 0;
        margin-top: -5px
    }

    .rtl-layout .sidebar .block-layered-nav .block-subtitle--filter:after {
        left: auto;
        right: 10px
    }

    .sidebar .block-layered-nav .block-subtitle--filter.active:after {
        content: "\e9b3";
        border: 0
    }

    .sidebar .block-layered-nav .block-subtitle--filter:hover, .sidebar .block-layered-nav .block-subtitle--filter {
        color: #fff;
        background: #5c6ac3;

    }

    .sidebar .block-layered-nav #narrow-by-list {
        border: 1px solid #e9eaec;
        border-top: 0
    }

    .sidebar .block-layered-nav .block-content dl dt {
        padding: 8px 10px 7px 24px
    }

    .rtl-layout .sidebar .block-layered-nav .block-content dl dt {
        padding: 7px 24px 7px 10px
    }

    .sidebar .block-layered-nav .block-content > dl > dd {
        padding: 0 10px
    }

    .sidebar .block-layered-nav .block-content > dl > dd.last {
        padding: 0 10px
    }

    .sidebar .block-layered-nav .block-content > dl > dt {
        color: #414b56
    }

    .sidebar .block-layered-nav .block-content > dl > dt:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e9b4";
        font-size: 10px;
        speak: none;
        border: 0;
        margin-top: -5px
    }

    .rtl-layout .sidebar .block-layered-nav .block-content > dl > dt:after {
        left: auto;
        right: 10px
    }

    .sidebar .block-layered-nav .block-content > dl > dt:hover {
        color: #5c6ac3
    }

    .sidebar .block-layered-nav .block-content.accordion-open > dl > dt.current {
        color: #5c6ac3
    }

    .sidebar .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        content: "\e9b3";
        border: 0
    }

    .sidebar .block-layered-nav dl ol > li > a {
        background: transparent;
        color: #a8aeba
    }

    .sidebar .block:last-of-type {
        border-bottom: 0
    }
}

.fotorama__thumb {
    background: transparent
}

.cdz-popup.popup-product-view-side-guide {
    width: 70%
}

.product-image-thumbs .item .thumb-link {
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .product-image-container.type-vertical .product-image {
        float: right
    }
}

.product-view .full-width .product-col .product-img-box, .product-view .full-width .product-col .product-shop, .product-view .full-width .product-col .add-to-cart-wrapper {
    width: 100%;
    padding: 0
}

.product-view .product-img-box, .product-view .product-shop {
    padding: 0
}

.product-img-box .product-image img {
    max-height: 350px;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    overflow: hidden;
}

.zoomLens {
    box-shadow: inset 0px 0px 30px #f4f2f2ad;
    border: 0 !important;
    cursor: pointer;
}

.product-view .more-views {
    padding-left: 5px
}

.rtl-layout .product-view .more-views {
    padding-right: 5px;
    padding-left: 0
}

.product-view .product-img-box .product-name h1 {
    font-size: 30px;
    margin-top: 0;
    color: #414b56;
    margin-bottom: 0
}

.product-view .product-img-box .product-image-thumbs li:first-child {
    margin-left: 0
}

.no-touch .product-view .product-img-box .product-image-thumbs .item a:hover {
    border-color: transparent;

}

.product-view .product-img-box .product-image-thumbs li.item {
    width: 100%
}

.product-view .product-img-box .product-image-thumbs li.item.selected-thumb a {
    border: 1px solid #c7c7c7;
}

.product-view .product-essential .product-info-main .product-name {
    margin-top: 0
}

.product-view .product-essential .product-info-main .product-name .h1 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.5;
    color: #414b56
}

.rtl-layout .product-view .product-essential .product-info-main .product-name {
    float: right
}

.product-view .product-essential .product-info-main .extra-info {
    max-width: 100%;
    padding: 0;
    width: 100%;
    position: relative
}

.product-view .product-essential .product-info-main .extra-info .nobr {
    position: absolute;
    right: 0;
    top: 0
}

.product-view .product-essential .product-info-main .extra-info .rating-box, .product-view .product-essential .product-info-main .extra-info .rating-links {
    clear: both;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

.product-view .product-essential .product-info-main .extra-info .rating-links {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px
}

.product-view .product-essential .product-info-main .extra-info .rating-links a:last-child {
    text-decoration: underline;
    color: #5c6ac3
}

.rtl-layout .product-view .product-essential .product-info-main .extra-info .rating-box {
    margin-right: 0
}

.product-view .product-essential .product-info-main .product-sku {
    display: inline-block;
    vertical-align: top;
    color: #023861;
    font-size: 15px;
}

.product-view .product-essential .product-info-main .product-sku strong, .product-view .product-essential .product-info-main .product-sku .value {
    display: inline-block
}

.product-view .product-essential .product-info-main .product-sku .value {
    margin: 0 5px
}

.product-view .product-essential .product-info-main .in-stock {
    display: inline-block;
    font-weight: 500;
    margin-right: 20px;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
    float: right
}

.product-view .product-essential .product-info-main .in-stock.availability {
    color: #2fb157
}

.product-view .product-essential .product-info-main .in-stock.unavailability {
    color: #ff0000
}

.rtl-layout .product-view .product-essential .product-info-main .in-stock {
    float: left
}

.product-view .product-essential .product-info-main .price-info {
    float: left;
    padding-left: 0;
    text-align: left
}

.product-view .product-essential .product-info-main .price-info .price {

    font-size: 20px;
    font-weight: bold;
    color: #e87b1e;
}

.product-view .product-essential .product-info-main .price-info .special-price {
    padding: 0
}

.product-view .product-essential .product-info-main .price-info .special-price .price {
    line-height: 1
}

.product-view .product-essential .product-info-main .price-info .old-price {
    vertical-align: bottom;
    padding: 0 10px 0 0
}

.product-view .product-essential .product-info-main .price-info .old-price .price {
    font-size: 17px;
    color: #023861
}

.rtl-layout .product-view .product-essential .product-info-main .price-info {
    float: right;
    text-align: right
}

.rtl-layout .product-view .product-essential .product-info-main .price-info .old-price {
    padding: 0 0 0 10px
}

.product-view .product-essential .product-info-main .product-options {
    border: 0;
    padding: 0
}

.product-view .product-essential .product-info-main .product-options p.required {
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 0
}

.rtl-layout .product-view .product-essential .product-info-main .product-options p.required {
    right: auto;
    left: 0
}

.product-view .product-essential .product-info-main .swatch-attr label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #a8aeba
}

.rtl-layout .product-view .product-essential .product-info-main .swatch-attr label {
    text-align: right;
    float: right
}

.rtl-layout .product-view .product-essential .product-info-main .swatch-attr .select-label {
    float: left
}

.product-view .product-essential .product-info-main .swatch-link {
    border: 0;
    border-radius: 100%;
    overflow: hidden;
    position: relative
}

.product-view .product-essential .product-info-main .swatch-link img {
    border-radius: 100%
}

.product-view .product-essential .product-info-main .selected {
    position: relative
}

.product-view .product-essential .product-info-main .selected:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 12px;
    color: #ffffff;
    line-height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1
}

.product-view .product-essential .product-info-main .product-options-bottom {
    background: transparent;
    border: 0;
    padding: 0
}

.rtl-layout .product-view .product-essential .product-info-main .configurable-swatch-list li {
    float: right
}

.product-view .product-essential .product-info-main .qty-wrapper {
    width: 100%;
    margin-bottom: 35px;
    margin-top: -15px;
}

.product-view .product-essential .product-info-main .qty-wrapper label, .product-view .product-essential .product-info-main .qty-wrapper .control {
    display: inline-block;
    vertical-align: bottom;
    line-height: unset;
    margin-bottom: 0;
    float: none
}

.product-view .product-essential .product-info-main .qty-wrapper label {
    text-transform: uppercase;
    line-height: 35px;
    margin-right: 10px;
    display: inline-block
}

.rtl-layout .product-view .product-essential .product-info-main .qty-wrapper label {
    margin-right: 0;
    margin-left: 10px
}

.product-view .product-essential .product-info-main .qty-wrapper .cart-qty {
    display: table;
    position: relative;
    max-width: 130px
}

.product-view .product-essential .product-info-main .qty-wrapper .qty-ctl, .product-view .product-essential .product-info-main .qty-wrapper input {
    display: table-cell;
    vertical-align: middle
}

.product-view .product-essential .product-info-main .qty-wrapper input {
    background: transparent;
    text-align: center;
    color: #363e47;
    padding: 0 35px;
    font-weight: 600;
    height: 34px;
    line-height: 35px;
    width: 100%
}

.product-view .product-essential .product-info-main .qty-wrapper input#qty {
    display: inline-block;
    width: auto;
    max-width: 100px;
    float: none;
    border: 0;
    border: 1px solid #e9eaec!important;
    border-radius: 0
}

.product-view .product-essential .product-info-main .qty-ctl button {
    min-width: unset;
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 29px;
    width: 35px;
    line-height: 25px;
    top: 0;
    color: #a8aeba;
    border-color: transparent;
    background: transparent
}

.product-view .product-essential .product-info-main .qty-ctl button.increase {
    right: 0
}

.product-view .product-essential .product-info-main .qty-ctl button.increase:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    font-size: 12px;
    speak: none
}

.rtl-layout .product-view .product-essential .product-info-main .qty-ctl button.increase {
    right: auto;
    left: 0
}

.product-view .product-essential .product-info-main .qty-ctl button.decrease {
    left: 0
}

.product-view .product-essential .product-info-main .qty-ctl button.decrease:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
    font-size: 12px;
    speak: none
}

.rtl-layout .product-view .product-essential .product-info-main .qty-ctl button.decrease {
    left: auto;
    right: 0
}

.product-view .product-essential .product-info-main .qty-ctl button:active:before, .product-view .product-essential .product-info-main .qty-ctl button:focus:before, .product-view .product-essential .product-info-main .qty-ctl button:hover:before {
    color: #023861
}

.product-view .product-essential .product-info-main .qty-ctl button:focus, .product-view .product-essential .product-info-main .qty-ctl button:active {
    outline: none
}

.product-view .product-essential .product-info-main .size-guide-wrap {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: underline
}

.rtl-layout .product-view .product-essential .product-info-main .size-guide-wrap {
    right: auto;
    left: 0
}

.product-view .product-essential .product-info-main .add-to-cart {
    border: 0;
    position: relative
}

.product-view .product-essential .product-info-main .add-to-cart-buttons {
    display: block;
    width: 100%
}

.product-view .product-essential .product-info-main .btn-cart {
    width: 28%;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    letter-spacing: 1px;
    /* font-size: 100%; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    color: #fff;
    border-color: #0070c0;
    background: #0070c0;
}

.product-view .product-essential .product-info-main .btn-cart > span {
    padding-left: 25px;
    position: relative
}

.product-view .product-essential .product-info-main .btn-cart > span:before, .product-view .product-essential .product-info-main .btn-cart > span:after {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e992';
    font-size: 21px;
    speak: none;
    position: absolute;
    left: -5px;
    top: -3px;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rtl-layout .product-view .product-essential .product-info-main .btn-cart > span {
    padding-left: 0;
    padding-right: 25px
}

.rtl-layout .product-view .product-essential .product-info-main .btn-cart > span:before, .rtl-layout .product-view .product-essential .product-info-main .btn-cart > span:after {
    left: auto;
    right: 0
}

.product-view .product-essential .product-info-main .btn-cart > span:before {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.product-view .product-essential .product-info-main .btn-cart > span:after {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.product-view .product-essential .product-info-main .btn-cart:hover, .product-view .product-essential .product-info-main .btn-cart:focus, .product-view .product-essential .product-info-main .btn-cart:active {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.product-view .product-essential .product-info-main .btn-cart:hover > span:before {
    -moz-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.product-view .product-essential .product-info-main .btn-cart:hover > span:after {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

@media screen and (max-width: 767px) {
    .product-view .product-essential .product-info-main .btn-cart > span {
        padding: 0
    }

    .rtl-layout .product-view .product-essential .product-info-main .btn-cart > span {
        padding: 0
    }
}

.product-view .product-essential .product-info-main .btn-cart > span {
    position: relative;
    padding-left: 40px
}

.product-view .product-essential .product-info-main .btn-cart > span:before, .product-view .product-essential .product-info-main .btn-cart > span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f290";
    font-size: 24px;
    speak: none;
    position: absolute;
    left: 0
}

.rtl-layout .product-view .product-essential .product-info-main .btn-cart > span {
    padding-left: 0;
    padding-right: 40px
}

.rtl-layout .product-view .product-essential .product-info-main .btn-cart > span:before {
    left: auto;
    right: 0
}

.product-view .product-essential .product-info-main .btn-cart:hover, .product-view .product-essential .product-info-main .btn-cart:active, .product-view .product-essential .product-info-main .btn-cart:focus {
    color: white;
    border-color: #0070c0;
    background: #0070c0;

}

.product-view .product-essential .product-info-main .add-to-links {
    width: 100%;
    text-align: center
}

.product-view .product-essential .product-info-main .add-to-links li {
    float: none;
    display: inline-block
}

.product-view .product-essential .product-info-main .add-to-links a {
    border: 0
}

.product-view .product-essential .product-info-main .add-to-links .link-wishlist, .product-view .product-essential .product-info-main .add-to-links .link-compare {
    color: #999999;

    text-transform: uppercase
}

.product-view .product-essential .product-info-main .add-to-links .link-wishlist:before, .product-view .product-essential .product-info-main .add-to-links .link-compare:before {
    margin-right: 10px
}

.rtl-layout .product-view .product-essential .product-info-main .add-to-links .link-wishlist:before, .rtl-layout .product-view .product-essential .product-info-main .add-to-links .link-compare:before {
    margin-left: 10px
}

.product-view .product-essential .product-info-main .add-to-links .link-wishlist:hover, .product-view .product-essential .product-info-main .add-to-links .link-compare:hover {
    color: #5c6ac3
}

.product-view .product-essential .product-info-main .add-to-links .link-wishlist:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    font-size: 14px
}

.product-view .product-essential .product-info-main .add-to-links .link-compare:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97d";
    font-size: 14px;
    speak: none
}

.product-view .product-essential .product-info-main .add-to-links:hover {
    color: #5c6ac3
}

.product-view .product-essential .product-info-main .cdz-social-listing {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 15px
}

.product-view .product-essential .product-info-main .cdz-social-listing li {
    display: inline-block;
    margin: 0 5px
}

.product-view .product-essential .product-info-main .cdz-social-listing li a {
    margin: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    box-shadow: none;
    border-radius: 0
}

.product-view .product-essential .product-info-main .cdz-social-listing li a .mdl-button__ripple-container {
    display: none
}

.product-view .product-essential .product-info-main .cdz-social-listing li a .fa {
    vertical-align: middle
}

.ratings-table {
    max-width: 150px;
    margin-bottom: 10px
}

.rtl-layout .ratings-table th {
    text-align: right
}

.product-view .product-collateral .toggle-tabs {
    border: 0;
    background: transparent;
    /*padding: 10px 30px 1px;*/
    overflow: hidden
}

.product-view .product-collateral .toggle-tabs .current {
    border: 0
}

.product-view .product-collateral .toggle-tabs .current span {
    background: transparent
}

.product-view .product-collateral .toggle-tabs .current span:after {
    bottom: 0
}

.product-view .product-collateral .toggle-tabs li span {
    font-size: 14px;
    padding: 0;
    color: #414b56;
    height: auto;
    line-height: inherit;
    padding: 10px 0px 15px;
    position: relative;
    letter-spacing: 1px
}

.product-view .product-collateral .toggle-tabs li span:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #023861;
    content: "";
    left: 0;
    bottom: -3px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rtl-layout .product-view .product-collateral .toggle-tabs li {
    float: right
}

.product-view .tab-container {
    padding-top: 0;
    border: 0;
    padding: 0 0px
}

.product-view .tab-content {
    border-top: 2px solid #e9eaec;
    padding: 15px 0;
    margin-top: -1px
}

.product-view .gutIn.cdg.info.displayn {
    margin-bottom: 10px;
    font-size: 15px
}

.product-view table.cfl {
    width: 100%;

    border: 1px solid #e9eaec
}

.product-view table.cfl td {
    border: 1px solid #e9eaec;
    padding: 8px 10px
}

.rtl-layout .product-view .std ul li {
    margin-right: 2em
}

.product-view #addTagForm .form-add {
    position: relative;
    margin-bottom: 20px
}

.product-view #addTagForm .form-add {
    width: 60%
}

.product-view #addTagForm .form-add label {
    color: #414b56;
    font-weight: 600;
    text-transform: uppercase
}

.product-view #addTagForm .input-text {
    width: 100%
}

.product-view #addTagForm .note {
    margin-top: 10px
}

.product-view #addTagForm button {
    float: right;
    padding: 11px 20px;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.product-view #addTagForm button:hover:focus, .product-view #addTagForm button:active:focus, .product-view #addTagForm button:focus:focus, .product-view #addTagForm button:hover:active, .product-view #addTagForm button:active:active, .product-view #addTagForm button:focus:active, .product-view #addTagForm button:hover:hover, .product-view #addTagForm button:active:hover, .product-view #addTagForm button:focus:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.rtl-layout .product-view #addTagForm button {
    float: left
}

.product-view #product-attribute-specs-table {
    border-color: #e9eaec
}

.product-view #product-attribute-specs-table th {
    border: 0
}


.product-view #customer-reviews .review-heading {
    border: 0;
    padding: 0
}


.product-view #customer-reviews h3 span {
    color: #5c6ac3
}

.rtl-layout .product-view #customer-reviews h3 {
    display: inline-block
}

.rtl-layout .product-view #customer-reviews h3 span {
    float: left
}

.product-view #customer-reviews > dl dt, .product-view #customer-reviews > dl dd {
    display: inline-block;
    vertical-align: top
}

.product-view #customer-reviews > dl dt {
    width: 40%;
    padding-right: 10px;
    max-width: 250px
}

.product-view #customer-reviews > dl dt a {
    font-weight: bold;
    color: #000000
}

.product-view #customer-reviews > dl dt a:hover {
    color: #5c6ac3
}

.product-view #customer-reviews > dl dd {
    width: 60%;
    border-left: 1px solid #e9eaec;
    padding-left: 10px;
    color: #000000;
    letter-spacing: 1px;

}

.rtl-layout .product-view #customer-reviews > dl dd {
    border-left: 0;
    border-right: 1px solid #e9eaec;
    padding-left: 0;
    padding-right: 10px
}

.product-view #customer-reviews .fieldset .form-list textarea, .product-view #customer-reviews .fieldset .form-list input {
    border: 1px solid #e9eaec
}

.product-view #customer-reviews .review-summary-table thead th {
    border: 1px solid #e9eaec
}

.product-view #customer-reviews .review-summary-table tbody th, .product-view #customer-reviews .review-summary-table tbody td {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #e9eaec
}

.product-view #customer-reviews .review-summary-table tbody td label {
    padding: 0
}

.product-view #customer-reviews .review-meta {
    color: #000;
    font-style: italic;
    letter-spacing: 0
}

.product-view #customer-reviews .rating-box, .product-view #customer-reviews .rating {
    background: none;
    text-indent: 0;
    width: 70px
}

.rtl-layout .product-view #customer-reviews .rating {
    float: right
}

.product-view #customer-reviews .rating-box {
    margin-right: 10px
}

.product-view #customer-reviews .fieldset h4 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border: 0
}

.product-view #customer-reviews .fieldset .form-list {
    margin-top: 20px
}

.product-view #customer-reviews .fieldset .form-list li label {
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px
}

.product-downloadable-product .product-options dd, .product-virtual-product .product-options dd, .product-bundle-product .product-options dd {
    border-bottom: 0
}

.product-downloadable-product .product-options dd .multiselect, .product-virtual-product .product-options dd .multiselect, .product-bundle-product .product-options dd .multiselect {
    min-height: 70px
}

.product-downloadable-product .product-options dd .input-box input, .product-virtual-product .product-options dd .input-box input, .product-bundle-product .product-options dd .input-box input {
    border-width: 1px
}

.product-downloadable-product .product-options dd .input-box .no-margin, .product-virtual-product .product-options dd .input-box .no-margin, .product-bundle-product .product-options dd .input-box .no-margin {
    margin-top: 5px !important
}

.product-downloadable-product .product-options dd textarea, .product-virtual-product .product-options dd textarea, .product-bundle-product .product-options dd textarea {
    max-width: unset
}

.product-downloadable-product .product-options ul.options-list, .product-virtual-product .product-options ul.options-list, .product-bundle-product .product-options ul.options-list {
    display: inline-block
}

.product-downloadable-product .product-options ul.options-list input, .product-virtual-product .product-options ul.options-list input, .product-bundle-product .product-options ul.options-list input {
    margin-right: 10px
}

.product-downloadable-product .product-options ul.options-list .label, .product-virtual-product .product-options ul.options-list .label, .product-bundle-product .product-options ul.options-list .label {
    text-align: left
}

.rtl-layout .product-downloadable-product .product-options ul.options-list .label, .rtl-layout .product-virtual-product .product-options ul.options-list .label, .rtl-layout .product-bundle-product .product-options ul.options-list .label {
    text-align: right
}

.product-downloadable-product .product-options ul.options-list label, .product-virtual-product .product-options ul.options-list label, .product-bundle-product .product-options ul.options-list label {
    width: auto;
    margin-bottom: 0;
    padding: 0
}

.product-group-product .grouped-items-table-wrapper {
    padding: 0;
    border: 0
}

.product-group-product .thumbnail {
    border: 0;
    display: inline-block
}

.product-group-product .add-to-cart-buttons {
    padding-top: 50px
}

.product-group-product table.grouped-items-table .price-box {
    margin: 0
}

.product-group-product table.grouped-items-table .add-to-cart {
    padding-top: 50px
}

.product-group-product table.grouped-items-table tr {
    border: 0;
    padding: 10px;
    display: inline-block;
    width: 100%
}

.product-group-product table.grouped-items-table tr td {
    border: 0
}

.product-group-product table.grouped-items-table td.image {
    width: 25%;
    padding: 0
}

.product-group-product table.grouped-items-table td.image img {
    margin-bottom: 0
}

.product-group-product table.grouped-items-table td.name {
    width: 65%;
    padding-top: 0
}

.product-group-product table.grouped-items-table td.name .qty-wrapper {
    margin-bottom: 0
}

.product-group-product table.grouped-items-table td.name .qty-wrapper input {
    display: inline-block;
    width: 50px;
    padding: 0
}

.product-group-product table.grouped-items-table td.name .qty-wrapper .qty-label {
    text-transform: capitalize
}

.product-group-product table.grouped-items-table td.name .name-wrapper {
    color: #414b56;

}

.review-product-list .product-view .product-essential .product-info-main .product-sku {
    float: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-img-box .product-name {
        display: none
    }

    .product-view .product-shop .product-name {
        display: inline-block
    }

    .product-view .product-essential .product-info-main .qty-wrapper label {
        padding-right: 5px
    }

    .rtl-layout .product-view .product-essential .product-info-main .qty-wrapper label {
        padding-left: 5px;
        padding-right: 0
    }

    .product-view .tab-content {
        border-top: 0
    }
}

@media (max-width: 767px) {
    .product-info-main.full-width {
        margin: 0;
        padding: 0 10px
    }

    .product-view .product-essential .product-info-main .product-name {
        display: block;
        padding-top: 20px
    }

    .product-view .product-essential .product-info-main .product-name .h1 {
        font-size: 20px
    }

    .product-view #customer-reviews .review-summary-table .rating-box {
        margin-right: 0;
        width: 50px
    }

    .product-view #customer-reviews .review-summary-table .rating-box:before {
        display: none
    }

    .product-view #customer-reviews .review-summary-table tbody th {
        text-align: center;
        padding-left: 3px;
        padding-right: 3px
    }

    .product-view #customer-reviews .fieldset {
        overflow: scroll
    }

    .product-view .tab-container {
        padding: 0 10px
    }

    .product-view .box-tags #addTagForm .form-add {
        width: 100%
    }

    .product-view .box-tags .note {
        clear: both
    }
}

@media screen and (max-width: 770px) {
    .product-collateral.tabs .collateral-tabs .tab {
        background: transparent;

        padding: 10px 25px 10px 15px;
        border: 0;
        border-bottom: 1px solid #e9eaec
    }

    .product-collateral.tabs .collateral-tabs .tab:last-child {
        border-bottom: 0
    }

    .product-collateral.tabs .collateral-tabs .tab:after {
        display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        font-size: 10px;
        speak: none;
        border: 0;
        right: 0;
        left: auto;
        width: 20px;
        margin-top: -5px
    }

    .rtl-layout .product-collateral.tabs .collateral-tabs .tab:after {
        left: 0;
        right: auto
    }

    .product-collateral.tabs .collateral-tabs .tab.current {
        border-bottom-width: 2px;
        border-bottom-color: #5c6ac3
    }

    .product-collateral.tabs .collateral-tabs .tab:hover, .product-collateral.tabs .collateral-tabs .tab:focus {
        color: #5c6ac3
    }

    .product-collateral.tabs .collateral-tabs .tab-content {
        border-top: 0
    }

    .product-collateral.tabs.accordion-open .tab.current {
        border-color: #5c6ac3;
        color: #5c6ac3
    }

    .product-collateral.tabs.accordion-open .tab.current:after {
        content: "\f068";
        border: 0
    }

    .product-collateral.tabs.accordion-open > dl > dd.current {
        border-bottom: 1px solid #e9eaec
    }
}

.product-view .block-related {
    width: 100%;
    padding-left: 0
}

.product-view .block-related .block-title {
    border-color: #e9eaec
}

.product-view .block-related .block-subtitle {
    font-weight: normal;
    margin-bottom: 15px
}

.product-view .block-related .block-subtitle a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    color: #5c6ac3
}

.product-view .block-related .block-subtitle a:hover {
    text-decoration: none
}

.product-view .block-related .mini-products-list {
    overflow: hidden
}

.product-view .block-related .mini-products-list .item {
    position: relative;
    border-bottom: 1px dashed #e9eaec
}

.product-view .block-related .mini-products-list .item.last {
    border-width: 0
}

.product-view .block-related .mini-products-list .item .mdl-checkbox.is-upgraded {
    position: absolute;
    left: 0;
    top: 0
}

.rtl-layout .product-view .block-related .mini-products-list .item .mdl-checkbox.is-upgraded {
    left: auto;
    right: 0
}

.product-view .block-related .mini-products-list .item .product {
    padding: 0;
    margin-left: 20px
}

.rtl-layout .product-view .block-related .mini-products-list .item .product {
    margin-right: 20px;
    margin-left: 0
}

.rtl-layout .product-view .block-related .mini-products-list .item {
    text-align: right
}

.rtl-layout .product-view .block-related .mini-products-list .item .mdl-checkbox__box-outline {
    right: 0;
    left: auto;
    top: 12px
}

.rtl-layout .product-view .block-related .mini-products-list .item .product-image {
    float: right
}

.rtl-layout .product-view .block-related .mini-products-list .item .product-details {
    margin-right: 90px;
    margin-left: 0
}

.rtl-layout .product-view .block-related .mini-products-list .item .product-details .product-name {
    width: 100%
}

.rtl-layout .product-view .block-related .mini-products-list .item .price-box span {
    float: right
}

.product-view .block-related .product-details .price-box span:first-child {
    padding: 0
}

.crosssell, .box-collateral.box-up-sell {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    /*background: #fff;*/
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    margin: 0 0 30px;
    overflow: unset
}


.crosssell .owl-nav [class*='owl-'], .box-collateral.box-up-sell .owl-nav [class*='owl-'] {
    top: -50px
}

.crosssell.product-list-style-17 .button-hover-wrap, .box-collateral.box-up-sell.product-list-style-17 .button-hover-wrap {
    bottom: -moz-calc(calc((100% - 40px) / 2));
    bottom: -webkit-calc(calc((100% - 40px) / 2));
    bottom: -o-calc(calc((100% - 40px) / 2));
    bottom: calc(calc((100% - 40px) / 2))
}

.product-collateral ~ .box-collateral.box-reviews {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    margin: 0 0 30px
}

body.rtl-layout.page-layout-2columns-right .sidebar-additional {
    padding-left: 0;
    padding-right: 20px
}

.post-list {
    list-style: none;
    padding: 0
}

.blog-index-list .toolbar {
    display: none
}

.blog-index-list .toolbar + .post-list-wrapper + .toolbar {
    display: block
}

.post-list .post-holder {
    padding: 20px;
    margin-bottom: 20px;
    border: 0 solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.post-list li {
    padding: 15px;
    margin: 0 0 15px
}

.post-list li img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.post-list li:hover:hover img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.post-list .post-info-panel {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column
}

.post-list .post-header {
    position: relative
}

.post-list .post-title .post-item-link {
    color: #414b56
}

.post-list .post-title .post-item-link:hover {
    color: #5c6ac3
}

.post-list .post-info .item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    position: relative
}

.rtl-layout .post-list .post-info .item {
    margin: 0 0 0 15px;
    padding: 0 20px 0 0
}

.post-list .post-info .item .label {
    display: none
}

.post-list .post-info .item:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    font-size: 14px;
    margin: 0 3px;
    position: absolute;
    top: 0;
    left: 0
}

.rtl-layout .post-list .post-info .item:before {
    left: auto;
    right: 0
}

.post-list .post-info .item.post-date:before {
    top: 2px
}

.post-list .post-info .item.post-author:before {
    content: "\f2c0";
    font-size: 13px
}

.post-list .post-info .item.post-categories:before {
    content: "\f114"
}

.post-list .post-info .item.post-tags:before {
    content: "\f02b"
}

.post-list .post-content {
    padding: 10px 0
}

.post-list .post-footer {
    margin-top: auto;
    padding: 10px 0 0;
    border-top: 1px dashed #e9eaec
}

.post-list .addthis_toolbox {
    display: inline-block;
    float: right
}

.rtl-layout .post-list .addthis_toolbox {
    float: left
}

@media screen and (min-width: 768px) {
    .post-list .post-inner {
        display: flex;
        align-items: stretch
    }

    .post-list .post-date {
        position: absolute;
        top: 0;
        right: 0;
        border: 2px solid #e9eaec;
        padding: 5px 10px 4px
    }

    .rtl-layout .post-list .post-date {
        left: 0;
        right: auto
    }

    .post-list .post-title {
        padding-right: 100px
    }

    .rtl-layout .post-list .post-title {
        padding-left: 100px;
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .post-ftimg-hld {
        margin-bottom: 15px
    }

    .post-list .post-info-panel {
        padding-top: 10px
    }
}

.sidebar .block-blog [class*='menu-'] {
    margin: 0 0 20px;
    padding: 0
}

.sidebar .block-blog [class*='menu-'] h5 {

}

.sidebar .block-blog [class*='menu-'].menu-recent ul li {
    padding: 7px 0;
    margin-bottom: 5px;
    margin-left: 0;
    border-bottom: 1px dashed #e9eaec
}

.sidebar .block-blog [class*='menu-'].menu-recent ul li:last-child {
    border-bottom: 0
}

.sidebar .block-blog [class*='menu-'].menu-recent ul li a {
    font-size: inherit
}

.sidebar .block-blog [class*='menu-'].menu-tags ul li {
    margin-right: 10px;
    margin-left: 0
}

.rtl-layout .sidebar .block-blog [class*='menu-'].menu-tags ul li {
    margin-left: 10px;
    margin-right: 0
}

.sidebar .block-blog [class*='menu-'].menu-categories ul li {
    margin-left: 0;
    margin-bottom: 10px
}

.sidebar .block-blog [class*='menu-'].menu-categories ul li a {
    font-size: inherit
}

.sidebar .accordion, .sidebar .tagclaud-hld {
    background: #ffffff;
    list-style: none;
    padding: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.sidebar .accordion .level-top {
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px
}

.sidebar .accordion .level-top > ul {
    padding-top: 15px
}

.sidebar .accordion .level-top a {
    display: block;
    direction: ltr
}

.sidebar .accordion .level-top.parent.active .menu-toggle:after {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9b3";
    font-size: 11px;
    speak: none
}

.sidebar .accordion li {
    position: relative
}

.sidebar .accordion .menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center
}

.sidebar .accordion .menu-toggle:after {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e9b4";
    font-size: 11px;
    speak: none
}

.rtl-layout .sidebar .accordion .menu-toggle {
    right: auto;
    left: 0
}

.sidebar .block-archive .item {
    padding: 5px
}

.sidebar .block-archive .item a {
    display: block
}

.sidebar .block-tagclaud span {
    padding: 3px 5px
}

.sidebar .block-tagclaud span.largest {
    font-size: 26px
}

.sidebar .block-tagclaud span.small {
    font-size: 20px
}

.sidebar .block-tagclaud span.smallest {
    font-size: 12px
}

.blog-post-view .postTitle {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
    border: none
}

.blog-post-view .postTitle:after {
    height: 3px;
    width: 100px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: #5c6ac3
}

.blog-post-view.rtl-layout .postTitle:after {
    right: 0;
    left: auto
}

.toolbar select {
    box-shadow: none;
    border: 1px solid #e9eaec
}

.commentWrapper {
    padding: 20px;
    margin-bottom: 20px;
    border: 0 solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.commentWrapper .input-box {
    padding-top: 10px
}

.commentWrapper .commentTitle {
    border: none;
    margin: 0
}

.commentWrapper .commentTitle div {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
    border: none;

    color: #414b56;
    text-transform: uppercase
}

.commentWrapper .commentTitle div:after {
    height: 3px;
    width: 100px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: #5c6ac3
}

.commentWrapper .toolbar {
    box-shadow: none;
    border-bottom: 1px solid #e9eaec;
    border-radius: 0
}

.commentWrapper .toolbar .sorter, .commentWrapper .toolbar .pager {
    display: inline-block;
    width: auto;
    float: right;
    clear: none
}

.commentWrapper .commentWrapper {
    box-shadow: none;
    border-bottom: 1px dashed #e9eaec;
    border-radius: 0
}

.commentWrapper .commentWrapper .commentContent {
    padding: 20px;
    background: #fafafa;
    margin-left: 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.commentWrapper .commentWrapper .commentContent:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fafafa;
    position: absolute;
    top: -7px;
    left: 20px
}

.rtl-layout .commentWrapper .commentWrapper .commentContent:after {
    left: auto;
    right: 20px
}

.post-view.postWrapper {
    padding: 0
}

.post-view .post-holder {
    padding: 20px;
    margin-bottom: 20px;
    border: 0 solid #e9eaec;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.post-view .postTitle h3 {
    display: none
}

.post-view .post-top {
    position: relative
}

.post-view .post-header {
    position: relative;
    border-bottom: 1px dashed #e9eaec;
    padding: 20px 0;
    margin-bottom: 20px
}

.post-view .post-info .item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    position: relative
}

.rtl-layout .post-view .post-info .item {
    margin: 0 0 0 15px;
    padding: 0 20px 0 0
}

.post-view .post-info .item .label {
    display: none
}

.post-view .post-info .item:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    font-size: 14px;
    margin: 0 3px;
    position: absolute;
    top: 0;
    left: 0
}

.rtl-layout .post-view .post-info .item:before {
    left: auto;
    right: 0
}

.post-view .post-info .item.post-date:before {
    top: 2px
}

.post-view .post-info .item.post-author:before {
    content: "\f2c0"
}

.post-view .post-info .item.post-categories:before {
    content: "\f114";
    top: 2px
}

.post-view .post-info .item.post-tags:before {
    content: "\f02b"
}

.post-view .post-content {
    font-size: 16px
}

.post-view .post-content p {
    font-size: 16px
}

.post-view .post-nextprev-hld .next-link {
    float: right
}

.rtl-layout .post-view .post-nextprev-hld .next-link {
    float: left
}

.post-view .post-nextprev-hld .prev-link {
    float: left
}

.rtl-layout .post-view .post-nextprev-hld .prev-link {
    float: right
}

.post-view .post-gallery {
    margin-bottom: 15px
}

.post-view .post-gallery .owl-nav [class*='owl-'] {
    top: -moz-calc((100% - 40px) / 2);
    top: -webkit-calc((100% - 40px) / 2);
    top: -o-calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    backface-visibility: hidden;
    visibility: hidden
}

.post-view .post-gallery .owl-nav [class*='owl-'].owl-next {
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.post-view .post-gallery .owl-nav [class*='owl-'].owl-prev {
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.post-view .post-gallery .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.rtl-layout .post-view .post-gallery .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.rtl-layout .post-view .post-gallery .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.post-view .post-gallery:hover .owl-nav [class*='owl-']:not(.disabled) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.post-view .post-gallery:hover .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.post-view .post-gallery:hover .owl-nav [class*='owl-'].owl-prev, .post-view .post-gallery:hover .owl-nav [class*='owl-'].owl-next {
    visibility: visible;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.rtl-layout .post-view .post-gallery:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout .post-view .post-gallery:hover .owl-nav [class*='owl-'].owl-next {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.post-view .post-gallery .owl-carousel .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px
}

.post-view .post-gallery .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 38px
}

@media screen and (min-width: 768px) {
    .post-view .addthis_toolbox {
        position: absolute;
        right: 0
    }

    .rtl-layout .post-view .addthis_toolbox {
        right: auto;
        left: 0
    }

    .post-view .post-info {
        padding-right: 90px
    }

    .rtl-layout .post-view .post-info {
        padding: 0 0 0 90px
    }

    .post-view .post-nextprev-hld .link-wrap {
        position: fixed;
        top: 50%;
        z-index: 3;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow: hidden;
        padding: 10px;
        width: 30px;
        max-height: 100px;
        background-color: rgba(1, 1, 1, 0.5);
        -webkit-transition: width .4s, background-color .4s;
        transition: width .4s, background-color .4s;
        -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-timing-function: cubic-bezier(.7, 0, .3, 1)
    }

    .post-view .post-nextprev-hld .link-wrap .nextprev-link, .post-view .post-nextprev-hld .link-wrap .post-thumb {
        display: inline-block
    }

    .post-view .post-nextprev-hld .link-wrap .post-thumb {
        opacity: 0;
        width: 335px
    }

    .post-view .post-nextprev-hld .link-wrap .icon-wrap {
        font-size: 0;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        position: absolute;
        height: 100%;
        top: 0;
        padding: 35px 5px
    }

    .post-view .post-nextprev-hld .link-wrap .arrow-post-title {
        margin: 0 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        max-width: 210px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .post-view .post-nextprev-hld .link-wrap .arrow-post-title:hover {
        color: #5c6ac3
    }

    .post-view .post-nextprev-hld .link-wrap.prev {
        left: 0
    }

    .post-view .post-nextprev-hld .link-wrap.prev .icon-wrap {
        left: 0
    }

    .post-view .post-nextprev-hld .link-wrap.prev .icon-wrap:before {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e974";
        font-size: 18px;
        speak: none
    }

    .post-view .post-nextprev-hld .link-wrap.prev .arrow-post-title {
        text-align: right
    }

    .post-view .post-nextprev-hld .link-wrap.prev .post-thumb {
        float: right
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.prev .icon-wrap {
        left: auto;
        right: 0
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.prev .icon-wrap:before {
        content: "\e991"
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.prev .arrow-post-title {
        text-align: left
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.prev .post-thumb {
        float: left
    }

    .post-view .post-nextprev-hld .link-wrap.next {
        right: 0
    }

    .post-view .post-nextprev-hld .link-wrap.next .icon-wrap {
        right: 0
    }

    .post-view .post-nextprev-hld .link-wrap.next .icon-wrap:before {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e991";
        font-size: 18px;
        speak: none
    }

    .post-view .post-nextprev-hld .link-wrap.next .post-thumb .nextprev-img {
        float: left
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.next .icon-wrap {
        right: auto;
        left: 0
    }

    .rtl-layout .post-view .post-nextprev-hld .link-wrap.next .icon-wrap:before {
        content: "\e974"
    }

    .post-view .post-nextprev-hld .link-wrap:hover {
        width: 375px;
        background: #282828
    }

    .post-view .post-nextprev-hld .link-wrap:hover .post-thumb {
        opacity: 1
    }

    .post-view .post-nextprev-hld .post-thumb .abs-img {
        display: inline-block;
        width: 100px;
        min-height: 70px;
        padding: 0 !important;
        vertical-align: middle
    }
}

@media screen and (max-width: 767px) {
    .post-view .post-header {
        padding: 5px 0;
        margin-bottom: 10px
    }

    .post-view .post-content {
        font-size: 15px
    }

    .post-view .post-content p {
        font-size: 15px
    }

    .post-view .post-thumb {
        display: none
    }

    .post-view .post-nextprev-hld {
        margin-bottom: 20px
    }

    .post-view .link-wrap {
        display: inline-block
    }

    .post-view .link-wrap .icon-wrap {
        position: relative
    }

    .post-view .link-wrap .icon-wrap:before {
        position: absolute;
        top: 0
    }

    .post-view .link-wrap.prev {
        float: left
    }

    .post-view .link-wrap.prev .icon-wrap {
        padding-left: 20px
    }

    .post-view .link-wrap.prev .icon-wrap:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f100";
        font-size: 15px;
        left: 0
    }

    .post-view .link-wrap.next {
        float: right
    }

    .post-view .link-wrap.next .icon-wrap {
        padding-right: 20px
    }

    .post-view .link-wrap.next .icon-wrap:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f101";
        font-size: 15px;
        right: 0
    }
}

.blogsidebar-style01 .block-content {
    margin: 0
}

.blogsidebar-style01 .block-content [class*='menu-'] {
    margin-bottom: 3rem
}

.blogsidebar-style01 .block-content h5 {
    color: #fff;
    background: #5c6ac3;

    text-transform: uppercase;
    border-bottom: 1px solid #e9eaec;
    padding-bottom: 10px;
    position: relative
}

.blogsidebar-style01 .block-content h5:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px
}

.rtl-layout .blogsidebar-style01 .block-content h5:after {
    left: auto;
    right: 0
}

.blogsidebar-style01 .block-content h5 ~ ul {
    padding: 10px 0 0;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.blogsidebar-style03 .block-content {
    margin: 0
}

.blogsidebar-style03 .block-content [class*='menu-'] {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.blogsidebar-style03 .block-content h5 {
    color: #fff;
    background: #5c6ac3;

    text-transform: uppercase;
    position: relative
}

.blogsidebar-style03 .block-content h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 40px;
    height: 2px;
    background: #fff
}

.rtl-layout .blogsidebar-style03 .block-content h5:after {
    left: auto;
    right: 0
}

.blogsidebar-style03 .block-content h5 ~ ul {
    padding: 10px 0 0
}

.blogsidebar-style04 .block-content {
    margin: 0
}

.blogsidebar-style04 .block-content h5 {
    color: #fff;
    background: #5c6ac3;

    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    min-width: 100%;
    padding: 10px 20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.blogsidebar-style04 .block-content h5 ~ ul {
    padding: 15px 20px;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

@media (min-width: 770px) {
    .block-blog .block-title {
        display: none
    }
}

.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
    border: 0 !important
}

.cdz-product-labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin: 0;
    list-style: none;
    padding: 0
}

.rtl-layout .cdz-product-labels {
    left: auto !important;
    right: 0
}

.cdz-product-labels .label-item {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 10px;
    background: #5c6ac3;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767px) {
    .cdz-product-labels .label-item {
        font-size: 10px;
        padding: 2px 10px
    }
}

.cdz-product-labels .label-item.new {
    background: #5c6ac3
}

.cdz-product-labels .label-item.sale {
    background: #ff0000
}

.product-name {
    margin: 5px 0;
    display: block
}

.product-item-name a, .product-name .product-item-link, .product-item-link {

    color: #53565a;
    /* text-transform: lowercase; */
    font-size: 14px;
    padding: 4px;
}

.product-item-name a:hover, .product-name .product-item-link:hover, .product-item-link:hover {
    color: #023861
}

.price-box .price, .price {
    color: #414b56;

}

.product-item .product-item-sku {
    margin-bottom: 5px;
    font-size: 14px;
}

.product-item .product-item-sku lable, .product-item .product-item-sku .label {
    display: none
}

.product-item .price-box {
    margin: 0 0 5px
}

.product-item .price-box .price {
    color: #414b56;

}

.product-item .price-box .special-price {
    padding: 0
}

.product-item .old-price {
    color: #b9bed1
}

.product-item .old-price .price {
    color: #b9bed1
}

.product-item .product-item-description {
    margin: 0 0 5px
}

.product-item .towishlist {
    font-size: 0
}

.product-item .towishlist:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f004';
    font-size: 14px
}

.product-item .tocompare {
    font-size: 0
}

.product-item .tocompare:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c5';
    font-size: 14px
}

.product-item .actions-secondary {
    margin: 0
}

.product-item .qs-button {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.product-item:hover .qs-button {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.product-item .product-item-top {
    position: relative
}

@media (max-width: 767px) {
    .product-item-info {
        padding: 0 0 5px
    }

    .product-item-info .product-reviews-summary {
        margin-bottom: 0
    }

    .product-item-info .product-reviews-summary .reviews-actions {
        display: none
    }

    .product-item-info .product-reviews-summary .rating-summary {
        padding: 0;
        margin: 0
    }

    .product-item-info .product-item-actions {
        margin-top: 0
    }

    .product-item-info .ratings {
        margin: 0
    }

    .product-item-info .ratings .rating-box {
        margin: 0
    }

    .product-item-info .ratings .amount {
        display: none
    }

    .product-item-info .product-item-inner {
        /*text-align: center*/
    }

    .product-item-info .product-item-inner .btn-cart {
        min-width: 30px
    }

    .product-item-info .product-item-inner .btn-cart:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f07a";
        font-size: 16px;
        speak: none
    }

    .product-item-info .product-item-inner .btn-cart, .product-item-info .product-item-inner .towishlist, .product-item-info .product-item-inner .tocompare {
        border: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        padding: 0;
        /* width: 100px; */
        /* height: 30px; */
        line-height: 47px;
        /* border: 1px solid; */
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #fff;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #53565a;
        /* border-color: #dee3ff; */
        /* background: #dee3ff; */
    }

    .product-item-info .product-item-inner .btn-cart:focus, .product-item-info .product-item-inner .towishlist:focus, .product-item-info .product-item-inner .tocompare:focus, .product-item-info .product-item-inner .btn-cart:active, .product-item-info .product-item-inner .towishlist:active, .product-item-info .product-item-inner .tocompare:active, .product-item-info .product-item-inner .btn-cart:hover, .product-item-info .product-item-inner .towishlist:hover, .product-item-info .product-item-inner .tocompare:hover {
        color: #5c6ac3;
        border-color: #5c6ac3;
        background: #fff
    }

    .product-item-info .product-item-inner .btn-cart > span, .product-item-info .product-item-inner .towishlist > span, .product-item-info .product-item-inner .tocompare > span {
        /*font-size: 0;*/
        display: block;
        /*text-indent: -99999px;*/
        overflow: hidden;
        vertical-align: middle;
        text-align: left;
        /*display: none*/
    }

    .product-item-info .product-item-inner .btn-cart:after, .product-item-info .product-item-inner .towishlist:after, .product-item-info .product-item-inner .tocompare:after {
        line-height: 30px
    }

    .rtl-layout .product-item-info .product-item-inner .btn-cart, .rtl-layout .product-item-info .product-item-inner .towishlist, .rtl-layout .product-item-info .product-item-inner .tocompare {
        float: right
    }

    .product-item-info .product-item-inner .actions-secondary > a:last-child, .product-item-info .product-item-inner .tocompare {
        margin-right: 0
    }

    .rtl-layout .product-item-info .product-item-inner .actions-secondary > a:last-child, .rtl-layout .product-item-info .product-item-inner .tocompare {
        margin-right: 7px
    }

    .product-item-info .product-item-inner .towishlist:before {
        content: "\f08a"
    }

    .product-item-info .product-item-inner .btn-cart:after {
        content: "\f07a"
    }

    .rtl-layout .product-item-info .product-item-inner .btn-cart {
        margin-right: 0
    }

    .product-item-top {
        position: relative
    }

    .product-item {
        padding: 10px;
        background: #fff
    }

    .product-item .qs-button {
        display: none
    }

    .product-item .price-box .old-price {
        margin-left: 5px;
        margin-right: 0;
        float: none
    }

    .rtl-layout .product-item .price-box .old-price {
        margin-left: 0;
        margin-right: 5px
    }

    .product-item .price-box .price {
        font-size: 14px !important
    }

    .product-item-details {
        text-align: center;
        min-height: 60px!important;
    }

    .product-item-info .product-name {
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
        width: auto;
        margin: 5px 0;
        padding: 0 10px
    }

    .product-item-info .product-name .product-item-link {
        font-size: 12px !important;
        text-transform: capitalize
    }

    .product-item-inner {
        position: relative;
        border: 0;
        padding: 0
    }

    .product-item-description {
        font-size: 12px;
        padding: 0 10px
    }

    .product-item-actions:not([class*="col-xs"]) {
        display: inline-block;
        width: auto
    }

    .actions-secondary {
        display: inline-block
    }
}

.cdz-slideshow, .no-loaded, .cdz-product {
    position: relative;
    min-height: 100px;
    height: 100%
}

.cdz-slideshow .icon-loading span, .no-loaded .icon-loading span, .cdz-product .icon-loading span {
    font-size: 0
}

.cdz-slideshow .icon-loading:after, .no-loaded .icon-loading:after, .cdz-product .icon-loading:after, .cdz-slideshow .icon-loading:before, .no-loaded .icon-loading:before, .cdz-product .icon-loading:before, .cdz-slideshow .icon-loading > span:after, .no-loaded .icon-loading > span:after, .cdz-product .icon-loading > span:after, .cdz-slideshow .icon-loading > span:before, .no-loaded .icon-loading > span:before, .cdz-product .icon-loading > span:before, .cdz-slideshow .icon-loading > span > span:after, .no-loaded .icon-loading > span > span:after, .cdz-product .icon-loading > span > span:after, .cdz-slideshow .icon-loading > span > span:before, .no-loaded .icon-loading > span > span:before, .cdz-product .icon-loading > span > span:before {
    width: 2rem;
    height: 2rem;
    background: #5c6ac3;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: calc(49%);
    top: calc(49%);
    box-shadow: 0 0 1rem #f1f2fa
}

.cdz-slideshow .icon-loading:after, .no-loaded .icon-loading:after, .cdz-product .icon-loading:after {
    animation: animate-to-1 1.5s infinite
}

.cdz-slideshow .icon-loading:before, .no-loaded .icon-loading:before, .cdz-product .icon-loading:before {
    animation: animate-to-0 1.5s infinite
}

.cdz-slideshow .icon-loading > span:before, .no-loaded .icon-loading > span:before, .cdz-product .icon-loading > span:before {
    animation: animate-to-2 1.5s infinite
}

.cdz-slideshow .icon-loading > span:after, .no-loaded .icon-loading > span:after, .cdz-product .icon-loading > span:after {
    animation: animate-to-3 1.5s infinite
}

.cdz-slideshow .icon-loading > span > span:before, .no-loaded .icon-loading > span > span:before, .cdz-product .icon-loading > span > span:before {
    animation: animate-to-4 1.5s infinite
}

.cdz-slideshow .icon-loading > span > span:after, .no-loaded .icon-loading > span > span:after, .cdz-product .icon-loading > span > span:after {
    animation: animate-to-5 1.5s infinite
}

.cdz-slideshow.no-loaded {
    height: auto;
    min-height: 0
}

.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    text-align: center;
    font-size: 0;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-color: #22b289;
    background: #22b289
}

.owl-carousel .owl-nav [class*='owl-']:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    font-size: 26px
}

.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
    content: '\f105'
}

.owl-carousel .owl-nav [class*='owl-'].owl-prev:before {
    content: '\f104'
}

.rtl-layout .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
    content: '\f104'
}

.rtl-layout .owl-carousel .owl-nav [class*='owl-'].owl-prev:before {
    content: '\f105'
}

.owl-carousel .owl-nav [class*='owl-'].disabled {
    cursor: default
}

.owl-carousel .owl-nav [class*='owl-']:hover {
    z-index: 1
}

.owl-carousel .owl-nav [class*='owl-']:hover:not(.disabled) {
    color: white;
    border-color: #1a8768;
    background: #1a8768;
}

.cl-shadow .owl-carousel {
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

.cdz-slideshow .owl-carousel {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.owl-loaded .owl-stage {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch
}

.cl-shadow .owl-loaded .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px
}

.cdz-slideshow .owl-loaded .owl-stage {
    display: block;
    padding: 0
}

.owl-dots {
    width: 100%;
    text-align: center
}

.owl-dots .owl-dot {
    overflow: hidden;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-dots .owl-dot:active, .owl-dots .owl-dot:focus {
    outline: none
}

.crosssell .item a.product-image {
    width: 100%
}

@media (min-width: 768px) {
    .tabs-style-01 .box-cate-link .item {
        border: 1px solid #e1e1e1;
        text-transform: capitalize;
        font-size: 18px;
        margin-right: -1px;
        padding: 7px 24px;
        font-weight: 500;
        display: inline-block;
        position: relative;
        color: #414b56;
        border-color: #e9eaec;
        background: #f6f7f9;

    }

    .tabs-style-01 .box-cate-link .item:hover {
        color: #5c6ac3;
        border-color: #e9eaec;
        background: #f6f7f9
    }

    .rtl-layout .tabs-style-01 .box-cate-link .item {
        margin-right: 0;
        margin-left: -1px
    }

    .tabs-style-01 .box-cate-link .item.active:after {
        content: "";
        width: 100%;
        height: 4px;
        background: #5c6ac3;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .tabs-style-01 .cdz-tabs {
        margin-top: 25px
    }
}

@media (min-width: 768px) {
    .tabs-style-02 .box-cate-link {
        text-align: center
    }

    .tabs-style-02 .box-cate-link .item {
        display: inline-block;
        padding: 12px 15px;
        min-width: 102px;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #414b56;
        border-color: transparent;
        background: #f6f7f9;

    }

    .tabs-style-02 .box-cate-link .item a {
        color: #414b56
    }

    .tabs-style-02 .box-cate-link .item:hover {
        color: #5c6ac3
    }

    .tabs-style-02 .box-cate-link .item.active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
    }

    .tabs-style-02 .box-cate-link .item.active a {
        color: #fff
    }

    .tabs-style-02 .box-cate-link .tab-icon {
        display: block;
        width: 100%;
        font-size: 24px;
        margin-bottom: 10px
    }

    .tabs-style-02 .tab-title span {
        text-transform: uppercase
    }

    .tabs-style-02 .cdz-tabs {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .tabs-style-02 .cdz-tabs {
        margin-top: 10px
    }

    .tabs-style-02 .mobile-toggle {
        width: 100%;
        border: 1px solid;
        padding: 7px 10px;
        position: relative;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .tabs-style-02 .mobile-toggle:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f107';
        font-size: 18px;
        position: absolute;
        margin: 0 5px;
        right: 5px
    }

    .rtl-layout .tabs-style-02 .mobile-toggle:after {
        left: 5px;
        right: auto
    }

    .tabs-style-02 .mobile-toggle:hover, .tabs-style-02 .mobile-toggle:focus, .tabs-style-02 .mobile-toggle:active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .tabs-style-02 .mobile-toggle.open:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .tabs-style-02 .cdz-block-content {
        position: relative
    }

    .tabs-style-02 .box-cate-link {
        list-style: none;
        background: #ffffff;
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 35px;
        border-top: 3px solid #5c6ac3;
        box-shadow: 2px 4px 5px -2px #e1e1e1;
        -moz-box-shadow: 2px 4px 5px -2px #e1e1e1;
        -webkit-box-shadow: 2px 4px 5px -2px #e1e1e1;
        -o-box-shadow: 2px 4px 5px -2px #e1e1e1;
        -ms-box-shadow: 2px 4px 5px -2px #e1e1e1
    }

    .tabs-style-02 .box-cate-link .item {
        margin-bottom: 0;
        padding: 5px;
        background: #ffffff
    }

    .tabs-style-02 .box-cate-link .item a {
        color: #414b56;
        width: 100%;
        display: block
    }

    .tabs-style-02 .tab-icon {
        min-width: 20px;
        text-align: center;
        margin-right: 5px
    }

    .rtl-layout .tabs-style-02 .tab-icon {
        margin-left: 5px;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .cdz-tabs-wrap {
        position: relative
    }

    .mobile-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .rtl-layout .mobile-toggle {
        left: 0;
        right: auto
    }

    .mobile-toggle:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        font-size: 14px;
        margin: 2px
    }

    .mobile-toggle:hover, .mobile-toggle:active, .mobile-toggle:focus {
        color: #fff
    }

    .mobile-toggle.open:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .abs-dropdown {
        position: absolute;
        padding: 10px;
        right: 0;
        min-width: 150px;
        background: #ffffff;
        top: 30px;
        text-align: left;
        z-index: 3;
        border-top: 2px solid #5c6ac3;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
    }

    .rtl-layout .abs-dropdown {
        left: 0;
        right: auto;
        text-align: right
    }

    .abs-dropdown .item {
        display: block;
        padding: 3px 0
    }

    .abs-dropdown .item.active {
        background: transparent
    }

    .abs-dropdown .item.active a {
        color: #5c6ac3
    }
}

@media screen and (min-width: 768px) {
    .tabs-style-03 .box-cate-link {
        padding: 0;
        margin: 25px 0;
        list-style: none;
        text-align: center
    }

    .tabs-style-03 .box-cate-link .item {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 10px;
        position: relative;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .tabs-style-03 .box-cate-link .item:after {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        content: "";
        position: absolute;
        top: -2px;
        left: 2px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .tabs-style-03 .box-cate-link .item a {
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        z-index: 1;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #414b56
    }

    .tabs-style-03 .box-cate-link .item a:hover {
        color: #5c6ac3
    }

    .tabs-style-03 .box-cate-link .item.active {
        background: #f6f7f9
    }

    .tabs-style-03 .box-cate-link .item.active:after {
        border-color: #5c6ac3
    }

    .tabs-style-03 .box-cate-link .item.active a {
        color: #5c6ac3
    }
}

@media screen and (max-width: 767px) {
    .tabs-style-03 .cdz-tabs {
        margin-top: 20px
    }

    .tabs-style-03 .mobile-toggle {
        text-align: center;
        display: inline-block !important;
        width: auto;
        background: green;
        margin: 0 auto;
        position: relative;
        padding: 5px 30px 5px 20px;
        text-transform: uppercase;
        font-weight: 600;
        min-width: 120px;
        left: -moz-calc((100% - 120px) / 2);
        left: -webkit-calc((100% - 120px) / 2);
        left: -o-calc((100% - 120px) / 2);
        left: calc((100% - 120px) / 2);
        color: #5c6ac3;
        background: #f6f7f9
    }

    .rtl-layout .tabs-style-03 .mobile-toggle {
        left: auto;
        right: -moz-calc((100% - 120px) / 2);
        right: -webkit-calc((100% - 120px) / 2);
        right: -o-calc((100% - 120px) / 2);
        right: calc((100% - 120px) / 2);
        padding: 5px 20px 5px 30px
    }

    .tabs-style-03 .mobile-toggle:before {
        width: 100%;
        height: 100%;
        border: 1px solid #5c6ac3;
        content: "";
        position: absolute;
        top: -2px;
        left: 2px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .tabs-style-03 .mobile-toggle:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f107';
        font-size: 14px;
        position: absolute;
        margin: 0 5px
    }

    .tabs-style-03 .mobile-toggle.open:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .tabs-style-03 .mobile-toggle:hover, .tabs-style-03 .mobile-toggle:focus, .tabs-style-03 .mobile-toggle:active {
        color: #5c6ac3
    }

    .tabs-style-03 .box-cate-link {
        position: static;
        padding: 0;
        list-style: none;
        z-index: 2;
        background: #fff;
        padding: 15px 0px 0;
        text-align: center;
        margin-bottom: 10px;
        box-shadow: none;
        border-top: 0
    }

    .tabs-style-03 .box-cate-link li {
        display: inline-block;
        margin: 5px 10px
    }

    .tabs-style-03 .box-cate-link li a {
        color: #5c6ac3
    }

    .tabs-style-03 .box-cate-link li.active {
        border-bottom: 3px double #5c6ac3
    }
}

.price-box .price, .price {
    color: #414b56
}

.ratings-table .rating-box, .ratings-table .rating-box .rating {
    width: 75px;
    background: none;
    text-indent: 0
}

.ratings {
    margin: 0
}

.ratings .rating-box {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    background: none;
    text-indent: 0;
    margin: 0;
    text-align: left
}

.rtl-layout .ratings .rating-box {
    text-align: right
}

.ratings .rating-box .rating {
    background: none;
    text-indent: 0
}

.rtl-layout .ratings .rating-box .rating {
    float: right
}

.ratings .amount {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.rating-box, .rating-box .rating {
    width: 75px;
    background: none;
    text-indent: 0
}

.rating-box:before, .rating-box .rating:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f005';
    font-size: 12px;
    height: 13px;
    line-height: 13px;
    display: block;
    letter-spacing: 3px;
    text-align: left;
    white-space: nowrap;
    content: "\f005 \f005 \f005 \f005 \f005"
}

.rtl-layout .rating-box:before, .rtl-layout .rating-box .rating:before {
    text-align: right
}

.rating-box {
    margin-left: 0;
    position: relative
}

.rating-box:before {
    color: #d5d5d5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.rating:before {
    color: #ffad10;
    position: relative;
    z-index: 2;
    speak: none;
    overflow: hidden
}

.amount {
    margin: 3px
}

.breadcrumbs {
    padding: 0 0 20px;
    margin: 0
}

.breadcrumbs li span {
    font-size: 0
}

.breadcrumbs li span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 14px;
    margin: 0 5px
}

.rtl-layout .breadcrumbs li span:after {
    content: '\f104'
}

.breadcrumbs li {
    color: #a8aeba;

}

.breadcrumbs li a {
    color: #a8aeba
}

.breadcrumbs li a:hover {
    color: #5c6ac3
}

.rtl-layout .breadcrumbs li {
    float: right
}

.rtl-layout .breadcrumbs li span {
    float: right
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-top: 10px;
        margin-bottom: 0;
        margin: 0
    }

    .breadcrumbs .items {
        padding: 0
    }
}

.category-products > .toolbar .pager {
    display: none
}

.toolbar {
    color: #a8aeba;

}

.toolbar .pager {
    float: none;
    color: #a8aeba;

    margin: 0
}

.toolbar .pager .count-container {
    float: right;
    margin-bottom: 0
}

.rtl-layout .toolbar .pager .count-container {
    float: left
}

.toolbar .pager .count-container select {
    width: 100px;
    padding: 5px 10px;
    height: 32px;
    line-height: 30px;
    float: left
}

.rtl-layout .toolbar .pager .count-container select {
    float: right
}

.toolbar .pager .count-container .limiter > label {
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    text-transform: uppercase;
    font-weight: normal
}

.rtl-layout .toolbar .pager .count-container .limiter > label {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.toolbar .pager .amount {
    color: #a8aeba;

    margin: 3px 10px 0;
    float: right
}

.rtl-layout .toolbar .pager .amount {
    float: left
}

.toolbar .pager .pages {
    float: left;
    margin: 0
}

.rtl-layout .toolbar .pager .pages {
    float: right
}

.toolbar .pager ol {
    margin: 0 -2px
}

.toolbar .pager ol li {
    margin: 0 2px
}

.rtl-layout .toolbar .pager ol li {
    float: right
}

.toolbar .pager .current, .toolbar .pager li a {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid;
    color: #a8aeba;
    border-color: #e9eaec;
    background: #fff
}

.toolbar .pager .current, .toolbar .pager li a:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.toolbar .pager .previous, .toolbar .pager .next {
    padding: 0
}

.toolbar .pager .previous:before, .toolbar .pager .next:before {
    position: static;
    border: 0;
    width: 34px;
    height: 34px;
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e991';
    font-size: 16px;
    speak: none;
    line-height: 34px
}

.rtl-layout .toolbar .pager .next:before {
    content: '\e974'
}

.toolbar .pager .previous:before {
    content: '\e974';
    line-height: 32px
}

.rtl-layout .toolbar .pager .previous:before {
    content: '\e991'
}

.toolbar-bottom .sorter {
    display: none
}

.sorter {
    float: none;
    margin-bottom: 0
}

.sorter > .view-mode {
    margin: 0;
    float: left
}

.rtl-layout .sorter > .view-mode {
    float: right
}

.sorter > .view-mode label {
    display: none
}

.sorter > .view-mode strong.grid, .sorter > .view-mode strong.list, .sorter > .view-mode a.grid, .sorter > .view-mode a.list {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid;
    text-indent: 0;
    font-size: 0;
    position: relative;
    color: #a8aeba;
    border-color: #e9eaec;
    background: #fff
}

.sorter > .view-mode strong.grid:before, .sorter > .view-mode strong.list:before, .sorter > .view-mode a.grid:before, .sorter > .view-mode a.list:before {
    color: #a8aeba;
    margin: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00a';
    font-size: 20px;
    line-height: 32px
}

.sorter > .view-mode strong.list:before, .sorter > .view-mode a.list:before {
    content: '\f03a'
}

.sorter > .view-mode a.grid:hover, .sorter > .view-mode a.list:hover, .sorter > .view-mode strong.list, .sorter > .view-mode strong.grid {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.sorter > .view-mode a.grid:hover:before, .sorter > .view-mode a.list:hover:before, .sorter > .view-mode strong.list:before, .sorter > .view-mode strong.grid:before {
    color: #fff
}

.sorter > .view-mode .action.previous {
    margin: 0
}

.sorter > .view-mode .action.previous:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e974';
    font-size: 16px;
    speak: none;
    line-height: 32px
}

.rtl-layout .sorter > .view-mode .action.previous:before {
    content: '\e991'
}

.sorter > .view-mode .action.next {
    margin: 0
}

.sorter > .view-mode .action.next:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e991';
    font-size: 16px;
    speak: none;
    line-height: 32px
}

.rtl-layout .sorter > .view-mode .action.next:before {
    content: '\e974'
}

.sorter > .sort-by {
    display: inline-block;
    float: right
}

.rtl-layout .sorter > .sort-by {
    float: left
}

.sorter > .sort-by label {
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    text-transform: uppercase;
    font-weight: normal
}

.rtl-layout .sorter > .sort-by label {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.sorter > .sort-by select {
    width: 100px;
    padding: 5px 10px;
    height: 32px;
    line-height: 30px;
    float: left
}

.rtl-layout .sorter > .sort-by select {
    float: right
}

.sorter > .sort-by .sort-by-switcher {
    position: relative;
    float: right;
    margin-top: 0;
    margin-left: 0;
    background: none;
    text-indent: 0;
    font-size: 0;
    text-align: center;
    line-height: 30px;
    color: #a8aeba
}

.sorter > .sort-by .sort-by-switcher:hover {
    color: #5c6ac3
}

.rtl-layout .sorter > .sort-by .sort-by-switcher {
    float: left
}

.sorter > .sort-by .sort-by-switcher:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f176";
    font-size: 14px
}

.sorter > .sort-by .sort-by-switcher.sort-by-switcher--desc:before {
    content: '\f175'
}

@media only screen and (max-width: 991px) {
    .sorter > .sort-by {
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 479px) {
    .limiter label {
        display: inline-block
    }

    .sorter > .sort-by {
        margin-bottom: 5px
    }

    .toolbar .pager .count-container select {
        width: 70px
    }
}

.category-products .products-list > li {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 20px
}

.category-products .products-list .product-shop .price-box .price {
    font-size: 22px
}

.category-products .products-list .product-left {
    position: relative
}

.category-products .products-list .qs-button {
    position: absolute;
    z-index: 1;
    padding: 2px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: -moz-calc((100% - 38px) / 2);
    top: -webkit-calc((100% - 38px) / 2);
    top: -o-calc((100% - 38px) / 2);
    top: calc((100% - 38px) / 2);
    left: -moz-calc((100% - 38px) / 2);
    left: -webkit-calc((100% - 38px) / 2);
    left: -o-calc((100% - 38px) / 2);
    left: calc((100% - 38px) / 2)
}

.category-products .products-list .qs-button:before {
    vertical-align: unset
}

.category-products .products-list .product-shop .ratings .rating-box {
    margin-top: 7px
}

.category-products .products-list .product-secondary ~ .product-secondary {
    margin: 5px -5px 10px;
    overflow: hidden
}

.category-products .products-list .product-name a {
    color: #414b56
}

.category-products .products-list .product-name a:hover {
    color: #5c6ac3
}

.category-products .products-list .product-secondary .action {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.category-products .products-list .product-secondary .action .button.btn-cart {
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.category-products .products-list .product-secondary .action .button.btn-cart:focus, .category-products .products-list .product-secondary .action .button.btn-cart:active, .category-products .products-list .product-secondary .action .button.btn-cart:hover {
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.category-products .products-list .product-secondary .action .button.btn-cart:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e992";
    font-size: 18px;
    speak: none
}

.category-products .products-list .product-secondary .add-to-links {
    margin: 0 -5px;
    display: inline-block;
    vertical-align: top
}

.category-products .products-list .product-secondary .add-to-links li {
    float: right;
    margin: 0 5px
}

.category-products .products-list .product-secondary .add-to-links a {
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff
}

.category-products .products-list .product-secondary .add-to-links a:focus, .category-products .products-list .product-secondary .add-to-links a:active, .category-products .products-list .product-secondary .add-to-links a:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.category-products .products-list .product-secondary .add-to-links a:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e986";
    font-size: 18px;
    speak: none
}

.category-products .products-list .product-secondary .add-to-links a.link-compare:before {
    content: '\e958'
}

.category-products .products-list .product-item-info .product-image-photo {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.category-products .products-list .product-item-info .product-image-photo.hovered-img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.category-products .products-list .product-item-info .product-image-photo.hovered-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rtl-layout .category-products .products-list .product-item-info .product-image-photo.hovered-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.category-products .products-list .product-item-info:hover .product-image-photo.main-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl-layout .category-products .products-list .product-item-info:hover .product-image-photo.main-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.category-products .products-list .product-item-info:hover .product-image-photo.hovered-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.rtl-layout .category-products .products-list .product-item-info:hover .product-image-photo.hovered-img {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.category-products .products-list .product-item-info:hover .qs-button {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.products-list .product-left {
    width: 33.33333333%;
    float: left
}

.rtl-layout .products-list .product-left {
    float: right
}

.products-list .product-left .product-image {
    width: 100%
}

.products-list .configurable-swatch-list {
    margin-top: 10px
}

.products-list .product-shop .product-name {
    text-align: left;
    padding: 0
}

.rtl-layout .products-list .product-shop .product-name {
    text-align: right
}

.products-list .product-shop .product-item-sku {
    margin-top: 10px
}

.rtl-layout .products-list .product-shop {
    padding-left: 0;
    padding-right: 20px
}

.rtl-layout .products-list .product-shop .product-secondary {
    float: left;
    clear: left;
    text-align: left
}

.rtl-layout .products-list .product-shop .desc, .rtl-layout .products-list .product-shop .product-primary {
    float: right
}

@media only screen and (max-width: 600px) {
    .rtl-layout .products-list .product-shop .product-secondary {
        float: right;
        clear: right;
        text-align: right
    }

    .rtl-layout .products-list .product-shop .desc, .rtl-layout .products-list .product-shop .product-primary {
        text-align: right
    }
}

.category-products .actions a {
    float: left
}

.service-banner {
    padding: 20px 0
}

.service-banner .item-icon {
    margin-right: 15px;
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rtl-layout .service-banner .item-icon {
    margin-right: 0;
    margin-left: 15px
}

.service-banner .item {
    align-items: center;
    color: #000000
}

.service-banner .item:hover {
    cursor: pointer
}

.service-banner .item:hover .item-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.service-banner .item-content {
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle
}

.service-banner .item-content a {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000000
}

.service-banner .item-content > p {
    font-size: 12px;
    font-style: italic;
    margin: 0
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .service-banner .item {
        width: 50%;
        margin: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .service-banner .cdz-block-title .title-desc {
        width: 60%
    }

    .service-banner .item {
        margin: 8px 0
    }
}

@media screen and (max-width: 480px) {
    .service-banner .item {
        width: 100%;
        float: left
    }

    .service-banner .item .item-icon {
        min-width: 30px;
        text-align: center
    }
}

.service-banner-style02 {
    text-align: center;
    margin: 0
}

.service-banner-style02 .item {
    text-align: center;
    padding: 30px;
    font-size: 14px;
    color: #444444;
    border-left: 1px solid #f5f3ea
}

.service-banner-style02 .item.last {
    padding: 40px 25px 31px;
    border-right: 1px solid #f5f3ea
}

.service-banner-style02 .item.last img {
    border-radius: 30px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.service-banner-style02 .item.last img:hover {
    box-shadow: 0 3px 3px #eceaea
}

.service-banner-style02 .item:hover .item-icon span {
    background: #000000;
    color: #ffffff
}

.service-banner-style02 .item p:not(.item-icon) {
    margin-bottom: 5px
}

.service-banner-style02 .item.last p {
    margin-bottom: 10px
}

.rtl-layout .service-banner-style02 .item {
    border-left: 0;
    border-right: 1px solid #f5f3ea
}

.rtl-layout .service-banner-style02 .item.last {
    border-left: 1px solid #f5f3ea
}

.service-banner-style02 .item-icon {
    margin-bottom: 0
}

.service-banner-style02 .item-icon span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f1f3f2;
    border-radius: 100%;
    float: none;
    margin: 0 auto 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 0
}

.service-banner-style02 .item-icon span:before {
    font-size: 24px;
    line-height: 70px
}

.service-banner-style02 .item-content {
    font-weight: bold;
    color: #444444
}

.service-banner-style02 .item-content p {
    margin-bottom: 0
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .service-banner-style02 .item {
        padding: 10px
    }

    .service-banner-style02 .item .item-icon span {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .service-banner-style02 .item .item-icon span:before {
        font-size: 20px;
        line-height: 50px
    }

    .service-banner-style02 .item.last {
        padding: 26px 25px 14px
    }
}

@media screen and (max-width: 767px) {
    .service-banner-style02 .item {
        padding: 10px;
        border-bottom: 1px solid #f5f3ea;
        border-top: 0
    }

    .service-banner-style02 .item:nth-child(even) {
        border-right: 1px solid #f5f3ea
    }

    .rtl-layout .service-banner-style02 .item:nth-child(even) {
        border-left: 1px solid #f5f3ea
    }

    .service-banner-style02 .item .item-icon span {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .service-banner-style02 .item .item-icon span:before {
        font-size: 20px;
        line-height: 50px
    }

    .service-banner-style02 .item.last {
        padding: 26px 25px 14px;
        border-bottom: 0
    }

    .service-banner-style02 .item.last > p {
        display: inline-block;
        vertical-align: top
    }
}

.product-list-style-17 {
    overflow: hidden
}

.product-list-style-17 .cdz-ajax-trigger {
    min-width: 200px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    background: #ffffff;
    padding: 10px
}

.product-list-style-17 .cdz-ajax-trigger:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.product-list-style-17 .product-item-top {
    position: relative
}

.product-list-style-17 .price-box {
    margin-bottom: 5px
}

.product-list-style-17 .price-box .price {
    font-size: 14px;
    font-weight: 500
}

.product-list-style-17 .price-box .old-price {
    margin: 0 7px;
    float: none
}

.product-list-style-17 .product-item-details {
    text-align: center;
    margin-top: 15px
}

.product-list-style-17 .product-name .product-item-link {
    text-transform: capitalize;
    letter-spacing: 1px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-17 .ratings {
    margin: 0;
    text-align: center
}

.product-list-style-17 .ratings .rating-box {
    display: inline-block
}

.product-list-style-17 .ratings .amount {
    display: none
}

.product-list-style-17 .ratings .rating:before {
    color: #b5bec7
}

@media (min-width: 768px) {
    .product-list-style-17 .product-item {
        margin-bottom: 20px
    }

    .product-list-style-17 .button-hover-wrap {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 2;
        text-align: center;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    .product-list-style-17 .button-hover-wrap .btn-cart, .product-list-style-17 .button-hover-wrap .tocompare, .product-list-style-17 .button-hover-wrap .towishlist, .product-list-style-17 .button-hover-wrap a.qs-button {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border: 1px solid;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #5c6ac3;
        border-color: #fff;
        background: #fff
    }

    .product-list-style-17 .button-hover-wrap .btn-cart:focus, .product-list-style-17 .button-hover-wrap .tocompare:focus, .product-list-style-17 .button-hover-wrap .towishlist:focus, .product-list-style-17 .button-hover-wrap a.qs-button:focus, .product-list-style-17 .button-hover-wrap .btn-cart:active, .product-list-style-17 .button-hover-wrap .tocompare:active, .product-list-style-17 .button-hover-wrap .towishlist:active, .product-list-style-17 .button-hover-wrap a.qs-button:active, .product-list-style-17 .button-hover-wrap .btn-cart:hover, .product-list-style-17 .button-hover-wrap .tocompare:hover, .product-list-style-17 .button-hover-wrap .towishlist:hover, .product-list-style-17 .button-hover-wrap a.qs-button:hover {
        color: #5c6ac3;
        border-color: #5c6ac3;
        background: #fff
    }

    .product-list-style-17 .button-hover-wrap .btn-cart > span, .product-list-style-17 .button-hover-wrap .tocompare > span, .product-list-style-17 .button-hover-wrap .towishlist > span, .product-list-style-17 .button-hover-wrap a.qs-button > span {
        font-size: 0;
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        vertical-align: middle;
        text-align: left;
        display: none
    }

    .product-list-style-17 .button-hover-wrap .btn-cart span, .product-list-style-17 .button-hover-wrap .tocompare span, .product-list-style-17 .button-hover-wrap .towishlist span, .product-list-style-17 .button-hover-wrap a.qs-button span {
        display: none
    }

    .rtl-layout .product-list-style-17 .button-hover-wrap .btn-cart, .rtl-layout .product-list-style-17 .button-hover-wrap .tocompare, .rtl-layout .product-list-style-17 .button-hover-wrap .towishlist, .rtl-layout .product-list-style-17 .button-hover-wrap a.qs-button {
        margin-right: 0;
        margin-left: 10px
    }

    .product-list-style-17 .button-hover-wrap .btn-cart:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f07a";
        font-size: 14px
    }

    .product-list-style-17 .tocompare {
        -moz-transform: translateY(45px);
        -webkit-transform: translateY(45px);
        -o-transform: translateY(45px);
        transform: translateY(45px)
    }

    .product-list-style-17 .tocompare:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0ec";
        font-size: 14px
    }

    .product-list-style-17 .towishlist {
        -moz-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    .product-list-style-17 .qs-button {
        -moz-transform: translateY(35px);
        -webkit-transform: translateY(35px);
        -o-transform: translateY(35px);
        transform: translateY(35px)
    }

    .product-list-style-17 .product-image-container {
        position: relative
    }

    .product-list-style-17 .product-image-container:before, .product-list-style-17 .product-image-container:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        z-index: 3;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-17 .product-image-container:before {
        top: 0;
        left: 0
    }

    .product-list-style-17 .product-image-container:after {
        bottom: 0;
        right: 0
    }

    .product-list-style-17 .product-item:hover .product-image-container:before {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        border-color: #e7e7e7;
        border-top-width: 7px;
        border-left-width: 7px
    }

    .product-list-style-17 .product-item:hover .product-image-container:after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        border-bottom-width: 7px;
        border-right-width: 7px;
        border-color: #e7e7e7
    }

    .product-list-style-17 .product-item:hover .button-hover-wrap {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-17 .product-item:hover .button-hover-wrap .qs-button {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .product-list-style-17 .product-item:hover .button-hover-wrap .towishlist {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .product-list-style-17 .product-item:hover .button-hover-wrap .tocompare {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 767px) {
    .product-list-style-17 .product-items {
        margin-left: 0;
        margin-right: 0
    }

    .product-list-style-17 .product-item {
        padding: 0;
        margin-bottom: 20px
    }

    .product-list-style-17 .button-hover-wrap {
        display: none
    }
}

.wrapper-adv-style-01 .cdz-block-title {
    margin-bottom: 23px
}

.wrapper-adv-style-01 .owl-carousel .owl-stage-outer {
    padding-top: 10px
}

.wrapper-adv-style-01 .cat-item {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    text-align: center
}

.wrapper-adv-style-01 .cat-item:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.07);
}

.wrapper-adv-style-01 .cat-item:hover .item-title .item-title {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wrapper-adv-style-01 .item-image {
    display: inline-block;
    vertical-align: top;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wrapper-adv-style-01 .item-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wrapper-adv-style-01 .item-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2px;
    /*padding: 8px 6px 3px;*/
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0 0px 3px 3px;
    -moz-border-radius: 0 0px 3px 3px;
    border-radius: 0 0px 3px 3px;
    color: #fff;
    background: transparent!important;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    min-height: 32px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis*/
}

.wrapper-adv-style-01 .item-title:hover {
    text-decoration: none;
    color: #fff
}

.wrapper-adv-style-02 {
    padding: 50px 0 50px;
    margin-bottom: 0
}

.wrapper-adv-style-02 .cdz-block-title .b-title {

    color: #414b56;
    margin-bottom: 0
}

.wrapper-adv-style-02 .cdz-block-title .title-desc {
    font-size: 24px
}

.wrapper-adv-style-02 .item {
    color: #414b56;
    padding: 20px 20px 0;
    font-size: 110%
}

.wrapper-adv-style-02 .item .tt-top {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.wrapper-adv-style-02 .item .tt-header .tt-name {
    color: #414b56
}

.wrapper-adv-style-02 .item .tt-footer {
    margin-top: 10px
}

.wrapper-adv-style-02 .rating-summary {
    text-align: center
}

.wrapper-adv-style-02 .rating-summary .rating-result {
    display: inline-block
}

@media (min-width: 1199px) {
    .wrapper-adv-style-02 .item {
        padding: 50px 30px 0
    }
}

@media (max-width: 767px) {
    .wrapper-adv-style-02 {
        padding: 50px 0 0px;
        margin-bottom: 20px
    }

    .wrapper-adv-style-02 .cdz-block-title .b-title {
        font-size: 20px;
        color: #414b56;
        margin-bottom: 0
    }

    .wrapper-adv-style-02 .cdz-block-title .title-desc {
        font-size: 14px
    }

    .wrapper-adv-style-02 .item {
        padding: 0
    }

    .wrapper-adv-style-02 .owl-nav {
        position: static;
        margin-top: 0
    }

    .wrapper-adv-style-02 .owl-dots {
        position: absolute;
        bottom: 2px;
        text-align: center;
        width: 100%;
        display: block
    }

    .wrapper-adv-style-02 .owl-carousel.owl-loaded {
        padding-bottom: 20px
    }
}

.product-reviews-summary .reviews-actions {
    vertical-align: top;
    line-height: 1.35
}

.product-reviews-summary .rating-summary {
    left: 0
}

.rating-summary .rating-result {
    width: 70px;
    margin-left: 0;
    position: relative
}

.rating-summary .rating-result > span {
    display: block;
    overflow: hidden;
    line-height: 1
}

.rating-summary .rating-result > span span {
    font-size: 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    display: none
}

.rating-summary .rating-result:before, .rating-summary .rating-result > span:before {
    height: 13px;
    line-height: 13px;
    display: block;
    letter-spacing: 2px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f005';
    font-size: 12px;
    content: '\f005' '\f005' '\f005' '\f005' '\f005'
}

.rating-summary .rating-result:before {
    color: #d5d5d5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.rating-summary .rating-result > span:before {
    color: #ffad10;
    position: relative;
    z-index: 2;
    speak: none
}

.wrapper-adv-style-03 {
    z-index: 2
}

.wrapper-adv-style-03 .owl-carousel {
    background: #ffffff;
    padding: 20px
}

.wrapper-adv-style-03 .owl-carousel .owl-item.item {
    position: relative
}

.wrapper-adv-style-03 .item-title {
    position: absolute;
    text-align: center;
    top: 45%;
    padding: 7px 20px;
    min-width: 155px;
    letter-spacing: 1.5px;
    font-size: 12px;
    border: 1px solid;
    left: -moz-calc((100% - 155px) / 2);
    left: -webkit-calc((100% - 155px) / 2);
    left: -o-calc((100% - 155px) / 2);
    left: calc((100% - 155px) / 2);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #5c6ac3;
    border-color: #5c6ac3;
    background: #fff;

}

.wrapper-adv-style-03 .item-title:hover:focus, .wrapper-adv-style-03 .item-title:hover:active, .wrapper-adv-style-03 .item-title:hover:hover {
    color: #fff;
    border-color: #5c6ac3;
    background: #5c6ac3
}

.wrapper-adv-style-03 .owl-carousel .item-image {
    display: inline-block
}

.wrapper-adv-style-03 .owl-carousel .item-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wrapper-adv-style-03 .owl-carousel .item-image:hover:after {
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6)
}

@media (min-width: 768px) and (max-width: 1199px) {
    .wrapper-adv-style-03 .item-title {
        width: 90%;
        left: 5%;
        padding: 7px 10px;
        white-space: nowrap;
        display: inline-block;
        text-align: center;
        min-width: unset
    }
}

@media (max-width: 767px) {
    .wrapper-adv-style-03 {
        margin-top: -50px !important
    }

    .wrapper-adv-style-03 .owl-carousel {
        padding: 6px 10px
    }

    .wrapper-adv-style-03 .item-title {
        display: none
    }
}

@media only screen and (min-width: 480px) {
    .main-container, .footer-container {
        padding: 0
    }
}

@media only screen and (min-width: 767px) {
    .page-header, .main-container, .footer-container {
        max-width: 100%
    }

    /*.container-fluid {
        padding: 0
    }*/
}

@media (min-width: 1300px) {
    .container, body:not(.cms-index-index) .main-container .main {
        width: 1160px
    }
}

@media (min-width: 1420px) {
    .container, body:not(.cms-index-index) .main-container .main {
        width: 1400px
    }
}

body:not(.cms-index-index) .main-container .main {
    padding: 20px 13px;
    margin: 0 auto
}

.main-container, .footer-container {
    padding: 0;
    max-width: initial
}

.col-left-first {
    margin-bottom: 0
}

@media only screen and (min-width: 771px) {
    .rtl-layout .col-left {
        float: right;
        padding-right: 0;
        padding-left: 10px;
        clear: right
    }

    .rtl-layout .col2-right-layout .col-main {
        padding-right: 0;
        padding-left: 10px
    }

    .rtl-layout .col2-left-layout .col-main {
        padding-right: 10px;
        padding-left: 0;
        float: left
    }

    .rtl-layout .col-right {
        padding-right: 10px;
        padding-left: 0;
        float: left
    }

    .rtl-layout .col3-layout .col-wrapper {
        float: right
    }

    .rtl-layout .col3-layout .col-wrapper .col-main {
        float: left
    }
}

.post-list-style05 .owl-stage {
    padding: 4px 0
}

.post-list-style05 .item-group {
    background: #fff;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 2px;
    border-radius: 7px;
    border: 1px solid #ccc;
    /* box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0px 2px 2px 2px rgba(0,0,0,.14); */
}

.post-list-style05 .post-top {
    position: relative
}

.post-list-style05 .post-top .post-img {
    overflow: hidden
}

.post-list-style05 .post-top .post-img img {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.post-list-style05 .post-top .post-img:hover img {
    -moz-transform: scale(1.1, 1.1) rotate(2deg);
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -o-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg)
}

.post-list-style05 .post-bottom {
    padding: 20px
}

.post-list-style05 .post-category {
    color: #fff;
    background-color: #5c6ac3;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 4px 10px 2px;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.rtl-layout .post-list-style05 .post-category {
    left: auto;
    right: 10px;
    margin-right: 0
}

.post-list-style05 .post-category:hover {
    color: #fff;
    text-decoration: none
}

.post-list-style05 .post-title {
    margin-bottom: 10px;
    clear: both
}

.post-list-style05 .post-title .post-item-link {
    font-size: 107%;
    font-weight: 600;
    color: #414b56
}

.post-list-style05 .post-title .post-item-link:hover {
    color: #5c6ac3
}

.post-list-style05 .post-desc {

    color: #a8aeba;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px
}

.post-list-style05 .post-date {
    color: #b9bed1;

    float: right
}

.rtl-layout .post-list-style05 .post-date {
    float: left
}

.post-list-style05 .post-date:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f073';
    font-size: 12px;
    margin-right: 8px
}

.rtl-layout .post-list-style05 .post-date:before {
    margin-left: 8px;
    margin-right: 0
}

.post-list-style05 .post-author {
    color: #b9bed1;

    text-transform: uppercase
}

.post-list-style05 .post-author:before {
    display: inline-block;

    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e9aa';
    font-size: 13px;
    speak: none;
    margin-right: 8px
}

.rtl-layout .post-list-style05 .post-author:before {
    margin-left: 8px;
    margin-right: 0
}

.post-list-style05 .post-footer {
    border-top: 1px solid #e9eaec;
    padding: 20px 0 0;
    margin-top: 10px;
    overflow: hidden
}

.post-list-style05 .more-link:hover, .post-list-style05 .more-link:active, .post-list-style05 .more-link:visited {
    color: #5c6ac3;
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-list-style05 .post-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: unset !important
    }

    .post-list-style05 .post-desc {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .post-list-style05 .post-footer {
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .post-list-style05 .post-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: unset !important
    }

    .post-list-style05 .post-desc {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .post-list-style05 .post-footer {
        padding-top: 10px
    }
}

.product-list-style-01 .item-group {
    height: 100%
}

.product-list-style-01 .product-item {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;

    /* box-shadow: 0 0 7px 0 rgba(0,0,0,.07); */
    border-radius: 7px!important;
    /* box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
    /* -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
    /* -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
    /* -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
    /* -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08); */
}

.product-list-style-01 .product-item .product-image-photo {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-01 .product-item .product-image-photo.hovered-img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.product-list-style-01 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rtl-layout .product-list-style-01 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

/*.product-list-style-01 .product-item:hover .product-image-photo.main-img {*/
    /*-moz-transform: translateX(-100%);*/
    /*-webkit-transform: translateX(-100%);*/
    /*-o-transform: translateX(-100%);*/
    /*transform: translateX(-100%)*/
/*}*/

.rtl-layout .product-list-style-01 .product-item:hover .product-image-photo.main-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.product-list-style-01 .product-item:hover .product-image-photo.hovered-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.rtl-layout .product-list-style-01 .product-item:hover .product-image-photo.hovered-img {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 768px) {
    .product-list-style-01 .owl-carousel {
        margin-top: -20px !important
    }
}

.product-list-style-01 .product-item-info {
    /*padding-bottom: 35px;*/
    width: 100%
}

.product-list-style-01 .product-item-actions {
    display: table;
    width: 100%
}

.product-list-style-01 .product-item-top {
    position: relative;
    text-align: center
}

.product-list-style-01 .product-name {
    /* text-transform: uppercase */
}

.product-list-style-01 .qs-button {
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: -moz-calc((100% - 38px) / 2);
    top: -webkit-calc((100% - 38px) / 2);
    top: -o-calc((100% - 38px) / 2);
    top: calc((100% - 38px) / 2);
    left: -moz-calc((100% - 38px) / 2);
    left: -webkit-calc((100% - 38px) / 2);
    left: -o-calc((100% - 38px) / 2);
    left: calc((100% - 38px) / 2)
}

.product-list-style-01 .qs-button:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4)
}

.product-list-style-01 .product-item .product-reviews-summary {
    display: inline-block;
    margin-bottom: 0;
    height: 13px
}

.product-list-style-01 .product-item .product-reviews-summary .reviews-actions {
    display: none
}

.product-list-style-01 .product-item .product-reviews-summary .rating-summary {
    padding: 0
}

.product-list-style-01 .rating-summary .rating-result > span:before {
    color: #FFAD11
}

.product-list-style-01 .product-image-container {
    display: block
}

.product-list-style-01.products-grid div[class^="swatch-opt-"] > div {
    text-align: left
}

@media (min-width: 768px) {
    .product-list-style-01 .product-item-actions {
        align-items: center
    }

    .product-list-style-01 .product-item-inner {
        position: absolute;
        bottom: -11px;
        width: 100%;
        left: 0;
        padding: 5px;
        border-top: 1px solid #e9eaec
    }

    .product-list-style-01 .product-item-inner .product-item-actions {
        overflow: hidden;
        margin: 0
    }

    .product-list-style-01 .product-item-inner .btn-cart {
        position: relative;
        padding: 5px;
        /*float: left;*/
        color:#22b289;
        border-color: transparent;
        background: transparent;
        box-shadow: none!important;
    }

    .rtl-layout .product-list-style-01 .product-item-inner .btn-cart {
        float: right
    }

    .product-list-style-01 .product-item-inner .btn-cart > span:before {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /*content: '\e992';*/
        font-size: 21px;
        speak: none;
        vertical-align: bottom;
        margin-right: 10px
    }

    .rtl-layout .product-list-style-01 .product-item-inner .btn-cart > span:before {
        margin-right: 0;
        margin-left: 10px
    }

    .product-list-style-01 .product-item-inner .btn-cart:before, .product-list-style-01 .product-item-inner .btn-cart > span {
        z-index: 1
    }

    .product-list-style-01 .product-item-inner .btn-cart:after {
        content: '';
        width: 100%;
        left: 0;
        position: absolute;
        height: 0;
        /*background: #22b289;*/
        bottom: 0;
        z-index: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-01 .product-item-inner .btn-cart:hover {
        color: #22b289;
        border: none!important;
    }

    .product-list-style-01 .product-item-inner .btn-cart:hover:after {
        height: 6px
    }

    .product-list-style-01 .product-item-inner .actions-secondary {
        align-items: center;
        margin-left: auto;
        display: inline-block;
        float: right;
        margin-top: -2px;
    }

    .rtl-layout .product-list-style-01 .product-item-inner .actions-secondary {
        float: left
    }

    .product-list-style-01 .product-item-inner .actions-secondary .towishlist, .product-list-style-01 .product-item-inner .actions-secondary .tocompare {
        color: #a8aeba;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0
    }

    .product-list-style-01 .product-item-inner .actions-secondary .towishlist:hover, .product-list-style-01 .product-item-inner .actions-secondary .tocompare:hover {
        color: #5c6ac3;
        text-decoration: none
    }

    .product-list-style-01 .product-item-inner .actions-secondary .towishlist:hover:before, .product-list-style-01 .product-item-inner .actions-secondary .tocompare:hover:before {
        animation: cssload-zoom 1000ms linear infinite;
        -o-animation: cssload-zoom 1000ms linear infinite;
        -ms-animation: cssload-zoom 1000ms linear infinite;
        -webkit-animation: cssload-zoom 1000ms linear infinite;
        -moz-animation: cssload-zoom 1000ms linear infinite
    }

    .product-list-style-01 .owl-carousel .item {
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-01 .owl-carousel .item:hover {
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1);
        -moz-box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1);
        -webkit-box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1);
        -o-box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1);
        -ms-box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1)
    }

    .product-list-style-01 .owl-carousel.owl-loaded .owl-stage {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .product-list-style-01 .product-item-info {
        padding-bottom: 5px
    }

    .product-list-style-01 .product-item-actions {
        display: inline-block;
        /*width: auto*/
    }

    .product-list-style-01 .actions-primary, .product-list-style-01 .actions-secondary {
        display: inline-block;
        float: left
    }
}

.product-list-style-02 {
    overflow: hidden
}

.product-list-style-02 .item-group {
    padding: 10px;
    background: #fff
}

.product-list-style-02.category-products .product-item-info {
    padding: 10px;
    background: #fff
}

.product-list-style-02 .product-item {
    margin-bottom: 0;
    overflow: hidden;
    background: #fff
}

.product-list-style-02 .product-item .product-image-photo {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-02 .product-item .product-image-photo.hovered-img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.product-list-style-02 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rtl-layout .product-list-style-02 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.product-list-style-02 .product-item:hover .product-image-photo.main-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl-layout .product-list-style-02 .product-item:hover .product-image-photo.main-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.product-list-style-02 .product-item:hover .product-image-photo.hovered-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.rtl-layout .product-list-style-02 .product-item:hover .product-image-photo.hovered-img {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.product-list-style-02 .product-item-top {
    margin-bottom: 5px
}

.product-list-style-02 .qs-button {
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: -moz-calc((100% - 40px) / 2);
    top: -webkit-calc((100% - 40px) / 2);
    top: -o-calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
    left: -moz-calc((100% - 40px) / 2);
    left: -webkit-calc((100% - 40px) / 2);
    left: -o-calc((100% - 40px) / 2);
    left: calc((100% - 40px) / 2)
}

.product-list-style-02 .qs-button:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4)
}

.product-list-style-02 .product-item-details {
    text-align: center;
    position: relative;
    overflow: hidden;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-02 .product-item-link, .product-list-style-02 .product.name a {
    text-transform: capitalize;
    font-weight: 600
}

.product-list-style-02 .ratings .amount {
    display: none
}

.product-list-style-02 .product-reviews-summary {
    margin: 0 auto 5px
}

.product-list-style-02 .price-box .price {
    font-weight: bold;
    font-size: 14px
}

.product-list-style-02 .price-box .special-price .price {
    color: #414b56
}

.product-list-style-02 .price-box .old-price {
    float: none;
    color: #a8aeba;
    margin: 0 5px;
    margin-right: 5px
}

.rtl-layout .product-list-style-02 .price-box .old-price {
    margin-left: 5px;
    margin-right: 0
}

.product-list-style-02 .price-box .old-price .price {
    color: #a8aeba
}

.product-list-style-02 .price-box .minimal-price-link {
    order: 3;
    width: 100%
}

@media (min-width: 768px) {
    .product-list-style-02 .product-item-inner {
        position: absolute;
        bottom: -100%;
        width: 100%;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-02 .product-item-actions {
        background: #5c6ac3;
        border: 2px solid #5c6ac3;
        margin: 0;
        overflow: hidden;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .product-list-style-02 .product-item-actions .btn-cart {
        float: left;
        width: 60%;
        display: inline-block;
        height: 40px;
        padding: 0;
        font-size: 12px;
        line-height: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-02 .product-item-actions .btn-cart > span {
        padding-left: 25px;
        position: relative
    }

    .product-list-style-02 .product-item-actions .btn-cart > span:before, .product-list-style-02 .product-item-actions .btn-cart > span:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e992';
        font-size: 21px;
        speak: none;
        position: absolute;
        left: -5px;
        top: -3px;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rtl-layout .product-list-style-02 .product-item-actions .btn-cart > span {
        padding-left: 0;
        padding-right: 25px
    }

    .rtl-layout .product-list-style-02 .product-item-actions .btn-cart > span:before, .rtl-layout .product-list-style-02 .product-item-actions .btn-cart > span:after {
        left: auto;
        right: 0
    }

    .product-list-style-02 .product-item-actions .btn-cart > span:before {
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-02 .product-item-actions .btn-cart > span:after {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-02 .product-item-actions .btn-cart:hover, .product-list-style-02 .product-item-actions .btn-cart:focus, .product-list-style-02 .product-item-actions .btn-cart:active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-02 .product-item-actions .btn-cart:hover > span:before {
        -moz-transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-02 .product-item-actions .btn-cart:hover > span:after {
        -moz-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .rtl-layout .product-list-style-02 .product-item-actions .btn-cart {
        float: right
    }

    .product-list-style-02 .product-item-actions .actions-secondary {
        width: 40%;
        overflow: hidden;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .product-list-style-02 .actions-secondary .tocompare, .product-list-style-02 .actions-secondary .towishlist {
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #5c6ac3;
        border-color: #fff;
        background: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none
    }

    .product-list-style-02 .actions-secondary .tocompare:after, .product-list-style-02 .actions-secondary .towishlist:after {
        line-height: 40px;
        color: #5c6ac3
    }

    .product-list-style-02 .actions-secondary .tocompare:hover, .product-list-style-02 .actions-secondary .towishlist:hover {
        text-decoration: none
    }

    .product-list-style-02 .actions-secondary .tocompare:hover:before, .product-list-style-02 .actions-secondary .towishlist:hover:before {
        animation: cssload-zoom 1000ms linear infinite;
        -o-animation: cssload-zoom 1000ms linear infinite;
        -ms-animation: cssload-zoom 1000ms linear infinite;
        -webkit-animation: cssload-zoom 1000ms linear infinite;
        -moz-animation: cssload-zoom 1000ms linear infinite
    }

    .product-list-style-02 .product-item-details {
        background: #fff
    }

    .product-list-style-02 .product-item {
        position: relative
    }

    .product-list-style-02 .product-item:hover .product-item-details {
        -moz-transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
        -o-transform: translateY(-45px);
        transform: translateY(-45px)
    }

    .product-list-style-02 .product-item:hover .product-item-inner {
        bottom: 0
    }

    .product-list-style-02 .product-item:hover .qs-button {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

@media (min-width: 768px) and screen and (max-width: 767px) {
    .product-list-style-02 .product-item-actions .btn-cart > span {
        padding: 0
    }

    .rtl-layout .product-list-style-02 .product-item-actions .btn-cart > span {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list-style-02 .product-item-actions .btn-cart {
        font-size: 11px
    }

    .product-list-style-02 .product-item-actions .btn-cart span:before, .product-list-style-02 .product-item-actions .btn-cart span:after {
        font-size: 18px;
        left: 0
    }

    .product-list-style-02 .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block
    }
}

@media (max-width: 767px) {
    .product-list-style-02 .item-group {
        padding: 0
    }
}

.product-list-style-03 .item-group {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 100%
}

.product-list-style-03 .product-item {
    width: 100%;
    margin-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.product-list-style-03 .product-item .product-image-photo {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-03 .product-item .product-image-photo.hovered-img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.product-list-style-03 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rtl-layout .product-list-style-03 .product-item .product-image-photo.hovered-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.product-list-style-03 .product-item:hover .product-image-photo.main-img {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rtl-layout .product-list-style-03 .product-item:hover .product-image-photo.main-img {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.product-list-style-03 .product-item:hover .product-image-photo.hovered-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.rtl-layout .product-list-style-03 .product-item:hover .product-image-photo.hovered-img {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.product-list-style-03 .product-item:hover .qs-button {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.product-list-style-03 .product-item-info {
    position: relative
}

.product-list-style-03 .configurable-swatch-list {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none
}

.product-list-style-03 .product-item-top {
    position: relative;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-list-style-03 .cdz-product-labels {
    top: 10px;
    left: 10px
}

.rtl-layout .product-list-style-03 .cdz-product-labels {
    left: auto;
    right: 10px
}

.product-list-style-03 .qs-button {
    position: absolute;
    z-index: 1;
    top: -moz-calc((100% - 30px) / 2);
    top: -webkit-calc((100% - 30px) / 2);
    top: -o-calc((100% - 30px) / 2);
    top: calc((100% - 30px) / 2);
    left: -moz-calc((100% - 30px) / 2);
    left: -webkit-calc((100% - 30px) / 2);
    left: -o-calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2)
}

.product-list-style-03 .qs-button:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4)
}

.product-list-style-03 .ratings .amount {
    display: none
}

.product-list-style-03 .wrap-right .product-name {
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.product-list-style-03 .wrap-right .product-item-link {
    text-transform: capitalize;
    font-weight: 600
}

.product-list-style-03 .wrap-right .price-box .price {

    font-weight: 600;
    margin: 0 3px
}

.product-list-style-03 .wrap-right .price-box .special-price {
    order: 2
}

.product-list-style-03 .wrap-right .price-box .special-price .price {
    color: #414b56
}

.product-list-style-03 .wrap-right .price-box .old-price {
    float: none;
    color: #a8aeba;
    order: 1;
    margin: 0 5px
}

.rtl-layout .product-list-style-03 .wrap-right .price-box .old-price {
    margin-left: 5px;
    margin-right: 0
}

.product-list-style-03 .wrap-right .price-box .old-price .price {
    color: #a8aeba
}

.product-list-style-03 .wrap-right .price-box .minimal-price-link {
    order: 3;
    width: 100%
}

.product-list-style-03 .wrap-right .product-item-top {
    padding: 10px
}

.product-list-style-03 .wrap-right .product-item-description {
    padding: 0 10px
}

.product-list-style-03 .wrap-right .product-item-details {
    text-align: center;
    padding-bottom: 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 768px) {
    .product-list-style-03 .product-item-actions .actions-secondary {
        display: inline-block;
        width: 40%;
        float: right;
        padding-left: 2px;
        overflow: hidden;
        background: #fff;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    .rtl-layout .product-list-style-03 .product-item-actions .actions-secondary {
        float: left
    }

    .rtl-layout .product-list-style-03 .actions-secondary {
        margin-left: 0;
        margin-right: auto
    }

    .product-list-style-03 .actions-secondary .tocompare, .product-list-style-03 .actions-secondary .towishlist {
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        color: #5c6ac3;
        border-color: #fff;
        background: #fff
    }

    .product-list-style-03 .actions-secondary .tocompare:after, .product-list-style-03 .actions-secondary .towishlist:after {
        color: #5c6ac3;
        line-height: 40px
    }

    .product-list-style-03 .actions-secondary .tocompare:hover, .product-list-style-03 .actions-secondary .towishlist:hover {
        color: #5c6ac3;
        border-color: #fff;
        background: #fff;
        text-decoration: none
    }

    .product-list-style-03 .actions-secondary .tocompare:hover:before, .product-list-style-03 .actions-secondary .towishlist:hover:before {
        animation: cssload-zoom 1000ms linear infinite;
        -o-animation: cssload-zoom 1000ms linear infinite;
        -ms-animation: cssload-zoom 1000ms linear infinite;
        -webkit-animation: cssload-zoom 1000ms linear infinite;
        -moz-animation: cssload-zoom 1000ms linear infinite
    }

    .product-list-style-03 .wrap-right .item-group {
        overflow: hidden
    }

    .product-list-style-03 .wrap-right .product-item-actions {
        margin: 0;
        overflow: hidden;
        justify-content: center;
        border: 2px solid #5c6ac3;
        background: #5c6ac3;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

    .product-list-style-03 .wrap-right .product-item-actions .btn-cart {
        display: inline-block;
        width: 60%;
        float: left
    }

    .rtl-layout .product-list-style-03 .wrap-right .product-item-actions .btn-cart {
        float: right
    }

    .product-list-style-03 .wrap-right .btn-cart {
        width: 100%;
        height: 40px;
        padding: 0;
        font-size: 12px;
        line-height: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-03 .wrap-right .btn-cart > span {
        padding-left: 25px;
        position: relative
    }

    .product-list-style-03 .wrap-right .btn-cart > span:before, .product-list-style-03 .wrap-right .btn-cart > span:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e992';
        font-size: 21px;
        speak: none;
        position: absolute;
        left: -5px;
        top: -3px;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rtl-layout .product-list-style-03 .wrap-right .btn-cart > span {
        padding-left: 0;
        padding-right: 25px
    }

    .rtl-layout .product-list-style-03 .wrap-right .btn-cart > span:before, .rtl-layout .product-list-style-03 .wrap-right .btn-cart > span:after {
        left: auto;
        right: 0
    }

    .product-list-style-03 .wrap-right .btn-cart > span:before {
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-03 .wrap-right .btn-cart > span:after {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-03 .wrap-right .btn-cart:hover, .product-list-style-03 .wrap-right .btn-cart:focus, .product-list-style-03 .wrap-right .btn-cart:active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-03 .wrap-right .btn-cart:hover > span:before {
        -moz-transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-03 .wrap-right .btn-cart:hover > span:after {
        -moz-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-03 .wrap-right .product-item-inner {
        transform: translateY(60px);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -moz-transition: transform .4s ease;
        -webkit-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-03 .wrap-right .product-item:hover .product-item-details {
        -moz-transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        -o-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    .product-list-style-03 .wrap-right .product-item:hover .product-item-inner {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-03 .spotlight-product {
        padding-bottom: 4px
    }

    .product-list-style-03 .spotlight-product .product-item {
        margin-bottom: 0;
        padding: 10px
    }

    .product-list-style-03 .spotlight-product .product-item-top {
        position: relative;
        width: 40%;
        margin-right: 5%;
        float: left;
        padding: 15px
    }

    .rtl-layout .product-list-style-03 .spotlight-product .product-item-top {
        float: right;
        margin-right: 0;
        margin-left: 5%
    }

    .product-list-style-03 .spotlight-product .product-item-link {

        text-transform: capitalize;
        display: inline-block
    }

    .product-list-style-03 .spotlight-product .product-item-inner {
        display: inline-block
    }

    .product-list-style-03 .spotlight-product .product-item-actions {
        min-width: 220px;
        max-width: 220px;
        min-height: 43px;
        background: #5c6ac3;
        border: 2px solid #5c6ac3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .product-list-style-03 .spotlight-product .product-item-actions .actions-secondary {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .product-list-style-03 .spotlight-product .btn-cart {
        float: left;
        width: 60%;
        height: 40px;
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-03 .spotlight-product .btn-cart > span {
        padding-left: 25px;
        position: relative
    }

    .product-list-style-03 .spotlight-product .btn-cart > span:before, .product-list-style-03 .spotlight-product .btn-cart > span:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e992';
        font-size: 21px;
        speak: none;
        position: absolute;
        left: -5px;
        top: -3px;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rtl-layout .product-list-style-03 .spotlight-product .btn-cart > span {
        padding-left: 0;
        padding-right: 25px
    }

    .rtl-layout .product-list-style-03 .spotlight-product .btn-cart > span:before, .rtl-layout .product-list-style-03 .spotlight-product .btn-cart > span:after {
        left: auto;
        right: 0
    }

    .product-list-style-03 .spotlight-product .btn-cart > span:before {
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-03 .spotlight-product .btn-cart > span:after {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-03 .spotlight-product .btn-cart:hover, .product-list-style-03 .spotlight-product .btn-cart:focus, .product-list-style-03 .spotlight-product .btn-cart:active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-03 .spotlight-product .btn-cart:hover > span:before {
        -moz-transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-03 .spotlight-product .btn-cart:hover > span:after {
        -moz-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .rtl-layout .product-list-style-03 .spotlight-product .btn-cart {
        float: right
    }

    .product-list-style-03 .spotlight-product .btn-cart:before {
        display: none
    }

    .product-list-style-03 .spotlight-product .btn-cart > span {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

@media (min-width: 768px) and screen and (max-width: 767px) {
    .product-list-style-03 .wrap-right .btn-cart > span {
        padding: 0
    }

    .rtl-layout .product-list-style-03 .wrap-right .btn-cart > span {
        padding: 0
    }
}

@media (min-width: 768px) and screen and (max-width: 767px) {
    .product-list-style-03 .spotlight-product .btn-cart > span {
        padding: 0
    }

    .rtl-layout .product-list-style-03 .spotlight-product .btn-cart > span {
        padding: 0
    }
}

.product-list-style-03 .spotlight-product .product-item-details {
    width: 50%;
    float: left;
    padding: 20px 0 0
}

.rtl-layout .product-list-style-03 .spotlight-product .product-item-details {
    float: right
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .product-list-style-03 .wrap-left {
        width: 50%
    }

    .product-list-style-03 .wrap-left .product-item .product-item-description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-list-style-03 .wrap-left .product-item-info .product-item-details {
        width: 60%;
        padding: 20px 15px
    }

    .product-list-style-03 .wrap-left .product-item-info .product-item-details .product-item-link {
        font-size: 14px
    }

    .product-list-style-03 .wrap-left .product-item-info .product-item-top {
        margin: 0;
        padding: 0
    }

    .product-list-style-03 .wrap-right .product-name {
        padding: 0 10px
    }

    .product-list-style-03 .wrap-right .product-item-actions .btn-cart {
        font-size: 10px
    }

    .product-list-style-03 .wrap-right .product-item-actions .btn-cart span:before, .product-list-style-03 .wrap-right .product-item-actions .btn-cart span:after {
        font-size: 18px;
        left: 3px;
        top: -6px
    }

    .product-list-style-03 .wrap-right .product-item .product-item-actions {
        background: #ffffff;
        border: 0
    }

    .product-list-style-03 .wrap-right .product-item .product-item-actions .btn-cart {
        color: #5c6ac3;
        border-color: transparent;
        background: transparent
    }

    .product-list-style-03 .wrap-right .product-item .product-item-actions .actions-secondary > a {
        color: #5c6ac3;
        border-color: transparent;
        background: transparent
    }

    .product-list-style-03 .product-item-actions {
        min-width: unset
    }
}

@media (max-width: 767px) {
    .product-list-style-03 .owl-loaded .owl-stage {
        padding-top: 10px
    }

    .product-list-style-03 .cdz-product {
        background: #fff;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .product-list-style-03 .item-group {
        box-shadow: none
    }

    .product-list-style-03 .wrap-right .product-item-details {
        padding-bottom: 0
    }

    .product-list-style-03 .wrap-left {
        border-bottom: 1px solid #e9eaec;
        padding-bottom: 10px
    }

    .product-list-style-03 .wrap-left .product-item-top {
        padding: 0;
        width: 125px;
        margin-right: 20px;
        position: absolute;
        top: 0;
        left: 0
    }

    .rtl-layout .product-list-style-03 .wrap-left .product-item-top {
        right: 0;
        left: auto
    }

    .product-list-style-03 .spotlight-product {
        margin-bottom: 10px
    }

    .product-list-style-03 .spotlight-product .product-item-info {
        position: relative;
        overflow: hidden;
        padding-bottom: 50px
    }

    .product-list-style-03 .spotlight-product .product-item-inner {
        margin: 0 0 0 145px;
        text-align: left;
        position: absolute;
        bottom: 0
    }

    .rtl-layout .product-list-style-03 .spotlight-product .product-item-inner {
        margin-left: 0;
        margin-right: 145px
    }

    .product-list-style-03 .spotlight-product .product-item-details {
        text-align: left;
        padding-top: 0;
        margin-left: 145px
    }

    .rtl-layout .product-list-style-03 .spotlight-product .product-item-details {
        text-align: right;
        margin-left: 0;
        margin-right: 145px
    }

    .product-list-style-03 .spotlight-product .product-item-details .product-name {
        padding: 0
    }

    .rtl-layout .product-list-style-03 .spotlight-product .product-item-details .product-name {
        text-align: right
    }
}

@media (min-width: 768px) {
    .product-list-style-07 .owl-loaded .owl-stage {
        padding: 0
    }

    .product-list-style-07 .products {
        margin: 0;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
    }

    .product-list-style-07 .ratings .amount {
        display: none
    }

    .product-list-style-07 .product-item-top {
        position: relative
    }

    .product-list-style-07 .product-item-details {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #fff;
        background: #5c6ac3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        visibility: hidden
    }

    .product-list-style-07 .product-item-details .price-box .old-price {
        float: none
    }

    .product-list-style-07 .product-name a {
        color: #fff;
        text-transform: capitalize;
        text-decoration: none
    }

    .product-list-style-07 .product-name a:hover {
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        color: #fff
    }

    .product-list-style-07 .detail-items-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 0 15px
    }

    .product-list-style-07 .button.btn-cart {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3;
        padding: 7px 0;
        margin: 0 5px 0 0;
        float: left
    }

    .product-list-style-07 .button.btn-cart > span {
        padding-left: 25px;
        position: relative
    }

    .product-list-style-07 .button.btn-cart > span:before, .product-list-style-07 .button.btn-cart > span:after {
        display: inline-block;

        font-style: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e992';
        font-size: 21px;
        speak: none;
        position: absolute;
        left: -5px;
        top: -3px;
        -moz-transition: .3s ease;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rtl-layout .product-list-style-07 .button.btn-cart > span {
        padding-left: 0;
        padding-right: 25px
    }

    .rtl-layout .product-list-style-07 .button.btn-cart > span:before, .rtl-layout .product-list-style-07 .button.btn-cart > span:after {
        left: auto;
        right: 0
    }

    .product-list-style-07 .button.btn-cart > span:before {
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-07 .button.btn-cart > span:after {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-07 .button.btn-cart:hover, .product-list-style-07 .button.btn-cart:focus, .product-list-style-07 .button.btn-cart:active {
        color: #fff;
        border-color: #5c6ac3;
        background: #5c6ac3
    }

    .product-list-style-07 .button.btn-cart:hover > span:before {
        -moz-transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .product-list-style-07 .button.btn-cart:hover > span:after {
        -moz-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .rtl-layout .product-list-style-07 .button.btn-cart {
        margin: 0 0 0 5px;
        float: right
    }

    .product-list-style-07 .button.btn-cart:hover, .product-list-style-07 .button.btn-cart:focus, .product-list-style-07 .button.btn-cart:active {
        color: #fff;
        border-color: transparent;
        background: transparent
    }

    .product-list-style-07 .button.btn-cart > span {
        padding-left: 20px
    }

    .product-list-style-07 .button.btn-cart > span:before, .product-list-style-07 .button.btn-cart > span:after {
        top: -5px
    }

    .product-list-style-07 .qs-button {
        width: auto;
        height: auto;
        position: absolute;
        top: 35px;
        right: 16px;
        line-height: unset;
        border: 0
    }

    .product-list-style-07 .qs-button:before {
        line-height: unset
    }

    .product-list-style-07 .product-item-info {
        margin: 15px;
        position: relative;
        overflow: hidden
    }

    .product-list-style-07 .product-reviews-summary .reviews-actions a {
        color: #fff;
        margin: 0 5px
    }

    .product-list-style-07 .product-item {
        margin-bottom: 0
    }

    .product-list-style-07 .product-item .product-image-photo {
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .product-list-style-07 .product-item .product-image-photo.hovered-img {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .product-list-style-07 .product-item .product-image-photo.hovered-img {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .rtl-layout .product-list-style-07 .product-item .product-image-photo.hovered-img {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .product-list-style-07 .product-item:hover .product-image-photo.main-img {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .rtl-layout .product-list-style-07 .product-item:hover .product-image-photo.main-img {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .product-list-style-07 .product-item:hover .product-image-photo.hovered-img {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .rtl-layout .product-list-style-07 .product-item:hover .product-image-photo.hovered-img {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .product-list-style-07 .product-item .price-box .price {
        color: #fff
    }

    .product-list-style-07 .product-item .price-box .old-price {
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7
    }

    .product-list-style-07 .product-item .actions-secondary {
        text-align: right;
        margin-left: 10px
    }

    .rtl-layout .product-list-style-07 .product-item .actions-secondary {
        margin-left: 0;
        margin-right: 10px
    }

    .product-list-style-07 .product-item .actions-secondary a {
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center
    }

    .product-list-style-07 .product-item .actions-secondary a:before, .product-list-style-07 .product-item .actions-secondary a:after {
        color: #fff
    }

    .product-list-style-07 .product-item .actions-secondary a:hover {
        animation: cssload-zoom 1000ms linear infinite;
        -o-animation: cssload-zoom 1000ms linear infinite;
        -ms-animation: cssload-zoom 1000ms linear infinite;
        -webkit-animation: cssload-zoom 1000ms linear infinite;
        -moz-animation: cssload-zoom 1000ms linear infinite
    }

    .product-list-style-07 .product-item:hover .product-item-details {
        left: 0;
        visibility: inherit
    }
}

@media (min-width: 768px) and screen and (max-width: 767px) {
    .product-list-style-07 .button.btn-cart > span {
        padding: 0
    }

    .rtl-layout .product-list-style-07 .button.btn-cart > span {
        padding: 0
    }
}

@media (max-width: 767px) {
    .product-list-style-07 {
        overflow: hidden;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
    }

    .product-list-style-07 .product-image-photo.main-img {
        z-index: 1
    }
}

.product-view-style-02 .product-main-top {
    padding: 0
}

.product-view-style-02 .product-main-top .product-info-main {
    padding: 20px 15px;
    margin: 0
}

.product-view-style-02 .product-main-bottom {
    background: #FAFAFA;
    border-radius: 0 0px 3px 3px
}

.product-view-style-02 .product-main-bottom .short-description .std {
    line-height: 1.55;
    font-weight: 400
}

.product-view-style-02 .product-main-bottom .product-bottom-right {
    text-align: right
}

.product-view-style-02 .product-main-bottom .product-bottom-right .logo {
    float: right;
    max-width: unset;
    width: auto;
    padding: 0;
    min-height: unset
}

.rtl-layout .product-view-style-02 .product-main-bottom .product-bottom-right {
    text-align: left
}

.rtl-layout .product-view-style-02 .product-main-bottom .product-bottom-right .logo {
    float: left
}

.product-view-style-02 .attribute.overview .type {
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 7px;
    float: left;
    display: block;
    width: 100%;
    color: #414b56
}

.product-view-style-02 .attribute.overview .value {
    line-height: 1.55
}

@media (min-width: 768px) {
    .product-view-style-02 .product-main {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 40px
    }

    .product-view-style-02 .product-main-bottom {
        padding: 20px 15px
    }

    .product-view-style-02 .product-main-bottom .product-info-main {
        margin: 0
    }

    .product-view-style-02 .extra-info {
        margin-bottom: 50px
    }

    .product-view-style-02 .product-info-main .product-info-stock-sku {
        margin-bottom: 50px
    }

    .product-view-style-02 .product-info-main .product-info-stock-sku .stock {
        float: right
    }

    .product-view-style-02 .product-info-main .product-info-stock-sku .attribute.sku {
        float: left
    }

    .product-view-style-02 .product-info-main .price-box .price {
        font-weight: 500
    }

    .product-view-style-02 .product-info-main .price-box .old-price {
        margin-bottom: 5px
    }

    .product-view-style-02 .product-info-main .product-static-text {
        margin-top: auto;
        text-align: right
    }

    .product-view-style-02 .product-info-main .product-static-text .logo {
        float: right
    }

    .product-view-style-02 .product-info-main .product.attribute.overview {
        margin: 0
    }

    .product-view-style-02.rtl-layout .product-info-main .product-static-text .logo {
        float: left
    }

    .product-view-style-02.rtl-layout .product-info-main .product-info-stock-sku .stock {
        float: left
    }

    .product-view-style-02.rtl-layout .product-info-main .product-info-stock-sku .attribute.sku {
        float: right
    }

    .product-view-style-02.rtl-layout .our-payments {
        text-align: left
    }
}

@media (max-width: 767px) {
    .product-view-style-02 .product-main-bottom {
        padding: 10px 0
    }

    .product-view-style-02 .product-main-bottom .product-bottom-right {
        margin-top: 10px;
        text-align: left
    }

    .product-view-style-02 .product-main-bottom .product-bottom-right .logo {
        float: left
    }

    .rtl-layout .product-view-style-02 .product-main-bottom .product-bottom-right {
        margin-top: 10px;
        text-align: left
    }

    .rtl-layout .product-view-style-02 .product-main-bottom .product-bottom-right .logo {
        float: left
    }
}

.slideshow-container {
    margin-top: 10px
}

.cdz-slideshow {
    position: relative;
    padding: 10px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.cdz-slideshow .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px
}

.cdz-slideshow .owl-dots .owl-dot {
    background: transparent;
    width: 14px;
    height: 14px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.cdz-slideshow .owl-dots .owl-dot span {
    color: #a8aeba
}

.cdz-slideshow .owl-dots .owl-dot span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10c';
    font-size: 13px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px
}

.cdz-slideshow .owl-dots .owl-dot.active, .cdz-slideshow .owl-dots .owl-dot:hover {
    background: transparent
}

.cdz-slideshow .owl-dots .owl-dot.active span, .cdz-slideshow .owl-dots .owl-dot:hover span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #5c6ac3
}

.cdz-slideshow .owl-nav [class*='owl-'] {
    top: -moz-calc((100% - 40px) / 2);
    top: -webkit-calc((100% - 40px) / 2);
    top: -o-calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    backface-visibility: hidden;
    visibility: hidden
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.cdz-slideshow .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 0px;
    -moz-transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%)
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 0px;
    -moz-transform: translate(150%);
    -webkit-transform: translate(150%);
    -o-transform: translate(150%);
    transform: translate(150%)
}

.cdz-slideshow:hover .owl-nav [class*='owl-']:not(.disabled) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.cdz-slideshow:hover .owl-nav [class*='owl-'].disabled {
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.cdz-slideshow:hover .owl-nav [class*='owl-'].owl-prev, .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-next {
    visibility: visible;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.rtl-layout .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout .cdz-slideshow:hover .owl-nav [class*='owl-'].owl-next {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px
}

.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 38px
}

.cdz-slideshow .owl-nav [class*='owl-']:before {
    line-height: 38px
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: 40px
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 40px
}

.cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: 40px
}

.rtl-layout .cdz-slideshow .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 40px
}

.cdz-slideshow .owl-loaded .owl-stage {
    padding: 0
}

.cdz-slideshow .item-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.cdz-slideshow .item-desc {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%
}

.cdz-slideshow .item-desc .slide-caption.slide-center {
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%
}

@media (min-width: 768px) {
    .cdz-block-title {
        margin-bottom: 20px
    }


    .cdz-block-title .title-desc {
        color: #b9bed1;
        letter-spacing: 1.5px
    }
}

.product-list-style-02.cdz-product-wrap {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

.product-list-style-02 .wrap-left {
    background: #fff
}

.product-list-style-02 .wrap-right {
    overflow: hidden
}

@media (min-width: 768px) {
    .cdz-slideshow:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list-style-02 .wrap-left {
        width: 30%
    }

    .product-list-style-02 .wrap-right {
        width: 70%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {

    .page-header .sticky-menu.active ul.groupmenu-drop.slidedown {
        margin-left: -208px;}
}



@media (min-width: 1200px) {
    [class*='product-list-style'] .owl-nav [class*='owl-'] {
        top: -moz-calc((100% - 120px) / 2);
        top: -webkit-calc((100% - 120px) / 2);
        top: -o-calc((100% - 120px) / 2);
        top: calc((100% - 120px) / 2);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        backface-visibility: hidden;
        visibility: hidden
    }

    [class*='product-list-style'] .owl-nav [class*='owl-'].owl-next {
        right: 0px;
        /*-moz-transform: translate(150%);*/
        /*-webkit-transform: translate(150%);*/
        /*-o-transform: translate(150%);*/
        /*transform: translate(150%)*/
    }

    [class*='product-list-style'] .owl-nav [class*='owl-'].owl-prev {
        left: 0px;
        /*-moz-transform: translate(-150%);*/
        /*-webkit-transform: translate(-150%);*/
        /*-o-transform: translate(-150%);*/
        /*transform: translate(-150%)*/
    }

    [class*='product-list-style'] .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .rtl-layout [class*='product-list-style'] .owl-nav [class*='owl-'].owl-next {
        right: auto;
        left: 0px;
        -moz-transform: translate(-150%);
        -webkit-transform: translate(-150%);
        -o-transform: translate(-150%);
        transform: translate(-150%)
    }

    .rtl-layout [class*='product-list-style'] .owl-nav [class*='owl-'].owl-prev {
        left: auto;
        right: 0px;
        -moz-transform: translate(150%);
        -webkit-transform: translate(150%);
        -o-transform: translate(150%);
        transform: translate(150%)
    }

    [class*='product-list-style']:hover .owl-nav [class*='owl-']:not(.disabled) {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    [class*='product-list-style']:hover .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: .2;
        -moz-opacity: .2;
        opacity: .2
    }

    [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-prev, [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-next {
        visibility: visible;
        /*-moz-transform: translateX(0px);*/
        /*-webkit-transform: translateX(0px);*/
        /*-o-transform: translateX(0px);*/
        /*transform: translateX(0px)*/
    }

    .rtl-layout [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='product-list-style']:hover .owl-nav [class*='owl-'].owl-next {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }

    [class*='product-list-style'] .owl-carousel .owl-nav [class*='owl-'] {
        width: 50px;
        height: 120px
    }

    [class*='product-list-style'] .owl-carousel .owl-nav [class*='owl-']:before {
        line-height: 118px
    }

    [class*='product-list-style'] .owl-nav [class*='owl-']:before {
        font-size: 30px
    }

    [class*='post-list-style'] .owl-nav [class*='owl-'] {
        top: -moz-calc((100% - 130px) / 2);
        top: -webkit-calc((100% - 130px) / 2);
        top: -o-calc((100% - 130px) / 2);
        top: calc((100% - 130px) / 2);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        backface-visibility: hidden;
        visibility: hidden
    }

    [class*='post-list-style'] .owl-nav [class*='owl-'].owl-next {
        right: 3px;
        /* -moz-transform: translate(150%);
        -webkit-transform: translate(150%);
        -o-transform: translate(150%);
        transform: translate(150%) */
    }

    [class*='post-list-style'] .owl-nav [class*='owl-'].owl-prev {
        left: 1px;
        /* -moz-transform: translate(-150%);
        -webkit-transform: translate(-150%);
        -o-transform: translate(-150%);
        transform: translate(-150%) */
    }

    [class*='post-list-style'] .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

    .rtl-layout [class*='post-list-style'] .owl-nav [class*='owl-'].owl-next {
        right: auto;
        left: 0px;
        -moz-transform: translate(-150%);
        -webkit-transform: translate(-150%);
        -o-transform: translate(-150%);
        transform: translate(-150%)
    }

    .rtl-layout [class*='post-list-style'] .owl-nav [class*='owl-'].owl-prev {
        left: auto;
        right: 0px;
        -moz-transform: translate(150%);
        -webkit-transform: translate(150%);
        -o-transform: translate(150%);
        transform: translate(150%)
    }

    [class*='post-list-style']:hover .owl-nav [class*='owl-']:not(.disabled) {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    [class*='post-list-style']:hover .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: .2;
        -moz-opacity: .2;
        opacity: .2
    }

    [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-prev, [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-next {
        visibility: visible;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }

    .rtl-layout [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-prev, .rtl-layout [class*='post-list-style']:hover .owl-nav [class*='owl-'].owl-next {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }

    [class*='post-list-style'] .owl-carousel .owl-nav [class*='owl-'] {
        width: 50px;
        height: 120px
    }

    [class*='post-list-style'] .owl-carousel .owl-nav [class*='owl-']:before {
        line-height: 118px
    }

    [class*='post-list-style'] .owl-nav [class*='owl-']:before {
        font-size: 30px
    }
}

[class*='product-list-style'] .cdz-product-labels .label-item {
    font-weight: 600;
    margin-bottom: 5px;
    background: transparent;
    text-align: left;
    padding: 0
}

[class*='product-list-style'] .cdz-product-labels .label-item.new {
    color: #22b289;
    background: transparent
}

[class*='product-list-style'] .cdz-product-labels .label-item.sale {
    color: #eb4a4a;
    background: transparent
}

.product-view-style-02 .product-main, .product-view-style-02 .product-collateral.tabs {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    /*border: 0px solid #e1e1e1;*/
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);*/
    /*-ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)*/
}

@media screen and (max-width: 767px) {
    .product-view-style-02 .product-main, .product-view-style-02 .product-collateral.tabs {
        margin-bottom: 30px
    }

    .searchbar-icon{

        width: 30px!important;
        height: 30px!important;
    }
    .intl-tel-input .flag-dropdown .country-list{

        width: 238px!important;
    }
}

@media (min-width: 991px) {
    .sidebar .block:not(.block-progress):not(.block-blog) {
        margin-bottom: 2rem;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.07);
    }

    .sidebar .block:not(.block-progress):not(.block-blog) .block-title {
        color: #fff;
        background: white;

        /* text-transform: uppercase; */
        position: relative;
        margin-bottom: 0;
        min-width: 100%;
        border: 0;
        padding: 10px 20px !important;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .sidebar .block:not(.block-progress):not(.block-blog) .block-title strong {

        color: #023861;
    }

    .sidebar .block:not(.block-progress):not(.block-blog) .block-title strong small {
        color: #fff
    }

    .sidebar .block:not(.block-progress):not(.block-blog) .block-content {
        margin-top: 0;
        padding: 4px 20px;
        background: #fff;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }

    .sidebar .block:not(.block-progress):not(.block-blog) > .empty {
        padding: 15px 20px;
        background: #fff;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }

    .block-blog .block-content {
        margin: 0
    }

    .block-blog .block-content h5 {
        color: #fff;
        background: #5c6ac3;

        text-transform: uppercase;
        position: relative;
        margin-bottom: 0;
        min-width: 100%;
        padding: 10px 20px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .block-blog .block-content h5 ~ ul {
        padding: 15px 20px;
        background: #fff;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }
}

.toolbar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    border: 0 solid #e1e1e1;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08)
}

.crosssell .owl-nav [class*='owl-'], .box-collateral.box-up-sell .owl-nav [class*='owl-'] {
    top: -moz-calc(calc((100% - 120px) / 2));
    top: -webkit-calc(calc((100% - 120px) / 2));
    top: -o-calc(calc((100% - 120px) / 2));
    top: calc(calc((100% - 146px) / 2))
}
.product-item-info .product-name {
    /*white-space: nowrap;*/
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: block; */
    text-align: center;
    /* width: auto;
    height: 30px;
    line-height: 1.1;
    margin: 5px 0;
    padding: 0 10px */
}


.page-header .sticky-menu.active div#desk_search {
    display: none;
}


@media  (min-width: 993px) and (max-width: 1250px) {
    .searchbar-icon{
        margin: 0px 0 0 207px!important;
    }

    .search-input{

        margin-left: -28px!important;
    }
}
@media (max-width: 767px){
img.product-image-photo.main-img {
    height: 158px!important;
}}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}