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

/*========== PLUGIN:COOKIE LAW ==========*/
#cookie-law-info-bar {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: var(--spacing-lg) !important;
    position: fixed !important;
    z-index: 999 !important;
    top: 0 !important; 
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background-color: rgba(0,0,0,0.9) !important; 
    color: #fff !important; 
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    text-transform: none !important;
}
#cookie-law-info-bar > span {
    display: block !important;
    width: 100% !important;
}
#cookie-law-info-bar .cli-bar-container {
    position: relative;
    width: 880px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#cookie-law-info-bar .cli-bar-message {
    width: 100%;
}
#cookie-law-info-bar .cli-bar-message a,
#cookie-law-info-bar .cli-plugin-main-link {
    text-decoration: none !important;
    display: inline !important;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    white-space: nowrap;
    color: inherit !important;
    box-shadow: var(--cta-shadow) !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
    margin: var(--spacing-md) 0 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
}
#cookie-law-info-bar .cli-bar-btn_container > * {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: top;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 !important;
    padding: var(--spacing-3xs) 0 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: inherit !important;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
    text-align: center;
    text-transform: none;
    overflow: hidden;
}
#cookie-law-info-bar .cli-bar-btn_container > *:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: var(--transition);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#cookie-law-info-bar .cli-bar-btn_container > *:hover:after {
    width: 100%;
}
#cookie-law-info-bar .cli-bar-btn_container > *:not(:last-child) {
    margin-right: var(--spacing-lg) !important;
}
#cookie-law-info-bar .cli-bar-btn_container:hover > *:not(:hover) {
    opacity: var(--opacity-light);
}

@media (max-width:991px) {

    #cookie-law-info-bar {
        padding: var(--spacing-md) var(--spacing-xs) !important;
    }
    #cookie-law-info-bar .cli-bar-btn_container {
        margin-top: var(--spacing-sm) !important;
    }
    
}

@media (max-width:360px) {
    
    #cookie-law-info-bar .cli-bar-btn_container > *:not(:last-child) {
        margin-right: var(--spacing-md) !important;
    }

}

/*========== PLUGIN:INSTAGRAM ==========*/
#sb_instagram,
#sb_instagram #sbi_images,
#sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}
#sb_instagram #sbi_images {
    float: none;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: var(--spacing-3xs);
}
#sb_instagram #sbi_images > * {
    margin: 0 !important;
}
#sb_instagram #sbi_images > *:not(:nth-child(-n+12)) {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_item {
    float: none;
    display: block;
    max-height: none;
    overflow: visible;
    transition: none;
    width: 100% !important;
    padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_photo_wrap {
    width: 100%;
}
#sb_instagram #sbi_images .sbi_photo {
    background: none !important;
    opacity: 1 !important;
    transition: none !important;
    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%;
}
#sb_instagram #sbi_images .sbi_photo > * {
    transition: none !important;
    display: block !important;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    mix-blend-mode: luminosity;
}
#sb_instagram #sbi_images .sbi_photo:hover > * {
    mix-blend-mode: normal;
}
#sb_instagram #sbi_images .sbi_photo > svg,
#sb_instagram #sbi_images .sbi_photo > .sbi-screenreader {
    display: none !important;
}

@media (max-width:991px) { 
    
    #sb_instagram #sbi_images {
        grid-template-columns: repeat(2,1fr);
    }
    
}

/*========== 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);
    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(--transition);
}
.ur-frontend-form .button,
.ur-frontend-form button[type=submit], 
.ur-frontend-form input[type=submit] {
    margin: var(--spacing-sm) 0 0;
    padding: 0;
    min-width: 118px !important;
    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-2xs) !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 var(--spacing-md);
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
    text-transform: none;
    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 .user-registration-error {
    position: static !important;
    background: none !important;
    padding: 0 !important;
    margin: var(--spacing-3xs) 0 !important;
    color: var(--color-gray) !important;
    font-size: var(--font-size-2xs) !important;
    text-transform: uppercase !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 {
    display: block;
    margin: 0;
    width: 100%;
    height: var(--input-height);
    min-height: 0;
    padding: var(--spacing-2xs) var(--spacing-md);
    background: var(--color-gray-light);
    border: 0;
    border-radius: 0;
    line-height: normal;
    text-align: left;
}
.ur-frontend-form .register .input-text {
    padding-left: var(--spacing-md) !important;
}
.ur-frontend-form .show-password-input {
    display: none !important;
}
.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 .user-registration-LostPassword,
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy {
    float: none;
    clear: both;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
}
.ur-frontend-form .user-registration-LostPassword {
    margin: 0 !important;
    font-size: var(--font-size-sm) !important;
    position: static;
    z-index: 1;
    right: auto;
    top: auto;
}
.ur-frontend-form .user-registration-LostPassword a,
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy .ur-label {
    font-size: inherit !important;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}
.ur-frontend-form .user-registration-LostPassword a,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: inherit !important;
    opacity: var(--opacity-light);
}
.ur-frontend-form .user-registration-LostPassword a:hover,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a:hover {
    opacity: 1;
}
.ur-frontend-form.login .ur-form-grid > .user-registration-form-row:nth-child(2):not(:last-child),
.ur-frontend-form .register .ur-form-row .ur-form-grid > .field-user_confirm_password:not(:last-child) {
    margin-bottom: var(--spacing-md) !important;
}
.ur-frontend-form .choice input + span:before, 
.ur-frontend-form .choice input + span:after {
    margin: 0;
}
.ur-frontend-form .action {
    clear: both;
    position: relative;
    line-height: inherit;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: var(--spacing-lg) var(--spacing-xs);
    align-items: baseline;
}
.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-row: 1;
    grid-column: 1 / span 2;
    justify-self: start;
}
.ur-frontend-form .action > .user-registration-LostPassword {
    grid-row: 2;
    grid-column: 2;
    justify-self: end;
}
.ur-frontend-form .action > .submit-wrap {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
}

/*========== 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: flex;
    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 span {
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency span:after {
    font-family: 'iconfont';
    content: "\e908";
    font-size: var(--font-size-3xs);
    line-height: 1;
    margin-left: var(--spacing-3xs);
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    box-sizing: border-box;
    margin: 0;
    top: 100%;
    left: var(--spacing-md-minus);
    transform: none;
    border: 0;
    background-color: rgba(255,255,255,0.9);
    color: var(--color-body);
    padding: 0 var(--spacing-md) var(--spacing-md);
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: left;
}
.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(--transition);
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    display: inline;
}
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
    box-shadow: var(--cta-shadow);
}
.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 .wmc-sub-currency > *:not(:last-child),
.currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency > *:not(:last-child) {
    margin-bottom: var(--spacing-xxs);
}
.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;
}

.header-system .currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    position: static;
}

@media (max-width:1279px) {

    .header-menu .currency-tool .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
        top: auto;
        bottom: 100%;
        left: auto;
        right: var(--spacing-2xs-minus);
        padding: var(--spacing-xs) var(--spacing-2xs);
        margin: 0 auto;
    }

}

/*========== 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;
	box-shadow: none !important;
	background: none !important;
	line-height: 1 !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    display: inline-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(--font-size-xl) !important;
	line-height: 1 !important;
    color: inherit !important;
    margin: 0 !important;
    transition: var(--transition);
}
#woofc-count i:before {
	content: "\e91e" !important;
}
#woofc-count:hover i {
    color: var(--color-theme) !important;
}
#woofc-count #woofc-count-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--color-body);
    color: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    transform: translate(50%,-50%);
    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: uppercase;
    vertical-align: top;
    padding: 0;
    height: 35px;
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: #000;
    color: #f8f8f8;
    white-space: nowrap;
}
#woofc-area .woofc-item-qty .woofc-item-qty-inner .qty-action {
    display: none !important;
}
#woofc-area .woofc-continue-url {
    font-family: inherit;
    font-size: inherit;
    font-weight: var(--weight-medium);
    color: #000;
    border-bottom: 1px solid;
}
#woofc-area.woofc-area-loading:before,
#woofc-area.woofc-area-loading:after {
    display: none;
}

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

/*========== WOOF ==========*/
.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));
    text-transform: uppercase;
}
.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-xs) 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 > li,
.woof .woof_list_radio > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: inherit;
}
.woof .woof_childs_list > li:not(:last-child),
.woof .woof_list_checkbox > li:not(:last-child),
.woof .woof_list_radio > li:not(:last-child) {
    margin-bottom: var(--spacing-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: inline-block;
    vertical-align: baseline;
    text-align: left;
    /* padding-left: calc(var(--font-size-lg) + var(--font-size-2xs));
    line-height: var(--font-size-lg);
    min-height: var(--font-size-lg);
    min-width: var(--font-size-lg);
    max-width: 100%;
    height: auto; */
    cursor: pointer;
    transition: var(--transition);
}
.woof .woof_list_checkbox > li .woof_checkbox_label:hover,
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label,
.woof .woof_list_radio > li .woof_radio_label:hover,
.woof .woof_list_radio > li .woof_radio_term:checked + .woof_radio_label {
    color: var(--color-theme);
}
.woof .woof_list_checkbox > li .woof_checkbox_label:before,
.woof .woof_list_checkbox > li .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_label:before,
.woof .woof_list_radio > li .woof_radio_label:after {
    content: "";
    width: var(--font-size-lg);
    height: var(--font-size-lg);
    border-radius: 0;
    position: absolute;
    left: 0; 
    top: 0;
    display: none !important;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:before,
.woof .woof_list_radio > li .woof_radio_label:before {
    background: var(--color-gray-light);
    border: 0;
    border-radius: 3px;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_label:after {
    font-family: 'iconfont';
	content: "\e923";
    font-size: var(--font-size-2xs);
    line-height: normal;
    color: inherit;
	background: none;
	display: inline-flex;
    align-items: center;
    justify-content: center;    
	opacity: 0;
}
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label:after,
.woof .woof_list_radio > li .woof_radio_term:checked + .woof_radio_label:after {
    opacity: 1;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener,
.woof .woof_list_radio > li .woof_childs_list_opener {
    margin: 0;
    flex: 1;
    text-align: right;
    background: none !important;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span,
.woof .woof_list_radio > li .woof_childs_list_opener span {
    background: none;
    width: auto;
    height: auto;
    vertical-align: top;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span:before,
.woof .woof_list_radio > li .woof_childs_list_opener span:before {
    display: block;
    font-size: inherit;
    width: auto;
    text-align: center;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_closed:before,
.woof .woof_list_radio > li .woof_childs_list_opener span.woof_is_closed:before {
    content: "+";
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_opened:before,
.woof .woof_list_radio > li .woof_childs_list_opener span.woof_is_opened:before {
    content: "-";
}
.woof .woof_submit_search_form_container {
    text-align: center;
    margin: var(--spacing-sm) 0;
    padding: 0;
}
.woof .woof_submit_search_form_container > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
.woof .woof_submit_search_form_container .button {
    width: 100%;
}
.woof_container_overlay_item,
.woof_checkbox_count,
.woof_radio_count {
    display: none !important;
}
div.woof_info_popup {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-theme);
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woof .woof_container > .woof_container_inner > h4 {
    padding-right: 0;
    margin-bottom: var(--spacing-xs);
    cursor: default;
}
.woof .woof_container > .woof_container_inner > h4 > .woof_front_toggle {
    display: none !important;
}
.woof .woof_container > .woof_container_inner > .woof_block_html_items {
    display: block !important;
    padding: 0 !important;
    font-size: inherit;
    font-weight: var(--weight-regular);
}
.woof .woof_redraw_zone {
    display: block;
}
.woof .woof_redraw_zone > *:not(:first-child) {
    margin-top: var(--spacing-md);
}

.fn-filter .woof .woof_redraw_zone {
    padding: var(--spacing-sm) var(--spacing-md);
}

/*========== 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;
    padding: var(--spacing-xs) var(--spacing-md) !important;
    background: var(--color-gray-light) !important;
    color: var(--color-gray);
	font-size: var(--font-size-sm);
    line-height: inherit;
    text-transform: none;
	margin: 0 0 var(--spacing-2xs);
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    display: none;
}
.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-lg);
}

/*========== BUTTON ==========*/
.woocommerce,
.woocommerce .input {
    --input-height: 45px;
}
.woocommerce .ur-frontend-form,
.woocommerce .ur-frontend-form .input {
    --input-height: 60px;
}

.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: 0;
    max-width: 100%;
    height: var(--input-height);
    min-height: 0;
    max-height: none;
    padding: 0 var(--spacing-md);
    border: 0;
    border-radius: 0;
    background: var(--color-body);
    color: #fff;
    font-family: var(--font-body);
    font-weight: var(--weight-medium);
    font-size: var(--font-size-body);
    line-height: normal;
    text-align: center;
    text-transform: none;
    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 {
    background: var(--color-theme-main1);
    color: #fff;
}
.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-md);
    border: 0;
    background: var(--color-body);
    color: #fff;
    opacity: var(--opacity-light);
	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 [name="update_cart"] {
    text-decoration: none !important;
    box-shadow: none !important;
    height: auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: inherit !important;
    line-height: inherit !important;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    font-weight: var(--weight-regular);
    font-size: inherit;
    padding-bottom: var(--spacing-3xs);
    margin-bottom: var(--spacing-3xs-minus);
}
#main .woocommerce-error a:after, 
#main .woocommerce-info a:after, 
#main .woocommerce-message a:after,
#main .woocommerce-error button:after, 
#main .woocommerce-info button:after, 
#main .woocommerce-message button:after,
#main .woocommerce table.cart td.actions [name="update_cart"]:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    border-bottom: 1px solid;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    transition: width var(--transition);
}
#main .woocommerce-error a:after, 
#main .woocommerce-info a:after, 
#main .woocommerce-message a:after,
#main .woocommerce-error button:after, 
#main .woocommerce-info button:after, 
#main .woocommerce-message button:after,
#main .woocommerce table.cart td.actions [name="update_cart"]:hover:after {
    width: 100%;
}
#main .woocommerce-error a, 
#main .woocommerce-info a, 
#main .woocommerce-message a,
#main .woocommerce-error button, 
#main .woocommerce-info button, 
#main .woocommerce-message button {
    color: var(--color-body) !important;
}

#main .woocommerce div.product form.cart .single_add_to_cart_button {
    min-width: 182px;
    height: 38px;
    color: inherit !important;
    border: 1px solid !important;
    background: none !important;
}
#main .woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
#main .woocommerce div.product form.cart .single_add_to_cart_button:disabled,
#main .woocommerce div.product form.cart .single_add_to_cart_button.disabled {
    color: inherit !important;
    border: 1px solid !important;
    background: none !important;
    opacity: var(--opacity-light) !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-xs)/2);
}
.woocommerce .col2-set h2 {
    margin-bottom: var(--spacing-2xs);
}

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

/*========== FORM ==========*/
.woocommerce form,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.checkout_coupon {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
    text-align: inherit;
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce form .form-row {
	margin: 0;
	padding: 0;
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    display: none;
}
.woocommerce form .form-row:not(:last-child) {
	margin-bottom: var(--spacing-sm);
}
.woocommerce form .form-row label {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: inherit;
    text-transform: none;
}
.woocommerce form .form-row label:not(.anim):not(.woocommerce-form__label-for-checkbox) {
    padding: 0;
    margin-bottom: var(--spacing-3xs);
    color: inherit;
    opacity: 1;
}
.woocommerce form .form-row label.label {
    text-transform: none;
}
.woocommerce form .form-row label.checkbox {
    color: inherit;
    opacity: 1;
    text-transform: none;
}
.woocommerce form .form-row textarea {
    line-height: normal;
    height: 139px;
}
.woocommerce form .form-row[id*="_1_field"] {
    margin-bottom: var(--spacing-2xs) !important;
}
.woocommerce form .form-row :-ms-input-placeholder {
    font-size: inherit !important;
    font-weight: var(--weight-regular) !important;
    text-transform: none !important;
    color: var(--color-gray) !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    font-size: inherit !important;
    font-weight: var(--weight-regular) !important;
    text-transform: none !important;
    color: var(--color-gray) !important;
    opacity: 1 !important;
}
.woocommerce form .form-row ::-moz-placeholder {
    font-size: inherit !important;
    font-weight: var(--weight-regular) !important;
    text-transform: none !important;
    color: var(--color-gray) !important;
    opacity: 1 !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 .input-text {
    border-top: 0;
}
.woocommerce form .form-row .input-text + span em {
    font-style: normal;
    font-size: var(--font-size-xs);
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
    width: calc(50% - var(--spacing-xs)/2);
}
.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: 60px;
    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: uppercase;
    -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;
}
.woocommerce .quantity .qty-btn:hover,
.woocommerce form.cart .quantity .qty-btn:hover {
    color: var(--color-theme);
    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-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;
}
.woocommerce form.cart .variations,
.woocommerce form.cart .variations tbody,
.woocommerce form.cart .variations tr,
.woocommerce form.cart .variations td {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce form.cart .variations select {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    border: 0;
}
.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);
    border-radius: calc(var(--input-height)/2);
    border: 1px solid var(--color-border);
}
.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: -5px;
    font: inherit;
    text-transform: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item:before,
.woocommerce form.cart .variable-items-wrapper .variable-item:after {
    display: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item,
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.woocommerce form.cart .variable-items-wrapper .variable-item {
    width: auto;
	height: auto;
    margin: 3px;
    padding: 2px;
    line-height: 1;
    white-space: nowrap;
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}
.woocommerce form.cart .variable-items-wrapper .variable-item.selected {
    border-color: #000;
}
.woocommerce form.cart .variable-items-wrapper .variable-item .variable-item-span {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.woocommerce form.cart .variable-items-wrapper .variable-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > a {
    display: block;
    background: none;
    text-transform: none;
}
.woocommerce form.cart .button-variable-items-wrapper {
    margin: 0;
}
.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:not(:last-child) {
    margin-right: var(--spacing-md);
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item .variable-item-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    color: inherit;
    padding: 0 0 3px;
}
.woocommerce form.cart .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    box-shadow: 0 -1.5px 0 0 inset;
}
.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: uppercase;
    color : var(--color-theme);
    margin-bottom: var(--spacing-md);
}
.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: var(--weight-medium);
}
.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 {
    padding: 0 !important;
    font-weight: var(--weight-medium);
    font-size: inherit;
    text-transform: none;
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
.woocommerce div.product form.cart .variations .label > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce div.product form.cart .variations .value {
    text-align: left;
}
.woocommerce div.product form.cart .variations label {
    opacity: 1;
    font-weight: inherit;
    text-transform: inherit;
}
.woocommerce div.product form.cart .variations label + .woo-selected-variation-item-name {
    margin-left: 3px;
}
.woocommerce div.product form.cart .variations select {
    margin: 0;
    display: block;
    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;
}

/*========== 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 .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-weight: var(--weight-medium);
    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-theme);
}
.woocommerce del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.woocommerce del > *,
.woocommerce ul.products li.product .price del > *,
.woocommerce div.product p.price del > *, 
.woocommerce div.product span.price del > * {
    opacity: var(--opacity-light);
}
.woocommerce del:after,
.woocommerce ul.products li.product .price del:after,
.woocommerce div.product p.price del:after, 
.woocommerce div.product span.price del:after {
    content: "";
    opacity: 1;
    display: block;
    width: 28px;
    height: 2px;
    border-bottom: 2px solid;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-40deg);
}

.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;
    font-size: var(--font-size-body);
    font-weight: var(--weight-medium);
    line-height: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    font-size: var(--font-size-xl);
    text-transform: uppercase;
}

.woocommerce ul.products li.product .caption {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: var(--spacing-2xs);
    grid-auto-flow: dense;
    align-items: flex-end;
}
.woocommerce ul.products li.product .caption:not(:first-child) {
    margin-top: var(--spacing-xs);
}
.woocommerce ul.products li.product .caption > .category {
    grid-row: 1;
    grid-column: 1 / span 2;
    justify-self: start;
    text-align: left;
}
.woocommerce ul.products li.product .caption > .woocommerce-loop-product__title {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
    text-align: left;
}
.woocommerce ul.products li.product .caption > .price {
    grid-row: 1 / span 2;
    grid-column: 2;
    justify-self: end;
    text-align: right;
    padding-bottom: 0.05em;
}
.woocommerce ul.products li.product .caption > .price ins,
.woocommerce ul.products li.product .caption > .price del {
    display: block;
    margin-left: auto;
}

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

.product-container {
    position: relative;
}

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

.product-container.type-slider {
    margin: 0 calc(var(--spacing-md-minus)/2);
}
.product-container.type-slider .woocommerce ul.products li.product {
    width: calc((100% - var(--spacing-lg)*2 - var(--spacing-md))/4) !important;
    padding: 0 calc(var(--spacing-md)/2);
}
.product-container.type-slider .swiper-container {
    overflow: visible;
}


@media (min-width:992px) {

    .product-container.type-slider.uninit .woocommerce ul.products li.product {
        width: calc(100%/4) !important;
    }

    .product-container.type-slider .swiper-button-prev.spacing-x {
        left: var(--spacing-md);
    }
    .product-container.type-slider .swiper-button-next.spacing-x {
        right: var(--spacing-md);
    }
    
}

@media (max-width:1279px) {

    .product-container.type-slider .woocommerce ul.products li.product {
        width: calc((100% - var(--spacing-md))/4) !important;
    }

}

@media (max-width:991px) {
    
    .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: var(--spacing-xs);
    }

    .product-container.type-slider {
        margin: 0 calc(var(--spacing-xs-minus)/2);
    }
    .product-container.type-slider .woocommerce ul.products li.product {
        width: calc((100% - var(--spacing-xs)*3)/2) !important;
        padding: 0 calc(var(--spacing-xs)/2);
    }

}

@media (max-width:767px) {

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
        font-size: var(--font-size-sm);
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: var(--font-size-body);
    }

    .product-container.type-grid .woocommerce ul.products li.product .caption {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        align-items: baseline;
    }
    .product-container.type-grid .woocommerce ul.products li.product .caption > * {
        grid-row: auto;
        grid-column: 1;
        align-self: baseline;
        justify-self: flex-start;
        text-align: left;
    }
    .product-container.type-grid .woocommerce ul.products li.product .caption > .price ins, 
    .product-container.type-grid .woocommerce ul.products li.product .caption > .price del {
        display: inline;
        margin-left: 0;
    }

    .product-container.type-slider .woocommerce ul.products li.product {
        width: calc(100% - var(--spacing-xs)*3) !important;
    }
    .product-container.type-slider.uninit-mobile .woocommerce ul.products li.product {
        width: 100% !important;
    }
    
}

@media (min-width:768px) and (max-width:991px) {

    .product-container.type-slider.uninit-device-sm .woocommerce ul.products li.product {
        width: calc(100%/2) !important;
    }

}

/*========== SINGLE PRODUCT ==========*/
#single-product .sc-container > *:not(:first-child) {
    margin-top: 0 !important;
}
#single-product .woocommerce-notices-wrapper > * {
    margin: 0 !important;
}
#product-summary .summary {
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
}
#product-summary .summary > *:not(:first-child) {
    margin-top: var(--spacing-lg);
}
#product-summary .headline {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: var(--spacing-3xs) var(--spacing-xs);
    align-items: flex-start;
}
#product-summary .headline .entry-category {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    font-weight: var(--weight-medium);
}
#product-summary .headline .entry-title {
    grid-row: 2;
    grid-column: 1;
    font-weight: var(--weight-medium);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-sm);
    text-transform: uppercase;
}
#product-summary .headline .entry-price {
    grid-row: 3;
    grid-column: 1;
    margin-top: var(--spacing-3xs);
}
#product-summary .headline .entry-price ins + del,
#product-summary .headline .entry-price del + ins {
    margin-left: 0.5em;
}
#product-summary .headline .entry-wishlist {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
}

#product-summary .function {
    position: relative;
}
#product-summary .function > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#product-summary form.cart > *,
#product-summary form.cart .woocommerce-variation-add-to-cart > * {
    width: 100%;
}
#product-summary form.cart > *:not(:first-child),
#product-summary form.cart .variations tr:not(:first-child),
#product-summary form.cart .woocommerce-variation-add-to-cart > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#product-summary form.cart .variations tr {
    display: block !important;
}
#product-summary form.cart .variations tr > * {
    margin: 0;
    width: auto !important;
    text-align: left;
}
#product-summary form.cart .variations tr > *:not(:last-child) {
    margin-bottom: var(--spacing-3xs);
}
#product-summary form.cart .quantity-container {
    width: 100% !important;
    display: flex;
    align-items: baseline;
}
#product-summary form.cart .quantity-container:before {
    display: block;
    content: "Quantity";
    font-weight: var(--weight-medium);
    font-size: inherit;
    margin-right: var(--spacing-md);
}
#product-summary form.cart .cta-container {
    width: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 var(--spacing-xs);
    justify-content: space-between;
    align-items: baseline;
}
#product-summary form.cart .cta-container > *:not(:last-child) {
    margin-right: var(--spacing-2xs);
}

#product-summary .content > *:not(:first-child) {
    margin-top: var(--spacing-md);
}
#product-summary .accordion {
    border-color: inherit;
}
#product-summary .accordion .entry-content {
    padding-bottom: var(--spacing-md);
}
#product-summary .accordion:not(:last-child) .entry-content {
    padding-top: 0;
}
#product-summary .accordion:first-child .entry-title,
#product-summary .accordion:first-child .entry-content {
    padding-top: 0;
}
#product-summary .accordion:first-child .entry-title:after {
    transform: translateY(calc((-50%) - var(--spacing-md)/2));
}

#product-summary .accordion:last-child .entry-title,
#product-summary .accordion:last-child .entry-content {
    padding-bottom: 0;
}
#product-summary .accordion:last-child .entry-title:after {
    transform: translateY(calc((-50%) + var(--spacing-md)/2));
}

#product-gallery {
    margin: 0;
    width: 100%;
    position: relative;
}
#product-gallery .object-fit {
    transition: var(--transition-x2);
}
#product-gallery .object-fit:before {
    padding-bottom: 111.9444444444%;
}
#product-gallery .swiper-mask,
#product-gallery .swiper-slide {
    width: 100% !important;
}
#product-gallery .swiper-mask,
#product-gallery .swiper-container {
    -webkit-mask-box-image: none !important;
}

@media (min-width:992px) {
    
    #single-product .woocommerce-notices-wrapper > * {
        padding-left: var(--spacing-lg) !important;
        padding-right: var(--spacing-lg) !important;
    }

    #product-gallery .swiper-slide {
        width: 51.25vw !important;
    }
    #product-gallery .swiper-slide-prev {
        pointer-events: none;
    }
    #product-gallery .swiper-slide-prev .object-fit {
        opacity: var(--opacity-light);
    }
    #product-gallery .swiper-pagination-custom {
        padding-left: var(--spacing-lg);
    }
    #product-gallery.beginning .swiper-mask {
        -webkit-mask-box-image: -webkit-linear-gradient(0deg, transparent 0%, white 24%) !important;
    }

    #product-summary {
        width: auto;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-mask-box-image: -webkit-linear-gradient(90deg, transparent var(--spacing-xl), white calc(var(--spacing-xl)*2));
    }
    #product-summary .sc-scroller {
        height: 100%;
        width: auto;
        padding-right: var(--spacing-md);
        margin-right: var(--spacing-md-minus);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #product-summary .sc-container {
        width: 505px;
        max-width: 35.0694444444vw;
        margin: 0 auto 0 0;
    }
    #product-summary .entry-summary {
        pointer-events: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 1fr auto;
        min-height: calc(57.5vw - var(--spacing-xl)*2);
        padding-bottom: var(--spacing-xl);
    }
    #product-summary .entry-summary > .headline {
        grid-row: 1;
        align-self: flex-start;
    }
    #product-summary .entry-summary > .function {
        grid-row: 2;
        align-self: center;
    }
    #product-summary .entry-summary > .content {
        grid-row: 3;
        align-self: flex-end;
    }
    #product-summary .entry-summary > * {
        width: 100%;
    }


}

@media (max-width:991px) {

    #single-product .woocommerce-notices-wrapper > * {
        padding-left: var(--spacing-xs) !important;
        padding-right: var(--spacing-xs) !important;
    }

    #product-summary .sc-inner {
        padding-top: var(--spacing-md);
    }

}

/*========== 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);
}
.woocommerce a.remove:hover {
	color: inherit !important;
    opacity: 1;
}

.woocommerce table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
    border-spacing: 0;
    text-transform: none;
}
.woocommerce table.shop_table tr > * {
	font: inherit;
	line-height: inherit;
	padding: var(--spacing-xs);
	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-xs);
    font-family: inherit;
    font-weight: var(--weight-medium);
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    color: inherit;
}
.woocommerce table.shop_table .product-remove {
	width: 1%;
    padding-right: 0;
}
.woocommerce table.shop_table .product-remove a.remove {
    display: inline-block;
    line-height: inherit;
    box-shadow: none !important;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
    opacity: var(--opacity-light) !important;
}
.woocommerce table.shop_table .product-thumbnail {
	width: 100px;
    padding-right: 0;
}
.woocommerce table.shop_table .product-thumbnail img {
	display: block;
}
.woocommerce table.shop_table .product-quantity .quantity-container {
    margin: 0 auto;
}
.woocommerce table.shop_table .product-quantity .quantity .qty {
    border: 0;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td.actions {
    position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.woocommerce table.cart td.actions .coupon {
	display: flex;
	align-items: baseline;
	width: calc(50% - var(--spacing-xl));
	max-width: 100%;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon .input-text {
	flex: 1;
	text-align: left;
    font-weight: var(--weight-medium);
    /* height: var(--input-height);
    border: 0;
    border-bottom: 1px solid;
    text-transform: none;
    width: 100%;
	margin-right: var(--spacing-3xs); */
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce form.checkout_coupon .input-text:-ms-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce form.checkout_coupon .input-text::-webkit-input-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce form.checkout_coupon .input-text::-moz-placeholder {
    font-weight: var(--weight-regular) !important;
    font-size: inherit !important;
    text-transform: none !important;
    color: inherit !important;
    opacity: 1 !important;
}
/* .woocommerce table.cart td.actions .coupon .button,
.woocommerce form.checkout_coupon .button {
}
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce form.checkout_coupon .button:hover {

} */

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

.woocommerce .cart-collaterals {
    font-weight: var(--weight-medium);
    margin-top: var(--spacing-lg);
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce .woocommerce-order-details__title {
    font-weight: var(--weight-medium);
    font-size: var(--font-size-body);
    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-xs) !important;
    padding-bottom: var(--spacing-xs) !important;
    border-bottom: 1px solid !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > * {
    width: 50%;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:last-child {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:not(:last-child) {
    padding-right: var(--spacing-2xs);
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr > *:before {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > * {
    width: 100%;
    font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:last-child {
    text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > *:not(:last-child) {
    padding-right: 0;
    /* margin-bottom: var(--spacing-2xs); */
}
.woocommerce .cart-collaterals .cart_totals > table.shop_table > tbody > tr.shipping > td {
    font-weight: var(--weight-regular);
}
.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-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
	text-align: center;
	margin-top: var(--spacing-lg);
}
.woocommerce .wc-proceed-to-checkout .button {
    width: 100% !important;
}

.woocommerce-checkout #customer_details {
	margin-bottom: var(--spacing-lg);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
    color: inherit;
    text-transform: uppercase;
    font-weight: var(--weight-medium);
    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 {
    margin: 0;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-md);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    text-transform: uppercase;
    font-weight: var(--weight-medium);
}


.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-md);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > * {
    width: 50%;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tr > *:last-child {
	text-align: right;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody tr > * {
    padding-top: 0;
    padding-bottom: var(--spacing-3xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tbody > tr:last-child > * {
    padding-bottom: var(--spacing-xs);
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot {
    font-weight: var(--weight-medium);
}
.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-xs);
    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-xs);
    border-bottom: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total strong {
    font-weight: inherit;
}

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

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

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

.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: 18px;
    height: 18px;
    background: var(--color-gray-light);
    border: 0;
    border-radius: 3px;
}
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    font-family: 'iconfont';
    content: "\e923";
    font-size: var(--font-size-2xs);
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	opacity: 0;
}
.wc_payment_method input[type="radio"]:checked + label:after,
.wc_payment_method input[type="checkbox"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="radio"]:checked + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="radio"]:checked + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.wc_payment_method input[type="radio"] + label:before,
.wc_payment_method input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:before,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:before,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after {
    border-radius: 50%;
}
.wc_payment_method input[type="radio"] + label img,
.wc_payment_method input[type="checkbox"] + label img,
#omise_cc_form .omise-remember-card input[type="radio"] + label img,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label img {
    margin: 1px 5px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	border-radius: 0;
    background: none;
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment a, 
.woocommerce-cart #payment a, 
.woocommerce-checkout #payment a {
    box-shadow: var(--cta-shadow) !important;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 0;    
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    border: 0;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: normal;
    font-weight: inherit;
}
#add_payment_method #payment ul.payment_methods li:not(:last-child), 
.woocommerce-cart #payment ul.payment_methods li:not(:last-child), 
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#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: #fff;
    padding: var(--spacing-xs);
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}
#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;
}
#add_payment_method #payment div.payment_box label, 
.woocommerce-cart #payment div.payment_box label, 
.woocommerce-checkout #payment div.payment_box label {
    /* color: inherit;
    opacity: 1; */
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 3px;
    max-height: 20px;
    width: auto !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce-checkout #payment .place-order:before,
.woocommerce-checkout #payment .place-order:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

#omise_cc_form h3 {
    margin: 0;
    font-weight: var(--weight-medium);
    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 var(--spacing-lg);
}

.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: var(--spacing-lg);
}
.woocommerce ul.order_details {
	margin: 0 0 var(--spacing-lg);
	padding: 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: dense;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after {
	display: none;
}
.woocommerce ul.order_details li {
	font-size: inherit;
	line-height: inherit;
    text-transform: none;
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}
.woocommerce ul.order_details li strong {
    font-size: inherit;
    font-weight: var(--weight-medium);
    text-transform: uppercase;
}

.woocommerce .woocommerce-order-details > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > * {
    padding: 0 var(--spacing-xs) !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:first-child {
    padding-left: 0 !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:last-child {
    padding-right: 0 !important;
    text-align: right !important;
}

.woocommerce table.shop_table.woocommerce-table--order-details > * > tr:last-child > * {
    border-bottom: 1px solid !important;
    padding-bottom: var(--spacing-xs) !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:first-child) > tr:first-child > * {
    padding-top: var(--spacing-xs)  !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot {
    font-weight: var(--weight-medium);
}

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

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


.woocommerce .woocommerce-customer-details, 
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads {
    margin-bottom: var(--spacing-lg) !important;
}
.woocommerce .woocommerce-customer-details:last-child, 
.woocommerce .woocommerce-order-details:last-child, 
.woocommerce .woocommerce-order-downloads:last-child {
    margin-bottom: 0 !important;
}

@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: uppercase;
    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: uppercase;
}

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;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    #main .woocommerce table.cart td.actions [name="update_cart"] {
        position: absolute !important;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce #payment #place_order {
        width: calc(50% - var(--spacing-xl)) !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: var(--weight-medium);
        text-align: left;
        text-transform: uppercase;
    }
    .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: 60px;
		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 #content table.cart td.actions .coupon .button, 
    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce #content table.cart td.actions .coupon input, 
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon input {
        width: auto;
    }

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

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


}

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

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

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

}

#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 ==========*/

/*========== 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: 1;
    text-transform: none;
    color: inherit;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button,
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: var(--color-theme) !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button:before {
    margin: 0 !important;
    font-family: 'iconfont' !important;
    content: "\e91d" !important;
    font-size: var(--font-size-2xl) !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: inherit !important;
    opacity: 1 !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\e91c" !important;
}
.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: var(--opacity-light) !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: var(--font-size-xs);
    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;
}

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

@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 ==========*/

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

#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content legend,
#main.wc-dashboard .woocommerce-MyAccount-content strong {
    color: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    position: absolute;
    z-index: 1;
    right: 0; top: 50%;
    transform: translateY(-50%);
}
#main.wc-dashboard .woocommerce-MyAccount-content h2,
#main.wc-dashboard .woocommerce-MyAccount-content h3,
#main.wc-dashboard .woocommerce-MyAccount-content h4,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    display: block;
    margin: 0;
    padding: 0;
    font: inherit;
    font-weight: var(--weight-medium);
    font-size: var(--font-size-body);
    line-height: inherit;
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:not(.button) {
    box-shadow: var(--cta-shadow);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:not(.button):hover {
    opacity: var(--opacity-light);
}

#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-Address-title,
#main.wc-dashboard .woocommerce-MyAccount-content form h3,
#main.wc-dashboard .woocommerce-MyAccount-content form legend {
    margin-bottom: var(--spacing-xs);
}
#main.wc-dashboard .woocommerce-MyAccount-content > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#main.wc-dashboard .woocommerce-MyAccount-content form [type="submit"] {
    margin-top: var(--spacing-lg);
}
#main.wc-dashboard .woocommerce-MyAccount-content form .form-row + fieldset {
    margin-top: var(--spacing-lg);
}

#main.wc-dashboard .woocommerce-MyAccount-content table .button {
    min-width: 80px;
    width: auto;
    height: 30px;
    color: inherit !important;
    border: 1px solid;
    background: none;
}
#main.wc-dashboard .woocommerce-MyAccount-content table .button:not(:last-child) {
    margin-right: var(--spacing-3xs);
}
#main.wc-dashboard .woocommerce-MyAccount-content table .button:hover {
    color: #fff !important;
    border-color: #000;
    background: #000;
    opacity: 1 !important;
}

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

@media (min-width:768px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > * {
        padding: var(--spacing-xs);
        border-bottom: 1px solid;
        text-align: left;
        vertical-align: middle;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > *:first-child {
        padding-left: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > *:last-child {
        padding-right: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive > *:first-child > tr:first-child > * {
        padding-top: 0;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > .woocommerce-orders-table__cell-order-actions {
        width: 1%;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > .woocommerce-orders-table__cell-order-actions .button {
        display: flex;
        width: max-content;
        min-width: 100%;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table.shop_table_responsive tr > .woocommerce-orders-table__cell-order-actions .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: var(--spacing-3xs);
    }
    
}

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

}

@media (max-width:991px) {

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

@media (max-width:768px) {

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

}

@media (max-width:767px) {
    
}
/*========== DASHBOARD: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: var(--weight-medium);
    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: var(--weight-medium);
    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);
}


.blockUI.blockOverlay {
    background: none !important;
}