/*========== PLUGIN: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 .wpcf7-list-item {
    margin-left: 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 INFO ==========*/
.cky-consent-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 auto !important;
    position: fixed !important;
    z-index: 10000 !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(var(--color-theme-rgb),0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cky-consent-container .cky-consent-bar {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    padding: var(--spacing-md) var(--spacing-container) !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: center !important;
    display: block !important;
    background: var(--color-theme) !important; 
    color: #fff !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-consent-container .cky-consent-bar > * {
    width: 100%;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cky-notice .cky-title,
.cky-notice-group,
.cky-notice-des,
.cky-notice-des * {
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    padding: 0 !important;
}
.cky-notice .cky-title {
    margin: 0 0 var(--spacing-2xs) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: var(--font-size-lg) !important;
    line-height: var(--line-height-body) !important;
    text-transform: uppercase !important;
    letter-spacing: none !important;
}
.cky-notice .cky-title:empty {
    display: none !important;
}
.cky-notice-group {
    display: block !important;
}
.cky-notice-group > * {
    width: 100% !important;
}
.cky-notice-des > *:not(:first-child) {
    margin-top: var(--spacing-xs);
}
.cky-notice-des .ic {
    font-size: 1.5em !important;
    line-height: normal !important;
}
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy {
    outline: 0 !important;
    padding: 0 !important;
    display: inline !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-transform: inherit !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    color: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: var(--cta-shadow) !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-notice-des a.cky-policy:hover,
.cky-notice-des button.cky-policy:hover {
}
.cky-notice-btn-wrapper {
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
    margin: var(--spacing-sm) auto 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: var(--spacing-2xs) !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: inherit !important;
}
.cky-notice-btn-wrapper .cky-btn {
    text-decoration: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: inherit !important;
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: var(--font-size-lg) !important;
    line-height: normal !important;
    letter-spacing: none !important;
    text-indent: 0 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    overflow: visible !important;
    opacity: 1 !important;
    transition: var(--duration) var(--timing-function) !important;
}
.cky-notice-btn-wrapper .cky-btn:hover {
    opacity: 1 !important;
    box-shadow: var(--cta-shadow) !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
    order: 0 !important;
}
.cky-notice-btn-wrapper .cky-btn-reject {
    order: 1 !important;
}
.cky-notice-btn-wrapper .cky-btn-customize {
    order: 2 !important;
    grid-column: span 2;
}
.cky-notice-btn-wrapper .cky-btn-customize:not(:hover) {
    opacity: var(--opacity-light) !important;
}

@media (min-width:992px) {
    .cky-consent-container {
        width: 505px !important;
    }
}

/*========== PLUGIN:INSTAGRAM ==========*/
#sb_instagram,
#sb_instagram #sbi_images,
#sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}
#sb_instagram #sbi_images {
    float: none !important;
    display: flex !important;
    gap: unset !important;
    grid-template-columns: unset !important;
}
#sb_instagram #sbi_images > * {
    margin: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
    float: none;
    display: block;
    max-height: none;
    overflow: visible;
    width: 100% !important;
    padding: 0 !important;
    transition: none !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:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: none;
}
#sb_instagram #sbi_images .sbi_photo:after {
    font-family: 'iconfont';
    content: "\e915";
    font-size: var(--font-size-md);
    line-height: 1;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: var(--spacing-sm);
    pointer-events: none;
}
#sb_instagram #sbi_images .sbi_photo > * {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#sb_instagram #sbi_images .sbi_photo > svg {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_photo > * {
    transition: var(--duration);
}
#sb_instagram .sbi_link a,
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: inherit !important;
}

.igfeed-container {
    margin: 0 var(--spacing-2xs-minus) !important;
}
.igfeed-container #sb_instagram.swiper-container {
    overflow: visible !important;
}
.igfeed-container #sb_instagram #sbi_images .swiper-slide {
    width: calc(100%/5) !important;
    padding: 0 var(--spacing-2xs) !important;
}

@media (max-width:1199px) {

    .igfeed-container #sb_instagram #sbi_images .swiper-slide {
        width: calc(100%/4) !important;
    }
    
}

@media (max-width:991px) {
    
    .igfeed-container {
        margin: 0 var(--spacing-3xs-minus) !important;
    }
    .igfeed-container #sb_instagram #sbi_images .swiper-slide {
        width: calc(100%/3) !important;
        padding: 0 var(--spacing-3xs) !important;
    }
    
}

@media (max-width:575px) {
    
    .igfeed-container #sb_instagram #sbi_images .swiper-slide {
        width: 56vw !important;
    }
    
}

/*========== PLUGIN:MULTI CURRENCY ==========*/
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical {
    font: inherit;
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper,
.currency-tool .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-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a,
.currency-tool .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-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    vertical-align: top !important;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    font-weight: inherit;
}
.currency-tool .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-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    box-sizing: border-box;
    margin: 0;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    border: 0;
    background: none;
    color: inherit;
    padding: 0;
    width: auto;
    text-align: inherit;
    display: inline-flex !important;
    vertical-align: top;
    align-items: center;

}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    transition: var(--duration) var(--timing-function);
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    display: inline;
    box-shadow: none;
}
.currency-tool .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: inherit;
    color: inherit;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper i,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency:after {
    display: none !important;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper > *:not(:first-child):before,
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency > *:not(:first-child):before {
    content: "|";
    font-weight: inherit;
    margin: -1px 4px 0;
    display: block;
    position: relative;
}

/*========== 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-md);
    padding: var(--spacing-xs) 0;
    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] {
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    line-height: normal;
    text-transform: none;
    transition: var(--duration) var(--timing-function);
    box-shadow: none !important;
}
.ur-frontend-form .button,
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit] {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}
.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 label, 
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    margin: 0;
    padding: 0;
    font-weight: var(--font-weight-regular);
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    text-align: left;
    color: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
    text-decoration: none;
    color: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.label:not(.anim):not(:last-child) {
    margin-bottom: var(--spacing-3xs);
}
.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;
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(var(--rgb),0.3);
}
.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-family: inherit !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-transform: uppercase !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;
    color: inherit !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: inherit !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy,
.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-xs);
    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 {
    grid-column: 1 / span 2;
}
.ur-frontend-form .description {
    font: inherit;
    line-height: inherit;
}
.ur-frontend-form .description + span {
    display: none;
}

/*========== PLUGIN:NSL ==========*/
div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: block;
    padding: 0;
    margin: 0;
}
div.nsl-container.nsl-container-block .nsl-container-buttons > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons a {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: none;
    display: block;
    box-shadow: none !important;
    text-decoration: none !important;
}
div.nsl-container.nsl-container-block svg {
    width: 24px !important;
    height: 24px !important;
    transition: var(--duration);
}
div.nsl-container.nsl-container-block .nsl-button {
    display: flex;
    height: 54px;
    border: 0;
    border-radius: 0;
    padding: 0 var(--spacing-sm);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: var(--duration);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.nsl-container.nsl-container-block .nsl-button-default {
    width: 100%;
    max-width: 100%;
    position: relative;
}
div.nsl-container.nsl-container-block .nsl-button-default div.nsl-button-label-container {
    flex: none;
    display: block;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-lg);
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-indent: 0px;
    text-align: center;
}
div.nsl-container.nsl-container-block .nsl-button-default div.nsl-button-label-container > * {
    font-weight: inherit;
}
div.nsl-container.nsl-container-block .nsl-button-svg-container {
    padding: 0;
    margin-right: var(--spacing-2xs);
}
div.nsl-container.nsl-container-block .nsl-button-facebook {
    background: #1877F2 !important;
    color: #fff !important;
}
div.nsl-container.nsl-container-block .nsl-button-google {
    background: #FFFFFF !important;
    border: 1px solid var(--color-gray-bright) !important;
    color: rgba(0,0,0,0.54) !important;
}
div.nsl-container.nsl-container-block .nsl-button-google svg {
    width: 28px !important;
    height: 28px !important;
}
div.nsl-container.nsl-container-block .nsl-button-google .nsl-button-svg-container {
    margin-right: var(--spacing-3xs);
}

.sociallogin {
    width: 100%;
    max-width: 345px;
    margin: 0;
}

/*========== 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: inherit !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button:before {
    margin: 0 !important;
    font-family: 'iconfont' !important;
    content: "\e91c" !important;
    font-size: var(--icon-size-xl) !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: var(--color-gray-bright);
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    color: var(--color-red);
    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-medium);
}

.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;
}

@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: var(--icon-size) !important;
	line-height: 1 !important;
    color: inherit !important;
    margin: 0 !important;
}
#woofc-count i:before {
	content: "\e91e" !important;
}
#woofc-count #woofc-count-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    border: 0;
    border-radius: 50%;
    background: currentColor;
    color: inherit;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%,-25%);
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 0;
    line-height: 1;
}
#woofc-count #woofc-count-number.empty {
    opacity: 0;
}
#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;
    box-shadow:none !important;
}
#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: inherit;
    color: #000;
    border-bottom: 1px solid;
}
#woofc-area.woofc-area-loading:before,
#woofc-area.woofc-area-loading:after {
    display: none;
}

#woofc-area.woofc-area .woofc-area-top,
#woofc-area.woofc-area .woofc-area-mid .woofc-item-title,
#woofc-area .woofc-area-bot .woofc-data .woofc-data-right, 
#woofc-area .woofc-area-bot .woofc-total .woofc-total-right {
    font-weight: var(--font-weight-regular);
}
#woofc-area.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    color: inherit;
}

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


/*========== WOOF ==========*/
.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: 87.5%;
    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: var(--spacing-2xs) 0 0;
}
.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,
.woof .woof_list_radio {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: var(--spacing-2xs);
}
.woof .woof_list_checkbox > li,
.woof .woof_list_radio > li {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    line-height: inherit;
}
.woof .woof_childs_list > li:not(:last-child) {
    margin-bottom: var(--spacing-2xs) !important;
}
.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: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: var(--button-height);
    padding: var(--spacing-3xs);
    border: 1px solid var(--color-border);
    color: inherit;
    line-height: normal;
    cursor: pointer;
    transition: var(--duration);
}
.woof .woof_list_checkbox > li .woof_checkbox_label:hover,
.woof .woof_list_radio > li .woof_radio_label:hover {
    background: var(--color-gray);
    border-color: var(--color-gray);
    color: #fff;
}
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label,
.woof .woof_list_radio > li .woof_radio_term:checked + .woof_radio_label {
    background: #000;
    border-color: #000;
    color: #fff;
}
.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_list_color {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: var(--spacing-2xs);
}
.woof .woof_list_color > li {
    display: block;
    width: 100%;
}
.woof .woof_list_color > li .woof_tooltip {
    display: block;
}
.woof .woof_list_color > li input.woof_color_term {
    display: none !important;
}
.woof .woof_list_color > li .woof_color_term {
    position: relative;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
    color: inherit;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-clip: content-box;
    background-size: cover !important;
    transition: var(--duration);
    cursor: pointer;
}
.woof .woof_list_color > li .woof_color_term:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.woof .woof_list_color > li .woof_color_term.checked {
    border: 2px solid #C7C7C7;
}
.woof .woof_list_color > li .woof_color_checked {
    display: none;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.woof .woof_list_color > li .woof_color_term.checked .woof_color_checked {
    border-color: inherit;
}
.woof .woof_list_color > li .woof_tooltip_data {
    display: none !important;
}

.woof .woof_submit_search_form_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: var(--spacing-lg) 0 0;
    padding: 0;
}
.woof .woof_submit_search_form_container .button {
    width: 100%;
    color: #000;
    background: #fff;
    border: 1px solid var(--color-border);
}
.woof .woof_submit_search_form_container .button:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woof .woof_submit_search_form_container .button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
.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: none;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#filter-panel-overlay {
    display: none;
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
}
#filter-panel {
    display: block;
    height: 100%;
    width: calc(((100% - var(--spacing-container))/3) + var(--spacing-sm));
    overflow: hidden;
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
    pointer-events: none;
    transform: translateX(100%);
    transition: var(--duration) var(--timing-function-expo);
}
#filter-panel.active {
    transform: none;
    pointer-events: auto;
}
#filter-panel .filter-wrap {
    /* max-height: 100%;
    padding-right: 25px;
    margin-right: -25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; */
    height: 100%;
}
#filter-panel .filter-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#filter-panel .filter-head,
#filter-panel .filter-body-scroll-inner {
    padding-left: var(--spacing-container);
    padding-right: var(--spacing-container);
}
#filter-panel .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    padding-top: var(--spacing-lg);
    padding-bottom: calc(var(--spacing-md)/2);
}
#filter-panel .filter-head > *:not(:last-child) {
    margin-right: var(--spacing-sm);
}
#filter-panel .filter-title {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-sm);
}
#filter-panel .filter-body {
    flex: 1;
    overflow: hidden;
    -webkit-mask-box-image: -webkit-linear-gradient(-90deg, transparent 0%, white calc(var(--spacing-md)/2));
}
#filter-panel .filter-body-scroll {
    height: 100%;
    padding: 0 25px 0 0;
    margin-right: -25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-mask-box-image: -webkit-linear-gradient(90deg, transparent 0%, white var(--spacing-lg));
}
#filter-panel .filter-body-scroll-inner {
    padding-top: calc(var(--spacing-md)/2);
    padding-bottom: var(--spacing-lg);
}
#filter-panel .filter-close {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}
#filter-panel .filter-close .ic {
    font-size: var(--font-size-xl);
    line-height: 1;
}
#filter-panel .filter-close > * {
    vertical-align: top;
}
#filter-panel .woof .woof_container:not(:first-child) {
    margin-top: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--color-border);
}
#filter-panel .woof .woof_container > .woof_container_inner > h4 {
    cursor: default;
}
#filter-panel .woof .woof_container > .woof_container_inner > h4 > .woof_front_toggle {
    display: none !important;
}
#filter-panel .woof .woof_container > .woof_container_inner > .woof_block_html_items {
    display: block !important;
}

html.filter-panel-visible #store-bar {
    opacity: 0;
}

@media (max-width:1024px) {

    #filter-panel {
        width: 50%;
    }
    
}

@media (max-width:767px) {

    #filter-panel {
        width: 100%;
        max-width: 100%;
    }
    
}

/*========== 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;
    background: var(--color-gray-bright) !important;
    padding: var(--spacing-2xs) var(--spacing-sm) !important;
	margin: 0 0 var(--spacing-2xs);
    font-weight: inherit;
	font-size: var(--font-size-body-sub);
    line-height: normal;
    text-transform: uppercase;
    color: #000;
}
.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);
}

/*========== BUTTON ==========*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.ur-frontend-form .button,
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none !important;
	box-shadow: none !important;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: top;
    width: auto;
    min-width: 200px;
    max-width: 100%;
    height: var(--button-height);
    min-height: 0;
    max-height: none;
    padding: 0 var(--spacing-xs);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-lg);
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    background: none;
    border: 1px solid var(--color-gray-bright);
    border-radius: 0;
    overflow: hidden;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.ur-frontend-form .button:hover,
.ur-frontend-form button[type=submit]:hover, 
.ur-frontend-form input[type=submit]:hover {
    opacity: 1 !important;
    color: #fff;
    background: #000;
    border-color: #000;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover, 
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover,
.ur-frontend-form .button:disabled,
.ur-frontend-form button[type=submit]:disabled, 
.ur-frontend-form input[type=submit]:disabled,
.ur-frontend-form .button:disabled:hover,
.ur-frontend-form button[type=submit]:disabled:hover, 
.ur-frontend-form input[type=submit]:disabled:hover {
    padding: 0 var(--spacing-xs);
    border: 1px solid var(--color-gray-bright);
    background: none;
    color: inherit;
    opacity: 0.1 !important;
	pointer-events: none;
}

#main .woocommerce-error a, 
#main .woocommerce-info a, 
#main .woocommerce-message a,
#main .woocommerce-error button, 
#main .woocommerce-info button, 
#main .woocommerce-message button,
#main .woocommerce table.cart td.actions .coupon .button, 
#main .woocommerce form.checkout_coupon .button, 
#main .woocommerce table.cart td.actions [name="update_cart"] {
    text-decoration: none !important;
    height: auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: inherit !important;
    display: inline !important;
    position: relative;
    font-weight: var(--font-weight-regular);
    font-size: inherit;
    line-height: inherit !important;
}
#main .woocommerce-error a:hover, 
#main .woocommerce-info a:hover, 
#main .woocommerce-message a:hover,
#main .woocommerce-error button:hover, 
#main .woocommerce-info button:hover, 
#main .woocommerce-message button:hover,
#main .woocommerce table.cart td.actions .coupon .button:hover, 
#main .woocommerce form.checkout_coupon .button:hover, 
#main .woocommerce table.cart td.actions [name="update_cart"]:hover {
    box-shadow: var(--cta-shadow) !important;
}


/*========== 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-3xl)/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-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: uppercase;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox) {
    font-size: var(--font-size-body-sub);
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    padding: var(--spacing-3xs) 0;
}
.woocommerce form .form-row textarea {
    line-height: normal;
    height: 130px;
    min-height: 130px;
    padding-top: 10px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 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 form .form-row[id*="_1_field"] {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce form .form-row :-ms-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    font-style: normal !important;
    color: inherit !important;
    opacity: var(--opacity-light) !important;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    font-style: normal !important;
    color: inherit !important;
    opacity: var(--opacity-light) !important;
}
.woocommerce form .form-row ::-moz-placeholder {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-body) !important;
    font-size: inherit !important;
    font-style: normal !important;
    color: inherit !important;
    opacity: var(--opacity-light) !important;
}
.woocommerce form .form-row .select2-container {
    line-height: normal;
}
.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: inherit;
    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-xs) + var(--font-size-3xs));
    line-height: inherit;
    min-width: var(--font-size-xs);
    min-height: var(--font-size-xs);
    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: "";
    margin: 0;
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0; 
    top: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:before {
    width: var(--font-size-xs);
    height: var(--font-size-xs);
    background: none;
    border: 1px solid;
}
.woocommerce .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span:after {
    background: currentColor;
    width: calc(var(--font-size-xs) - 4px);
    height: calc(var(--font-size-xs) - 4px);
    top: 2px;
    left: 2px;
    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;
    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;
}
.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;
}
.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-2xs);
}
.woocommerce .quantity .qty-btn.inc:before,
.woocommerce form.cart .quantity .qty-btn.inc:before {
    content: "\e945";
}
.woocommerce .quantity .qty-btn.dec:before,
.woocommerce form.cart .quantity .qty-btn.dec:before {
    content: "\e946";
}
.woocommerce .quantity-container {
    display: inline-block;
    width: auto !important;
    position: relative; 
    z-index: 1;
}

/*========== 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: inherit;
    line-height: inherit;
    text-transform: uppercase;
}
.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;
    padding: 0;
    margin: 0;
    border: 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%;
    height: var(--input-height);
    color: #000;
    background: var(--color-gray-bright);
    border: 0;
    border-radius: calc(var(--input-height)/2) !important;
    font-weight: var(--font-weight-regular);
}
.woocommerce form.cart .variations .select select,
.woocommerce form.cart .variations .select2-container .select2-selection__rendered {
    padding-left: var(--spacing-md);
    padding-right: var(--input-height);
}
.woocommerce form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
    opacity: 1;
}
.woocommerce form.cart .variations .select:after,
.woocommerce form.cart .variations .select2-container .select2-selection--single .select2-selection__arrow b:before {
    padding-right: var(--spacing-md);
}
.woocommerce form.cart .variations .select2-dropdown {
    border-radius: calc(var(--input-height)/2) !important;
    border: 1px solid var(--color-gray-bright);
}
.woocommerce form.cart .variations .select2-results__options {
    padding-left: calc(var(--spacing-md) - 1px);
    padding-right: calc(var(--spacing-md) - 1px);
}
.woocommerce form.cart .variations .select2-results__option[aria-selected=true] span {
    color: var(--color-gold);
}


/* .woocommerce form.cart .variations .select select {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
}
.woocommerce form.cart .variations .select2-container .select2-selection__rendered {
    padding-left: calc(var(--input-height)/2);
    padding-right: var(--input-height);
}
.woocommerce form.cart .variations .select2-dropdown {
    border-radius: calc(var(--input-height)/2) !important;
    border: 1px solid var(--color-border);
}
.woocommerce form.cart .variations .select:after,
.woocommerce form.cart .variations .select2-container .select2-selection--single > .select2-selection__arrow {
    width: var(--input-height);
    padding: calc(var(--input-height)/2);
}
.woocommerce form.cart .variations .select2-container .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.woocommerce form.cart .variations .select2-container--open .select2-dropdown--below {
    margin: 5px 0 0;
}
.woocommerce form.cart .variations .select2-container--open .select2-dropdown--above {
    margin: -5px 0 0;
} */


.woocommerce form.cart .variable-items-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: calc(var(--spacing-3xs-minus)/2);
    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;
    padding: 0;
    margin: calc(var(--spacing-3xs)/2);
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    line-height: 1;
    white-space: nowrap;
    background: none;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    cursor: pointer;
}
.woocommerce form.cart .variable-items-wrapper .variable-item.selected {
    border-color: #C7C7C7;
}
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #f8f8f8;
}
.woocommerce form.cart .variable-items-wrapper .variable-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    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-body);
    background: none;
    border: 1px solid;
    border-radius: calc(38px/2);
    overflow: hidden;
    transition: var(--duration) var(--timing-function);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff;
    background: var(--color-body);
    border-color: var(--color-body);
}
.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 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 th,
.woocommerce div.product form.cart .variations td {
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations label + .woo-selected-variation-item-name {
    display: none !important;
}
.woocommerce div.product form.cart .variations .label {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    opacity: 1;
    display: none !important;
}
.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 select {
    margin: 0;
    display: block;
    max-width: 100%;
    min-width: 0;
}
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

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

}

/*========== 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;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    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-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    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-red);
}
.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;
    opacity: 1;
    color: #C7C7C7;
    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-LoopProduct-link,
.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-LoopProduct-link {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-sm);
}
.woocommerce ul.products li.product .price {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
}
.woocommerce ul.products li.product .price del:not(:last-child),
.woocommerce ul.products li.product .price ins:not(:last-child) {
    margin-right: var(--spacing-3xs);
}
.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 .caption {
    width: 100%;
    height: 100%;
    padding: var(--spacing-sm);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: var(--color-body);
}
.woocommerce ul.products li.product .caption:not(:first-child) {
    padding-top: var(--spacing-sm);
}
.woocommerce ul.products li.product .caption > * {
    width: 100%;
}
.woocommerce ul.products li.product .caption .entry-category {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
}
.woocommerce ul.products li.product .caption .woocommerce-loop-product__title {
    margin-top: auto;
}
.woocommerce ul.products li.product:hover .caption {
    color: #fff;
}

.woocommerce ul.products li.product .cover {
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
}
.woocommerce ul.products li.product .cover .object-fit {
    width: 100%;
    margin: 0 auto;
}
.woocommerce ul.products li.product .cover .object-fit:before {
    padding-bottom: 100%;
}
.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;
    transition-timing-function: var(--timing-function-expo);
}
.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;
}


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

.product-container.style-align .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
}
.product-container.style-align .woocommerce ul.products li.product .woocommerce-LoopProduct-link > .cover {
    width: 39.0625%;
    max-width: 125px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.product-container.style-align .woocommerce ul.products li.product .woocommerce-LoopProduct-link > .caption {
    flex: 1;
    height: auto;
    position: relative;
    color: inherit;
    padding: var(--spacing-3xs) 0;
}
.product-container.style-align .woocommerce ul.products li.product .woocommerce-LoopProduct-link > .caption:not(:first-child) {
    padding-left: var(--spacing-2xs);
}

.product-container.type-grid .woocommerce ul.products {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3,1fr);
    grid-gap: var(--spacing-sm);
}

.product-container.type-slider {
    margin: 0 var(--spacing-2xs-minus);
}
.product-container.type-slider .woocommerce ul.products li.product {
    width: calc(100%/3) !important;
    padding: 0 var(--spacing-2xs);
}
.product-container.type-slider .swiper-button-prev {
    padding-left: var(--spacing-2xs);
}
.product-container.type-slider .swiper-button-next {
    padding-right: var(--spacing-2xs);
}
.product-container.type-slider .swiper-pagination.static > * {
    margin-top: var(--spacing-lg) !important;
}

*[data-section="product-lists"] .sc-headline {
    display: grid;
}
*[data-section="product-lists"] .sc-headline > *:not(:first-child) {
    margin-top: 0 !important;
}
*[data-section="product-lists"] .sc-headline > .sc-heading img {
    vertical-align: top;
}
*[data-section="product-lists"] .sc-navi {
    position: relative;
    z-index: 98;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    transition: var(--duration) var(--timing-function);
}
*[data-section="product-lists"] .sc-navi.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
}
*[data-section="product-lists"] .sc-navi.fixed {
    position: fixed;
    top: var(--header-height);
}
*[data-section="product-lists"] .sc-navi .sc-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: var(--spacing-sm);
    align-items: center;
    line-height: 1;
    min-height: 70px;
    padding-top: var(--spacing-3xs);
    padding-bottom: var(--spacing-3xs);
}
*[data-section="product-lists"] .sc-navi .sc-container > *:not(:first-child) {
    margin-top: 0 !important;
}
*[data-section="product-lists"] .sc-navi .sc-container > .sc-count {
    grid-row: 1;
    grid-column: 1;
    justify-self: flex-start;
    font-size: var(--font-size-body-sub);
    text-transform: uppercase;
}
*[data-section="product-lists"] .sc-navi .sc-container > .sc-heading {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    text-align: center;
}
*[data-section="product-lists"] .sc-navi .sc-container > .sc-heading img {
    vertical-align: middle;
}
*[data-section="product-lists"] .sc-navi .sc-container > .sc-function {
    grid-row: 1;
    grid-column: 3;
    justify-self: flex-end;
}
*[data-section="product-lists"] #sc-navi-bound {
    margin: 0 !important;
}
html:not(.sc-navi-visible) .sc-navi.fixed {
    opacity: 0;
    pointer-events: none;
}

@media (min-width:768px) {

    .product-container.limit .woocommerce ul.products li.product:not(:nth-child(-n+6)) {
        display: none !important;
    }

    
}

@media (min-width:992px) {

    .product-container.style-align.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(4,1fr);
    }

    *[data-layout="rws-store"] .product-container.type-slider .woocommerce ul.products li.product {
        width: 50% !important;
    }

    *[data-section="product-lists"] .sc-headline {
        grid-template-columns: calc((100% - var(--spacing-sm)*2)/3) 44.4776119403% 1fr;
        grid-gap: var(--spacing-sm);
    }
    *[data-section="product-lists"] .sc-headline > *:not(:first-child) {
        margin-top: 0 !important;
    }
    *[data-section="product-lists"] .sc-headline > .sc-heading {
        grid-row: 1;
        grid-column: 1;
    }
    *[data-section="product-lists"] .sc-headline > .sc-desc {
        grid-row: 1;
        grid-column: 2;
    }
    *[data-section="product-lists"] .sc-headline > .sc-function {
        grid-row: 1;
        grid-column: 3;
        align-self: flex-end;
        justify-self: flex-end;
    }
    
}

@media (max-width:991px) {

    .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(2,1fr);
        grid-gap: var(--spacing-2xs);
    }
    .product-container.style-align.type-grid .woocommerce ul.products {
        grid-template-columns: 100%;
        grid-column-gap: 0;
    }
    
    .product-container.type-slider {
        margin: 0 var(--spacing-3xs-minus);
    }
    .product-container.type-slider .woocommerce {
        overflow: visible;
    }
    .product-container.type-slider .woocommerce ul.products li.product {
        width: 50% !important;
        padding: 0 var(--spacing-3xs);
    }
    .product-container.type-slider .swiper-button-prev {
        padding-left: var(--spacing-3xs);
    }
    .product-container.type-slider .swiper-button-next {
        padding-right: var(--spacing-3xs);
    }
    .product-container.type-slider *[class*="swiper-button-"] {
        display: none !important;
    }


    *[data-section="product-lists"] .sc-headline {
        grid-template-columns: 1fr auto;
        grid-gap: var(--spacing-sm) var(--spacing-2xs);
        align-items: baseline;
    }
    *[data-section="product-lists"] .sc-headline > *:not(:first-child) {
        margin-top: 0 !important;
    }
    *[data-section="product-lists"] .sc-headline > .sc-heading {
        grid-row: 1;
        grid-column: 1;
    }
    *[data-section="product-lists"] .sc-headline > .sc-desc {
        grid-row: 2;
        grid-column: 1 / span 2;
    }
    *[data-section="product-lists"] .sc-headline > .sc-function {
        grid-row: 1;
        grid-column: 2;
        justify-self: flex-end;
    }
    *[data-section="product-lists"] .sc-navi .sc-container {
        min-height: 60px;
    }

}

@media (max-width:767px) {

    .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: 100%;
        grid-column-gap: 0;
    }

    .product-container.type-slider .woocommerce ul.products li.product {
        width: 92vw !important;
    }
    .product-container.type-slider .woocommerce ul.products li.product:only-child {
        width: 100% !important;
    }

}

@media (min-width:992px) and (max-width:1279px) {

    
    .product-container.style-align .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
        font-size: var(--font-size-body-sub);
    }
    .product-container.style-align .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: var(--font-size-body);
    }
    .product-container.style-align .woocommerce ul.products li.product .entry-category {
        font-size: var(--font-size-xs);
    }

}


/*========== SINGLE PRODUCT ==========*/
#single-product > .sc-container > *:not(:first-child) {
    margin-top: 0 !important;
}
#single-product .woocommerce-notices-wrapper > * {
    margin: 0 0 var(--spacing-container) !important;
}
#single-product .product-layout > * {
    width: 100%;
}
#single-product .summary {
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
}
#single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#single-product form.cart > * {
    width: 100%;
}
#single-product form.cart > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#single-product form.cart .woocommerce-variation-add-to-cart {
    display: block;
    text-align: inherit;
}
#single-product form.cart .woocommerce-variation-add-to-cart > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#single-product form.cart .variations tr {
    display: block !important;
}
#single-product form.cart .variations tr > * {
    margin: 0;
    width: auto !important;
    text-align: left;
}
#single-product form.cart .variations tbody {
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: var(--spacing-sm) var(--spacing-2xs);
}
#single-product form.cart .variations tbody > tr {
    width: 166px;
}
#single-product form.cart .variations tbody > tr.tr-color {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
}
#single-product form.cart .variations .woo-variation-items-wrapper > .select {
    display: none !important;
}
#single-product form.cart .quantity-container {
    width: 100% !important;
}
#single-product form.cart .quantity {
    width: 146px;
}
#single-product form.cart .quantity .qty {
    width: 100%;
    height: var(--input-height);
    color: #000;
    background: var(--color-gray-bright);
    border: 0;
    border-radius: calc(var(--input-height)/2);
    padding: var(--spacing-3xs) var(--spacing-md);
    text-align: center;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
}
#single-product form.cart .quantity .qty-action .qty-btn {
    width: auto;
}
#single-product form.cart .quantity .qty-action .qty-btn.dec {
    padding-left: var(--spacing-md);
}
#single-product form.cart .quantity .qty-action .qty-btn.inc {
    padding-right: var(--spacing-md);
}

/* #single-product form.cart .quantity-container:before {
    content: "Quantity" !important;
    font-family: inherit;
    font-size: var(--font-size-md);
    line-height: inherit;
    display: block;
    margin: 0 0 var(--spacing-3xs);
}
#single-product form.cart .quantity {
    display: block;
    width: 100%;
}
#single-product form.cart .quantity .qty {
    width: 100%;
    height: var(--input-height);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: var(--spacing-3xs) var(--spacing-xs);
    text-align: left;
}
#single-product form.cart .quantity .qty-action {
    width: var(--input-height);
    display: flex;
    flex-direction: column-reverse;
}
#single-product form.cart .quantity .qty-action > * {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: var(--spacing-xs);
}
#single-product form.cart .quantity .qty-action .qty-btn.inc {
    padding-top: 3px;
}
#single-product form.cart .quantity .qty-action .qty-btn.inc:before {
    content: "\e90b";
}
#single-product form.cart .quantity .qty-action .qty-btn.dec {
    padding-bottom: 3px;
}
#single-product form.cart .quantity .qty-action .qty-btn.dec:before {
    content: "\e90c";
} */
#single-product form.cart .cta-container > * {
    margin: 0;
}
#single-product form.cart .cta-container > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#single-product form.cart .cta-container .button {
    width: 100% !important;
}

#product-summary .summary > *:not(:first-child),
#product-summary .summary form.cart .single_variation_wrap > *:not(:first-child),
#product-summary .summary form.cart > *[data-product_id] > *:not(:first-child) {
    margin-top: var(--spacing-md);
}

#product-summary .summary .entry-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: var(--spacing-2xs);
}
#product-summary .summary .entry-header > *:not(:first-child) {
    margin-top: 0;
}
#product-summary .summary .entry-header > *:not(.entry-wishlist) {
    grid-column: 1;
}
#product-summary .summary .entry-header .entry-category {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
#product-summary .summary .entry-header .entry-category + * {
    margin-top: var(--spacing-sm) !important;
}
#product-summary .summary .entry-header .entry-title {
    width: 100%;
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
    color: inherit;
}
#product-summary .summary .entry-header .entry-price {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
    color: inherit;
}
#product-summary .summary .entry-header .entry-wishlist {
    grid-row: 1 / span 2;
    grid-column: 2;
}

#product-summary .summary .sizeguide-ctrl {
    font-weight: var(--font-weight-body);
    font-size: var(--font-size-body);
    text-transform: uppercase;
}

#product-summary .summary .accordion-container:not(:first-child) {
    margin-top: var(--spacing-lg);
}
#product-summary .summary .accordion {
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid;
}
#product-summary .summary .accordion:not(:first-child) {
    padding-top: var(--spacing-sm);
}
#product-summary .summary .accordion .entry-title {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body);
    text-transform: uppercase;
}

#product-gallery {
    position: relative;
}
#product-gallery .object-fit {
    width: 100%;
}
#product-gallery .object-fit:before {
    padding-bottom: 100%;
}
#product-gallery .object-fit > * {
    width: 100% !important;
    height: 100% !important;
    background: #F8F8F8;
}
#product-gallery .entry-gallery {
    position: relative;
    width: 100%;
}
#product-gallery .entry-gallery.type-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: var(--spacing-3xs);
}
#product-gallery .entry-gallery.type-grid .object-fit {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
#product-gallery .entry-gallery.type-grid > *:first-child {
    grid-column: 1 / span 2;
}
#product-gallery .entry-gallery-panel {
    width: 100%;
    height: 100%;
    display: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
#product-gallery .gallery-panel-container {
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: calc(var(--header-height) + var(--spacing-sm));
}
#product-gallery .gallery-panel-wrapper {
    position: relative;
}
#product-gallery .gallery-panel-wrapper .object-fit:before {
    padding-bottom: 100%;
}
#product-gallery .gallery-panel-close {
    box-shadow: none !important;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: var(--spacing-sm);
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    color: #fff;
    mix-blend-mode: difference;
}

@media (min-width:992px) {

    #single-product .product-layout {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    #single-product .product-layout #product-gallery,
    #single-product .product-layout #product-summary {
        width: 50%;
        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 {
        padding: var(--spacing-container);
        padding-right: 0;
        padding-bottom: 0;
    }
    #single-product form.cart .cta-container .button {
        max-width: 330px;
    }

    #product-gallery {
        min-height: 48.6111111111vw;
    }
    
}

@media (min-width:1280px) {

    #single-product .product-layout #product-summary {
        padding-left: var(--spacing-3xl);
        padding-right: calc(var(--spacing-3xl) - var(--spacing-sm));
    }

}

@media (max-width:991px) {

    #single-product .product-layout > *:not(:first-child) {
        margin-top: var(--spacing-lg);
    }
    #single-product .sc-spacing .product-layout #product-summary {
        padding-left: calc(var(--spacing-container)/2);
        padding-right: calc(var(--spacing-container)/2);
    }

    #product-gallery {
        min-height: calc(100vw - var(--spacing-container));
    }
    #product-gallery .gallery-panel-container {
        top: calc(var(--header-height) + var(--spacing-container)/2);
    }

}

/*========== 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-xs);
    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;
    font: inherit;
    text-transform: inherit;
}
.woocommerce table.shop_table tr > * {
	font: inherit;
	line-height: inherit;
	padding: var(--spacing-sm);
	border: 0;
    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-regular);
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    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: normal;
    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;
    background: #f8f8f8;
}
.woocommerce table.shop_table .product-name {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
.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;
	border-bottom: 0;
    padding-bottom: 0;
}

.woocommerce table.cart td.actions .coupon {
    position: relative;
	display: block;
	width: calc(50% - var(--spacing-3xl)/2);
	max-width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .form-row input.input-text {
    width: 100%;
	text-align: left;
    text-transform: none;
    font-weight: inherit;
    height: var(--input-height);
    padding: var(--spacing-3xs) 0;
	margin: 0 0;
    border: 0;
    border-bottom: 1px solid;
    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-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !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-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !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-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
    font-size: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: inherit !important;
    opacity: 1!important;
}
.woocommerce table.cart td.actions .coupon .button {
    position: absolute !important;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce .woocommerce-form-coupon {
    display: block;
    position: relative;
    width: calc(50% - var(--spacing-2xl)/2);
    margin: 0 0 var(--spacing-md) !important;
    text-transform: uppercase;
}
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
	width: 100%;
    font-size: inherit;
	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-last {
    width: auto;
    height: var(--input-height);
    display: inline-flex;
    align-items: center;
    visibility: top;
    position: absolute !important;
    z-index: 3;
    right: 0;
    bottom: 0;
}
.woocommerce .woocommerce-form-coupon-toggle > *:last-child {
    margin-bottom: var(--spacing-md);
}

.woocommerce .cart-collaterals {
    margin-top: var(--spacing-md);
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
    font-family: inherit;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr,
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    display: block;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.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-2xs) !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 > th {
    font-weight: var(--font-weight-regular);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:last-child {
    text-align: left !important;
}
.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 {
    font-weight: inherit;
}
.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 {
    margin-top: var(--spacing-sm) !important;
    padding-top: var(--spacing-sm) !important;
    border-top: 1px solid !important;
    align-items: baseline;
    font-weight: inherit;
}
.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
	text-align: center;
	margin-top: var(--spacing-md);
}
.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-h4);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
.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.24em 0 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 tr > th {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
.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-3xs);
}
.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 {
    font-weight: inherit;
}
.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-3xs);
}
.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;
}
.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;
}
.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;
    display: inline-block;
    vertical-align: baseline;
    font-weight: var(--font-weight-regular);
    line-height: inherit;
    text-transform: uppercase;
    text-align: left;
    padding-left: calc(var(--font-size-xs) + var(--font-size-3xs));
    min-width: var(--font-size-xs);
    min-height: var(--font-size-xs);
    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: block;
    margin: 0.24em 0 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 {
    width: var(--font-size-xs);
    height: var(--font-size-xs);
    background: none;
    border: 1px solid;
    border-radius: 0;
}
.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 {
    background: currentColor;
    width: calc(var(--font-size-xs) - 4px);
    height: calc(var(--font-size-xs) - 4px);
    top: 2px;
    left: 2px;
    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: inherit;
    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-md);
    margin: var(--spacing-md) 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 fieldset,
.woocommerce-cart #payment div.payment_box fieldset,
.woocommerce-checkout #payment div.payment_box fieldset {
    margin-bottom: var(--spacing-sm-minus);
}
#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: inherit;
    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: inherit;
    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-md) 0;
    text-transform: none;
}
.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: inherit;
    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 > * {
        border-top: 1px solid;
        vertical-align: middle;
    }

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

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

@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-xs);
        padding-bottom: var(--spacing-xs);
        border-bottom: 1px solid;
    }
    .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: inherit;
        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);
        border-bottom: 1px solid;
    }
    .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: block !important;
        grid-row: 1;
        grid-column: 3;
        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: 0 0 var(--spacing-xs);
	}
    
	.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: 1;
        align-self: center;
	}
	.woocommerce table.shop_table_responsive.cart .product-thumbnail {
		display: block;
		width: 80px;
		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: 2;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-quantity {
        grid-row: 3;
		grid-column: 3;
    }
    .woocommerce table.shop_table_responsive.cart .product-subtotal {
        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;
        margin: 0 auto;
        padding: 0;
    }
    .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;
    }
	
	.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 .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: inherit;
    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: inherit;
}
#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-main *[data-section="wc-dashboard"] .woocommerce:before,
#main.wc-main *[data-section="wc-dashboard"] .woocommerce:after {
    display: none;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce {
    margin: 0;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce > * {
    width: 100%;
    float: none;
    clear: both;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: none;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li {
    margin: 0;
    text-align: left;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li a {
    padding: 0 !important;
    display: inline !important;
    position: relative;
    color: inherit;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation li.is-active a {
    box-shadow: var(--cta-shadow);
    opacity: 1;
    cursor: default;
}
#main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .sc-menu-wrapper ul {
    justify-content: space-between;
}

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

#main.wc-main *[data-section="wc-dashboard"] .sc-menu-container:after {
    display: none !important;
}

#main.wc-main *[data-section="wc-dashboard"] *[class*="-order-actions"] > a {
    display: flex;
    height: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
    padding: 0 var(--spacing-sm);
}
#main.wc-main *[data-section="wc-dashboard"] *[class*="-order-actions"] > a:not(:first-child) {
    margin-top: var(--spacing-3xs) !important;
}
#main.wc-main *[data-section="wc-dashboard"] *[class*="-order-actions"] > a,
#main.wc-main *[data-section="wc-dashboard"] *[class*="-order-actions"] > a:hover {
    border-color: #000 !important;
}

@media (min-width:768px) {

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

    #main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-orders tr > * {
        border-bottom: 1px solid;
        vertical-align: middle !important;
    }
    #main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-orders tbody:last-child tr:last-child > * {
        border-bottom: 0;
    } 
    #main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-orders *[class*="-order-actions"] {
        width: 1%;
        text-align: center !important;
        vertical-align: middle !important;
    }
    
}

@media (min-width:992px) {
    
    #main.wc-main *[data-section="wc-dashboard"] .woocommerce > *:not(:last-child) {
        margin-bottom: 0 !important;
    }
    
    #main.wc-main *[data-section="wc-dashboard"] .entry-wc > .woocommerce {
        display: grid;
        grid-template-columns: 240px 1fr;
        grid-column-gap: var(--spacing-container);
        justify-content: space-between;
    }
    #main.wc-main *[data-section="wc-dashboard"] .entry-wc > .woocommerce > * {
        width: 100%;
    }
    #main.wc-main *[data-section="wc-dashboard"] .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation {
        overflow: visible;
        border: 0;
        padding: 0;
    }
    #main.wc-main *[data-section="wc-dashboard"] .entry-wc > .woocommerce > .woocommerce-MyAccount-navigation > * {
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--header-height) + var(--spacing-container));
    }
    
    #main.wc-main *[data-section="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-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-slide {
        padding: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        white-space: normal !important;
        border: 0 !important;
        flex: 0 !important;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #main.wc-main *[data-section="wc-dashboard"] .woocommerce-MyAccount-navigation .swiper-slide:not(:first-child) {
        margin-top: var(--spacing-3xs) !important;
    }

}

@media (max-width:768px) {

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

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

/*========== ACCOUNT:START ==========*/
*[data-section="wc-account"] .sc-column {
    width: 100%;
    padding: var(--spacing-container);
}
*[data-section="wc-account"] .sc-column .entry-explore .or {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
*[data-section="wc-account"] .sc-column .entry-explore > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
*[data-section="wc-account"] .sc-column.bg-black .ur-frontend-form .ur-button-container .ur-submit-button:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

@media (min-width:992px) {

    *[data-section="wc-account"] .sc-columns {
        justify-content: space-between;
    }
    *[data-section="wc-account"] .sc-column {
        width: calc(50% - var(--spacing-container)/2);
        padding: var(--spacing-container) !important;
    }
    
}

@media (min-width:1280px) {

    *[data-section="wc-account"] .sc-column {
        width: calc(50% - var(--spacing-xl)/2);
    }
    
}

@media (max-width:991px) {

    *[data-section="wc-account"] .ur-frontend-form .button,
    *[data-section="wc-account"] .sociallogin {
        width: 100% !important;
        max-width: 100% !important;
    }
    
}
/*========== ACCOUNT:END ==========*/

/*========== PAGINATION ==========*/
.wp-pagenavi {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-body);
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    text-align: center;
}
.wp-pagenavi > span.pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: var(--opacity-light);
}
.wp-pagenavi > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 52px;
    margin: 0 1px;
    padding: 0 0 var(--spacing-sm);
    border: 0;
    border-bottom: 1px solid;
    color: inherit;
    opacity: var(--opacity-light);
}
.wp-pagenavi > *.current {
    opacity: 1;
}
.wp-pagenavi > *[class*="postslink"] {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.wp-pagenavi > .previouspostslink {
    left: 0;
    justify-content: flex-start;
}
.wp-pagenavi > .nextpostslink {
    right: 0;
    justify-content: flex-end;
}
.wp-pagenavi > .previouspostslink:before,
.wp-pagenavi > .nextpostslink:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-xl);
}
.wp-pagenavi > .previouspostslink:before {
    content: "\e905";
    transform: translateX(-4px);
}
.wp-pagenavi > .nextpostslink:after {
    content: "\e906";
    transform: translateX(4px);
}

.woocommerce nav.woocommerce-pagination {
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination:not(:first-child) {
    margin-top: var(--spacing-xl);
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    display: inline;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    min-width: 0;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: inherit;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-body);
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    text-align: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after, 
.woocommerce .woocommerce-pagination ul.page-numbers:before {
    display: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
    min-width: 52px;
    margin: 0 1px;
    padding: 0 0 var(--spacing-sm);
    border: 0;
    border-bottom: 1px solid;
    color: inherit;
    opacity: var(--opacity-light);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.current {
    opacity: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev {
    left: 0;
    justify-content: flex-start;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    right: 0;
    justify-content: flex-end;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    font-family: 'iconfont';
    font-weight: normal;
    font-size: var(--font-size-xl);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before {
    content: "\e905";
    transform: translateX(-4px);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    content: "\e906";
    transform: translateX(4px);
}

/* PLUGIN: */
#main .ti-widget.ti-trip .ti-widget-container, 
#main .ti-widget.ti-trip .ti-widget-container *,
#main .ti-widget.ti-trip .ti-rating-text, 
#main .ti-widget.ti-trip .ti-rating-text strong, 
#main .ti-widget.ti-trip .ti-rating-text strong a, 
#main .ti-widget.ti-trip .ti-rating-text strong span, 
#main .ti-widget.ti-trip .ti-rating-text span strong, 
#main .ti-widget.ti-trip .ti-rating-text span, 
#main .ti-widget.ti-trip .ti-footer, 
#main .ti-widget.ti-trip .ti-footer strong, 
#main .ti-widget.ti-trip .ti-footer span,
#main .ti-widget.ti-trip .ti-footer strong a {
    color: inherit;
    font-size: var(--font-size-sm);
}
#main .ti-widget.ti-trip .ti-widget-container,
#main .ti-widget.ti-trip .ti-header,
#main .ti-widget.ti-trip .ti-header > * {
    margin: 0;
}
#main .ti-widget.ti-trip .ti-widget-container > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#main .ti-widget.ti-trip .ti-header > *:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#main .ti-widget.ti-trip .ti-header .ti-stars {
    line-height: 1;
}
#main .ti-widget.ti-trip .ti-header .ti-rating-text {
    font-weight: var(--font-weight-regular);
    text-transform: uppercase;
}
#main .ti-widget.ti-trip .ti-read-more span {
    font-size: var(--font-size-xs);
    text-decoration: none !important;
    transition: var(--duration) var(--timing-function);
}
#main .ti-widget.ti-trip .ti-read-more span:hover {
    box-shadow: var(--cta-shadow);
}
#main .ti-widget.ti-trip .ti-reviews-container-wrapper {
    margin: 0 var(--spacing-md);
    padding: var(--spacing-3xs) 0;
}
#main .ti-widget.ti-trip .ti-review-item > .ti-inner {
    color: #000 !important;
    background-color: rgba(255,255,255,1) !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#main .ti-widget.ti-trip .ti-controls {
    display: block !important
}