/*========== WPCF7 ==========*/
.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    font-weight: inherit;
    font-size: var(--font-size-2xs);
    color: var(--color-error);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: var(--spacing-3xs);
}
.wpcf7-form .wpcf7-response-output {
    margin: var(--spacing-xs) 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7-form .ajax-loader {
    display: block;
    margin: 0 auto;
    left: 0;
    right: auto;
    top: calc(100% + var(--spacing-3xs));
}
.wpcf7-form .a-center .ajax-loader {
    left: 0;
    right: 0;
}

@media (max-width:991px)  {

    .wpcf7-form .a-center-device-sm .ajax-loader {
        left: 0;
        right: 0;
    }

}

/*========== PLUGIN:COOKIE LAW ==========*/
#cookie-law-info-bar {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: var(--spacing-md) var(--spacing-container) !important;
    position: fixed !important;
    z-index: 99 !important;
    top: auto !important; 
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: none !important; 
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff !important; 
    font-weight: inherit !important;
    font-size: var(--font-size-xs) !important;
    line-height: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cookie-law-info-bar > span {
    display: block !important;
    width: 100% !important;
}
#cookie-law-info-bar .cli-bar-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#cookie-law-info-bar .cli-bar-container > *:not(:last-child) {
    margin-right: var(--spacing-container);
}
#cookie-law-info-bar .cli-bar-message {
    width: 100%;
    max-width: 620px;
}
#cookie-law-info-bar .cli-bar-message a,
#cookie-law-info-bar .cli-plugin-main-link {
    display: inline !important;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    white-space: nowrap;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: var(--cta-shadow) !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
    margin: var(--spacing-3xs-minus) !important;
    width: auto;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
}
#cookie-law-info-bar .cli-bar-btn_container > * {
    text-decoration: none !important;
    box-shadow: none !important;
    margin: var(--spacing-3xs) !important;
    border: 0 !important;
    border-radius: calc(var(--button-height-sm)/2) !important;
    background: var(--color-gray-dark) !important;
    color: #fff !important;
    padding: 0 calc(var(--button-height-sm)/2) !important;
    width: auto;
    min-width: 144px;
    height: var(--button-height-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xs);
    line-height: normal;
    text-transform: uppercase;
}
#cookie-law-info-bar .cli-bar-btn_container > *:hover {
    opacity: 1;
    background: #fff !important;
    color: #000 !important;
}

@media (max-width:991px) {

    #cookie-law-info-bar .cli-bar-container {
        display: block !important;
    }
    #cookie-law-info-bar .cli-bar-container > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: var(--spacing-sm);
    }
    #cookie-law-info-bar .cli-bar-btn_container {
        flex-wrap: wrap;
    }
    #cookie-law-info-bar .cli-bar-btn_container > * {
        flex: 1;
        min-width: 0;
    }
    #cookie-law-info-bar .cli-bar-btn_container > #wt-cli-accept-all-btn {
        flex: auto;
        width: 100%;
    }
    
}

/*========== PLUGIN:INSTAGRAM ==========*/
#sb_instagram,
#sb_instagram #sbi_images,
#sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}
#sb_instagram #sbi_images {
    float: none;
}
#sb_instagram #sbi_images > * {
    margin: 0 !important;
}
#sb_instagram #sbi_images > *:not(:nth-child(-n+9)) {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_item {
    float: none;
    display: block;
    max-height: none;
    overflow: visible;
    transition: none;
    width: 100% !important;
    padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_photo_wrap {
    width: 100%;
}
#sb_instagram #sbi_images .sbi_photo {
    text-decoration: none !important;
    box-shadow: none !important;
    height: auto !important;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
#sb_instagram #sbi_images .sbi_photo > svg {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_photo > * {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: var(--transition);
}
#sb_instagram #sbi_images .sbi_photo:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
#sb_instagram #sbi_images .sbi_photo:after {
    font-family: 'iconfont';
    content: "\e915";
    font-size: 34px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: var(--transition);
}
#sb_instagram #sbi_images .sbi_photo:hover:after {
    opacity: 1;
}

@media (min-width:992px) {

    #sb_instagram #sbi_images {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 0;
    }
    
}

@media (max-width:991px) {

    #sb_instagram #sbi_images {
        display: flex;
    }
    #sb_instagram #sbi_images .sbi_item {
        width: 40% !important;
    }
    
}

/*========== PLUGIN:MULTI CURRENCY ==========*/
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical {
    font: inherit;
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    height: 100%;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency span {
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    line-height: inherit;
    color: inherit;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    padding: var(--spacing-3xs) 0;
    margin: var(--spacing-3xs-minus) 0;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i {
    margin: 0 !important;
    transform: none !important;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i > img {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    margin: 0;
    padding: 0;
    font-weight: inherit !important;
    line-height: inherit !important;
    display: inline-flex !important;
    vertical-align: top !important;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency span {
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    box-sizing: border-box;
    margin: 0;
    transform: none;
    text-align: left !important;
    padding: var(--spacing-2xs) var(--spacing-xs);
    width: calc(100% + var(--spacing-xs)*2) !important;
    left: var(--spacing-xs-minus);
    color: #000;
    background: #fff;
    border: 1px solid rgba(var(--color-body-rgb),0.1);
    border-radius: var(--radius);
    overflow: hidden;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    transition: var(--transition);
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    box-shadow: none !important;
    transition: none !important;
    display: flex;
    align-items: center;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency > *:not(:first-child), 
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a > *:not(:first-child) {
    margin-left: var(--spacing-3xs) !important;
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency span,
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span {
    display: inline;
    vertical-align: baseline;
    font: inherit;
    line-height: normal;
    color: inherit;
    transition: var(--transition);
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover span {
    box-shadow: var(--cta-shadow);
}
.currency-style .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:after {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: var(--font-size-2xs);
    font-weight: normal;
    line-height: inherit;
    display: block;
    margin: 0 0 0 var(--spacing-xs);
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    width: auto;
    height: auto;
}

/*========== PLUGIN:REGISTRATION ==========*/
#user-registration {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
}
#user-registration p {
    color: inherit;
}
.user-registration-error, 
.user-registration-info, 
.user-registration-message {
    margin: 0 0 var(--spacing-sm);
    padding: var(--spacing-xs);
    border: 0;
    background: #fff;
    color: var(--color-body);
    list-style: none;
    line-height: inherit;
    font-size: inherit;
}
.user-registration-error:before, 
.user-registration-info:before, 
.user-registration-message:before {
    display: none;
}
.ur-frontend-form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    text-align: left;
}
.ur-frontend-form button, 
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit] {
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
    line-height: normal;
    transition: var(--transition);
}
.ur-frontend-form .form-row {
    text-align: inherit;
}
.ur-frontend-form .form-row .password-input-group {
    display: block;
}
.ur-frontend-form .form-row .choice input + span, 
.ur-frontend-form .form-row .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span {
    text-align: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
    width: 100% !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > *:not(:last-child) {
    /*margin-bottom: var(--spacing-sm) !important;*/
}
.ur-frontend-form .ur-form-row .ur-form-grid > .clear {
    margin: 0 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, 
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.label {
    text-transform: uppercase;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
    text-decoration: none;
    color: var(--color-error);
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-error {
    position: static !important;
    background: none !important;
    padding: 0 !important;
    margin: var(--spacing-3xs) 0 !important;
    color: var(--color-error) !important;
    font-size: var(--font-size-2xs) !important;
    text-transform: none !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url], 
.ur-frontend-form .ur-form-row .ur-form-grid select, 
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
    margin: 0;
    min-height: 0;
    display: block;
    line-height: normal;
    text-align: left;
    width: 100%;
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
    border: 0;
    border-radius: 0;
    background: none;
}
.ur-frontend-form .ur-form-row .ur-field-item {
    margin: 0;
    position: relative;
}
.ur-frontend-form .ur-button-container {
    padding: 0;
    margin: 0;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: auto;
    margin-right: auto;
}
.ur-frontend-form .rememberme,
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy,
.ur-frontend-form .user-registration-LostPassword {
    float: none;
    clear: both;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-transform: none !important;
    text-align: inherit !important;
    color: inherit !important;
}
.ur-frontend-form .user-registration-LostPassword {
    position: static;
    z-index: 1;
    right: auto;
    top: auto;
}
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy .ur-label {
    font-size: inherit !important;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}
.ur-frontend-form .user-registration-LostPassword a,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a {
    text-decoration: none !important;
    box-shadow: var(--cta-shadow) !important;
    color: inherit;
    opacity: 1;
}
.ur-frontend-form .user-registration-LostPassword a:hover,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a:hover {
    color: inherit;
    opacity: var(--opacity);
}
.ur-frontend-form .user-registration-LostPassword a {
    text-transform: uppercase !important;
}
.ur-frontend-form .rememberme,
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy,
.ur-frontend-form .user-registration-LostPassword,
.ur-frontend-form .choice {
    font-size: var(--font-size-xs) !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item[class*="field-user_"] + .ur-field-item:not([class*="field-user_"]),
.ur-frontend-form .action {
    margin-top: var(--spacing-md) !important;
}
.ur-frontend-form .action {
    clear: both;
    position: relative;
    line-height: normal;
    text-align: inherit;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: var(--spacing-md) var(--spacing-2xs);
    justify-content: space-between;
}
.ur-frontend-form .action:before,
.ur-frontend-form .action:after {
    display: none;
}
.ur-frontend-form .action > * {
    margin: 0 !important;
}
.ur-frontend-form .action .rememberme {
    grid-column: 1;
    justify-self: start;
}
.ur-frontend-form .action .user-registration-LostPassword {
    grid-column: 2;
    justify-self: end;
}
.ur-frontend-form .action .submit-wrapper {
    width: 100%;
    grid-column: 1 / span 2;
    justify-self: center;
}
.ur-frontend-form .action .submit-wrapper .button:not(:first-child) {
    margin-top: var(--spacing-2xs) !important;
}
.ur-frontend-form.login .user-registration-ResetPassword .action {
    margin-bottom: 0 !important;
}

@media (min-width:576px) {
    
    .ur-frontend-form .register .ur-form-row .ur-form-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ur-frontend-form .register .ur-form-row .ur-form-grid > * {
        width: 100%;
    }
    .ur-frontend-form .register .ur-form-row .ur-form-grid > .ur-field-item[class*="field-user_"] + .ur-field-item:not([class*="field-user_"]) {
        margin-top: calc(var(--spacing-md) - var(--spacing-sm)) !important;
    }

    .ur-frontend-form .register .ur-form-row .ur-form-grid > .ur-field-item.half {
        width: calc(50% - var(--spacing-sm)/2);
    }
    
}
/*========== PLUGIN:WISHLIST:START ==========*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: static;
    top: auto;
    left: auto;
    margin-right: 0;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
    top: 0;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, 
.tinv-wishlist .tinv-modal .icon_big_times, 
.tinv-wishlist .tinv-modal img,
.tinv-wishlist .tinvwl-buttons-group button i {
    display: none !important;
}
.tinv-wishlist.tinv-wraper {
    font-size: inherit;
    line-height: normal;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
    display: block;
    font: inherit;
    line-height: normal;
    text-transform: none;
    color: inherit;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button,
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: var(--color-theme-pink) !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button:before {
    margin: 0 !important;
    font-family: 'iconfont' !important;
    content: "\e91d" !important;
    font-size: var(--font-size-lg) !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: inherit;
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\e91c" !important;
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, 
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
    opacity: 0.1 !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.tinv-wishlist.tinv-wraper .tinvwl-tooltip {
    display: none !important;
}
.tinv-wishlist .tinv-header,
.tinv-wishlist .tinvwl-table-manage-list thead,
.tinv-wishlist .tinvwl-table-manage-list tfoot,
.tinv-wishlist .tinvwl-table-manage-list .product-cb,
.tinv-wishlist .tinvwl-table-manage-list .product-date,
.tinv-wishlist .tinvwl-table-manage-list .product-stock {
    display: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list {
    margin: 0;
}
.tinv-wishlist .tinvwl-table-manage-list tr {
    border-bottom: 0;
}
.tinv-wishlist .tinvwl-table-manage-list td, 
.tinv-wishlist .tinvwl-table-manage-list th {
    padding: 0;
    border: 0;
}
.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
    display: block;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove button {
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 0.3;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .ftinvwl {
    font-family: inherit !important;
    font-size: 12px;
    font-weight: inherit;
    line-height: 1;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .ftinvwl:before {
    content: "X" !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove button:hover {
    background: none;
    color: #000;
    opacity: 1;
    text-decoration: underline;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action {
    width: 1%;
    text-align: center;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button:after {
    display: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button > i {
    display: none;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button .tinvwl-txt {
    display: inline !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-name,
.tinv-wishlist .tinvwl-table-manage-list .product-price {
    font-weight: var(--weight-bold);
}

.tinvwl-input-group {
    border-collapse: collapse;
}
.tinvwl-input-group .select:after {
    width: 20px;
    height: 20px;
    padding-right: 10px;
}
.tinvwl-input-group .form-control {
    height: 20px;
    border-radius: 0;
    padding: 5px 15px;
}
.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
    padding-left: 0;
}

#main.wc-wishlist .tinv-wishlist code {
    font: inherit;
}
#main.wc-wishlist .tinv-wishlist .cart-empty,
#main.wc-wishlist .tinv-wishlist .return-to-shop {
    text-align: center;
}
#main.wc-wishlist .tinv-wishlist .return-to-shop {
    margin-top: 25px;
}
#main.wc-wishlist .tinv-wishlist:not(:first-child) {
    margin-top: -25px;
}
#main.wc-wishlist .woocommerce-MyAccount-content .tinvwl-table-manage-list [type="submit"] {
    margin: 0;
}
#main.wc-wishlist .woocommerce-MyAccount-content .tinvwl-table-manage-list .product-name a { 
    background: none;
}

#single-product .tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button {
    height: var(--input-height) !important;
    width: var(--input-height) !important;
    background: var(--color-gray-light) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#single-product .entry-summary .tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button{
    background-color: transparent !important;
}
@media (max-width:768px) {

    .tinv-wishlist table.tinvwl-table-manage-list,
    .tinv-wishlist table.tinvwl-table-manage-list tbody,
    .tinv-wishlist table.tinvwl-table-manage-list tr,
    .tinv-wishlist table.tinvwl-table-manage-list td {
        display: block;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
        margin-bottom: 5px;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
        margin-bottom: 10px;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
        text-align: center;
        padding: 0;        
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove > * {
        display: inline-block;
        vertical-align: top;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody tr:not(:last-child) {
        margin-bottom: var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
        border-bottom: 1px solid var(--color-gray);
    }

}
/*========== PLUGIN:WISHLIST:END ==========*/

/*========== WOOFC-COUNT ==========*/
#woofc-count {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 99 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    color: inherit !important;
    line-height: 1 !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}
#woofc-count i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: top !important;
    font-family: 'iconfont' !important;
    font-style: normal !important;
    font-size: calc(var(--icon-size) + 2px) !important;
    line-height: 1 !important;
    color: inherit !important;
    margin: -2px 0 0 !important;
}
#woofc-count i:before {
    content: "\e91e" !important;
}
#woofc-count #woofc-count-number {
    /* HIDE CART NUMBER BY CSS */
    display: none !important;
    /* END */
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    overflow: hidden;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: 1;
}
#woofc-count #woofc-count-number:before {
    content: "(";
}
#woofc-count #woofc-count-number:after {
    content: ")";
}
#woofc-count #woofc-count-number.empty {
    opacity: 1;
}
#woofc-count.woofc-count-loading:before,
#woofc-count.woofc-count-loading:after {
    display: none;
}

/*========== WOOFC-AREA ==========*/
#woofc-area {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #000;
}
#woofc-area .woofc-area-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border-bottom: 1px solid #000;
    height: 67px;
    line-height: inherit;
    color: #000;
}
#woofc-area .woofc-area-top > * {
    height: auto;
}
#woofc-area .woofc-area-top .woofc-close {
    line-height: 0;
}
#woofc-area .woofc-area-top .woofc-close i:before {
    color: #000;
}
#woofc-area .woofc-area-bot .woofc-action a {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    padding: 0;
    height: 35px;
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: #000;
    color: #f8f8f8;
    white-space: nowrap;
}
#woofc-area .woofc-item-qty .woofc-item-qty-inner .qty-action {
    display: none !important;
}
#woofc-area .woofc-continue-url {
    font-family: inherit;
    font-size: inherit;
    font-weight: var(--font-weight-bold);
    color: #000;
    border-bottom: 1px solid;
}
#woofc-area.woofc-area-loading:before,
#woofc-area.woofc-area-loading:after {
    display: none;
}

@media (max-width:767px) {
    
    #woofc-area .woofc-area-top {
        height: 57px;
    }
    
}

/*========== WOOF ==========*/
.fn-filter .woof .woof_container > .woof_container_inner > .woof_block_html_items{
    overflow-y: auto;
    /*max-height: 50vh;*/
    max-height: calc( 100vh - ( var(--header-h) + 102px));
    max-height: calc((var(--vh, 1vh) * 100) - ( var(--header-h) + 52px));
}

.woof, 
.woof .woof_container_inner h4,
.woof .woof_checkbox_label,
.woof .woof_list_checkbox > li,
.woof .woof_list_checkbox > li .woof_checkbox_label,
.woof .woof_radio_label,
.woof .woof_list_radio > li,
.woof .woof_list_radio > li .woof_radio_label {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.woof .woof_childs_list_li,
.woof .woof_price_filter,
.woof .woof_submit_search_form_container {
    padding: 0;
}
.woof .woof_container {
    position: relative;
    margin: 0;
    padding: 0;
    float: none;
}
.woof .woof_container a {
    text-decoration: none !important;
    box-shadow: none !important;
}
.woof .woof_container_inner {
    padding: 0;
    border: 0;
}
.woof .woof_container_inner h4 {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    padding-right: calc(var(--font-size-3xs) + var(--spacing-3xs));
}
.woof .woof_container_inner h4 a.woof_front_toggle {
    box-shadow: none !important;
    position: absolute !important;
    left: 0 !important; 
    top: 0 !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
    font-size: 0;
}
.woof .woof_container_inner h4 a.woof_front_toggle:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-3xs);
    line-height: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.woof .woof_container_inner h4 a.woof_front_toggle_closed:after {
    content: "\e90c";
}
.woof .woof_container_inner h4 a.woof_front_toggle_opened:after {
    content: "\e90b";
}
.woof .woof_block_html_items {
    width: 100% !important;
    padding: 0;
    font-size: inherit;
}
.woof .woof_list li {
    margin: 0 !important;
    padding: 0 !important;
}
.woof .woof_list label {
    padding: 0;   
}
.woof .woof_childs_list_li:not(:last-child) {
    border-bottom: 0;
}
.woof .woof_childs_list_li > .woof_checkbox_label,
.woof .woof_childs_list_li > .woof_radio_label {
    display: block;
    line-height: normal;
}
.woof .woof_childs_list {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 10px 0 10px 22px !important;
}
.woof .woof_childs_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woof .woof_list_checkbox > li,
.woof .woof_list_radio > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: inherit;
}
.woof .woof_childs_list > li:not(:last-child),
.woof .woof_list_checkbox > li:not(:last-child),
.woof .woof_list_radio > li:not(:last-child) {
    /*margin-bottom: var(--spacing-sm) !important;*/
}
.woof .woof_childs_list > li:last-child,
.woof .woof_list_checkbox > li:last-child,
.woof .woof_list_radio > li:last-child{
    padding-bottom: var(--spacing-md);
}
.woof .woof_list_checkbox > li .woof_checkbox_term,
.woof .woof_list_radio > li .woof_radio_term {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.woof .woof_list_checkbox > li .woof_checkbox_label,
.woof .woof_list_radio > li .woof_radio_label {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    line-height: normal;
    height: auto;
    min-height: var(--font-size-md);
    min-width: var(--font-size-md);
    max-width: 100%;
    padding-left: calc(var(--font-size-md) + var(--font-size-3xs));
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: var(--spacing-sm) !important;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:before,
.woof .woof_list_checkbox > li .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_label:before,
.woof .woof_list_radio > li .woof_radio_label:after {
    content: "";
    border-radius: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: var(--font-size-md);
    height: var(--font-size-md);
    margin: 0;
    margin-top: 0.2em;
    position: absolute;
    left: 0; 
    top: 0;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:before,
.woof .woof_list_radio > li .woof_radio_label:before {
    background: none;
    border: 1px solid;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_label:after {
    /*font-family: 'iconfont';*/
    /*content: "\e923";*/
    content: '';
    font-size: var(--font-size-3xs);
    background: #000;
    /*color: #fff;*/
    opacity: 0;
}
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_term:checked + .woof_radio_label:after {
    opacity: 1;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener,
.woof .woof_list_radio > li .woof_childs_list_opener {
    margin: 0;
    flex: 1;
    text-align: right;
    background: none !important;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span,
.woof .woof_list_radio > li .woof_childs_list_opener span {
    background: none;
    width: auto;
    height: auto;
    vertical-align: top;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span:before,
.woof .woof_list_radio > li .woof_childs_list_opener span:before {
    display: block;
    font-size: inherit;
    width: auto;
    text-align: center;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_closed:before,
.woof .woof_list_radio > li .woof_childs_list_opener span.woof_is_closed:before {
    content: "+";
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_opened:before,
.woof .woof_list_radio > li .woof_childs_list_opener span.woof_is_opened:before {
    content: "-";
}
.woof .woof_submit_search_form_container {
    text-align: center;
    margin: 0;
    padding: 0;
}
.woof .woof_submit_search_form_container > * {
    margin: 0;
}
.woof .woof_submit_search_form_container .button {
    width: 100%;
}
.woof_container_overlay_item,
.woof_checkbox_count,
.woof_radio_count {
    display: none !important;
}
div.woof_info_popup {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-theme);
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fn-filter .woof .woof_container > .woof_container_inner > h4 {
    font-weight: inherit;
}
.fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    padding: 0;
    margin: var(--spacing-md) 0 0;
    overflow: visible;
}
.fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > * {
    margin: 0;
    width: auto;
}
.fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > a,
.fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > button {
    margin: 0 var(--spacing-2xs);
}
.fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > a:not(:hover) {
    color: #fff;
    background: var(--color-gray-dark);
    border-color: var(--color-gray-dark);
}

@media (min-width:992px) {

    .fn-filter .woof .woof_redraw_zone {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .fn-filter .woof .woof_redraw_zone > .woof_container_categories {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .fn-filter .woof .woof_redraw_zone > .woof_container_categories > .woof_container_inner{
        width: 100%;
        padding: 0 var(--spacing-xs);
    }
    .fn-filter .woof .woof_redraw_zone > .woof_container_categories > .woof_container_inner > .woof_block_html_items > ul {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: var(--spacing-xs);
        column-gap: var(--spacing-xs);
        margin-bottom: var(--spacing-sm) !important;
    }
    .fn-filter .woof .woof_redraw_zone > .woof_submit_search_form_container {
        grid-column: 1 / span 6;
        padding-top: var(--spacing-md);
    }
    .fn-filter .woof .woof_redraw_zone > .woof_submit_search_form_container:before {
        content: "";
        display: block;
        height: 1px;
        width: 100vw;
        max-width: 100vw;
        margin: 0 calc(50% - 50vw);
        background: currentColor;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none;
    }
    
    .fn-filter .woof .woof_container > .woof_container_inner > h4 {
        padding-right: 0;
        padding: var(--spacing-xs) 0;
        border-bottom: 1px solid var(--color-gray-border);
        cursor: default;
        margin-bottom: var(--spacing-md) !important;
    }
    .fn-filter .woof .woof_container > .woof_container_inner > h4 > .woof_front_toggle {
        display: none !important;
    }
    .fn-filter .woof .woof_container > .woof_container_inner > .woof_block_html_items {
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: visible !important;
    }    
    
}

@media (max-width:991px) {
    
    .fn-filter .fn-panel-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fn-filter .woof .woof_redraw_zone {
        display: block;
    }
    .fn-filter .woof .woof_redraw_zone > * {
        padding-left: var(--container-padding) !important;
        padding-right: var(--container-padding) !important;
    }
    .fn-filter .woof .woof_redraw_zone > .woof_container {
        padding: var(--spacing-xs) 0;
    }
    .fn-filter .woof .woof_redraw_zone > .woof_container:not(:first-child) {
        margin-top: var(--spacing-sm);
    }
    .fn-filter .woof .woof_container > .woof_container_inner > .woof_block_html_items {
        padding-top: var(--spacing-sm);
    }

}

@media (max-width:767px) {
    
    .fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container {
        flex-direction: column;
    }
    .fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > * {
        margin: 0;
        width: 100%;
        display: flex;
    }
    .fn-filter .woof .woof_redraw_zone .woof_submit_search_form_container > *:not(:first-child) {
        margin-top: var(--spacing-2xs);
    }
    
}


/*========== GENERAL ==========*/
.woocommerce ins {
    text-decoration: none;
}
.woocommerce mark {
    background-color: transparent;
    color: inherit;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}

/*========== ALERT ==========*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border: 0 !important;
    color: var(--color-gray);
	font-size: var(--font-size-xs);
    line-height: normal;
    text-transform: none;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    display: none !important;
}
.woocommerce-notices-wrapper > .woocommerce-error:last-child, 
.woocommerce-notices-wrapper > .woocommerce-info:last-child, 
.woocommerce-notices-wrapper > .woocommerce-message:last-child {
    margin-bottom: var(--spacing-md);
}

/*========== LAYOUT ==========*/
.woocommerce .col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
    display: none;
}
.woocommerce .col2-set > [class*="col-"] {
    float: none;
    width: calc(50% - var(--spacing-container)/2);
}
.woocommerce .col2-set h2 {
    margin-bottom: var(--spacing-2xs);
}

@media (max-width:991px) {
    
    .woocommerce .col2-set {
        flex-direction: column;
    }
    .woocommerce .col2-set > [class*="col-"] {
        width: 100%;
    }
    .woocommerce .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: var(--spacing-md);
    }
    
}

/*========== FORM ==========*/
.woocommerce form,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.checkout_coupon {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
    text-align: inherit;
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce form .form-row {
	margin: 0;
	padding: 0;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    display: none;
}
.woocommerce form .form-row:not(:last-child) {
	margin-bottom: var(--spacing-sm);
}
.woocommerce form .form-row label {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: inherit;
    text-transform: none;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox) {
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: var(--font-size-2xs);
    color: var(--color-gray);
    text-transform: uppercase;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: var(--spacing-3xs) 0;
    border-color: var(--color-border);
}
.woocommerce form .form-row textarea {
    line-height: normal;
    height: 111px;
    min-height: 111px;
    padding-top: 10px;
}
.woocommerce form .form-row[id*="_1_field"] {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce form .form-row.address-field .woocommerce-input-wrapper > strong {
    font-weight: inherit;
}
.woocommerce form .form-row :-ms-input-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: gray !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: gray !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-moz-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: gray !important;
    opacity: 1 !important;
}
.woocommerce form .form-row .select2-container {
    line-height: normal;
}
#main.bg-white .woocommerce form .form-row .select2-container--default .select2-selection--single,
#main.bg-white .woocommerce form .form-row .select2-dropdown {
    border: 1px solid;
}
.woocommerce form .form-row .required {
    color: var(--color-error);
    font-weight: inherit;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
    width: calc(50% - var(--spacing-sm)/2);
}

.woocommerce .woocommerce-form__label-for-checkbox {
    position: relative;
    line-height: 1;
    display: inline-flex;
}
.woocommerce .woocommerce-form__label-for-checkbox > span {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span {
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-md) + var(--font-size-2xs));
    line-height: normal;
    min-width: var(--font-size-md);
    min-height: var(--font-size-md);
    height: auto;
    cursor: pointer;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--font-size-md);
    height: var(--font-size-md);
    margin: 0;
    position: absolute;
    left: 0; 
    top: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before {
    background: none;
    border: 1px solid;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after {
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-2xs);
    background: #000;
    color: #fff;
	opacity: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox:checked + span:after {
    opacity: 1;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:before,
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox[type="radio"] + span:after {
    border-radius: 50%;
}

.woocommerce .woocommerce-form .woocommerce-button {
	float: none;
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form .woocommerce-LostPassword,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text {
    margin: 0;
    display: block;
    font: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce .woocommerce-form .form-row-cta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-form .form-row-cta > * {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce .woocommerce-form .form-row-cta > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce .woocommerce-form .form-row-cta > .woocommerce-LostPassword {
    order: -1;
    margin-top: calc(var(--spacing-sm-minus)/2);
    position: relative;
    z-index: 1;
}
.woocommerce .woocommerce-form .form-row-cta a {
    box-shadow: var(--cta-shadow);
}

.woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-ResetPassword .form-row-cta {
    margin-top: var(--spacing-lg);
}
.woocommerce .woocommerce-ResetPassword p:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce .woocommerce-cart-form:not(:last-child),
.woocommerce .woocommerce-checkout:not(:last-child) {
	margin-bottom: 0;
}

/*========== ORDERING ==========*/
form.woocommerce-ordering {
    display: block;
	position: relative;
	cursor: pointer;
}
form.woocommerce-ordering select.orderby {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    font: inherit;
    text-transform: none;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	width: 100%;
    height: 100%;
}

/*========== QUANTITY ==========*/
.woocommerce .quantity,
.woocommerce form.cart .quantity {
    margin: 0;
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    max-width: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce .quantity .qty,
.woocommerce form.cart .quantity .qty {
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    height: auto;
    min-height: 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-theme-purple);
}
.woocommerce .quantity .qty-action,
.woocommerce form.cart .quantity .qty-action {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 0; right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.woocommerce .quantity .qty-btn,
.woocommerce form.cart .quantity .qty-btn {
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    /*font-size: 0;*/
    color: var(--color-theme-purple);
}
.woocommerce .quantity .qty-btn:hover,
.woocommerce form.cart .quantity .qty-btn:hover {
    color: inherit;
    background: none;
}
.woocommerce .quantity .qty-btn.inc,
.woocommerce form.cart .quantity .qty-btn.inc {
    right: 0;
    justify-content: flex-end;
}
.woocommerce .quantity .qty-btn.dec,
.woocommerce form.cart .quantity .qty-btn.dec {
    left: 0;
    justify-content: flex-start;
}
.woocommerce .quantity .qty-btn:before,
.woocommerce form.cart .quantity .qty-btn:before {
    font-family: 'iconfont';
    font-size: var(--font-size-3xs);
}
.woocommerce .quantity-container {
    display: inline-block;
    width: auto !important;
    position: relative; 
    z-index: 1;
}
/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
.woocommerce .quantity .qty{
    -moz-appearance: textfield !important;
}


/*========== CART ==========*/
.woocommerce form.cart {
    position: relative;
    margin: 0;
}
.woocommerce form.cart:before,
.woocommerce form.cart:after {
    display: none !important;
}
.woocommerce form.cart .variations {
    font-family: inherit;
    font-size: var(--font-size-md);
    line-height: inherit;
}
.woocommerce form.cart .variations,
.woocommerce form.cart .variations tbody,
.woocommerce form.cart .variations tr,
.woocommerce form.cart .variations td {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce form.cart .variations select {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce form.cart .variations .select {
    width: 100%;
}
.woocommerce form.cart .variations .select select,
.woocommerce form.cart .variations .select2-container .select2-selection--single {
    width: 100%;
}
.woocommerce form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
    opacity: 1;
}/*
.woocommerce form.cart .variable-items-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: -5px;
    font: inherit;
    text-transform: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item:before,
.woocommerce form.cart .variable-items-wrapper .variable-item:after {
    display: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item,
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.woocommerce form.cart .variable-items-wrapper .variable-item {
    width: auto;
    height: auto;
    margin: 3px;
    line-height: 1;
    white-space: nowrap;
    background: none;
    border: 2px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
}
.woocommerce form.cart .variable-items-wrapper .variable-item.selected {
    border-color: var(--color-theme-pink);
}
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.woocommerce form.cart .variable-items-wrapper .variable-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > a {
    display: block;
    background: none;
    text-transform: none;
}
.woocommerce form.cart .button-variable-items-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: var(--spacing-2xs);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item,
.woocommerce form.cart .button-variable-items-wrapper .variable-item-contents {
    width: 100%;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 38px;
    padding: 0 var(--spacing-2xs);
    color: var(--color-theme);
    background: none;
    border: 1px solid;
    border-radius: calc(38px/2);
    overflow: hidden;
    transition: var(--transition);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff;
    background: var(--color-theme);
    border-color: var(--color-theme);
}
.woocommerce form.cart .single_variation_wrap {
    position: relative;
}
.woocommerce form.cart .single_variation_wrap .single_variation {
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    color: inherit;
    margin-bottom: var(--spacing-sm);
}
.woocommerce form.cart .single_variation_wrap .single_variation > *:empty {
    margin: 0;
}*/
.woocommerce form.cart .woocommerce-variation-availability {
    position: static;
}
.woocommerce form.cart .woocommerce-variation-availability .stock {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
}
.woocommerce form.cart .woocommerce-variation-availability .out-of-stock {
    color: var(--color-error) !important;
}
.woocommerce form.cart .woocommerce-variation-add-to-cart:before,
.woocommerce form.cart .woocommerce-variation-add-to-cart:after {
    display: none;
}
.woocommerce form.cart .reset_variations {
    display: none !important;
}
.woocommerce div.product .product_title{
    margin: var(--spacing-3xs) 0;
}
.woocommerce div.product form.cart {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr > * {
    display: block !important;
    width: 100%;
    padding: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations tbody{
    display: flex !important;
    flex-wrap: wrap;
    row-gap: var(--spacing-md);
}
.woocommerce div.product form.cart .variations tbody .tr-color{
    width: 100%;
}
.woocommerce div.product form.cart .variations tbody .tr-size,
.woocommerce div.product form.cart .variations tbody .tr-quantity{
    width: fit-content;
    display: inline-flex;
}
.woocommerce div.product form.cart .variations tr:not(:first-child){
    margin-right: var(--spacing-sm);
}
.woocommerce div.product form.cart .variations tr:last-child{
    justify-content: flex-end;
}
    display: flex !important;
    justify-content: space-between;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations .label {
    padding: 0 !important;
    font-weight: inherit;
    font-size: var(--font-size-2xs);
    text-transform: inherit;
    color: var(--color-gray);
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
.woocommerce div.product form.cart .variations .label > *:not(:last-child) {
    padding-right: 0.25em;
}
.woocommerce div.product form.cart .variations .value {
    text-align: left;
}
.woocommerce div.product form.cart .variations label {
    opacity: 1;
    font-weight: inherit;
    text-transform: inherit;
    color: var(--color-body);
}
.woocommerce div.product form.cart .variations label + .woo-selected-variation-item-name {
    margin-left: 3px;
}
.woocommerce div.product form.cart .variations select {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.woocommerce div.product form.cart .variations .select {
    width: 196px;
    position: relative;
}
.woocommerce div.product form.cart .variations .select select,
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single {
    width: 100%;
    height: var(--input-height);
    border-radius: var(--spacing-2l);
    background-color: var(--color-theme-purple-light);
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-indent: var(--spacing-sm);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.woocommerce div.product form.cart .variations .select:not(.select2-parent):after,
.contact-form .input-group.select:not(.select2-parent):after{
    font-family: 'iconfont';
    content: '\e90c';
    position: absolute;
    top: 50%;
    right: var(--spacing-sm);
    transform: translateY(-50%);
    display: inline-block;
    text-align: right;
    transition: all 0.4s;
    color: var(--color-theme-purple);
    font-size: var(--font-size-3xs);
    pointer-events: none;
}
.woocommerce div.product form.cart .variations .select:not(.select2-parent):after{
    right: var(--spacing-2xs);
}
.woocommerce div.product form.cart .variations .select select {
    line-height: calc(var(--input-height) - var(--spacing-3xs)*2 - 2px);
    color: var(--color-theme-purple);
    font-weight: var(--weight-medium);
}
.woocommerce div.product form.cart .variations .select2-container .select2-selection__rendered {
    
    line-height: calc(var(--input-height) - var(--spacing-3xs)*2 - 2px);
    color: var(--color-theme-purple);
}
.woocommerce div.product form.cart .variations .select2-dropdown {
    border-radius: var(--spacing-sm) !important;
    overflow: hidden;
    border: none !important;
    background-color: var(--color-theme-purple-light);
}
.woocommerce div.product form.cart .variations .select:after,
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single > .select2-selection__arrow {
    width: var(--input-height);
    padding: calc(var(--input-height)/2);
}
.woocommerce div.product form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.woocommerce div.product form.cart .variations .select2-container--open .select2-dropdown--below {
    margin: var(--spacing-3xs) 0 0;
}
.woocommerce div.product form.cart .variations .select2-container--open .select2-dropdown--above {
    margin: var(--spacing-3xs-minus) 0 0;
}

.woocommerce div.product form.cart .variations .select2-results__options {
    padding: var(--spacing-2xs) var(--spacing-sm);
    max-height: unset;
    overflow: none;
}
.select2-container--default .select2-results__option{
    color: var(--color-theme-purple);
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: transparent !important;
    color: var(--color-theme-purple);
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: transparent !important;
    color: var(--color-theme-pink);
}
.woocommerce div.product form.cart .button{
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 52px;
    text-align: center;
    background-color: var(--color-theme-purple);
    color: var(--color-body-bg);
    border-radius: var(--spacing-2l);
}
.woocommerce div.product form.cart tr.tr-quantity{
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}
.woocommerce div.product form.cart div.quantity{
    width: 116px;
    height: var(--input-height);
    background-color: var(--color-theme-purple-light);
    border-radius: var(--spacing-2l);
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce div.product form.cart .variations *[for="pa_size"]{
    display: none;
}
#single-product form.cart .quantity {
    width: 100% !important;
    height: var(--input-height);
    border-radius: 50vw;
    border: 1px solid var(--color-border);
    padding: 0 calc(var(--input-height)/2);
    overflow: hidden;
}
#single-product form.cart .quantity .qty {
    width: 100%;
    height: 100%;
}
#single-product form.cart .quantity .qty-btn {
    width: auto;
}
#single-product form.cart .quantity .qty,
#single-product form.cart .quantity .qty-btn {
    padding: 0 calc(var(--input-height)/2);
}
#single-product form.cart .quantity-container {
    width: 100% !important;
    max-width: 154px;
}

@media (max-width:767px) {
    
    .woocommerce form.cart .button-variable-items-wrapper {
        /*grid-template-columns: repeat(2,1fr);*/
    }

}
/*========== End of CART ==========*/
/*========== PRODUCT ==========*/
.woocommerce ul.products,
.woocommerce .products ul {
    margin: 0;
}
.woocommerce ul.products:after, 
.woocommerce ul.products:before,
.woocommerce .products ul:after, 
.woocommerce .products ul:before {
    display: none;
}
.woocommerce ul.products li.product {
    position: relative;
    text-align: left;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product {
    float: none !important;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    opacity: 1;
}
.woocommerce ins,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: inherit;
    color: var(--color-error);
}
.woocommerce del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    font-weight: inherit;
    text-decoration: line-through;
    color: var(--color-gray);
    opacity: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.woocommerce ul.products li.product .button {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price * {
    clear: both;
    padding: 0;
    margin: 0;
    float: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    transition: none;
    opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.woocommerce ul.products li.product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xs);
    margin: 0 -0.25em -0.25em;
}
.woocommerce ul.products li.product .price > * {
    margin: 0 0.25em 0.25em;
}
.woocommerce ul.products li.product form.cart table.variations .label,
.woocommerce ul.products li.product form.cart table.variations tr:not(.tr-size),
.woocommerce ul.products li.product form.cart .reset_variations,
.woocommerce ul.products li.product form.cart .woocommerce-variation.single_variation,
.woocommerce ul.products li.product form.cart .quantity,
.woocommerce ul.products li.product form.cart .quantity-container {
    display: none !important;
}

.woocommerce ul.products li.product .cover {
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .cover .object-fit:before {
    padding-bottom: 150%;
}
.woocommerce ul.products li.product .cover .object-fit > * {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    will-change: opacity;
}
.woocommerce ul.products li.product .cover .object-fit > * + * {
    z-index: 1;
    opacity: 0;
}
.woocommerce ul.products li.product:hover .cover .object-fit > *:first-child:not(:last-child) {
    opacity: 0;
}
.woocommerce ul.products li.product:hover .cover .object-fit > * + * {
    opacity: 1;
}
.woocommerce ul.products li.product .caption:not(:first-child) {
    padding-top: var(--spacing-xs);
}
.woocommerce ul.products li.product .caption > *:not(:first-child) {
    margin-top: var(--spacing-3xs);
}
.woocommerce ul.products li.product .tags:not(:first-child) {
    margin-top: var(--spacing-2xs);
}

.woocommerce .product .tags {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -2px -5px;
}
.woocommerce .product .tags:empty {
    display: none !important;
}
.woocommerce .product .label-sale {
    width: auto;
    display: inline-flex !important;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 5px !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: var(--font-size-3xs) !important;
    line-height: 1 !important;
    background: #8E0000 !important;
    color: #FFF !important;
}
/*.woocommerce .product a.tag:hover {
    background: #000 !important;
    color: #fff !important;
}*/

.product-container {
    position: relative;
}
.product-container + .product-container {
    margin-top: var(--spacing-md) !important;
}

.product-container.type-grid .woocommerce ul.products {
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
}

*[data-product="default"].type-grid .woocommerce ul.products {
    grid-template-columns: repeat(2,1fr);
    grid-gap: var(--spacing-md) var(--spacing-xs);
}

*[data-product="looks"].type-grid .woocommerce ul.products {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0;
}

*[data-product="body-language"].type-slider .woocommerce ul.products li.product {
    width: 100% !important;
    padding: 0;
}

*[data-section="product-cover"] + *[data-section="product-list"] {
    position: static;
}
*[data-section="product-cover"] + *[data-section="product-list"] .sc-inner > .sc-breadcrumb:first-child {
    position: absolute;
    z-index: 10;
    top: calc(var(--header-height) + var(--sc-spacing-y));
    left: 0;
    right: 0;
    color: #fff;
}
*[data-section="product-cover"] + *[data-section="product-list"] .sc-inner.header-pull > .sc-breadcrumb:first-child {
    top: calc(var(--header-height) + var(--sc-spacing-y-resize));
}
*[data-section="product-cover"] + *[data-section="product-list"] .sc-inner > .sc-breadcrumb:first-child + *[class*="sc-"] {
    margin-top: 0 !important;
}
@media (min-width:768px) { 

    *[data-product="body-language"].type-slider .woocommerce ul.products li.product {
        width: calc(100%/2) !important;
    }

}

@media (min-width:992px) { 

    *[data-product="default"].type-grid .woocommerce ul.products {
        grid-template-columns: repeat(4,1fr);
    }

    *[data-product="looks"].type-grid .woocommerce ul.products {
        grid-template-columns: repeat(4,1fr);
    }
    
    *[data-product="body-language"].type-slider .woocommerce ul.products li.product {
        width: calc(100%/3) !important;
    }
    
}

@media (max-width:991px) {


}

/*========== SINGLE PRODUCT ==========*/
#single-product .sc-breadcrumb + *[class*="sc-"] {
    margin-top: var(--spacing-md);
}
#single-product .sc-container > *:not(:first-child) {
    margin-top: 0 !important;
}
#single-product .woocommerce-notices-wrapper > * {
    margin: 0 0 var(--spacing-md) !important;
}

#single-product .summary {
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
}
#single-product form.cart > * {
    width: 100%;
}
#single-product form.cart > *:not(:first-child) {
}
#single-product form.cart .woocommerce-variation-add-to-cart {
    display: block;
}
#single-product form.cart .woocommerce-variation-add-to-cart > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#single-product form.cart .variations tr:not(:first-child) {
    margin-top: var(--spacing-sm);
}
#single-product form.cart .variations tr > * {
    margin: 0;
    width: auto !important;
    text-align: left;
}
#single-product form.cart .variations tr > *:not(:last-child) {
    margin-bottom: var(--spacing-3xs);
}
#single-product form.cart .quantity {
    width: 100% !important;
    height: var(--input-height);
    border-radius: 50vw;
    border: 1px solid var(--color-border);
    padding: 0 calc(var(--input-height)/2);
    overflow: hidden;
}
#single-product form.cart .quantity .qty {
    width: 100%;
    height: 100%;
}
#single-product form.cart .quantity .qty-btn {
    width: auto;
}
#single-product form.cart .quantity .qty,
#single-product form.cart .quantity .qty-btn {
    padding: 0 calc(var(--input-height)/2);
}
#single-product form.cart .quantity-container {
    width: 100% !important;
}
#single-product form.cart .cta-container > * {
    margin: 0;
}
#single-product form.cart .cta-container > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#product-gallery .entry-gallery {
    position: relative;
    width: 100%;
}
#product-gallery .entry-gallery .object-fit:before {
    padding-bottom: 150%;
}
#product-gallery .entry-gallery .containerZoom .imageZoomButton {
    right: var(--spacing-xs);
    display: none !important;
}
#product-gallery .entry-gallery .containerZoom:not(.active) {
    background: none !important;
}

#product-gallery .preview .swiper-button-prev {
    left: calc(var(--spacing-container)/2);
}
#product-gallery .preview .swiper-button-next {
    right: calc(var(--spacing-container)/2);
}
#product-gallery .preview *[class*="swiper-button-"]:after {
    font-size: var(--icon-size);
}
#product-gallery .preview .swiper-button-prev:after {
    content: "\e905";
}
#product-gallery .preview .swiper-button-next:after {
    content: "\e906";
}
#product-gallery .thumbs {
    margin: var(--spacing-3xs-minus);
}
#product-gallery .thumbs .swiper-slide {
    width: 100% !important;
    height: auto !important;
    padding: var(--spacing-3xs);
}
#product-gallery .thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: var(--opacity);
}

#product-summary .summary > *:not(:first-child) {
    margin-top: var(--spacing-sm);
}

#product-summary *[data-summary="header"] .entry-sku {
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    color: var(--color-gray);
}
#product-summary *[data-summary="header"] .entry-title {
    font-family: inherit;
    font-size: var(--font-size-h2);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
}
#product-summary *[data-summary="header"] .entry-tags .tags {
    justify-content: flex-start;
}
#product-summary *[data-summary="header"] .entry-tags .tag {
    height: 24px;
}
#product-summary *[data-summary="header"] .entry-desc {
    font-size: var(--font-size-xs);
    color: var(--color-gray);
}
#product-summary *[data-summary="header"] > *:not(:first-child),
#product-summary *[data-summary="header"] .entry-desc > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#product-summary *[data-summary="header"] > .entry-sku + .entry-title {
    margin-top: var(--spacing-3xs);
}

#product-summary *[data-summary="cart"] .button {
    width: 100% !important;
}
#product-summary *[data-summary="cart"] .entry-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: inherit;
    font-size: var(--font-size-xl);
    line-height: 1;
    text-transform: uppercase;
    margin: 0 -0.15em -0.15em;
}
#product-summary *[data-summary="cart"] .entry-price .price > * {
    margin: 0 0.15em 0.15em;
}
#product-summary *[data-summary="cart"] > *:not(:first-child) {
    margin-top: var(--spacing-sm);
}

#product-summary *[data-summary="content"] {
    font-size: var(--font-size-xs);
}
#product-summary *[data-summary="content"] > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}
#product-summary *[data-summary="content"] .accordion > .entry-title:after {
    color: var(--color-body);
    padding-right: 0;
}
#product-summary *[data-summary="content"] .entry-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#product-summary *[data-summary="content"] .entry-share .social {
    margin: 0;
}
#product-summary *[data-summary="content"] .entry-share .social .ic {
    font-size: var(--font-size-sm);
}
#product-summary *[data-summary="content"] .accordion:first-child,
#product-summary *[data-summary="content"] .entry-share:first-child {
    padding-top: var(--spacing-xs);
    /*border-top: 1px solid rgba(var(--color-body-rgb),0.1);*/
}

#product-summary .sizeguide-ctrl {
    color: var(--color-body);
}
#product-summary .sizeguide-ctrl a:hover {
    opacity: var(--opacity);
}

@media (min-width:992px) {
    
    #single-product .summary {
        width: 100%;
    }

    #single-product .product-layout {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    #single-product .product-layout #product-gallery {
        width: 50%;
        margin-right: auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
    }
    #single-product .product-layout #product-summary {
        width: 38.4615384615%;
        margin-left: auto;
    }

    #product-gallery .entry-gallery {
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #product-gallery .preview {
        width: calc(100% - (75px + var(--spacing-md)));
        margin-left: auto;
    }
    #product-gallery .thumbs {
        width: 75px;
        order: -1;
    }

    #product-summary *[data-summary="content"] .accordion,
    #product-summary *[data-summary="content"] .entry-share:first-child {
        width: auto;
        max-width: none;
        padding-left: var(--spacing-xs);
        padding-right: var(--spacing-xs);
        margin-left: var(--spacing-xs-minus);
        margin-right: var(--spacing-xs-minus);
    }

}

@media (min-width:1280px) {

    #product-summary *[data-summary="header"] .entry-desc,
    #product-summary *[data-summary="cart"],
    #product-summary *[data-summary="content"] {
        padding-right: var(--spacing-lg);
    }
    
}

@media (max-width:991px) {

    #single-product > .sc-inner {
        padding-top: 0 !important;
    }

    #product-gallery .preview .object-fit:before {
        padding-bottom: 100%;
    }
    #product-gallery .preview .object-fit > * {
        -o-object-fit: contain;
        object-fit: contain;
    }
    #product-gallery .thumbs {
        display: none !important;
    }

}

/*========== CART ==========*/
.woocommerce a.remove {
    margin: 0 auto !important;
	background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	color: inherit !important;
    opacity: 1;
	width: auto;
	height: auto;
    font: inherit;
    font-size: 0;
	line-height: 1;
}
.woocommerce a.remove:before {
    font-family: 'iconfont';
    content: '\e900';
    font-size: var(--font-size-2xs);
    font-weight: bold;
}
.woocommerce a.remove:hover {
	color: var(--color-error) !important;
    opacity: 1 !important;
}

.woocommerce table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
    border-spacing: 0;
    text-transform: none;
}
.woocommerce table.shop_table tr > * {
	font: inherit;
	line-height: inherit;
	padding: var(--spacing-sm);
    vertical-align: top;
}
.woocommerce table.shop_table tr > *:first-child {
	padding-left: 0;
}
.woocommerce table.shop_table tr > *:last-child {
	padding-right: 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table tfoot td {
    border: 0;
    font-weight: inherit;
}
.woocommerce table.shop_table thead tr > * {
    border: 0;
    padding-top: 0;
    padding-bottom: var(--spacing-2xs);
    font-family: inherit;
    font-weight: var(--font-weight-body);
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    color: inherit;
}
.woocommerce table.shop_table .product-remove {
	width: 1%;
    padding-right: 0;
}
.woocommerce table.shop_table .product-remove a.remove {
    display: inline-block;
    line-height: inherit;
    box-shadow: none !important;
}
.woocommerce table.shop_table .product-thumbnail {
	width: calc(100px + var(--spacing-sm));
    padding-right: 0;
}
.woocommerce table.shop_table .product-thumbnail img {
	display: block;
}
.woocommerce table.shop_table .product-quantity .quantity-container {
    margin: 0 auto;
}
.woocommerce table.shop_table .product-quantity .quantity .qty {
    border: 0;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td.actions {
    position: relative;
	border-top: 1px solid var(--color-border);
	border-bottom: 0;
    padding-bottom: 0;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .form-row input.input-text {
	flex: 1;
    width: 100%;
	text-align: left;
    text-transform: none;
    font-weight: var(--font-weight-body);
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
	margin: 0;
    border: 0;
    border-radius: 0;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text:-ms-input-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: var(--color-gray) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-webkit-input-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: var(--color-gray) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce form.checkout_coupon .form-row input.input-text::-moz-placeholder {
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
    color: var(--color-gray) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce form.checkout_coupon .button,
.woocommerce table.cart td.actions [name="update_cart"] {
    justify-content: center;
    text-align: center;
}
.woocommerce table.cart td.actions .coupon .button:after,
.woocommerce form.checkout_coupon .button:after,
.woocommerce table.cart td.actions [name="update_cart"]:after {
    display: none;
}

.woocommerce .woocommerce-form-coupon-toggle > *:last-child {
    margin-bottom: var(--spacing-md);
}
.woocommerce .woocommerce-form-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0 var(--spacing-3xs);
    align-items: flex-start;
    width: calc(50% - var(--spacing-lg)/2);
    margin: 0 0 var(--spacing-md) !important;
    text-transform: none;
}
.woocommerce .woocommerce-form-coupon > * {
    grid-column: span 2;
}
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
	width: 100%;
    font-size: var(--font-size-sm);
	margin-bottom: var(--spacing-2xs);
}
.woocommerce .woocommerce-form-coupon .form-row {
    width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
    float: none !important;
}
.woocommerce .woocommerce-form-coupon .form-row-first {
    grid-column: 1;
}
.woocommerce .woocommerce-form-coupon .form-row-last {
    grid-column: 2;
    justify-self: end;
}

.woocommerce .cart-collaterals {
    margin-top: var(--sc-spacing-y-resize);
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    font-weight: var(--font-weight-body);
    font-size: inherit;
    text-transform: uppercase;
    margin-top: var(--spacing-sm);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr:not(:last-child) {
/*    margin-bottom: var(--spacing-sm) !important;*/
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:last-child {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:before {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:last-child {
    text-align: left !important;
    border-bottom: 1px solid var(--color-body);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:not(:last-child) {
    padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td {
    
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td ul#shipping_method .amount {
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-button,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    text-decoration: underline;
    background: none;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form .form-row:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping .shipping-calculator-form [type="submit"] {
    margin: var(--spacing-2xs) 0 0;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total {
    /*padding-top: var(--spacing-sm) !important;*/
    align-items: baseline;
}
.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
	text-align: center;
	margin-top: var(--spacing-sm);
}
.woocommerce .wc-proceed-to-checkout .button {
    width: 100% !important;
}

.woocommerce-checkout .woocommerce-shipping-fields + .woocommerce-additional-fields {
    margin-top: 0;
}
.woocommerce-checkout #customer_details {
	margin-bottom: var(--spacing-md);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body);
    text-transform: uppercase;
    margin-bottom: var(--spacing-2xs);
}
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before, 
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:before,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox + span:after {
    margin: 0;
}

.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-md);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}


.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > * {
    width: 50%;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > *:last-child {
	text-align: right;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody tr > * {
    padding-top: 0;
    padding-bottom: var(--spacing-2xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody > tr:last-child > * {
    padding-bottom: var(--spacing-sm);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot {

}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr > * {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot tr:not(:last-child) > * {
    padding-bottom: var(--spacing-2xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr:first-child > * {
    padding-top: var(--spacing-sm);
    border-top: 1px solid var(--color-border);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total > * {
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid var(--color-border);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total strong {
    font-weight: inherit;
}

.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-quantity, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-subtotal, 
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table .product-total {
    white-space: nowrap;
}

.woocommerce ul#shipping_method li {
    line-height: inherit;
    margin: 0 0 15px;
}
.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}
.woocommerce ul#shipping_method .amount {
    font-weight: inherit;
    white-space: nowrap;
}
.woocommerce .woocommerce-shipping-destination:not(:first-child) {
    margin-top: 15px;
}

/* PAYMENT METHOD:START */
.payment_box:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.wc_payment_method {
    position: relative;
    line-height: 1;
}
.wc_payment_method:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
.wc_payment_method label,
#omise_cc_form .omise-remember-card > label {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc_payment_method input[type="radio"],
.wc_payment_method input[type="checkbox"],
.woocommerce ul#shipping_method li input[type="radio"],
.woocommerce ul#shipping_method li input[type="checkbox"],
#omise_cc_form .omise-remember-card > input[type="radio"],
#omise_cc_form .omise-remember-card > input[type="checkbox"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.wc_payment_method input[type="radio"] + label,
.wc_payment_method input[type="checkbox"] + label,
.woocommerce ul#shipping_method li input[type="radio"] + label,
.woocommerce ul#shipping_method li input[type="checkbox"] + label,
#omise_cc_form .omise-remember-card input[type="radio"] + label,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    text-transform: none;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: calc(var(--font-size-md) + var(--font-size-2xs));
    line-height: normal;
    min-width: var(--font-size-md);
    min-height: var(--font-size-md);
    height: auto;
    cursor: pointer;
}
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:before,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:before,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:before,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--font-size-md);
    height: var(--font-size-md);
    margin: 0;
    position: absolute;
    left: 0; 
    top: 0;
}

.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="checkbox"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:before {
    background: none;
    border: 1px solid;
}
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-2xs);
    background: #000;
    color: #fff;
	opacity: 0;
}
.wc_payment_method input[type="radio"]:checked + label:after,
.wc_payment_method input[type="checkbox"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="radio"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="radio"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after {
    border-radius: 50%;
}
.wc_payment_method input[type="radio"] + label img,
.wc_payment_method input[type="checkbox"] + label img,
#omise_cc_form .omise-remember-card input[type="radio"] + label img,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label img {
    margin: 1px 5px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	border-radius: 0;
    background: none;
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment a, 
.woocommerce-cart #payment a, 
.woocommerce-checkout #payment a {
    box-shadow: var(--cta-shadow) !important;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 0;    
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    border: 0;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: normal;
    font-weight: inherit;
}
#add_payment_method #payment ul.payment_methods li:not(:last-child), 
.woocommerce-cart #payment ul.payment_methods li:not(:last-child), 
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    font-size: inherit;
    line-height: inherit;
    color: var(--color-body);
    background: var(--color-gray-bright);
    padding: var(--spacing-sm);
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--color-gray-bright);
}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row, 
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 var(--spacing-sm);
}
#add_payment_method #payment div.payment_box input.input-text, 
#add_payment_method #payment div.payment_box textarea, 
.woocommerce-cart #payment div.payment_box input.input-text, 
.woocommerce-cart #payment div.payment_box textarea, 
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: var(--color-gray);
    margin: 0;
}
#add_payment_method #payment div.payment_box label, 
.woocommerce-cart #payment div.payment_box label, 
.woocommerce-checkout #payment div.payment_box label {

}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 3px;
    max-height: 20px;
    width: auto !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce-checkout #payment .place-order:before,
.woocommerce-checkout #payment .place-order:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

#omise_cc_form h3 {
    margin: 0;
    font-weight: var(--font-weight-bold);
    font-size: inherit;
}
#omise_cc_form > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#omise_cc_form .omise-remember-card {
    position: relative;
    line-height: 1;
    display: inline-flex;
}
#omise_cc_form fieldset.card-exists {
    margin-top: var(--spacing-sm);
}
#omise_cc_form .omise-customer-card-list {
    border: 0;
    box-shadow: none;
}
#omise_cc_form .omise-customer-card-list:not(:last-child) {
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: var(--spacing-sm);
}
/* PAYMENT METHOD:END */

.woocommerce .woocommerce-terms-and-conditions-wrapper {
	margin: var(--spacing-sm) 0;
    text-transform: none;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper a:hover {
    opacity: var(--opacity);
}

.woocommerce #payment #place_order {
    margin: 0 !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border-color: inherit;
}

.woocommerce-order > *:not(:last-child),
.wpdt-wc-payment-thankyou > *:not(:last-child) {
	margin-bottom: 30px;
}
.woocommerce ul.order_details {
	margin: 0 0 50px;
	padding: 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: dense;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after {
	display: none;
}
.woocommerce ul.order_details li {
	font-size: inherit;
	line-height: inherit;
    text-transform: none;
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}
.woocommerce ul.order_details li strong {
    font-size: inherit;
    font-weight: var(--font-weight-bold);
    text-transform: none;
}

.woocommerce .woocommerce-order-details > *:not(:last-child) {
    margin-bottom: 25px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > * {
    padding: 0 !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:not(:last-child) {
    padding-right: 25px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr:not(:last-child) > * {
    padding-bottom: 5px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:last-child) > tr:last-child > * {
    padding-bottom: 15px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:first-child) tr:first-child > * {
    padding-top: 15px !important;
    border-top: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:last-child {
    text-align: right !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr > th {
    text-transform: none;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child > * {
    padding-bottom: 15px !important;
    border-bottom: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details .product-name a:not(:hover) {
    background-size: 100% 0%;
}
.woocommerce table.shop_table.woocommerce-table--order-details .shipped_via {
    font-size: inherit;
    font-weight: inherit;
}

.woocommerce .woocommerce-notice--success {
    text-align: center;
    text-transform: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: inherit !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title:not(:last-child) {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media (max-width:991px) {
    .woocommerce .woocommerce-customer-details .col2-set > [class*="col-"]:not(:last-child) {
        margin-bottom: 25px;
    }
}

.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > *,
.woocommerce table.shop_table.wpdt-wc-payment-table tbody tr > * > * > * {
	color: inherit !important;
}

/* Payment Noti */
form.form-wpdt-wc-payment:after {
	content: "";
	display: table;
	clear: both;
}
form.form-wpdt-wc-payment h3,
form.form-wpdt-wc-payment h4,
form.form-wpdt-wc-payment .payment-info-remark label {
    display: block;
    font-family: inherit;
	font-size: inherit;
    line-height: inherit;
    font-weight: normal;
	text-transform: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 10px;
    margin-bottom: 15px !important;
}

form.form-wpdt-wc-payment .input input,
form.form-wpdt-wc-payment .input textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 35px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
form.form-wpdt-wc-payment span.required {
    position: absolute;
    top: 0; right: 0;
    line-height: 35px;
}
form.form-wpdt-wc-payment .reset {
    display: block;
    height: auto;
    padding: 0;
    margin: 15px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: inherit;
    text-transform: none;
}

form.form-wpdt-wc-payment > *[class*="payment-info-"]:not(:last-child) {
	margin-bottom: 50px;
}
form.form-wpdt-wc-payment table {
    margin: 0;
}
form.form-wpdt-wc-payment table.shop_table tbody tr > * {
    padding: 0;
}
form.form-wpdt-wc-payment table.shop_table .thead {
    width: auto;
    text-align: left;
    vertical-align: middle !important;
}
form.form-wpdt-wc-payment table.shop_table .thead label .choice-name:before,
form.form-wpdt-wc-payment table.shop_table .thead label .choice-name:after{
    top: 50%;
    transform: translateY(-50%);
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > * {
    color: inherit;
    vertical-align: baseline;
    padding-left: 0;
    padding-right: 0;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks tr > *:not(:last-child) {
    padding-right: 20px;
}
form.form-wpdt-wc-payment table.shop_table.wpdt-wc-payment-table-banks .wpdt_wc_payment_form_bank_name {
    color: inherit !important;
}

form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks),
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tbody,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr,
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr > * {
    display: block;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr {
    display: flex;
    align-items: baseline;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr:not(:last-child) {
    margin-bottom: 15px;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr th {
    width: 150px;
    padding-right: 15px;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td {
    flex: 1;
}
form.form-wpdt-wc-payment table.wpdt-wc-payment-table:not(.wpdt-wc-payment-table-banks) tr td > * {
    width: 100%;
}

form.form-wpdt-wc-payment .payment-info-remark label {
    display: none;
}

@media (min-width:769px) {
    
    .woocommerce table.shop_table tr > .product-price,
    .woocommerce table.shop_table tr > .product-quantity,
    .woocommerce table.shop_table tr > .product-subtotal {
        width: 15%;
        white-space: nowrap;
        text-align: center;
    }
    .woocommerce table.shop_table tr > .product-subtotal {
        text-align: right;
    }

    .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item > * {
        vertical-align: middle;
        border-top: 1px solid var(--color-border);
    }

    .woocommerce table.cart td.actions [name="update_cart"] {
        margin-top: 0 !important;
        position: absolute !important;
        top: var(--spacing-sm);
        right: 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce #payment #place_order {
        width: calc(50% - var(--spacing-2xl)) !important;
        max-width: 410px;
    }
    
}

@media (max-width:991px) {

    .woocommerce .woocommerce-form-coupon {
        width: 100%;
    }
    
}

@media (max-width:768px) {
    
    .woocommerce table.shop_table_responsive tr:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
        /*margin-bottom: var(--spacing-sm);*/
        /*padding-bottom: var(--spacing-sm);*/
    }
    .woocommerce table.shop_table_responsive tr td {
        border: 0;
        background: none; 
        display: flex;
        align-items: baseline;
    }
    
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce table.shop_table_responsive.cart tr > td:before {
        content: attr(data-title);
        float: none;
        width: 125px;
        padding-right: 25px;
        font-weight: var(--font-weight-bold);
        text-align: left;
        text-transform: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td {
        background: none;    
    }
    
    .woocommerce table.shop_table_responsive.cart thead {
        display: block !important;
        padding-bottom: var(--spacing-2xs);
        /*margin-bottom: var(--spacing-sm);*/
    }
    .woocommerce table.shop_table_responsive.cart thead tr {
        display: grid !important;
		grid-gap: var(--spacing-3xs) var(--spacing-xs);
		grid-template-columns: auto 1fr auto;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > * {
        display: none !important;
        padding: 0 !important;
    } 
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-remove {
        display: block !important;
        grid-row: 1;
        grid-column: 1;
        min-width: 11px;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-name {
        display: block !important;
        grid-row: 1;
        grid-column: 2;
    }
    .woocommerce table.shop_table_responsive.cart thead tr > *.product-subtotal {
        display: none !important;
        grid-row: 1;
        grid-column: 2;
        justify-self: flex-end;
    }
	.woocommerce table.shop_table_responsive.cart tr > td {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr > td:not(:last-child) {
	    padding-right: 0;
	}
	.woocommerce table.shop_table_responsive.cart tr > td:before {
		width: 25%;
		text-align: left;
	}
    
	.woocommerce table.shop_table_responsive.cart .cart_item {
		display: grid;
		grid-gap: var(--spacing-3xs) var(--spacing-xs);
		grid-template-columns: auto auto 1fr auto;
		grid-template-rows: auto auto auto;
		padding: var(--spacing-sm) 0;
        border-top: 1px solid var(--color-border);
	}
	.woocommerce table.shop_table_responsive.cart .cart_item > * {
		padding: 0;
	}
    .woocommerce table.shop_table_responsive.cart .cart_item > td {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
	.woocommerce table.shop_table_responsive.cart .cart_item > td:before {
        display: none;
	}
    .woocommerce table.shop_table_responsive.cart .cart_item:nth-last-child(2) {
        border-bottom: 0;
        margin-bottom: 0;
    }
	.woocommerce table.shop_table_responsive.cart .product-remove {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
		grid-row: 2;
        align-self: center;
	}
	.woocommerce table.shop_table_responsive.cart .product-thumbnail {
		display: block;
		width: 82px;
		grid-row: 1 / span 3;
		grid-column: 2;
	}
	.woocommerce table.shop_table_responsive.cart .product-thumbnail:before {
		display: none;
	}
    .woocommerce table.shop_table_responsive.cart .product-name {
        flex-direction: column;
        grid-row: 1;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-name .variation {
        margin: 0;
    }
    .woocommerce table.shop_table_responsive.cart .product-price {
        grid-row: 3;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-quantity {
        grid-row: 2;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-subtotal {
        display: none;
        grid-row: 1 / span 3;
        grid-column: 4;
    }
    .woocommerce table.shop_table_responsive.cart .quantity-container {
        margin-left: 0;
    }
    
    .woocommerce table.shop_table_responsive.cart tr > td.actions {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > * {
        width: 100% !important;
        display: flex;
        justify-content: flex-end;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > *:not(:first-child) {
        /*margin-top: var(--spacing-xs);*/
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions .coupon {
        width: 100% !important;
        position: relative;
    }
	
	.woocommerce .cart_totals table.shop_table_responsive tr {
		border-top: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr:last-child {
		border-bottom: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr > td {
		text-align: right !important;
	}
	
    .woocommerce #content table.cart td.actions .coupon .button, 
    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce #content table.cart td.actions .coupon input, 
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon input {
        width: auto;
    }

    .woocommerce .woocommerce-terms-and-conditions-wrapper {
        text-align: left;
    }

    .woocommerce .wc-proceed-to-checkout .button,
    .woocommerce #payment #place_order {
        width: 100% !important;
    }


}

@media (max-width:767px) {
    
    .woocommerce ul.order_details {
        grid-template-columns: 100%;
    }

    form.form-wpdt-wc-payment table {
        border: 0;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.shop_table tr > * {
        background: 0;
        padding: 0;
        border: 0;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr {
        display: grid;
        grid-gap: 5px 20px;
        grid-template-columns: auto 1fr;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr > td {
        padding: 0;
        border: 0;
        background: none;
        grid-column: 2;
    }
    form.form-wpdt-wc-payment .wpdt-wc-payment-table.wpdt-wc-payment-table-banks.shop_table tr > .thead {
        position: static;
        width: auto;
        margin: 0;
        line-height: normal;
        grid-column: 1;
        grid-row: 1 / span 3;
    }
	
}

/*========== THANKYOU: START ==========*/
#main.wc-thankyou .woocommerce .woocommerce-thankyou-order-received,
#main.wc-thankyou .woocommerce .wpdt-wc-payment-thankyou,
#main.wc-thankyou .woocommerce .woocommerce-order-details,
#main.wc-thankyou .woocommerce .woocommerce-order-overview > li:not(.woocommerce-order-overview__order) {
    display: none !important;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview {
    display: block;
    margin: 0;
    text-align: center;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li strong {
    display: initial;
    font-weight: normal;
    text-transform: inherit;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order {
    font-size: 0;
    letter-spacing: normal;
    text-indent: 0;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order strong,
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order .custom {
    font-family: inherit;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-xs);
    line-height: inherit;
    text-transform: none;
    white-space: normal;
    letter-spacing: 1px;
    text-indent: 1px;
}
#main.wc-thankyou .woocommerce .woocommerce-order-overview li.woocommerce-order-overview__order strong {
    font-weight: var(--font-weight-bold);

}

#main.wc-thankyou .sc-content > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#main.wc-thankyou .entry-content > *:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
/*========== THANKYOU: END ==========*/

/*========== DASHBOARD:START ==========*/
#main.wc-dashboard .woocommerce:before,
#main.wc-dashboard .woocommerce:after {
    display: none;
}
#main.wc-dashboard .woocommerce {
    margin: 0;
}
#main.wc-dashboard .woocommerce > * {
    width: 100%;
    float: none;
    clear: both;
}
#main.wc-dashboard .woocommerce > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
#main.wc-dashboard .woocommerce-MyAccount-navigation {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: none;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li {
    margin: 0;
    text-align: left;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a {
    padding: 0 !important;
    display: inline !important;
    position: relative;
    color: var(--color-gray);
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a:hover,
#main.wc-dashboard .woocommerce-MyAccount-navigation li.is-active a {
    box-shadow: var(--cta-shadow);
    opacity: 1;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--color-body);
    cursor: default;
}

#main.wc-dashboard .woocommerce-MyAccount-navigation .sc-menu-wrapper ul {
    justify-content: space-between;
}

#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content legend,
#main.wc-dashboard .woocommerce-MyAccount-content strong {
    color: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    position: absolute;
    z-index: 1;
    right: 0; top: 50%;
    transform: translateY(-50%);
}
#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    display: block;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: var(--font-size-xl);
    line-height: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-content a {
    box-shadow: var(--cta-shadow);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:hover {
    color: inherit;
    opacity: var(--opacity);
}
#main.wc-dashboard .woocommerce-MyAccount-content .button {
    box-shadow: none;
    color: inherit;
    opacity: 1;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    margin-bottom: var(--spacing-sm);
}
#main.wc-dashboard .woocommerce-MyAccount-content > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#main.wc-dashboard .woocommerce-MyAccount-content form [type="submit"] {
    margin-top: var(--spacing-md);
}
#main.wc-dashboard .woocommerce-MyAccount-content table .button:not(:last-child) {
    margin-right: var(--spacing-2xs);
}

#main.wc-dashboard .sc-menu-container:after {
    display: none !important;
}

@media (min-width:768px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table tr > * {
        padding: var(--spacing-2xs) var(--spacing-xs);
        text-align: left;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:last-child tr:last-child > * {
        padding-bottom: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:first-child > tr:first-child > * {
        padding-top: 0;
    }
    
}

@media (min-width:992px) {
    
    #main.wc-dashboard .woocommerce > *:not(:last-child) {
        margin-bottom: 0 !important;
    }
    
    #main.wc-dashboard .entry-wc > .woocommerce {
        display: grid;
        grid-template-columns: 1fr 520px 1fr;
        grid-gap: var(--spacing-container);
    }
    #main.wc-dashboard .entry-wc > .woocommerce > * {
        width: 100%;
    }
    #main.wc-dashboard .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation {
        overflow: visible;
    }
    #main.wc-dashboard .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation > * {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--header-height) + var(--sc-spacing-y-resize));
    }
    
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-wrapper {
        transform: none !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide {
        padding: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        white-space: normal !important;
        flex: 0 !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide:not(:first-child) {
        margin-top: var(--spacing-2xs) !important;
    }

    #main.wc-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        width: auto;
        height: 34px;
        padding: 0 var(--spacing-2xs) !important;
        margin: var(--spacing-3xs) 0 0;
        color: var(--color-body);
        background: none;
        border: 1px solid;
        border-radius: var(--radius);
        overflow: hidden;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
        color: #fff;
        background: #000;
        border-color: #000;
    }


}

@media (max-width:991px) {

    #main.wc-dashboard .woocommerce-MyAccount-navigation {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: var(--spacing-container) !important;
        padding-right: var(--spacing-container) !important;
        overflow: hidden;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-container {
        overflow: visible;
        justify-content: space-between;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide {
        flex: none;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-slide:not(:last-child) {
        padding-right: calc(var(--spacing-xs)*2);
    }
    
}

@media (max-width:768px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table tr > * {
        padding: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:not(:last-child) {
        margin-bottom: var(--spacing-2xs);
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:last-child tr:last-child > * {
        padding-bottom: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table > *:first-child > tr:first-child > * {
        padding-top: 0;
    }

}
/*========== DASHBOARD:END ==========*/

/*========== ACCOUNT:START ==========*/
@media (min-width:992px) {
    
    *[data-section="wc-account"] .tab-content {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        pointer-events: auto !important;
    }
    
    *[data-section="wc-account"] .entry-wc {
        width: 100%;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:991px) {

    *[data-section="wc-account"] .tab a.active {
        display: none !important;
    }
}
/*========== ACCOUNT:END ==========*/

