/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Corregir button border-right */
.random .featured-button {
    transform: none;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    max-width: 190px;
}
/* GENERAL WOOCOMMERCE */
.top-nav ul.flex {
    height: 30px;
    float: left;
}

.woocommerce::-webkit-input-placeholder, .woocommerce:-moz-placeholder,
.woocommerce::-moz-placeholder, .woocommerce:-ms-input-placeholder {
    color: #fff;
}

.woocommerce-order h2 {
    font-size: 18px;
}

.woocommerce > .return-to-shop, .woocommerce > p.cart-empty {
    text-align: center;
}

.woocommerce > p.cart-empty {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 300;
}

.woocommerce > .return-to-shop {
    margin-bottom: 50px;
    padding-top: 10px;
}

.cart-collaterals .cart_totals .la-shipping-form {
    width: 100%;
    display: none;
}

.woocommerce-checkout form.login, .woocommerce-checkout form.checkout_coupon {
    margin-bottom: 40px;
    overflow: hidden;
}

.checkout_coupon .button {
    padding: 15px 30px;
    border: none;
    line-height: 20px;
}

.woocommerce form.checkout.woocommerce-checkout {
    position: relative;
}

    .woocommerce form.checkout.woocommerce-checkout .woocommerce-error {
        margin-bottom: 30px;
    }

.woocommerce #customer_details {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

    .woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
        width: 100%;
        float: left;
    }

.woocommerce #order_review_heading, .woocommerce #order_review {
    float: right;
    width: 41.66667%;
}

.woocommerce #order_review {
    padding: 100px 50px 30px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    margin-bottom: 50px;
    border-color: rgba(52, 53, 56, 0.1);
}

.woocommerce #order_review_heading, .woocommerce .woocommerce-billing-fields h3 {
    font-size: 18px;
    margin-bottom: 45px;
}

    .woocommerce #order_review_heading:after,
    .woocommerce .woocommerce-billing-fields h3:after {
        content: "";
        width: 50px;
        display: block;
        margin-top: 10px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-color: inherit;
    }

.woocommerce #order_review_heading {
    position: absolute;
    right: 0;
    padding: 40px 0 0 50px;
    margin: 0;
}

.woocommerce #ship-to-different-address {
    margin: 0 0 10px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

    .woocommerce #ship-to-different-address .input-checkbox {
        float: left;
        margin: 6px 10px 0 0;
    }

.wc_payment_methods {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

    .wc_payment_methods .wc_payment_method {
        margin-bottom: 10px;
    }

        .wc_payment_methods .wc_payment_method label {
            text-transform: uppercase;
            margin-left: 5px;
        }

    .wc_payment_methods .about_paypal {
        display: inline-block;
        text-transform: none;
        font-weight: normal;
        font-size: 12px;
        text-decoration: underline;
    }

.woocommerce-account-fields::before, .woocommerce-account-fields::after,
.woocommerce-billing-fields::before, .woocommerce-billing-fields::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}

.woocommerce-account-fields::after, .woocommerce-billing-fields::after {
    clear: both;
}

#shipping_method {
    margin: 0;
    list-style: none;
    padding: 0;
}

    #shipping_method li {
        margin-bottom: 0.6em;
    }

        #shipping_method li input[type="checkbox"],
        #shipping_method li input[type="radio"] {
            margin-bottom: 0;
        }

.form-row {
    margin-bottom: 20px;
}

    .form-row::before, .form-row::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1;
    }

    .form-row::after {
        clear: both;
    }

    .form-row.form-row-first {
        float: left;
    }

    .form-row.form-row-last {
        float: right;
    }

    .form-row.form-row-first, .form-row.form-row-last {
        width: 48%;
    }

@media (max-width:767px) {
    .form-row.form-row-first, .form-row.form-row-last {
        width: 100%;
    }
}

.form-row label {
    display: block;
    text-align: right;
    text-transform: lowercase;
    line-height: 1.5;
    width: auto;
    color: #4A4A4A;
    font-size: 17px;
}

.woocommerce .form-row input.input-text, .woocommerce .form-row textarea {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    line-height: 1;
    border: 1px solid #000;
    -webkit-appearance: none !important;
    border-radius: 0px;
}
/* HEADER */
body.lang-usa #wrapper, body.tax-tipo.lang-usa #wrapper, body.tax-exterior.lang-usa #wrapper, body.post-type-archive-lamparas.lang-usa #wrapper, body.post-type-archive-lamparas-exterior.lang-usa #wrapper {
    padding-top: 95px;
}

header .top-nav {
    left: 0;
    text-align: right;
    top: 0 !important;
    position: absolute !important;
    height: 30px;
    justify-content: end;
}

.lang-usa header .top-nav {
    background: #F6F4EE;
}

header .top-nav li {
    display: inline-block;
    float: none;
    padding: 0 18px 0 18px;
}

header .top-nav .phone a, header .top-nav a, .top-nav span {
    color: #4A4A4A;
    font-size: 12px;
    direction: ltr;
}

.top-nav .phone a img, .top-nav .carrito a img {
    width: auto;
    padding-right: 7px;
    height: 14px;
}

.top-nav .carrito a img {
    top: -1px;
    position: absolute;
    left: 0;
    height: 16px;
}

header .top-nav li.carrito, header .top-nav li.phone {
    display: none;
}

.lang-usa header .top-nav li.carrito {
    position: relative;
    display: initial;
    margin-left: 15px;
    padding-left: 20px;
}

.top-nav span:nth-of-type(2), .top-nav span:nth-of-type(1), #woofc-area {
    display: none;
}

.lang-usa .top-nav span:nth-of-type(2), .lang-usa .top-nav span:nth-of-type(1),
.lang-usa #woofc-area, .lang-usa header .top-nav li.phone {
    display: block;
}

i.fas.fa-shopping-cart {
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
}

.menu-block li.carrito {
    display: none;
}

p.woocommerce-LostPassword.lost_password {
    color: #4A4A4A;
    text-decoration: underline;
}

.wppb-form-field.wppb-gdpr-checkbox.pbpl-class {
    display: block !important;
}

    .wppb-form-field.wppb-gdpr-checkbox.pbpl-class label {
        max-width: unset !important;
    }

.login input[type="checkbox"]::before {
    border: 1px solid #535353 !important;
}

.login a {
    color: #4A4A4A;
    text-decoration: none;
}

#woofc-area {
    border: 1px solid #ccc;
    overflow-y: auto;
    top: -100%;
    height: auto;
    left: 5vw;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 320px;
    right: auto;
}

    #woofc-area .woofc-item.component_table_item {
        display: none;
    }

    #woofc-area, #woofc-area a, #woofc-area input, #woofc-area p {
        font-family: 'NeueHaasGroteskTextPro', Helvetica, Arial, sans-serif;
    }

body.woofc-show #woofc-area {
    top: 60px;
}

#woofc-area.woofc-style-02 .woofc-area-top span, #woofc-area .woofc-item-qty,
#woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
    display: none;
}

#woofc-area.woofc-style-02 .woofc-area-top {
    background: #fff;
}

#woofc-area.woofc-style-02 .woofc-area-mid {
    margin: 0px 0px 20px 0;
    padding: 0;
}

#woofc-area .woofc-item {
    padding: 0px !important;
}

    #woofc-area .woofc-item.woofc-item-undo {
        padding: 0px 15px !important;
    }

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
    margin-left: 0px;
}

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
    padding: 15px;
    border-top: 1px solid #ccc;
}

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
    border-top: none;
}

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
    transform: none;
}

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: 60px;
    flex: 0 0 60px;
}

    #woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
        height: auto;
    }

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,
#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,
#woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
    right: 15px;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    opacity: 1;
    visibility: visible;
}

#woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div {
    display: block;
    vertical-align: middle;
    padding: 8px 0px !important;
    width: 100%;
}

    #woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div.woofc-action-left {
        padding-right: 8px;
    }

    #woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div.woofc-action-right {
        padding-left: 8px;
    }

    #woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
        height: 50px;
        line-height: 46px;
    }

#woofc-area .woofc-action-right a {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

#woofc-area .woofc-inner {
    position: relative;
}

.cart-items-count.count {
    color: #0000ED;
}

.close-minicart {
    display: none;
}
/* PRODUCT PAGE */
.single-product {
    padding-top: 20px;
}

.theme-marset.single-product {
    padding-top: 0px;
}

.single-product .inner-col-flex {
    max-width: 1100px;
}

.product #breadcrumbs li a, .product #breadcrumbs strong a,
.product #breadcrumbs strong {
    font-size: 14px;
}

.product #breadcrumbs .separator {
    padding: 0 5px 0 0;
}

.filters.filter-product {
    padding: 20px 0 20px 0px;
}

hr {
    height: 1px;
    color: #9b9b9b;
    border: none;
    background: #9b9b9b;
}

.woocommerce div.product.product-type-variable form.cart {
    display: none;
}

.woocommerce div.product form.cart .button {
    float: right;
}

    .woocommerce div.product form.cart .button:focus {
        outline: 0;
    }

.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce div.product.product-type-simple form.cart {
    margin-top: 4em;
    padding-bottom: 4em;
}

.woocommerce button.button {
    font-family: 'IRANSans', sans-serif !important;
    line-height: 30px;
    color: #0000FF;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 1em !important;
    min-width: 149px;
    text-align: center;
    border: 1px solid #0000FF;
    border-top-color: rgb(0, 0, 255);
    border-top-style: solid;
    border-top-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border-top: 1px solid #0000FF;
    background-color: #0000FF !important;
    color: white !important;
    opacity: 1 !important;
    font-weight: normal;
}

.single_add_to_cart_button.button.alt:hover {
    border-color: #00f;
}

.single .product.featured-product .description .txt.text-block .post-content {
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
    float: none;
}

.single .product.featured-product .description .txt.text-block {
    width: 100%;
    float: none;
    max-width: 550px;
    padding-right: 46px;
}

.product.featured-product .description {
    width: 58%;
}

.single .product.featured-product .metas, .woocommerce div.product div.summary {
    width: 41%;
    text-align: right;
    direction:rtl
}

.woocommerce div.product div.images {
    width: 50%;
    margin-bottom: 0px;
    padding-top: 18px;
    position: relative;
}

.product .inner-col-flex {
    justify-content: center;
    text-align:right;
  
}

.single-lamparas .collections {
    text-align: center;
    padding-bottom: 50px;
}
/*.single-lamparas #breadcrumbs { position: relative; top: 0; padding: 0 0 20px 0; margin: 0; }*/
.inner-col-flex.col-breadcrumbs {
    padding-bottom: 15px;
}

.woocommerce div.product p.price {
    padding-top: 25px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

    .woocommerce div.product p.price .woocommerce-Price-amount.amount {
        font-weight: normal;
    }

.woocommerce div.product .product_title {
    margin: 0px;
    font-size: 30px;
    margin-bottom: 15px;
}

.product .summary .by {
    margin: 0px;
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 15px;
    text-align: left;
}

    .product .summary .by a {
        text-decoration: underline;
    }

.sku_wrapper {
    font-size: 10px;
    color: #9b9b9b;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #222;
}

.quantity {
    position: relative;
}

.woocommerce div.product {
    padding: 0px;
}

    .woocommerce div.product form.cart .variations {
        margin-bottom: 35px;
    }

.product input[type=number]::-webkit-inner-spin-button,
.product input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product input[type=number] {
    -moz-appearance: textfield;
}

.product .quantity input {
    -webkit-appearance: none;
    width: 148px !important;
    height: 46px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #2f2f2f;
    text-align: center !important;
    color: #2f2f2f;
    font-weight: bold;
}

    .product .quantity input:focus {
        outline: 0;
    }

.product .quantity-button {
    position: relative;
    
    width: 40px;
    text-align: center;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;
}

    .product .quantity-button.quantity-up {
        position: absolute;
        height: calc(100% - 2px);
        top: 0;
        right: 0;
        line-height: 50px;
        border: 1px solid #2f2f2f;
        background: #fff;
    }

    .product .quantity-button.quantity-down {
        position: absolute;
        height: calc(100% - 2px);
        left: 0;
        border: 1px solid #2f2f2f;
        background: #fff;
    }

.variation-options {
    margin-bottom: 8px;
}

    .variation-options, .variation-options .select-styled,
    .variation-options .select-options {
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

        .variation-options p {
            color: #00f;
            font-weight: bold;
        }

        .variation-options .select-hidden {
            display: none !important;
            visibility: hidden;
            padding-right: 10px;
        }

        .variation-options .select {
            
            display: inline-block;
            position: relative;
            font-size: 16px;
            color: #fff;
            width: 100%;
            max-width: 100%;
            min-height: 46px;
        }

        .variation-options .select-styled {
            text-align: left;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 1px solid #cbcbcb;
            padding: 8px 15px;
            transition: all 0.2s ease-in;
            line-height: 30px;
            color: #2f2f2f;
            font-weight: bold;
        }

            .variation-options .select-styled:after {
                content: "";
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-color: #000 transparent transparent transparent;
                position: absolute;
                top: 19px;
                right: 18px;
            }

            .variation-options .select-styled:active:after,
            .variation-options .select-styled.active:after {
                top: 11px;
                border-color: transparent transparent #000 transparent;
            }

        .variation-options .select-options {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            z-index: 999;
            margin: 0;
            padding: 0;
            list-style: none;
            background-color: #fff;
            border-left: 1px solid #cbcbcb;
            border-right: 1px solid #cbcbcb;
        }

            .variation-options .select-options li {
                display: flex;
                display: -webkit-flex;
                justify-content: flex-end;
                -webkit-justify-content: flex-end;
                align-items: center;
                -webkit-align-items: center;
                margin: 0;
                padding: 9px 15px;
                text-indent: 15px;
                transition: all 0.15s ease-in;
                border-bottom: 1px solid #cbcbcb;
                color: #2f2f2f;
                font-weight: normal;
            }

                .variation-options .select-options li:hover,
                .variation-options .select-options li.active {
                    color: #000;
                }

                    .variation-options .select-options li:hover[rel="hide"] {
                        display: none;
                    }

            .variation-options .select-options img, .variation-options .select-options .img {
                width: 22px;
                display: inline-block;
                border-radius: 50px;
                border: 1px solid #bcbcbc;
                margin: 0 0 0 15px;
                height: 22px;
                background-color: #fff;
                position: relative;
                overflow: hidden;
            }

            .variation-options .select-options .active img,
            .variation-options .select-options .active .img {
                border-color: #00f;
            }

            .variation-options .select-options span {
                padding-top: 4px;
            }

.select-options.select-options-pa_finished li.hide-option {
    display: none;
}

.select-styles .variation-options {
    margin-bottom: 20px;
}

.select-styles {
    margin-top: 30px;
}

    .select-styles .variation-options[data-attribute="pa_light"] {
        display: none;
    }

#buy_simple.buy_add_to_cart {
    background-color: #00f;
    color: #fff;
}

.wr-tooltip span {
    display: none;
    position: absolute;
    width: 150px;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    top: -100%;
    background: rgb(0, 0, 255, 0.8);
    color: #fff;
    padding: 4px;
}

.colors-finished {
    padding-left: 0px;
}

    .colors-finished li {
        pointer-events: all;
        -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px rgba(0, 0, 0, .1);
    }

.shipping-only {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: right;
}

.woocommerce div.product.product-type-variable.product_cat-simple form.cart {
    display: none;
}

.product_cat-simple .start-configuration {
    background: transparent;
    padding: 5px 0px 25px 0px;
    margin-top: 0px;
    cursor: default;
}

.product_cat-simple .start.btn-start {
    width: calc(100% - 30px);
    margin-top: 0px;
}

.product_cat-simple .img-att {
    cursor: default;
}

#size_chart {
    text-align: right;
    text-decoration: underline;
    margin-top: 30px;
    
    display: block;
    font-size: 12px;
}

.simple_one_size #size_chart {
    margin-top: 80px;
    display: block !important;
}

.product_cat-simple .shipping-only {
    text-align: right;
}

.woocommerce div.product.product_cat-simple p.price .woocommerce-Price-amount.amount {
    font-weight: bold;
}

.product_cat-simple div.hidden-variable-price del {
    color: #999;
}

    .product_cat-simple div.hidden-variable-price del .woocommerce-Price-amount.amount {
        text-decoration: line-through;
    }

.product_cat-simple div.hidden-variable-price ins {
    text-decoration: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .quantity,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled button {
    display: none !important;
}
/* DESCRIPTION MAIN.CSS */
.single .product .metas .pop-up {
    position: relative;
    background: #00f;
    padding: 20px;
    text-align: center;
    margin-left: 40px;
    margin-right: -40px;
    display: none;
}

    .single .product .metas .pop-up p {
        font-size: 12px;
        color: white;
        line-height: 1.2em;
        text-align: center;
    }

    .single .product .metas .pop-up .close {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 15px;
        height: 15px;
        
    }

        .single .product .metas .pop-up .close img {
            width: 15px;
            height: 15px;
        }
/*ACCESORIES */
.up-sells.upsells.products {
    padding: 15px 0;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
    width: 100%;
}

.upsells h2 {
    font-size: 20px;
}

.accesories-upsells {
    -webkit-display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
}

.product.product-type-simple .more-info-product {
    padding-top: 25px;
    border-top: 1px solid #9B9B9B;
}

.product-type-simple {
    margin-top: 50px;
}

.description-product {
    color: #777;
}

.accesories-upsells li {
    max-width: 200px;
}
/* CSS SLIDER GALLERY PRODUCT */
.woocommerce div.product .slick-slide {
    position: relative;
}

.woocommerce div.product div.images .slick-next:before {
    visibility: visible;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 40px !important;
    color: #2F2F2F;
    opacity: 1 !important;
}

.woocommerce div.product div.images .slick-prev:before {
    visibility: visible;
    content: '\f104';
    font-family: FontAwesome;
    font-size: 40px !important;
    color: #2F2F2F;
    opacity: 1 !important;
}

.woocommerce div.product div.images .slick-prev.slick-arrow {
    left: -30px;
}

.woocommerce div.product div.images .slick-next.slick-arrow {
    right: -30px;
}

.slick-next:before, .slick-prev:before {
    display: none;
}

.woocommerce div.product div.images .slick-arrow {
    max-width: 12px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    
}

.woocommerce div.product div.images .accessories-slider .slick-arrow {
    top: 50%;
}

.woocommerce div.product div.images .slick-arrow.slick-arrow-next {
    right: -20px;
    left: auto;
}

.woocommerce div.product div.images .accessories-slider .slick-arrow {
    left: -20px;
}

.woocommerce div.product div.images .accessories-slider .slick-arrow-next {
    left: auto;
    right: -20px;
}

.woocommerce div.product div.images .slick-dots {
    display: none !important;
}

.woocommerce div.product div.images .slick-slide img {
    max-width: none !important;
}

.slick-prev, .slick-next {
    height: auto;
    
}

.wpgs-nav .slick-slide {
    margin-top: 0 !important;
}

.wpgs-nav.slick-initialized.slick-slider {
    margin-top: 10px;
}

.vbox-overlay {
    z-index: 100000;
}

.woocommerce div.product div.images .slick-dots {
    position: relative;
    top: auto;
    bottom: 10px;
}

    .woocommerce div.product div.images .slick-dots li {
        border: none;
    }

.slick-dots li button::before {
    display: none;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000000;
    content: ' ';
    text-align: center;
    opacity: .25;
    border-radius: 10px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: black;
}

.background-size-chart {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 99997;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
}

.img-size-chart {
    position: absolute;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    align-items: center;
    justify-content: center !important;
    max-height: calc(100vh - 170px);
}

    .img-size-chart.visible {
        display: flex;
    }

.alert-close {
    
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    right: 35px;
    top: -35px;
    color: #000;
    font-weight: bold;
}

.single-product div.product:not(.product-type-composite) select,
.single-product .woocommerce-notices-wrapper {
    display: none !important;
}

.slideImgproduct {
    width: 550px;
    height: 550px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.slideImg.slideThumb {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    
}

.wpgs-nav .slick-slide {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

    .wpgs-nav .slick-slide.slick-current {
        opacity: 1;
    }

.wpgs-nav .slick-track .slick-active:first-of-type .slideImg {
    margin-left: 0px;
}

.wpgs-nav .slick-track .slick-active:last-of-type .slideImg {
    margin-right: 0px;
}

.woocommerce div.product div.images .slick-slider {
    position: relative;
}

.woocommerce div.product.product-type-simple div.images .slick-slider {
    position: relative;
}
/* GALLERY PRODUCT VIDEO */
.video-button {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 200px;
    padding: 0;
    margin: 0 auto;
    top: 20px;
}

    .video-button .intro-button {
        color: black;
        position: relative;
        padding: 10px;
        border: 1px solid black;
        background: white;
    }

.slick-current .video-button {
    display: block;
}
/* COLOR ACABADOS */
li a.wr-tooltip.four-finished .tile:nth-of-type(1) {
    clip-path: inset(0px 0px 10px 10px);
}

li a.wr-tooltip.four-finished .tile:nth-of-type(2) {
    clip-path: inset(0px 10px 10px 0px);
}

li a.wr-tooltip.four-finished .tile:nth-of-type(3) {
    clip-path: inset(10px 10px 0px 0px);
}

li a.wr-tooltip.four-finished .tile:nth-of-type(4) {
    clip-path: inset(10px 0px 0px 10px);
}

li a.wr-tooltip.three-finished .tile:nth-of-type(1) {
    clip-path: inset(0px 0px 0px 0px);
}

li a.wr-tooltip.three-finished .tile:nth-of-type(2) {
    clip-path: inset(0px 10px 10px 0px);
}

li a.wr-tooltip.three-finished .tile:nth-of-type(3) {
    clip-path: inset(10px 10px 0px 0px);
}

li a.wr-tooltip.two-finished .tile:nth-of-type(1) {
    clip-path: inset(0px 0px 0px 0px);
}

li a.wr-tooltip.two-finished .tile:nth-of-type(2) {
    clip-path: inset(0px 10px 0px 0px);
}

li a.wr-tooltip.one-finished .tile:nth-of-type(1) {
    clip-path: inset(0px 0px 0px 0px);
}

.select-options .img.finished-translucent-atlas-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-translucent-atlas-ceiling {
    background-color: #ffffff;
}

.select-options .img.finished-translucent-atlas-wall {
    background-color: #EFEFEF;
}

.select-options .img.finished-yellow-bicoca-table {
    background-color: #f4c83b;
}

.select-options .img.finished-light-blue-bicoca-table {
    background-color: #9cd3e2;
}

.select-options .img.finished-pale-pink-bicoca-table {
    background-color: #f7c6c4;
}

.select-options .img.finished-off-white-bicoca-table {
    background-color: #efefef;
}

.select-options .img.finished-anthracite-bicoca-table {
    background-color: #032823;
}

.select-options .img.finished-red-wine-bicoca-table {
    background-color: #821919;
}

.select-options .img.finished-amber-dipping-light-table {
    background-color: #fc9a02;
}

.select-options .img.finished-black-dipping-light-table {
    background-color: #1e1e1e;
}

.select-options .img.finished-blue-dipping-light-table {
    background-color: #103cc6;
}

.select-options .img.finished-green-dipping-light-table {
    background-color: #00af3b;
}

.select-options .img.finished-white-dipping-light-table {
    background-color: #efefef;
}

.select-options .img.finished-pink-dipping-light-table {
    background-color: #f73166;
}

.select-options .img.finished-matte-white-oak-followme-table {
    background-color: #efefef;
}

.select-options .img.finished-pink-followme-table {
    background-color: #f9cbb5;
}

.select-options .img.finished-terracotta-followme-table {
    background-color: #ac4f2d;
}

.select-options .img.finished-green-followme-table {
    background-color: #2f5c28;
}

.select-options .img.finished-blue-followme-table {
    background-color: #93d3ec;
}

.select-options .img.finished-matte-white-oak-followme-table-plus {
    background-color: #efefef;
}

.select-options .img.finished-black-funiculi-floor {
    background-color: #1e1e1e;
}

.select-options .img.finished-red-funiculi-floor {
    background-color: #e31513;
}

.select-options .img.finished-off-white-funiculi-floor {
    background-color: #efefef;
}

.select-options .img.finished-moss-grey-funiculi-floor {
    background-color: #797869;
}

.select-options .img.finished-green-funiculi-floor {
    background-color: #5e602a;
}

.select-options .img.finished-terracota-funiculi-floor {
    background-color: #99451f;
}

.select-options .img.finished-mustard-funiculi-floor {
    background-color: #c87f00;
}

.select-options .img.finished-black-funiculi-s-table {
    background-color: #1e1e1e;
}

.select-options .img.finished-red-funiculi-s-table {
    background-color: #e31513;
}

.select-options .img.finished-off-white-funiculi-s-table {
    background-color: #efefef;
}

.select-options .img.finished-moss-grey-funiculi-s-table {
    background-color: #797869;
}

.select-options .img.finished-green-funiculi-s-table {
    background-color: #5e602a;
}

.select-options .img.finished-terracota-funiculi-s-table {
    background-color: #99451f;
}

.select-options .img.finished-mustard-funiculi-s-table {
    background-color: #c87f00;
}

.select-options .img.finished-black-funiculi-a-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-red-funiculi-a-wall {
    background-color: #e31513;
}

.select-options .img.finished-off-white-funiculi-a-wall {
    background-color: #efefef;
}

.select-options .img.finished-moss-grey-funiculi-a-wall {
    background-color: #797869;
}

.select-options .img.finished-green-funiculi-a-wall {
    background-color: #5e602a;
}

.select-options .img.finished-terracota-funiculi-a-wall {
    background-color: #99451f;
}

.select-options .img.finished-mustard-funiculi-a-wall {
    background-color: #c87f00;
}

.select-options .img.finished-black-sand-funiculi-fabric-floor {
    background-color: #f4e6d0;
}

.select-options .img.finished-black-white-funiculi-fabric-floor {
    background-color: #efefef;
}

.select-options .img.finished-black-sand-funiculi-s-fabric-table {
    background-color: #f4e6d0;
}

.select-options .img.finished-black-white-funiculi-s-fabric-table {
    background-color: #efefef;
}

.select-options .img.finished-black-sand-funiculi-fabric-wall {
    background-color: #f4e6d0;
}

.select-options .img.finished-black-white-funiculi-fabric-wall {
    background-color: #efefef;
}

.select-options .img.finished-black-white-ginger-outdoor-bollard {
    background: linear-gradient(90deg, #fff 50%, #000 50%);
}

.select-options .img.finished-rust-brown-ginger-outdoor-bollard {
    background-color: #9a5838;
}

.select-options .img.finished-black-white-ginger-outdoor {
    background: linear-gradient(90deg, #fff 50%, #000 50%);
}

.select-options .img.finished-rust-brown-ginger-outdoor-wall {
    background-color: #9a5838;
}

.select-options .img.finished-grey-zenc-pendant {
    background-color: #3f3b38;
}

.select-options .img.finished-pale-pink-zenc-pendant {
    background-color: #d2c0c8;
}

.select-options .img.finished-pale-yellow-zenc-pendant {
    background-color: #d2c4a0;
}

.select-options .img.finished-red-zenc-pendant {
    background-color: #7f3736;
}

.select-options .img.finished-sky-blue-zenc-pendant {
    background-color: #a7b7c2;
}

.select-options .img.finished-white-zenc-pendant {
    background-color: #f6f5f1;
}


.select-options .img.finished-brown-lab-outdoor-wall {
    background: linear-gradient(90deg, #474A51 50%, #403A3A 50%);
}

.select-options .img.finished-dark-iroko-lab-outdoor-wall {
    background: linear-gradient(90deg, #474A51 50%, #6C3B2A 50%);
}

.select-options .img.finished-rust-brown-lab-outdoor-wall {
    background: linear-gradient(90deg, #474A51 50%, #8E402A 50%);
}

.select-options .img.finished-white-lab-outdoor-wall {
    background: linear-gradient(90deg, #474A51 50%, #F4F4F4 50%);
}

.select-options .img.finished-brown-graphite-grey-lab-outdoor-bollard {
    background: linear-gradient(90deg, #474A51 50%, #403A3A 50%);
}

.select-options .img.finished-dark-iroko-graphite-grey-lab-outdoor-bollard {
    background: linear-gradient(90deg, #474A51 50%, #6C3B2A 50%);
}

.select-options .img.finished-rust-brown-graphite-grey-lab-outdoor-bollard {
    background: linear-gradient(90deg, #474A51 50%, #8E402A 50%);
}

.select-options .img.finished-white-graphite-grey-lab-outdoor-bollard {
    background: linear-gradient(90deg, #474A51 50%, #F4F4F4 50%);
}

.select-options .img.finished-black-plaff-on-outdoor-bollard {
    background-color: #000000;
}

.select-options .img.finished-rust-brown-plaff-on-outdoor-bollard {
    background-color: #9a5838;
}

.select-options .img.finished-black-gold-discoco-pendant {
    background: linear-gradient(90deg, #282828 50%, #faca30 50%);
}

.select-options .img.finished-black-gold-discoco-ceiling {
    background: linear-gradient(90deg, #282828 50%, #faca30 50%);
}

.select-options .img.finished-black-gold-discoco-wall {
    background: linear-gradient(90deg, #282828 50%, #faca30 50%);
}


.select-options .img.tap-lab-brown-lab-outdoor {
    background-color: #403a3a;
}

.select-options .img.tap-lab-dark-iroko-lab-outdoor {
    background-color: #6c3b2a;
}

.select-options .img.tap-lab-rust-brown-lab-outdoor {
    background-color: #8e402a;
}

.select-options .img.tap-lab-white-lab-outdoor {
    background-color: #f4f4f4;
}


.select-options .img.finished-black-ledcompass-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-silver-ledcompass-wall {
    background-color: #969696;
}

.select-options .img.finished-white-ledcompass-wall {
    background-color: #ffffff;
}

.select-options .img.finished-alumninium-ledtube-rsc-wall {
    background-color: #969696;
}

.select-options .img.finished-black-ledtube-rsc-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-bronze-ledtube-rsc-wall {
    background-color: #c4915f;
}

.select-options .img.finished-white-ledtube-rsc-wall {
    background-color: #ffffff;
}

.select-options .img.finished-alumninium-ledtube-r-wall-left {
    background-color: #969696;
}

.select-options .img.finished-alumninium-ledtube-r-wall-right {
    background-color: #969696;
}

.select-options .img.finished-black-ledtube-r-wall-left {
    background-color: #1e1e1e;
}

.select-options .img.finished-black-ledtube-r-wall-right {
    background-color: #1e1e1e;
}

.select-options .img.finished-white-ledtube-r-wall-left {
    background-color: #ffffff;
}

.select-options .img.finished-white-ledtube-r-wall-right {
    background-color: #ffffff;
}

.select-options .img.finished-oak-n-ocho-wall {
    background-color: #d8a877;
}

.select-options .img.finished-wenge-n-ocho-wall {
    background-color: #3f2320;
}

.select-options .img.finished-light-green-santorini-pendant {
    background-color: #cde8d8;
}

.select-options .img.finished-off-white-santorini-pendant {
    background-color: #efefef;
}

.select-options .img.finished-pale-pink-santorini-pendant {
    background-color: #e5cfcf;
}

.select-options .img.finished-sand-santorini-pendant {
    background-color: #e8d7b8;
}

.select-options .img.finished-white-santorini-pendant {
    background-color: #fff;
}

.select-options .img.finished-mustard-santorini-pendant {
    background-color: #e1ad01;
}

.select-options .img.finished-grey-santorini-pendant {
    background-color: #333333;
}

.select-options .img.finished-white-santorini-outdoor-pendant, .select-options .img.finished-white-santorini-outdoor-floor, .select-options .img.finished-white-santorini-outdoor-ceiling, .select-options .img.finished-white-santorini-outdoor-wall, .select-options .img.finished-white-santorini-outdoor-wall-bracket {
    background-color: #fff;
}

.select-options .img.finished-mustard-santorini-outdoor-pendant, .select-options .img.finished-mustard-santorini-outdoor-floor, .select-options .img.finished-mustard-santorini-outdoor-ceiling, .select-options .img.finished-mustard-santorini-outdoor-wall, .select-options .img.finished-mustard-santorini-outdoor-wall-bracket {
    background-color: #cc9900;
}

.select-options .img.finished-grey-santorini-outdoor-pendant, .select-options .img.finished-grey-santorini-outdoor-floor, .select-options .img.finished-grey-santorini-outdoor-ceiling, .select-options .img.finished-grey-santorini-outdoor-wall, .select-options .img.finished-grey-santorini-outdoor-wall-bracket {
    background-color: #666666;
}

.select-options .img.finished-oak-ginger-portable {
    background-color: #d8a877;
}

.select-options .img.finished-wenge-ginger-portable {
    background-color: #3f2320;
}

.select-options .img.finished-brushed-brass-ginger-portable {
    background-color: #ffde8a;
}

.select-options .img.finished-brushed-brass-white-ginger-portable {
    background: linear-gradient(90deg, #ffde8a 50%, #ffffff 50%);
}

.select-options .img.finished-white-bolita-table {
    background-color: #f1f0eb;
}

.select-options .img.finished-umbra-grey-bolita-table {
    background-color: #838383;
}

.select-options .img.finished-cherry-wood-mvv-pendant {
    background-color: #a27559;
}

.select-options .img.finished-aluminum-ledtube-rsc-wall,
.select-options .img.finished-aluminum-ledtube-rsc-usb-wall,
.select-options .img.finished-aluminum-ledtube-mini-wall,
.select-options .img.finished-aluminum-ledtube-mini-spot-wall,
.select-options .img.finished-aluminum-left-ledtube-r-wall,
.select-options .img.finished-aluminum-right-ledtube-r-wall,
.select-options .img.finished-aluminum-ledtube-r-wall {
    background-color: #969696;
}

.select-options .img.finished-black-ledtube-rsc-wall,
.select-options .img.finished-black-ledtube-rsc-usb-wall,
.select-options .img.finished-black-ledtube-mini-wall,
.select-options .img.finished-black-ledtube-mini-spot-wall,
.select-options .img.finished-black-left-ledtube-r-wall,
.select-options .img.finished-black-right-ledtube-r-wall,
.select-options .img.finished-black-ledtube-r-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-bronze-ledtube-rsc-wall,
.select-options .img.finished-bronze-ledtube-rsc-usb-wall,
.select-options .img.finished-bronze-ledtube-mini-wall,
.select-options .img.finished-bronze-ledtube-mini-spot-wall,
.select-options .img.finished-bronze-left-ledtube-r-wall,
.select-options .img.finished-bronze-right-ledtube-r-wall,
.select-options .img.finished-bronze-ledtube-r-wall {
    background-color: #c4915f;
}

.select-options .img.finished-white-ledtube-rsc-wall,
.select-options .img.finished-white-ledtube-rsc-usb-wall,
.select-options .img.finished-white-ledtube-mini-wall,
.select-options .img.finished-white-ledtube-mini-spot-wall,
.select-options .img.finished-white-left-ledtube-r-wall,
.select-options .img.finished-white-right-ledtube-r-wall,
.select-options .img.finished-white-ledtube-r-wall {
    background-color: #ffffff;
}

.select-options .img.finished-amber-graphite-dipping-light-portable,
.select-options .img.finished-amber-graphite-dipping-light-table,
.select-options .img.finished-amber-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #fc9a02 50%, #acacac 50%);
}

.select-options .img.finished-black-graphite-dipping-light-portable,
.select-options .img.finished-black-graphite-dipping-light-table,
.select-options .img.finished-black-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #1e1e1e 50%, #acacac 50%);
}

.select-options .img.finished-blue-graphite-dipping-light-portable,
.select-options .img.finished-blue-graphite-dipping-light-table,
.select-options .img.finished-blue-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #103cc6 50%, #acacac 50%);
}

.select-options .img.finished-green-graphite-dipping-light-portable,
.select-options .img.finished-green-graphite-dipping-light-table,
.select-options .img.finished-green-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #00af3b 50%, #acacac 50%);
}

.select-options .img.finished-white-graphite-dipping-light-portable,
.select-options .img.finished-white-graphite-dipping-light-table,
.select-options .img.finished-white-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #efefef 50%, #acacac 50%);
}

.select-options .img.finished-pink-graphite-dipping-light-portable,
.select-options .img.finished-pink-graphite-dipping-light-table,
.select-options .img.finished-pink-graphite-dipping-light-wall {
    background: linear-gradient(90deg, #f73166 50%, #acacac 50%);
}

.select-options .img.finished-amber-brushed-brass-dipping-light-portable,
.select-options .img.finished-amber-brushed-brass-dipping-light-table,
.select-options .img.finished-amber-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #fc9a02 50%, #dcd394 50%);
}

.select-options .img.finished-black-brushed-brass-dipping-light-portable,
.select-options .img.finished-black-brushed-brass-dipping-light-table,
.select-options .img.finished-black-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #1e1e1e 50%, #dcd394 50%);
}

.select-options .img.finished-blue-brushed-brass-dipping-light-portable,
.select-options .img.finished-blue-brushed-brass-dipping-light-table,
.select-options .img.finished-blue-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #103cc6 50%, #dcd394 50%);
}

.select-options .img.finished-green-brushed-brass-dipping-light-portable,
.select-options .img.finished-green-brushed-brass-dipping-light-table,
.select-options .img.finished-green-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #00af3b 50%, #dcd394 50%);
}

.select-options .img.finished-white-brushed-brass-dipping-light-portable,
.select-options .img.finished-white-brushed-brass-dipping-light-table,
.select-options .img.finished-white-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #efefef 50%, #dcd394 50%);
}

.select-options .img.finished-pink-brushed-brass-dipping-light-portable,
.select-options .img.finished-pink-brushed-brass-dipping-light-table,
.select-options .img.finished-pink-brushed-brass-dipping-light-wall {
    background: linear-gradient(90deg, #f73166 50%, #dcd394 50%);
}

.select-options .img.finished-oak-white-ginger-portable, .select-options .img.finished-oak-white-m-ginger-table,
.select-options .img.finished-oak-white-s-ginger-table, .select-options .img.finished-oak-white-p-ginger-floor,
.select-options .img.finished-oak-white-xl42-ginger-floor {
    background: linear-gradient(90deg, #d8c3a6 50%, #fff 50%);
}

.select-options .img.finished-wenge-white-ginger-portable, .select-options .img.finished-wenge-white-m-ginger-table,
.select-options .img.finished-wenge-white-s-ginger-table, .select-options .img.finished-wenge-white-p-ginger-floor,
.select-options .img.finished-wenge-white-xl42-ginger-floor {
    background: linear-gradient(90deg, #4f2717 50%, #fff 50%);
}

.select-options .img.finished-beige-laflaca-outdoor {
    background-color: #ccc6bb;
}

.select-options .img.finished-grey-laflaca-outdoor {
    background-color: #797869;
}

.select-options .img.finished-off-white-milana-pendant {
    background-color: #efefef;
}

.select-options .img.finished-black-milana-pendant {
    background-color: #1e1e1e;
}

.select-options .img.finished-red-milana-pendant {
    background-color: #83322a;
}

.select-options .img.finished-grey-milana-pendant {
    background-color: #afafa9;
}

.select-options .img.finished-beige-milana-pendant {
    background-color: #c6af85;
}

.select-options .img.finished-black-roc-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-black-plaff-on-ip65-outdoor {
    background-color: #1e1e1e;
}

.select-options .img.finished-silver-grey-plaff-on-ceiling {
    background-color: #969696;
}

.select-options .img.finished-black-plaff-on-ceiling, .select-options .img.finished-black-33-plaff-on-wall, .select-options .img.finished-black-50-plaff-on-wall {
    background-color: #000000;
}

.select-options .img.finished-beige-txl-2019-floor {
    background-color: #ccc6bb;
}

.select-options .img.finished-grey-txl-2019-floor {
    background-color: #797869;
}

.select-options .img.finished-black-chispa-portable {
    background-color: #000000;
}

.select-options .img.finished-blue-chispa-portable {
    background-color: #085571;
}

.select-options .img.finished-green-chispa-portable {
    background-color: #394c3d;
}

.select-options .img.finished-orange-chispa-portable {
    background-color: #ce5d31;
}

.select-options .img.finished-copper-aura-wall,
.select-options .img.finished-copper-plus-aura-wall {
    background-color: #CE714D;
}

.select-options .img.finished-opal-aura-wall,
.select-options .img.finished-opal-plus-aura-wall {
    background-color: #F8FFFE;
}

.select-options .img.finished-smoked-aura-wall,
.select-options .img.finished-smoked-plus-aura-wall {
    background-color: #38342F;
}

.select-options .img.finished-transparent-aura-wall,
.select-options .img.finished-transparent-plus-aura-wall {
    background-color: #EFEFEF;
}

.select-options .img.finished-orange-chispa-portable {
    background-color: #ce5d31;
}

.select-options .img.finished-corona-concentric-wall {
    background-color: #ffee75;
}

.select-options .img.finished-major-concentric-wall {
    background-color: #e26a78;
}

.select-options .img.finished-oak-pearl-white-cala-floor {
    background-color: #fffbf5;
}

.select-options .img.finished-oak-white-high-line-floor {
    background-color: #ffffff;
}

.select-options .img.finished-black-finish-3-canopies-nenufar-pendant {
    background-color: #1e1e1e;
}

.select-options .img.finished-matte-white-sandy-translucent-32-hazy-day-pendant,
.select-options .img.finished-matte-white-sandy-translucent-44-hazy-day-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-white-112-soho-pendant,
.select-options .img.finished-white-38-soho-pendant,
.select-options .img.finished-white-57-soho-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-black-112-soho-pendant,
.select-options .img.finished-black-38-soho-pendant,
.select-options .img.finished-black-57-soho-pendant {
    background-color: #1e1e1e;
}

.select-options .img.finished-sky-blue-38-soho-pendant,
.select-options .img.finished-sky-blue-112-soho-pendant,
.select-options .img.finished-sky-blue-57-soho-pendant {
    background-color: #b8d9e0;
}

.select-options .img.finished-sand-38-soho-pendant,
.select-options .img.finished-sand-38-soho-pendan,
.select-options .img.finished-sand-38-soho-pendan {
    background-color: #e8d7b8;
}

.select-options .img.finished-stone-grey-112-soho-pendant,
.select-options .img.finished-stone-grey-38-soho-pendant,
.select-options .img.finished-stone-grey-57-soho-pendant {
    background-color: #bab8b5;
}

.select-options .img.finished-white-soho-ceiling {
    background-color: #ffffff;
}

.select-options .img.finished-black-soho-ceiling {
    background-color: #1e1e1e;
}

.select-options .img.finished-sky-blue-soho-ceiling {
    background-color: #b8d9e0;
}

.select-options .img.finished-sand-soho-ceiling {
    background-color: #e8d7b8;
}

.select-options .img.finished-stone-grey-soho-ceiling {
    background-color: #bab8b5;
}

.select-options .img.finished-white-soho-outdoor-floor, .select-options .img.finished-white-a-soho-outdoor-wall, .select-options .img.finished-white-38a-soho-outdoor-wall, .select-options .img.finished-white-soho-outdoor-ceiling, .select-options .img.finished-white-38-soho-outdoor-pendant, .select-options .img.finished-white-57-soho-outdoor-pendant, .select-options .img.finished-white-112-soho-outdoor-pendant, .select-options .img.finished-white-soho-outdoor-pendant {
    background-color: #fbf2d3;
}

.select-options .img.finished-black-soho-outdoor-floor, .select-options .img.finished-black-a-soho-outdoor-wall, .select-options .img.finished-black-38a-soho-outdoor-wall, .select-options .img.finished-black-soho-outdoor-ceiling, .select-options .img.finished-black-38-soho-outdoor-pendant, .select-options .img.finished-black-57-soho-outdoor-pendant, .select-options .img.finished-black-112-soho-outdoor-pendant, .select-options .img.finished-black-soho-outdoor-pendant {
    background-color: #222222;
}

.select-options .img.finished-sand-soho-outdoor-floor, .select-options .img.finished-sand-a-soho-outdoor-wall, .select-options .img.finished-sand-38a-soho-outdoor-wall, .select-options .img.finished-sand-soho-outdoor-ceiling, .select-options .img.finished-sand-38-soho-outdoor-pendant, .select-options .img.finished-sand-57-soho-outdoor-pendant, .select-options .img.finished-sand-112-soho-outdoor-pendant, .select-options .img.finished-sand-soho-outdoor-pendant {
    background-color: #ebd7bc;
}

.select-options .img.finished-sky-blue-soho-outdoor-floor, .select-options .img.finished-sky-blue-a-soho-outdoor-wall, .select-options .img.finished-sky-blue-38a-soho-outdoor-wall, .select-options .img.finished-sky-blue-soho-outdoor-ceiling, .select-options .img.finished-sky-blue-38-soho-outdoor-pendant, .select-options .img.finished-sky-blue-57-soho-outdoor-pendant, .select-options .img.finished-sky-blue-112-soho-outdoor-pendant, .select-options .img.finished-sky-blue-soho-outdoor-pendant {
    background-color: #9aa8a9;
}

.select-options .img.finished-stone-grey-soho-outdoor-floor, .select-options .img.finished-stone-grey-a-soho-outdoor-wall, .select-options .img.finished-stone-grey-38a-soho-outdoor-wall, .select-options .img.finished-stone-grey-soho-outdoor-ceiling, .select-options .img.finished-stone-grey-38-soho-outdoor-pendant, .select-options .img.finished-stone-grey-57-soho-outdoor-pendant, .select-options .img.finished-stone-grey-112-soho-outdoor-pendant, .select-options .img.finished-stone-grey-soho-outdoor-pendant {
    background-color: #9e9e9c;
}

.select-options .img.finished-white-piola-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-graphite-piola-pendant {
    background-color: #1e1e1e;
}

.select-options .img.finished-pink-piola-pendant {
    background-color: #f7c6c4;
}

.select-options .img.finished-green-piola-pendant {
    background-color: #b9dda8;
}

.select-options .img.finished-white-26-sun-ceiling,
.select-options .img.finished-white-40-sun-ceiling,
.select-options .img.finished-white-60-sun-ceiling,
.select-options .img.finished-white-26-sun-wall,
.select-options .img.finished-white-40-sun-wall,
.select-options .img.finished-white-60-sun-wall {
    background-color: #ffffff;
}

.select-options .img.finished-graphite-26-sun-ceiling,
.select-options .img.finished-graphite-40-sun-ceiling,
.select-options .img.finished-graphite-60-sun-ceiling,
.select-options .img.finished-graphite-26-sun-wall,
.select-options .img.finished-graphite-40-sun-wall,
.select-options .img.finished-graphite-60-sun-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-white-scantling-table,
.select-options .img.finished-white-scantling-floor,
.select-options .img.finished-white-scantling-wall {
    background-color: #ffffff;
}

.select-options .img.finished-black-gold-17-scotch-club-pendant,
.select-options .img.finished-black-gold-26-scotch-club-pendant,
.select-options .img.finished-black-gold-41-scotch-club-pendant,
.select-options .img.finished-black-gold-scotch-club-ceiling,
.select-options .img.finished-black-gold-scotch-club-wall {
    background: linear-gradient(90deg, #1e1e1e 50%, #e7bf58 50%);
}

.select-options .img.finished-black-white-17-scotch-club-pendant,
.select-options .img.finished-black-white-26-scotch-club-pendant,
.select-options .img.finished-black-white-41-scotch-club-pendant,
.select-options .img.finished-black-white-scotch-club-ceiling,
.select-options .img.finished-black-white-scotch-club-wall {
    background: linear-gradient(90deg, #1e1e1e 50%, #fff 50%);
}

.select-options .img.finished-terracotta-gold-17-scotch-club-pendant,
.select-options .img.finished-terracotta-gold-26-scotch-club-pendant,
.select-options .img.finished-terracotta-gold-41-scotch-club-pendant,
.select-options .img.finished-terracotta-gold-scotch-club-ceiling,
.select-options .img.finished-terracotta-gold-scotch-club-wall {
    background: linear-gradient(90deg, #986656 50%, #e7bf58 50%);
}

.select-options .img.finished-terracotta-white-17-scotch-club-pendant,
.select-options .img.finished-terracotta-white-26-scotch-club-pendant,
.select-options .img.finished-terracotta-white-41-scotch-club-pendant,
.select-options .img.finished-terracotta-white-scotch-club-ceiling,
.select-options .img.finished-terracotta-white-scotch-club-wall {
    background: linear-gradient(90deg, #986656 50%, #fff 50%);
}

.select-options .img.finished-white-gold-17-scotch-club-pendant,
.select-options .img.finished-white-gold-26-scotch-club-pendant,
.select-options .img.finished-white-gold-41-scotch-club-pendant,
.select-options .img.finished-white-gold-scotch-club-ceiling,
.select-options .img.finished-white-gold-scotch-club-wall {
    background: linear-gradient(90deg, #ffffff 50%, #e7bf58 50%);
}

.select-options .img.finished-white-white-17-scotch-club-pendant,
.select-options .img.finished-white-white-26-scotch-club-pendant,
.select-options .img.finished-white-white-41-scotch-club-pendant,
.select-options .img.finished-white-white-scotch-club-ceiling,
.select-options .img.finished-white-white-scotch-club-wall {
    background: linear-gradient(90deg, #fff 50%, #fff 50%);
}

.select-options .img.finished-pearl-white-m-mercer-table,
.select-options .img.finished-pearl-white-mercer-ceiling,
.select-options .img.finished-pearl-white-mercer-pendant,
.select-options .img.finished-pearl-white-mercer-wall,
.select-options .img.finished-pearl-white-mercer-mercer-table,
.select-options .img.finished-pearl-white-mini-mercer-table {
    background-color: #ffffff;
}

.select-options .img.finished-pleated-white-cotton-m-mercer-table,
.select-options .img.finished-pleated-white-cotton-mercer-ceiling,
.select-options .img.finished-pleated-white-cotton-mercer-pendant,
.select-options .img.finished-pleated-white-cotton-mercer-wall,
.select-options .img.finished-pleated-white-cotton-mercer-mercer-table,
.select-options .img.finished-pleated-white-cotton-mini-mercer-table {
    background-color: #fffbf5;
}

.select-options .img.finished-pearl-white-mercer-wall {
    background-color: #fdfdf9;
}

.select-options .img.finished-pleated-white-cotton-mercer-wall {
    background-color: #faf1d9;
}

.select-options .img.finished-white-discoco-wall,
.select-options .img.finished-white-discoco-pendant,
.select-options .img.finished-white-discoco-ceiling {
    background-color: #ffffff;
}

.select-options .img.finished-black-gold-discoco-ceiling,
.select-options .img.finished-black-gold-discoco-wall,
.select-options .img.finished-black-gold-discoco-pendant {
    background-color: #1e1e1e;
}

.select-options .img.finished-matte-grey-discoco-wall,
.select-options .img.finished-matte-grey-discoco-pendant,
.select-options .img.finished-matte-grey-discoco-ceiling {
    background-color: #bab8b5;
}

.select-options .img.finished-matte-beige-discoco-wall,
.select-options .img.finished-matte-beige-discoco-pendant,
.select-options .img.finished-matte-beige-discoco-ceiling,
.select-options .img.finished-beige-discoco-ceiling {
    background-color: #e8d7b8;
}

.select-options .img.finished-american-oak-black-chrome-discoco-pendant {
    background-color: #d8a877;
}

.select-options .img.finished-grey-discoco-ceiling {
    background-color: #e8d7b8;
}

.select-options .img.finished-white-maranga-ceiling,
.select-options .img.finished-white-maranga-floor,
.select-options .img.finished-white-maranga-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-white-scantling-floor,
.select-options .img.finished-white-scantling-table,
.select-options .img.finished-white-scantling-wall {
    background-color: #ffffff;
}

.select-options .img.finished-black-scantling-wall,
.select-options .img.finished-black-scantling-table,
.select-options .img.finished-black-scantling-floor {
    background-color: #1e1e1e;
}

.select-options .img.finished-aluminium-white-transparent-theia-table,
.select-options .img.finished-aluminium-white-transparent-theia-floor {
    background-color: #ffffff;
}

.select-options .img.finished-aluminium-black-transparent-theia-table,
.select-options .img.finished-aluminium-black-transparent-theia-floor {
    background-color: #1e1e1e;
}

.select-options .img.finished-white-txl-outdoor-floor,
.select-options .img.finished-white-txl-outdoor-pendant {
    background-color: #ffffff;
}

.select-options .img.finished-grey-txl-outdoor-floor {
    background-color: #bab8b5;
}

.select-options .img.finished-white-vetra-table,
.select-options .img.finished-white-vetra-pendant,
.select-options .img.finished-white-vetra-floor {
    background-color: #ffffff;
}

.select-options .img.finished-black-vetra-table,
.select-options .img.finished-black-vetra-floor {
    background-color: #1e1e1e;
}

.select-options .img.finished-amber-vetra-pendant {
    background-color: #904c28;
}

.select-options .img.finished-black-polo-floor,
.select-options .img.finished-black-polo-table,
.select-options .img.finished-black-polo-wall {
    background-color: #1e1e1e;
}

.select-options .img.finished-graphite-black-copernica-floor {
    background: linear-gradient(90deg, #1e1e1e 50%, #222 50%);
}

.select-options .img.finished-satin-nickel-white-copernica-floor {
    background: linear-gradient(90deg, #b2b2b2 50%, #fff 50%);
}

.select-options .img.finished-graphite-golden-black-copernica-floor,
.select-options .img.finished-graphite-golden-black-copernica-table {
    background: linear-gradient(90deg, #f2d67c 50%, #222 50%);
}

.select-options .img.finished-graphite-red-black-copernica-floor,
.select-options .img.finished-graphite-red-black-copernica-table {
    background: linear-gradient(90deg, #d12828 50%, #222 50%);
}

.select-options .img.finished-graphite-satin-nickel-black-copernica-floor,
.select-options .img.finished-graphite-satin-nickel-black-copernica-table {
    background: linear-gradient(90deg, #b2b2b2 50%, #222 50%);
}

.select-options .img.finished-satin-nickel-golden-white-copernica-floor,
.select-options .img.finished-satin-nickel-golden-white-copernica-table {
    background: linear-gradient(90deg, #f2d67c 50%, #fff 50%);
}

.select-options .img.finished-satin-nickel-graphite-white-copernica-floor,
.select-options .img.finished-satin-nickel-graphite-white-copernica-table {
    background: linear-gradient(90deg, #1e1e1e 50%, #fff 50%);
}

.select-options .img.finished-satin-nickel-red-white-copernica-floor,
.select-options .img.finished-satin-nickel-red-white-copernica-table {
    background: linear-gradient(90deg, #d12828 50%, #fff 50%);
}

    .select-options .img.finished-satin-nickel-golden-white-copernica-floor::after,
    .select-options .img.finished-satin-nickel-golden-white-copernica-table::after,
    .select-options .img.finished-satin-nickel-graphite-white-copernica-floor::after,
    .select-options .img.finished-satin-nickel-graphite-white-copernica-table::after,
    .select-options .img.finished-satin-nickel-red-white-copernica-floor::after,
    .select-options .img.finished-satin-nickel-red-white-copernica-table::after {
        content: '';
        position: absolute;
        left: 0;
        right: 50%;
        top: 50%;
        width: 50%;
        height: 100%;
        background: #766f69;
    }

.select-options .img.finished-graphite-golden-black-copernica-floor::after,
.select-options .img.finished-graphite-golden-black-copernica-table::after,
.select-options .img.finished-graphite-red-black-copernica-floor::after,
.select-options .img.finished-graphite-red-black-copernica-table::after,
.select-options .img.finished-graphite-satin-nickel-black-copernica-floor::after,
.select-options .img.finished-graphite-satin-nickel-black-copernica-table::after {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    top: 50%;
    width: 50%;
    height: 100%;
    background: #1e1e1e;
}

.select-options .img.finished-beige-jaima-pendant {
    background-color: #e8d7b8;
}

.select-options .img.finished-blue-jaima-pendant {
    background-color: #172c68;
}

.select-options .img.finished-green-jaima-pendant {
    background-color: #354f30;
}

.select-options .img.finished-grey-jaima-pendant {
    background-color: #333333;
}

.select-options .img.finished-beige-jaima-outdoor-pendant {
    background-color: #edddcd;
}

.select-options .img.finished-blue-jaima-outdoor-pendant {
    background-color: #053372;
}

.select-options .img.finished-green-jaima-outdoor-pendant {
    background-color: #50531a;
}

.select-options .img.finished-grey-jaima-outdoor-pendant {
    background-color: #545253;
}

.select-options .img.finished-white-babila-outdoor {
    background-color: #f5f5f5;
}

.select-options .img.finished-polished-stainless-steel-babila-outdoor {
    background-color: #b8b8b8;
}

.select-options .img.finished-brown-babila-outdoor {
    background-color: #45392d;
}

.select-options .img.finished-black-metal-pearl-white-cala-floor {
    background: linear-gradient(90deg, #1e1e1e 50%, #fff 50%);
}

.select-options .img.finished-oak-white-high-line-floor {
    background: linear-gradient(90deg, #d8a877 50%, #fff 50%);
}

.select-options .img.finished-green-bohemia-pendant {
    background-color: #3b5830;
}

.select-options .img.finished-violet-bohemia-pendant {
    background-color: #215672;
}

.select-options .img.finished-amber-bohemia-pendant {
    background-color: #763c27;
}

/* Popup choose size */
.modal {
    border: 1px solid #000;
    width: 500px;
    height: 250px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #F7F6F1;
    display: none;
    z-index: 999999999;
}

    .modal:focus {
        outline: none;
    }

    .modal .alert-close {
        top: 5%;
        padding: 10px;
    }

.modal-content {
    display: flex;
    flex-direction: column;
}

.btn-modal {
    
    width: 148px !important;
    height: 46px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #00f;
    text-align: center !important;
    color: #00f;
    font-weight: bold;
    background: transparent;
    margin: 0 auto;
    margin-top: 30px;
}

    .btn-modal:focus {
        outline: none;
    }

.background-modal {
    background: #F7F6F1;
    position: fixed;
    z-index: 99997;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
}

.more-info-product {
    margin-top: 15px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .more-info-product a {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        margin: 10px 0px;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: column;
        text-decoration: underline;
        color: #2f2f2f;
    }

    .more-info-product img {
        display: block;
        margin: 0 auto;
        margin-bottom: 13px;
        max-width: 50px;
    }

.advanced_technical_product, .coming_soon_product {
    background: #f6f4ee;
    padding: 25px 15px;
    text-align: left;
    margin: 20% 0;
}

.more_info_product {
    margin: 10px 0;
    padding: 0px;
    color: #0000fe;
    display: none;
}

    .more_info_product a {
        color: #0000fe;
    }

.coming_soon_product {
    margin: 30% 0 5%;
    padding: 35px 15px;
}

    .coming_soon_product.message_image {
        margin: 15px 0px;
        padding: 0px 0px;
        background: transparent;
        color: #0000fe;
    }

.woocommerce div.product .out-of-stock {
    color: #0000FF;
}

.message_qty, .message_20x3 {
    display: none;
}
/* CONFIGURATION */
.configuration {
    max-height: 0;
    background: #f6f4ee;
    transition: all 1s ease-in-out;
    overflow: auto;
    padding-bottom: 0px;
    opacity: 0;
    z-index: 19999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

    .configuration.active {
        height: auto;
        min-height: 100vh;
        bottom: 60px;
        opacity: 1;
        max-height: 1000000vh;
    }

    .configuration .inner-col {
        max-width: 70vw;
    }

    .configuration.active .menu-configuration {
        opacity: 1;
        padding: 55px 0;
    }

    .configuration .menu-configuration {
        opacity: 0;
        padding: 0;
    }

.menu-configuration {
    text-align: left;
    padding: 55px 0;
    transition: all 0.5s ease-in-out;
}

    .menu-configuration span.active {
        font-weight: bolder;
        border-bottom: 2px solid #000;
    }

    .menu-configuration span {
        font-size: 25px;
        margin: 0 5vw 0 0;
        
    }

.step-configuration {
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    position: absolute; /*-webkit-transform: translateY(50%); transform: translateY(50%); */
}

    .step-configuration.active {
        height: auto;
        opacity: 1;
        overflow: auto;
        padding-bottom: 60px;
        position: relative;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .step-configuration .title {
        font-weight: bold;
        margin: 0px;
        font-size: 18px;
    }

.img-att {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px !important;
    max-width: 28vw;
    
    position: relative;
}

    .img-att span {
        padding: 15px;
    }

    .img-att::after {
        border: 0px solid #000;
        content: '';
        position: absolute;
        transition: border-width ease-in-out 0.3s;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .img-att:hover::after {
        border-width: 2px;
    }

    .img-att.popup_size-chart:hover::after {
        border-width: 0px;
    }

    .img-att.active:hover::after, .img-att.active::after {
        border-width: 3px;
    }

    .img-att.active.component_option_thumbnail_container:hover::after,
    .img-att.component_option_thumbnail_container:hover::after {
        border-width: 1px;
    }

.select-options-pa_finished.imgs-attribute .img-att,
.select-options-pa_finished-djembe-ceiling.imgs-attribute .img-att {
    max-width: 20vw;
}

.imgs-attribute {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
}

.start-configuration {
    background: #f6f4ee;
    padding: 25px 15px;
    text-align: center;
    
    margin-top: 20%;
}

    .start-configuration.edit {
        margin-top: 25px;
    }

    .start-configuration a {
        text-decoration: underline;
        font-size: 14px;
        transition: all 0.5s ease-in-out;
    }

.start.btn-start, .next-step.btn-step {
    background: #2f2f2f;
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-family:IRANSans
}

.next-step.btn-step {
    width: 100%;
    max-width: 200px;
}

    .next-step.btn-step.disabled, .arrow-next.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.start-configuration .continue, .start-configuration.edit .start {
    display: none;
}

.start-configuration.edit .continue {
    display: block;
}

.filter {
    align-items: center;
}

    .filter img {
        margin-right: 15px;
        max-width: 40px;
    }

.arrow-next, .arrow-prev {
    display: none;
    position: absolute;
    right: 12px;
    top: 0;
    width: 12px;
    
}

.arrow-prev {
    left: 12px;
    right: auto;
}

.close-configuration {
    width: 20px;
    float: right;
    padding: 15px;
    
    z-index: 1;
    position: relative;
}

.component_content {
    display: none;
}
/* COMPOSITE */
.component_option_thumbnails_container {
    -webkit-display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
}

.woocommerce .button.component_option_thumbnail_select {
    position: absolute !important;
    padding: 0px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent !important;
    border: none;
    color: transparent !important;
    z-index: 1;
}

    .woocommerce .button.component_option_thumbnail_select::-moz-focus-inner {
        border: 0;
    }

.component_option_thumbnail_container .thumbnail_buttons {
    padding: 0px !important;
}

.component_option_thumbnail {
    margin: 2px !important;
}

.img-att .component_option_thumbnail.selected, .component_option_thumbnail {
    margin: 0px !important;
}

.img-att .component_option_thumbnail::after {
    border: 1px solid transparent;
    outline: solid 2px transparent;
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.3s;
}

.img-att .component_option_thumbnail.selected::after {
    border-color: #000;
    outline-color: #000;
}

.component_option_thumbnail.selected:not(.loading) button::after {
    content: '' !important;
}

.component_option_thumbnail_container img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    max-width: 300px;
}

.full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width: auto !important;
}

.composite_form .composite_pagination ul li::before,
.composite_form .composite_pagination ul li::after,
ul.component_option_thumbnails_container li.component_option_content_container,
.component_options_load_more, .composite_wrap {
    display: none !important;
}

.composite_form .composite_pagination ul li.pagination_element_current,
.composite_form .composite_pagination ul li {
    background: transparent !important;
}

.composite_form .composite_pagination ul {
    margin: 0;
    width: 100%;
    -webkit-display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 0px;
}

    .composite_form .composite_pagination ul li {
        padding: 0px !important;
        margin: 0 25px 15px 0 !important;
        height: auto !important;
        line-height: 1 !important;
    }

.composite_pagination .element_link {
    font-weight: normal !important;
    font-size: 21px;
    line-height: 1 !important;
}

.composite_pagination .pagination_element_current .element_link {
    color: #000 !important;
}

.composite_form .composite_pagination ul li.pagination_element_current {
    border-bottom: 2px solid #000;
}

.composite_form .composite_pagination {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    overflow: hidden;
    padding: 55px 0 !important;
}

.composite_form .step_title_wrapper {
    font-weight: bold;
    font-size: 16px;
}

.component_option_thumbnail {
    width: 100%;
}

.woocommerce div.product form.cart .button.summary_element_select {
    float: none;
}

.component_option_thumbnail_container.Shade img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.component_option_thumbnail_container.shade img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 200px;
}

.small_width .component_option_thumbnail .image {
    width: 90% !important;
    padding: 0px;
}

.small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container.shade,
.small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container.Shade {
    width: 40%;
}

#external_composite .quantity {
    position: relative;
    float: left;
    margin: 0 4px 0 0;
}

.single_add_to_cart_button.composite_add_to_cart_button.button.alt {
    float: right;
}

#external_composite {
    display: none;
    padding-top: 50px;
}

    #external_composite::after, #external_composite::before {
        content: '';
        display: table;
        clear: both;
    }

.composite_summary ul.summary_elements {
    padding: 0px;
}

.summary_element.size .price {
    opacity: 0;
    visibility: hidden;
}
/* CART */
.woocommerce-cart #main {
    padding-top: 0;
}

.woocommerce-page h1 {
    text-align: left !important;
}

.woocommerce-cart .woocommerce-message {
    border-top-color: #2F2F2F;
}

    .woocommerce-cart .woocommerce-message::before {
        color: #2F2F2F;
    }

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    width: 14%;
    max-width: 200px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    max-width: 129px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
    font-weight: bold;
}

.woocommerce-cart-form__cart-item.cart_item .variation {
    font-weight: 100;
}

.woocommerce-cart-form__cart-item .quantity {
    display: inline-flex;
    width: 134px;
}

    .woocommerce-cart-form__cart-item .quantity .qty {
        width: 120px !important;
        height: 42px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0;
        margin: 0;
        border: none;
        text-align: center !important;
        font-weight: bold;
        margin-left: 14px;
    }

.woocommerce-cart-form__cart-item .quantity-button {
    
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;
}

    .woocommerce-cart-form__cart-item .quantity-button.quantity-up {
        position: absolute;
        right: 0;
        border: 1px solid #4A4A4A;
        background: #fff;
        height: 38px;
        line-height: 38px;
    }

    .woocommerce-cart-form__cart-item .quantity-button.quantity-down {
        position: absolute;
        left: 0;
        border: 1px solid #4A4A4A;
        height: 38px;
        line-height: 38px;
    }

input.input-text.qty.text:focus {
    box-shadow: none;
}

.woocommerce .button.btn-black-marset,
.wc-proceed-to-checkout.btn-black-marset a,
.woocommerce-cart .woocommerce-message a.button.wc-forward {
    background-color: #2F2F2F !important;
    font-weight: bold;
    font-size: 16px !important;
    border-radius: 0px !important;
    border: none;
    color: #fff;
}

.woocommerce-cart .woocommerce-message a.button.wc-forward {
    display: none;
}

.button.btn-white-marset {
    background-color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    border: 1px solid #000 !important;
    text-align: center;
    letter-spacing: 0px !important;
    color: #2F2F2F !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: none;
    padding: 9px 0px;
}

.shipping-text {
    text-align: right;
    font-size: 14px;
    color: #4A4A4A;
}

.wc-proceed-to-checkout {
    max-width: 200px;
    min-width: 200px;
    float: right;
}

.cart_totals tr.cart-subtotal,
.cart_totals tr.woocommerce-shipping-totals.shipping,
.cart_totals tr.order-total, .cart_totals tr {
    text-align: right;
}

.cart-collaterals {
    position: relative;
}

.wc-proceed-to-checkout.btn-white-marset {
    position: absolute;
    left: 0;
}

.btn-white-marset a.button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    padding: 1em;
    background: #fff;
    border: 1px solid #2F2F2F;
    border-radius: 0px;
    line-height: 1.5;
}

.woocommerce-cart footer .footer-rows, .woocommerce-cart .random-above-footer,
.woocommerce-checkout footer .footer-rows,
.woocommerce-checkout .random-above-footer {
    display: none;
}

footer .cart-footer {
    display: none;
}

.woocommerce-cart footer .cart-footer, .woocommerce-checkout footer .cart-footer {
    display: block;
}

.cart-footer-logos {
    text-align: center;
    padding: 30px;
}

.cart-footer-links {
    text-align: center;
    padding: 20px;
}

.cart-footer-logos img {
    padding: 0px 20px;
    max-width: 100px;
}

.cart-footer-links p {
    padding: 4px 0px;
}

.cart-footer-links p, .cart-footer-links a {
    color: #fff !important;
}

    .cart-footer-links p:first-child {
        font-weight: bold;
    }

    .cart-footer-links p:last-child {
        text-decoration: underline;
    }

.cart-footer-links .link {
    font-size: 12px !important;
}

.product-specifications dl.variation {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
    visibility: visible;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

    .product-specifications dl.variation.hidden {
        visibility: visible;
    }

.woocommerce-checkout .product-specifications dl.variation {
    height: 0;
    overflow: hidden;
}

    .woocommerce-checkout .product-specifications dl.variation.show {
        visibility: visible;
        height: auto;
        overflow: auto;
    }

    .woocommerce-checkout .product-specifications dl.variation.hidden {
        height: 0;
        overflow: hidden;
    }

    .woocommerce-checkout .product-specifications dl.variation dd p {
        display: inline;
    }

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    padding: 4px 0;
}

.woocommerce-cart-form__cart-item .variation dd p {
    margin: 0;
}

.product-specifications {
    margin: 25px 0px 10px;
}

.hideshow {
    border: none;
}

    .hideshow:focus {
        outline: none;
    }

.product-specifications-title i.fa:focus {
    outline: none;
}

.product-specifications-title.hideshow {
    text-decoration: none;
    font-size: 16px;
    
    font-family: 'NeueHaasGroteskTextPro', Helvetica, Arial, sans-serif;
    background: transparent;
    font-weight: normal;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .product-specifications-title.hideshow i {
        margin-left: 10px;
    }

.woocommerce a.remove {
    color: #2F2F2F !important;
    font-weight: normal;
}

.woocommerce table.shop_table td {
    padding: 20px 12px;
    padding-right: 0px;
}

.woocommerce-cart table.cart td {
    vertical-align: top;
}

.woocommerce-cart table.cart .product-thumbnail {
    padding-left: 0px !important;
}

.woocommerce-page table.cart td.actions {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

    .woocommerce button.button:disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce-page table.cart td.actions .button {
        font-weight: normal;
        border: 1px solid #2f2f2f;
        line-height: 1;
        width: 100%;
        max-width: 200px;
        padding: 1em !important;
    }

        .woocommerce-page table.cart td.actions .button,
        .woocommerce-page table.cart td.actions .button:hover {
            background: #2F2F2F !important;
            color: #fff !important;
        }

            .woocommerce button.button:disabled,
            .woocommerce button.button:disabled[disabled],
            .woocommerce-page table.cart td.actions .button:disabled,
            .woocommerce-page table.cart td.actions .button:disabled[disabled] {
                background: transparent !important;
                color: #2F2F2F !important;
            }

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    padding-bottom: 30px;
}

.woocommerce-cart #maincontent {
    padding: 0px 20px;
}

.woocommerce-cart .catalog, .woocommerce-checkout .catalog {
    max-width: 90vw;
}

.woocommerce-cart #introWrapper h1 {
    margin-left: 0px !important;
    margin-bottom: 60px !important;
    margin-top: 20px !important;
}

.shipping_title {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

.woocommerce ul#shipping_method li {
    line-height: unset;
}

.my-custom-shipping-table {
    width: 100%;
}

.woocommerce-cart .cart_item.component_table_item {
    opacity: 1;
    display: table-row;
}

.cart_item.component_table_item.invisible, .woocommerce-checkout .cart_item.component_table_item {
    opacity: 0;
    transition: all .5s ease-in-out;
    display: none;
}

.cart_item.component_table_item.visible {
    opacity: 1;
    display: table-row;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    display: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    background: url(https://marset.com/wp-content/plugins/marset-plugin-wordpress/uploads/Marset_iconos_Shipping.svg);
    background-size: cover;
    background-position: center;
    color: transparent;
}

.cart_totals tr.order-total td {
    padding: 9px 0px;
    font-weight: bold;
}

.woocommerce-page table.cart td.actions .button {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    position: initial !important;
}

.cart_empty.wc-proceed-to-checkout.btn-white-marset {
    position: relative;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
/*thank you page*/
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    font-weight: bold;
    padding: 50px 0px;
}

.woocommerce-order-received .woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    text-align: center;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    border: none !important;
    line-height: 1.5;
    padding: 0px !important;
}
/* CHECKOUT*/
form.woocommerce-checkout {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 0px;
}

    form.woocommerce-checkout.active {
        opacity: 1;
        overflow: auto;
        height: auto;
    }

.breadcrumb-checkout {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    margin-bottom: 25px; /*margin-left: 15px;*/
}

.breadcrumb__item {
    display: inline-block;
    font-size: 0.85714em;
    color: #999999;
    
}

.breadcrumb__text.breadcrum__number {
    padding-right: 8px;
}

.breadcrumb__text, .breadcrumb__link, .breadcrumb__chevron-icon {
    vertical-align: middle;
}

.breadcrumb__chevron-icon {
    color: #999999;
    margin: 0 0.4em;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

.breadcrumb__link {
    color: #000000;
}

.breadcrumb__item--current, .breadcrumb__item--completed {
    font-weight: 500;
    color: #4d4d4d;
}

.step__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5em;
}

.step__footer__continue-btn {
    float: right;
    text-align: center;
    line-height: 1.5;
}

.anyflexbox .step__footer__previous-link, .anyflexbox .step__footer__info {
    margin-right: 1em;
    float: left;
}

.previous-link__icon {
    -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    margin-right: 0.25em;
    width: 10px;
    height: 10px;
    color: #000000;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.step__footer__previous-link {
    
}

    .step__footer__previous-link:hover .previous-link__icon {
        fill: black;
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

.step__footer__previous-link-content {
    vertical-align: middle;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row {
    position: relative;
}

.form-row.form-row-first {
    float: none;
    display: inline-block;
}

.woocommerce #order_review {
    margin-bottom: 0px;
    border: none;
    background: transparent;
}

.woocommerce #order_review_heading, .woocommerce .woocommerce-billing-fields h3 {
    display: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
    padding-top: 40px;
}

tfoot span.woocommerce-Price-amount.amount {
    padding-left: 20px;
}

td.cart-subtotal-content {
    padding: 4px 0px !important;
    float: right;
}

.coupon-question {
    font-size: 12px;
    line-height: 1.6;
    width: 50%;
}

table.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
}

table.woocommerce-checkout-review-order-table .shipping th {
    text-align: left;
}

table.woocommerce-checkout-review-order-table .cart_item th,
table.woocommerce-checkout-review-order-table .cart_item td {
    vertical-align: top;
}

.product-image {
    position: relative;
    padding: 0 15px 0 0 !important;
    max-width: 70px;
    padding-left: 0px !important;
    padding-bottom: 35px !important;
}

    .product-image img {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0px;
    }

    .product-image .product-quantity {
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        padding: 0.15em 0.7em;
        border-radius: 2em;
        background-color: rgba(153, 153, 153, 0.9);
        color: #fff !important;
        position: absolute;
        right: 6px;
        top: -0.75em;
        z-index: 3;
        width: auto;
    }

table.woocommerce-checkout-review-order-table .product-total {
    float: right;
}

.woocommerce #ship-to-different-address label {
    position: relative;
    font-size: 12px;
    top: 0;
    padding: 0px;
    margin-bottom: 0px;
    color: #000;
}

.checkout_coupon .button {
    padding: 15px;
    border-radius: 4px;
    background: #6f6f6f;
    border-color: #6f6f6f;
    width: 100%;
}

form.login .button {
    padding: 13px 20px;
    background-color: transparent;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
    border: 1px solid #000;
    transition: background-color 300ms ease-out;
}

    form.login .button:hover {
        background-color: #000;
        color: #fff;
    }

.sing-in-checkout .woocommerce-form-login {
    width: 80%;
    margin-bottom: 0px;
    margin-top: 40px;
}

.woocommerce-info {
    display: none;
}

.login-shop {
    text-align: right;
    padding: 15px 0px;
}

.place-order .button {
    max-width: 200px;
    border-radius: 4px;
}

#order_review .form-row {
    display: none;
}

.coupon_2 .form-row {
    display: inline-block !important;
}

    .coupon_2 .form-row.form-row-first {
        width: 75%;
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
    }

    .coupon_2 .form-row.form-row-last {
        width: 20%;
        text-align: right;
        padding-top: 20px;
    }

.form-row.form-row-wide.create-account.woocommerce-validated {
    margin-top: 35px;
}

#createaccount, #terms {
    margin-right: 8px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
}

.woocommerce #order_comments {
    min-height: 80px;
    padding: 15px;
    line-height: inherit;
}

.shipping_address {
    margin-bottom: 30px;
}

.my-custom-shipping-table th {
    display: none;
}

.my-custom-shipping-table td, .my-custom-shipping-table {
    border: none;
    padding: 0px;
}

form.woocommerce-form.woocommerce-form-login.login {
    display: block !important;
    margin-top: 0px !important;
    background: none;
    border: none;
    padding-left: 0px;
    padding-top: 0px;
}

#guest-checkout-submit, #login-checkout-submit, #register-checkout-submit {
    width: 100%;
    display: inline-block;
    max-width: 190px;
    text-align: center;
    padding: 16px 0px !important;
    margin-top: 30px;
    font-family: 'IRANSans' !important;
    letter-spacing: 0px;
    line-height: 1 !important;
}

.buttons-1 {
    display: flex;
    justify-content: space-between;
}

#guest-checkout-submit:hover {
    color: #fff !important;
}

.woocommerce form .form-row .required {
    visibility: hidden;
}

.woocommerce-form.woocommerce-form-login.login .form-row {
    display: flex;
    flex-direction: column;
}

    .woocommerce-form.woocommerce-form-login.login .form-row label .remember {
        color: #4A4A4A;
        font-size: 12px;
        font-weight: 500;
    }

.wppb-required {
    display: none;
}

.col-1 .guest-checkout .guest-checkout-content {
    display: flex;
    flex-direction: column;
}

.col-2 {
    max-width: 70% !important;
}

span.title-sign-in {
    padding-bottom: 30px;
    display: block;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000;
        line-height: 40px;
    }

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #000;
}

.woocommerce-checkout .select2-search {
    background: #fff;
}

.woocommerce-checkout .select2-results {
    background: #fff;
    color: #000;
}

.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #000;
    color: #fff;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #00f;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

#order_review .your-cart-edit {
    float: right;
    text-decoration: underline;
}

.my-custom-shipping-table .amount {
    float: right;
}

.wc_payment_methods .wc_payment_method {
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    padding: 10px;
}

    .wc_payment_methods .wc_payment_method:last-child {
        border-bottom: 0px;
    }

.col-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.payment_box.payment_method_paypal {
    display: none;
}

.wc_payment_method.payment_method_stripe {
    display: none;
}

.payment_method_redsys label img {
    float: right;
    margin-top: -10px;
}

.payment_method_paypal label img {
    float: right;
    margin-top: -4px;
}

.woocommerce-terms-and-conditions .text-pages {
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce-checkout #introWrapper {
    display: none;
}

.woocommerce-checkout .breadcrumb-checkout {
    font-size: 28px;
    text-align: left;
    margin-bottom: 80px;
}

li.breadcrumb__item.breadcrumb__item--current, li.breadcrumb__item.disabled {
    font-weight: bold;
}

li.breadcrumb__item.disabled {
    pointer-events: none;
    color: #4d4d4d;
}

li.breadcrumb__item {
    padding-right: 40px;
}

.col-1 .sing-in-checkout {
    width: 70%;
    float: right;
    display: flex;
    flex-direction: column;
    text-align: right;
    direction:rtl
}

    .col-1 .sing-in-checkout span, .guest-checkout span {
        font-size: 18px;
        font-weight: bold;
        direction: rtl;
        text-align: right;
        line-height: 1.8;
    }

.col-1 .guest-checkout {
    width: 50%;
    float: right;
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .col-1 .guest-checkout p {
        margin-bottom: 35px;
        margin-top: 10px;
        max-width: 495px;
    }

    .col-1 .guest-checkout label {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .col-1 .guest-checkout input[type="email"] {
        line-height: 40px;
        max-width: 400px;
    }

.guest-checkout input[type="email"].required {
    outline: 1px solid rgba(255, 0, 0, 0.6);
}

.col-1 .guest-checkout button.button {
    background-color: #2F2F2F !important;
    font-weight: bold;
    font-size: 16px !important;
    border-radius: 0px !important;
    border: none;
    color: #fff;
    width: fit-content;
    margin-top: 50px;
}

.col-1 .step__footer a.button.step__footer__continue-btn.btn {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    padding: 1em;
    background: #fff;
    border: 1px solid #2F2F2F;
    border-radius: 0px;
    line-height: initial;
}

    .col-1 .step__footer a.button.step__footer__continue-btn.btn:hover {
        background-color: #2f2f2f;
        text-decoration: none;
        background-image: none;
        color: #fff;
    }

.woocommerce-checkout-review-order#order_review {
    background: #F6F4EE;
    max-width: 400px;
    padding: 30px 25px;
}

.woocommerce form.checkout_coupon {
    border: none;
    padding: 0px;
    margin: 10px 0px !important;
}

.form-row.form-row-first input#coupon_code,
.form-row.form-row-first input#coupon_code_2 {
    background: transparent;
    border: 1px solid #2F2F2F;
    border-radius: 0px;
    width: 50%;
}

.form-row.form-row-last a.button {
    border: none;
    background-color: transparent !important;
    color: #4A4A4A !important;
    font-weight: 100 !important;
    text-decoration: underline;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    border-top: none;
    line-height: 1;
}

.woocommerce table.shop_table tfoot .cart-discount td.cart-subtotal-content {
    font-weight: normal;
}

    .woocommerce table.shop_table tfoot .cart-discount td.cart-subtotal-content strong {
        padding-right: 20px;
        font-weight: bold;
        font-family: 'NeueHaasGroteskTextPro', Helvetica, Arial, sans-serif;
    }

    .woocommerce table.shop_table tfoot .cart-discount td.cart-subtotal-content span.woocommerce-Price-amount.amount {
        padding-left: 0px;
    }

.cart-discount .woocommerce-remove-coupon {
    font-size: 70%;
    line-height: 1.5;
}

#order_review .your-cart {
    float: left;
    font-weight: bold;
    font-size: 18px;
}

.product-name .product-quantity-name {
    font-weight: bold;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping #shipping_method {
    float: right;
}

.my-custom-shipping-table #shipping_method {
    text-align: left;
}

.product-name .product-quantity-name .product-total .woocommerce-Price-amount.amount,
.cart-subtotal td span.woocommerce-Price-amount.amount, .cart-subtotal th,
.woocommerce-shipping-totals.shipping .woocommerce-Price-amount.amount,
.tax-total td span.woocommerce-Price-amount.amount {
    font-weight: normal !important;
}

.cart-subtotal-content {
    display: flex;
    justify-content: space-around;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #2f2f2f;
    text-decoration: none;
    background-image: none;
    color: #fff;
    border-color: #2f2f2f;
}

.woocommerce a.button {
    border-radius: 0px;
    color: #212121;
    background-color: transparent;
    border: 1px solid #2f2f2f;
    height: auto;
    line-height: 1;
    font-family: 'IRANSans', sans-serif !important;
    font-weight: normal;
    padding: 1em;
}

.woocommerce .form-row.form-row-last button.button {
    background-color: transparent !important;
    color: #4A4A4A !important;
    font-weight: 100 !important;
    text-decoration: underline;
    width: auto;
    border: 0px;
    display: block;
    padding: 5px 0px !important;
    min-width: auto;
    float: right;
}

#add_payment_method #payment, .woocommerce-cart #payment,
.woocommerce-checkout #payment {
    width: 100%;
    background: transparent;
    border-radius: 0px;
}

.woocommerce-input-wrapper strong {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    display: block;
    line-height: 40px;
}

.cart-in-checkout {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f4ee;
    text-align: left;
    padding: 15px 25px;
    z-index: 99;
    
}

    .cart-in-checkout p {
        font-weight: bold;
    }

    .cart-in-checkout a {
        text-decoration: underline;
    }

    .cart-in-checkout strong {
        float: right;
    }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background: #2F2F30 !important;
    border: none;
}

.woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
    background-color: #f6f4ee;
}

.wc_payment_methods .payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f6f4ee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#wc_subscribe_field {
    text-align: left;
    margin-bottom: 30px;
}

    #wc_subscribe_field .optional {
        display: none;
    }

    #wc_subscribe_field label {
        text-transform: initial;
    }

.wc_payment_method.payment_method_ppcp-gateway label::before, .wc_payment_method.payment_method_paypal label::before {
    content: '';
    background: url('../../../../../www.paypalobjects.com/webstatic/i/sparta/logo/logo_paypal_106x29.png');
    width: 106px;
    position: absolute;
    height: 29px;
    background-repeat: no-repeat;
}

.wc_payment_method.payment_method_ppcp-gateway label {
    color: #fff;
}

.wc_payment_method.payment_method_paypal label {
    color: #fff;
}

    .wc_payment_method.payment_method_paypal label img, .wc_payment_method.payment_method_paypal label a {
        display: none;
    }

@media (max-width:1440px) {
    .woocommerce-checkout .catalog {
        max-width: 992px;
    }
}

@media (max-width:1100px) {
    .close-minicart {
        width: 20px;
        float: right;
        margin: 15px;
        
        position: absolute;
        top: 0;
        right: 0;
    }

    .woocommerce-checkout .catalog {
        margin: 0px 30px;
    }

    .woocommerce-checkout #main, .woocommerce-checkout #maincontent {
        padding-top: 0px;
    }

    .woocommerce #customer_details .col-2, .col-3,
    .woocommerce-checkout-review-order#order_review, .woocommerce #customer_details {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0px;
    }

    .menu-block .carrito img {
        height: 20px;
    }

    .cart-in-checkout {
        display: block;
    }

    #order_review.woocommerce-checkout-review-order {
        transition: all 1s ease-in-out;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: 70px 15vw;
        width: 100%;
        max-width: calc(100vw - 30vw);
        overflow: hidden;
    }

        #order_review.woocommerce-checkout-review-order.active {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            height: 100vh;
            overflow: auto;
            z-index: 99999999;
        }

    header .top-nav {
        display: none;
    }

    .lang-usa .menu-block li.carrito {
        display: inline-block;
        padding: 0 0 0 9px;
        position: relative;
    }

    header {
        padding-top: 0px;
    }

    span.cart-items-count.count {
        color: #0000ED !important;
        padding: 0 0 0 10px;
        font-size: 14px;
    }

    #woofc-area {
        left: 0px;
        right: 0;
        max-width: 100%;
        min-height: calc(100vh - 55px);
        background: #fff;
        padding: 15px;
        border: 0px;
    }

        #woofc-area.woofc-area-show {
            top: 0px !important;
            min-height: 100vh;
        }

        #woofc-area.woofc-style-02 .woofc-area-mid {
            overflow-y: auto;
        }

    .close-minicart {
        display: block;
    }

    #woofc-area .woofc-area-mid.woofc-items, #woofc-area .woofc-area-bot {
        margin: 0 auto !important;
        width: 100%;
    }

    body.lang-usa #wrapper, body.tax-tipo.lang-usa #wrapper, body.tax-exterior.lang-usa #wrapper, body.post-type-archive-lamparas.lang-usa #wrapper, body.post-type-archive-lamparas-exterior.lang-usa #wrapper {
        padding-top: 55px;
    }

    #maincontent {
        padding-top: 30px;
    }

    .filters ul li {
        padding: 10px;
        width: auto;
    }

    .woocommerce-checkout footer .cart-footer {
        padding-bottom: 100px;
    }
    /* Page Product */
    .product .quantity input {
        width: 248px !important;
        max-width: 248px;
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        width: 100%;
        margin-top: 15px;
        max-width: 250px;
        float: left;
    }

    .woocommerce-variation-add-to-cart {
        display: block;
    }

    .single .product.featured-product .metas, .woocommerce div.product div.summary {
        width: 47%;
    }

    .isphone.single-lamparas.transparent header {
        background: #fff;
        border-bottom: none;
    }

        .isphone.single-lamparas.transparent .logo img,
        .isphone.single-lamparas.transparent .open-login .login-link,
        .isphone.single-lamparas.transparent .search_link svg,
        .isphone.single-lamparas.transparent header .btn-nav {
            -webkit-filter: none;
            filter: none;
        }

    body.single-post .post-content-wrapper {
        margin-bottom: 30px;
    }

    .single .projects h3, .single .collections h3 {
        margin: 25px 0 37px 0;
    }

    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .inner-col-flex.desc,
    .inner-col-flex.clusters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product.featured-product .description,
    .single .product.featured-product .metas {
        width: 100%;
    }

    .single .product.featured-product .description .txt.text-block {
        max-width: none;
    }

        .single .product.featured-product .description .txt.text-block .post-content {
            text-align: center;
        }

    .single .product.featured-product .description .heading {
        margin-right: 0;
    }

    .single .product .description h1 {
        text-align: center;
    }

    .single .product.featured-product .description .txt.text-block {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:767.98px) { /* Configuration */
    .arrow-next, .arrow-prev, .close-configuration {
        display: block;
    }

    .step-configuration .title, .summary .price .woocommerce-Price-amount.amount {
        text-align: center;
    }

    .summary .inner-col-flex.col-breadcrumbs {
        padding-bottom: 15px;
        position: absolute;
        top: -15px;
    }

    .start-configuration {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        -webkit-box-shadow: 0px -8px 17px -10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px -8px 17px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -8px 17px -10px rgba(0, 0, 0, 0.3);
        padding: 25px 15px 35px;
    }

        .start-configuration.edit {
            position: relative;
            box-shadow: none;
            padding: 25px 15px;
        }

            .start-configuration.edit.fixed_mobile {
                position: fixed;
                padding: 25px 15px 0px;
                bottom: 125px;
                z-index: 12;
            }

    .single_add_to_cart_button.composite_add_to_cart_button.button.alt {
        width: 100%;
        float: left;
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button,
    .single_add_to_cart_button.composite_add_to_cart_button.button.alt {
        position: fixed;
        bottom: 60px;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 12;
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 0.9em 1em !important;
    }

    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart::after,
    .woocommerce div.product.product-type-simple form.cart::after,
    #external_composite::before {
        content: '';
        position: fixed;
        background: #f6f4ee;
        left: 0;
        right: 0;
        height: 130px;
        z-index: 11;
        bottom: 0;
        -webkit-box-shadow: 0 -8px 17px -10px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 -8px 17px -10px rgba(0, 0, 0, .3);
        box-shadow: 0 -8px 17px -10px rgba(0, 0, 0, .3);
        display: block;
    }

    .woocommerce div.product form.cart .variations {
        margin-top: 35px;
    }

    .woocommerce div.product p.price.fixed_mobile,
    .woocommerce div.product.product-type-simple p.price {
        position: fixed;
        bottom: 5px;
        left: 0;
        z-index: 12;
        right: 0;
    }

    div.product.product-type-simple .shipping-only {
        display: block;
        clear: both;
        padding-top: 10px;
        text-align: center;
    }

    .configuration {
        position: fixed;
        top: 0;
        z-index: 99999999;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0px;
        max-width: 100%;
    }

        .configuration .inner-col {
            max-width: 100%;
        }

        .configuration.active .menu-configuration {
            padding: 60px 0 25px 0;
        }

        .configuration .menu-configuration {
            text-align: center;
        }

    .menu-configuration span {
        font-size: 15px;
        display: inline-block;
        color: #505050;
        position: relative;
        margin: 5px 3vw 5px 2.5vw;
    }

        .menu-configuration span.active {
            font-weight: bolder;
            border-bottom: 2px solid #4e4e4e;
            color: #4e4e4e;
        }

        .menu-configuration span::before {
            position: absolute;
            content: '';
            left: -3vw;
            width: 1px;
            background: #505050;
            top: 0;
            bottom: 0;
        }

        .menu-configuration span:first-child::before {
            content: none;
        }

    .img-att, .select-options-pa_finished.imgs-attribute .img-att,
    .select-options-pa_finished-djembe-ceiling.imgs-attribute .img-att {
        max-width: 80vw;
    }

    .configuration.active {
        overflow: auto;
        height: 100vh;
    }

    .step-configuration .title {
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        color: #000;
    }
    /*body #wrapper, body.tax-tipo #wrapper, body.post-type-archive-lamparas #wrapper { padding-top: 0px; }*/ /* General*/
    #order_review.woocommerce-checkout-review-order {
        transition: all 1.5s ease-in-out;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: 70px 15px;
        width: 100%;
        max-width: calc(100vw - 30px);
        overflow: hidden;
    }

    .woocommerce-checkout .catalog {
        max-width: 992px;
    }

    .woocommerce-checkout .breadcrumb-checkout {
        margin-bottom: 20px !important;
    }

    li.breadcrumb__item, .breadcrumb__text.breadcrum__number {
        display: none;
    }

        li.breadcrumb__item.breadcrumb__item--current.active {
            display: block;
            width: 100%;
            text-align: center;
        }

        li.breadcrumb__item.breadcrumb__item--current span.breadcrumb__text {
            line-height: 2.5;
        }

        li.breadcrumb__item.breadcrumb__item--current.active:after {
            content: '';
            background-color: #9B9B9B;
            width: 100%;
            display: block;
            height: 1px;
            margin: 0 auto;
        }

    .woocommerce-checkout .col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .woocommerce-checkout .col-1 .sing-in-checkout {
            width: 90%;
            float: none;
            align-items: center;
        }

    .col-2 {
        max-width: 90% !important;
    }

    .col-1 .guest-checkout {
        width: 90% !important;
        display: flex;
        flex-direction: column;
        text-align: left;
        float: none;
        align-items: center;
    }

        .col-1 .guest-checkout .guest-checkout-content {
            display: flex;
            flex-direction: column;
            margin-top: 0px !important;
            padding-top: 30px;
            width: 80%;
            padding: 20px;
        }

    .sing-in-checkout .register {
        width: 100%;
        border: none !important;
    }

    .buttons-1 {
        display: flex;
        flex-direction: column;
    }

    .my-custom-shipping-table {
        width: 100%;
    }

    .button.step__footer__continue-btn.btn, .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin: 0 auto 20px;
        line-height: 1;
    }

    .woocommerce div.product div.summary,
    .woocommerce div.product div.images {
        width: 100%;
    }

    .woocommerce div.product p.price, .product .summary .by,
    .woocommerce div.product .product_title {
        text-align: center !important;
    }

    .woocommerce div.product.product-type-simple form.cart {
        max-width: 250px;
        margin: 0 auto;
        margin-top: 2em;
        padding-bottom: 2em;
    }

    #external_composite {
        max-width: 250px;
        margin: 0 auto;
    }

    .single .projects h3, .single .collections h3 {
        margin: 15px 0;
    }

    .woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title {
        width: 100%;
        text-align: left;
    }

    .woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-table.product-total {
        text-align: center;
    }

    .woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        margin-top: 40px;
    }

    .woocommerce-order-received .woocommerce ul.order_details {
        margin: 0 0 3em;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 !important;
    }

        .woocommerce-order-received .woocommerce ul.order_details li {
            float: left;
            margin-right: 0px;
            text-transform: uppercase;
            font-size: .715em;
            line-height: 2;
            border-right: none;
            padding-right: 0;
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
            text-align: left;
        }

    .woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .woocommerce-order-received .woocommerce ul.order_details {
        margin: 0 0 3em;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 !important;
    }

    .woocommerce-order-received .product-name a {
        width: 80%;
        display: block;
        text-align: left;
        float: none;
        margin-top: 0px;
    }

    .woocommerce-page.woocommerce-cart h1 {
        text-align: center !important;
        margin: 0px !important;
        font-size: 22px;
        color: #000;
        padding-bottom: 10px;
    }

    .woocommerce-cart #maincontent {
        padding-top: 30px;
    }

    .woocommerce-cart .catalog-area {
        padding-bottom: 30px;
    }

    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table td {
        border-top: 0px;
    }

    .woocommerce table.shop_table.cart td {
        padding-left: 0px;
    }

    tr.woocommerce-cart-form__cart-item.cart_item,
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
        border-top: 1px solid #9B9B9B;
        padding: 20px 0px;
        position: relative;
    }

    .product-remove {
        position: absolute;
        top: 0;
        right: 0;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
        content: ' ';
    }

    .woocommerce-page table.shop_table_responsive tr td.product-name::before {
        content: ' ';
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        width: 100px;
        max-width: 200px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        float: left;
        width: auto;
        text-align: left;
        padding-right: 10px;
    }

    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin-bottom: 0px;
    }

    .product-name a {
        width: 50%;
        display: block;
        text-align: left;
        float: right;
        margin-top: -174px;
    }

    .product-specifications {
        margin: 0px 0px 10px;
        display: flex;
        align-items: start;
    }

    .woocommerce-checkout-review-order-table .product-specifications {
        margin: 25px 0px 10px;
        display: inline-block;
    }

    .product-specifications-title.hideshow {
        width: 50%;
        text-align: left;
        font-weight: bold;
        padding: 0;
        display: inline-block;
        margin-top: 0px;
    }

    .woocommerce-checkout-review-order-table .product-specifications-title.hideshow {
        width: 100%;
        text-align: unset;
        font-weight: normal;
        padding: 0;
        display: inline-block;
        margin-top: 0px;
    }

    .product-specifications-title.hideshow i {
        display: none;
    }

    .woocommerce-checkout .product-specifications-title.hideshow i {
        display: inline-block;
    }

    .product-specifications dl.variation {
        visibility: visible;
    }

    .product-remove a.remove {
        float: right;
    }

    .woocommerce-cart-form__cart-item .product-name a:before {
        content: 'Items';
        display: flex;
        margin-bottom: 30px;
    }

    .woocommerce-cart-form__cart-item .product-name a.product-specifications-title:before {
        display: none;
    }

    .woocommerce-cart-form__cart-item dl.variation {
        width: 55%;
        display: inline-block !important;
        padding: 0;
        margin: 0;
        font-size: 16px;
        padding-left: 0;
        text-align: left;
    }

    .woocommerce-cart-form__cart-item .quantity {
        width: 140px;
        float: right;
    }

    .woocommerce-Price-amount.amount {
        text-align: left;
        width: auto;
        display: inline-block;
    }

    td.product-remove a.remove {
        margin: 0 auto;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }

    .woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
        text-align: right;
    }

    .woocommerce-page .cart_totals span.woocommerce-Price-amount.amount {
        text-align: right;
    }

    .wc-proceed-to-checkout {
       
        float: none;
        width: 100%;
        margin: 0 auto;
    }

        .wc-proceed-to-checkout.btn-white-marset {
            position: unset;
        }

    .shipping-text {
        padding: 0px;
        margin-top: 0px;
    }

    .woocommerce-page table.shop_table_responsive tr.cart-subtotal td::before {
        font-weight: normal;
        color: #4A4A4A;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " ";
    }

    .woocommerce-cart-form__contents tr td button.button.btn-black-marset {
        width: 100% !important;
        max-width: 200px;
        margin: 0 auto;
        float: none;
    }

    .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
        margin: 10px;
        margin-bottom: 0px;
    }

    .woocommerce-cart-form__cart-item.cart_item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        min-width: 125px;
    }

    .woocommerce table.shop_table .cart-subtotal td {
        padding: 0px !important;
    }

    .cart_item.component_table_item {
        opacity: 1;
    }

    .woocommerce-cart #introWrapper h1 {
        margin-bottom: 10px !important;
        margin-top: 100px !important;
        width: 100%;
    }

    .guest-checkout-content, .sing-in-checkout .woocommerce-form-login {
        width: 100% !important;
        padding: 0px !important;
    }

    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea, .woocommerce .form-row input.input-text {
        width: calc(100% - 4px);
        box-sizing: border-box;
    }
    /* Page product */
    .woocommerce div.product div.images .slick-dotted.slick-slider {
        margin-top: 22px;
    }

    .woocommerce div.product div.images .slick-dots {
        display: block !important;
    }

    .inner-col-flex {
        flex-direction: column;
    }

    .woocommerce-variation-add-to-cart {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }

    .woocommerce div.product form.cart .variations, .summary.entry-summary,
    .shipping-only {
        text-align: center;
    }

    .modal {
        display: none;
        width: auto;
        height: 100vh;
        position: fixed;
    }

    .inner-col-flex {
        padding-bottom: 0;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }

    .more-info-product {
        padding-top: 25px;
        border-top: 1px solid #9B9B9B;
    }

    .woocommerce div.product.product_cat-simple form.cart .button.single_add_to_cart_button,
    .woocommerce div.product.product_cat-simple form.cart .woocommerce-variation-add-to-cart::after {
        display: none;
    }

    .variation-options .select-options li {
        text-align: left;
        justify-content: start;
        -webkit-justify-content: start;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        font-size: 14px;
        padding: 12px 15px;
    }

    .product_cat-simple .start-configuration {
        background: #f6f4ee;
        padding: 5px 10px 25px 10px;
        display: flex;
        flex-direction: column;
    }

    .select-styles {
        margin-top: 0px;
        order: 2;
        margin-bottom: 65px;
    }

        .select-styles .variation-options,
        .select-styles .variation-options .select-options {
            margin-bottom: 0px;
        }

    .variation-options .select {
        min-height: 0px;
        font-size: 12px;
        position: initial;
    }

    #size_chart {
        display: none;
        order: 1;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 12px;
        text-decoration: none;
        position: relative;
        color: #5f5f5e;
    }

        #size_chart.active {
            display: block;
        }

        #size_chart:after {
            content: "";
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-color: transparent transparent transparent #5f5f5e;
            position: absolute;
            margin-left: 7px;
            margin-top: 2px;
        }

    .variation-options .select-styled::after {
        right: 10px;
        top: 20px;
    }

    .variation-options .select-styled.active::after {
        top: 11px;
    }

    .product_cat-simple .shipping-only {
        text-align: center;
        order: 4;
        font-size: 11px;
    }

    .product_cat-simple .start.btn-start {
        order: 3;
    }

    .variation-options .select-options {
        position: relative;
        top: 0;
        background: transparent;
        border: 0px;
        border-top: 1px solid #cbcbcb;
        margin-bottom: 15px;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }

    .woocommerce div.product.product_cat-simple p.price {
        max-width: 30%;
        text-align: right !important;
        position: fixed;
        bottom: 115px;
        right: 10px;
        left: auto;
        z-index: 999;
        margin-bottom: 0px;
    }

    .woocommerce div.product.product_cat-simple.outofstock p.price {
        display: none;
    }

    .product_cat-simple div.hidden-variable-price {
        padding-top: 25px;
        margin-top: 0px;
        font-size: 16px !important;
        font-weight: bold;
        height: auto !important;
        line-height: 1 !important;
        visibility: initial !important;
        text-align: center !important;
        margin-bottom: 20px;
    }

    .variation-options .select-styled {
        text-align: left;
        margin: 0 auto;
        position: absolute;
        left: 10px;
        max-width: 20%;
        right: auto;
        top: auto;
        bottom: 115px;
        width: 100%;
        line-height: 1;
        min-height: 28px;
        display: flex;
        display: -webkit-flex;
        justify-content: start;
        -webkit-justify-content: start;
        align-items: center;
        -webkit-align-items: center;
        padding: 8px 20px 8px 14px;
    }

    .variation-options .select-styled, .variation-options .select-options li,
    .variation-options .select-options {
        border-color: #2f2f2f;
    }

    .variation-options[data-attribute="pa_finished"] .select-options {
        margin-bottom: 17px;
    }

    .variation-options[data-attribute="pa_finished"] .select-styled {
        left: 36%;
    }

    .simple_one_size .variation-options[data-attribute="pa_finished"] .select-styled {
        left: 10px;
    }

    .simple_one_size #size_chart {
        display: block !important;
        margin-top: 28px;
        text-align: right;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: -25px;
        position: fixed;
        bottom: 150px;
        right: 10px;
        left: auto;
        margin-bottom: 0px;
    }

    .variation-options[data-attribute="pa_finished"] .select-options li {
        padding-left: 0px;
    }

    .variation-options .select-options li {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        text-indent: 0px;
    }

    .variation-options .select-options img, .variation-options .select-options .img {
        margin: 0 15px 0 0;
    }

    .more-info-product a {
        margin: 0px 0px 15px 0px;
    }

    .wpgs-nav, .filters {
        display: none;
    }

    .product .slick-dots li button::before {
        display: block;
        width: 7px;
        height: 7px;
    }

    .product .inner-col {
        max-width: none;
    }

    .coming_soon_product {
        margin: 5% 0 5%;
    }

        .coming_soon_product.message_image {
            margin: 15px 0px;
        }

    .woocommerce-checkout .catalog {
        margin: 0px;
        padding: 0px;
    }

    .woocommerce-checkout #main {
        padding-top: 55px;
    }
}

@media (max-width:576px) {
    .woofc-area-mid.woofc-items, .woofc-area-bot {
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .composite_form {
        margin-top: 50px;
    }

    .product-type-composite .close-configuration {
        position: absolute;
        right: 0;
        top: 0;
    }

    .composite_form .composite_navigation .page_button {
        font-size: 14px !important;
    }

    .menu-block .carrito img {
        position: relative;
        height: 22px;
        top: 0px;
    }

    .basket-item-count {
        display: none !important;
    }

    .more-info-product img {
        transform: scale(0.8);
    }

    .more-info-product a {
        font-size: 11px;
    }
}

@media (min-width:768px) {
    .product_cat-simple .more-info-product {
        border-top: 1px solid #9B9B9B;
        margin-top: 22px;
        padding-top: 15px;
    }

    .product-type-variable:not(.product_cat-simple) .shipping-only,
    .product-type-composite .shipping-only {
        margin-top: 30px;
    }

    .product-type-variable:not(.product_cat-simple) .more-info-product.flex,
    .product-type-composite .more-info-product.flex {
        border-top: 1px solid #9B9B9B;
        margin-top: 56px;
        padding-top: 15px;
    }

    .product-type-composite .more-info-product.flex {
        margin-top: 71px;
    }
    /*.product_tag-coming-soon .more-info-product.flex { position: absolute; left: 0; right: 0; bottom: 0; }*/
}
/* fixed css*/
.product-specifications dl.variation.hidden {
    display: block !important;
    visibility: hidden;
}

.woocommerce-cart-form__cart-item .variation dd p {
    padding-bottom: 0px;
    line-height: 1.5;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    line-height: 1.5;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a {
    text-decoration: none !important;
}
/* covid */
/*.single_add_to_cart_button.button.alt,
.buy_add_to_cart */
#buy_simple.buy_add_to_cart.disabled,
.woocommerce button.single_add_to_cart_button.button:disabled,
.woocommerce button.single_add_to_cart_button.button:disabled[disabled],
.woocommerce button.button.disabled {
    width: auto;
    cursor: not-allowed !important;
    border: none !important;
    background: #9a9895 !important;
    color: #cdcccb !important;
    pointer-events: none !important;
}

#buy_simple.buy_add_to_cart.disabled {
    width: calc(100% - 30px);
}

.covid-message {
    color: #00f;
    font-size: 11px;
    margin-top: 15px;
    display: block;
    line-height: 1.2;
}

    .covid-message a {
        color: #00f;
        text-decoration: underline;
        display: inline-block;
    }

.product-type-variable:not(.product_cat-simple) .start-configuration {
    margin-top: 109px;
}

.product-type-composite .start-configuration {
    margin-top: 123px;
}

#size_chart {
    margin-top: 28px;
}

.product_cat-simple .start-configuration {
    padding: 5px 0 24px;
}

.covid-message strong {
    font-weight: 600;
    font-family: NeueHaasGroteskTextPro,Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) {
    .product_cat-simple .more-info-product {
        margin-top: 28px;
    }

    .product.product-type-simple .more-info-product {
        margin-top: 33px;
        position: relative;
    }

    .product-type-variable:not(.product_cat-simple) .shipping-only,
    .product-type-composite .shipping-only {
        margin-top: 30px;
    }

    .product-type-variable:not(.product_cat-simple) .more-info-product.flex,
    .product-type-composite .more-info-product.flex {
        margin-top: 30px;
    }

    .product-type-variable:not(.product_cat-simple) .shipping-only .covid-message:nth-child(1),
    .product-type-composite .shipping-only .covid-message:nth-child(1) {
        margin-top: 18px;
        margin-bottom: 38px;
    }

    .product-type-variable.product_cat-simple .shipping-only .covid-message:nth-child(1) {
        margin-top: -20px;
        margin-bottom: 38px;
    }

    .product-type-variable.product_cat-simple.outofstock .shipping-only .covid-message:nth-child(1) {
        margin-top: 0px;
    }

    .product-type-variable.product_cat-simple .usb_product + .shipping-only .covid-message:nth-child(1) {
        margin-top: 0px;
    }

    .product-type-variable:not(.product_cat-simple) .start-configuration.edit,
    .product-type-composite .start-configuration.edit {
        margin-top: 42px;
    }
}

@media only screen and (max-width: 767.98px) {
    .woocommerce div.product form.cart {
        margin-bottom: 28px;
    }

    .covid-message {
        margin-top: 11px;
    }

    .product_cat-simple div.hidden-variable-price {
        margin-bottom: 0px;
    }

    .more-info-product {
        margin-top: 25px;
    }

    .covid-message:nth-child(1) {
        margin-top: 21px;
    }

    .product-type-variable:not(.product_cat-simple) .shipping-only .covid-message:nth-child(1),
    .product-type-composite .shipping-only .covid-message:nth-child(1) {
        margin-top: 23px;
    }

    div.product.product-type-simple .shipping-only { /* padding-top: 10px; */
        padding-top: 30px;
    }

    div.product.product-type-simple .more-info-product { /* margin-top: 25px; */
        margin-top: 30px;
    }

    #price_composite {
        margin-bottom: 23px;
    }

    .woocommerce div.product.product-type-variable:not(.product_cat-simple) p.price {
        margin-bottom: 10px;
    }

    .product_cat-simple .start-configuration {
        padding: 5px 10px 25px;
    }

    .woocommerce div.product.product_cat-simple p.price {
        padding-top: 0px;
    }
}
