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

/*========== PLUGIN:COOKIE LAW ==========*/
#cookie-law-info-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    z-index: 99 !important;
    bottom: 0 !important; 
    left: 0 !important;
    right: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    background: none !important; 
    color: inherit !important; 
    font-weight: var(--weight-regular) !important;
    font-size: var(--font-size-sm) !important;
    text-transform: none !important;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cookie-law-info-bar > span {
    display: block !important;
}
#cookie-law-info-bar .cli-bar-container {
    min-height: 0;
    border-radius: 0;
    padding: var(--spacing-sm);
    font: inherit;
    line-height: inherit;
    color: #fff !important; 
    border: 0 !important;
    background: var(--color-gray-dark) !important; 
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
#cookie-law-info-bar .cli-bar-container > *:not(:last-child) {
    margin-right: var(--spacing-xs) !important;
}
#cookie-law-info-bar .cli-bar-message {
    width: 60%;
}
#cookie-law-info-bar .cli-bar-message a,
#cookie-law-info-bar .cli-plugin-main-link {
    display: inline !important;
    color: inherit !important;
    background: none !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    font-size: inherit;
    line-height: normal;
    text-transform: inherit;
    white-space: nowrap;
}
#cookie-law-info-bar .cli-bar-message a:hover,
#cookie-law-info-bar .cli-plugin-main-link:hover {
    opacity: var(--opacity);
}
#cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: var(--spacing-3xs-minus) !important;
}
#cookie-law-info-bar .cli-bar-btn_container > * {
    text-decoration: none !important;
    box-shadow: none !important;
    margin: var(--spacing-3xs) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-width: 160px;
    max-width: 100%;
    height: var(--input-height);
    padding: 0 var(--spacing-sm) !important;
    border-radius: 0 !important;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xs);
    line-height: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.1em;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}
#cookie-law-info-bar .cli-bar-btn_container > *:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}
#cookie-law-info-bar .cli-bar-btn_container > .cli_settings_button {
    order: 2;
}
#cookie-law-info-bar .cli-bar-btn_container > .cli_settings_button:not(:hover) {
    border-color: inherit !important;
    background-color: transparent !important;
    color: #fff !important;
    opacity: 0.5;
}

@media (max-width:991px) {

    #cookie-law-info-bar .cli-bar-container {
        flex-direction: column;
    }
    #cookie-law-info-bar .cli-bar-container > * {
        width: 100% !important;
        margin: 0 !important;
    }
    #cookie-law-info-bar .cli-bar-container > *:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: var(--spacing-xs) !important;
    }

    #cookie-law-info-bar .cli-bar-btn_container {
        flex-direction: column;
        margin: var(--spacing-3xs-minus) 0 !important;
    }
    #cookie-law-info-bar .cli-bar-btn_container > * {
        width: 100% !important;
        min-width: 0 !important;
        margin: var(--spacing-3xs) 0 !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(4,1fr);
    grid-gap: var(--spacing-sm);
}
#sb_instagram #sbi_images > * {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
#sb_instagram #sbi_images > *:not(:nth-child(-n+4)) {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_item {
    float: none;
    display: block;
    max-height: none;
    overflow: visible;
    transition: none;
    padding: 0 !important;
    width: 100% !important;
}
#sb_instagram #sbi_images .sbi_photo {
    text-decoration: none !important;
    box-shadow: none !important;
    height: auto !important;
    position: relative;
    display: block;
    overflow: hidden;
}
#sb_instagram #sbi_images .sbi_photo:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: #000;
}
#sb_instagram #sbi_images .sbi_photo > * {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#sb_instagram #sbi_images .sbi_photo > svg {
    display: none !important;
}
#sb_instagram #sbi_images .sbi_photo img {
    transition: var(--transition);
}
#sb_instagram #sbi_images .sbi_photo:hover > * {
    opacity: var(--opacity) !important;
}

#sb_instagram .sbi-screenreader {
    display: none !important;
}

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


/*========== PAGINATION ==========*/
/*BLOG*/
#page .wp-pagenavi {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
}
#page .wp-pagenavi > span.pages {
    display: none;
}
#page .wp-pagenavi a:hover {
    opacity: var(--opacity);
}
#page .wp-pagenavi > * {
    position: relative;
    width: auto;
    height: auto;
    color: inherit;
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    box-shadow: none !important;
}
#page .wp-pagenavi > *:not(:last-child) {
    margin-right: var(--spacing-xs);
}
#page .wp-pagenavi > *.current {
    font-weight: var(--weight-bold);
}
#page .wp-pagenavi > *[class*="postslink"] {
    font-size: 0 !important;
}
#page .wp-pagenavi > .previouspostslink:before,
#page .wp-pagenavi > .nextpostslink:after {
    font-family: 'iconfont';
    font-size: var(--font-size-2xs);
}
#page .wp-pagenavi > .previouspostslink:before {
    content: "\e909";
    margin-right: var(--spacing-xs);
}
#page .wp-pagenavi > .nextpostslink:after {
    content: "\e90a";
    margin-left: var(--spacing-xs);
}
#page .wp-pagenavi > .previouspostslink,
#page .wp-pagenavi > .nextpostslink {
    margin-right: 0 !important;
}
#page .wp-pagenavi .first,
#page .wp-pagenavi .last {
    white-space: nowrap;
}

/*SHOP*/
.woocommerce nav.woocommerce-pagination {
    font: inherit;
    line-height: inherit;
    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 {
    padding: 0;
    margin: 0;
    min-width: 0;
    display: block;
    font: inherit;
    line-height: inherit;
    color: inherit !important;
    border: 0 !important;
    background: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    opacity: var(--opacity);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    font-weight: var(--weight-bold);
}
.woocommerce .woocommerce-pagination ul.page-numbers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: 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:not(:last-child) {
    margin-right: var(--spacing-xs);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next {
    font-size: 0 !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    font-family: 'iconfont';
    font-size: var(--font-size-2xs);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:before {
    content: "\e909";
    margin-right: var(--spacing-xs);
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *.next:after {
    content: "\e90a";
    margin-left: var(--spacing-xs);
}

/*========== 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: inherit !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-body) !important;
}
#woofc-count #woofc-count-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    background: var(--color-body);
    color: inherit;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%,0%);
    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;
}
@media (max-width:991px) {

    #woofc-count #woofc-count-number {
        width: 6px;
        height: 6px;
    }

}

/*========== 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: #fff;
    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-bold);
    color: #000;
    border-bottom: 1px solid;
}
#woofc-area.woofc-area-loading:before,
#woofc-area.woofc-area-loading:after {
    display: none;
}
@media (max-width: 767px) {
    
    #woofc-area .woofc-area-top {
        height: 57px;
    }
    
}

/*========== WOOF ==========*/
.woof, 
.woof .woof_checkbox_label,
.woof .woof_container_inner h4,
.woof .woof_list_checkbox > li,
.woof .woof_list_checkbox > li .woof_checkbox_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:not(:first-child) {
    margin-top: var(--spacing-2xs);
    padding-top: var(--spacing-2xs);
    border-top: 1px solid var(--color-border);
}
.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 {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    cursor: default !important;
    font-size: var(--font-size-md);
    text-transform: uppercase;
}
.woof .woof_container_inner h4 a.woof_front_toggle {
    position: absolute !important;
    left: 0 !important; 
    top: 0 !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0 !important;
}
.woof .woof_container_inner h4 a.woof_front_toggle:after {
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font-size-sm);
}
.woof .woof_container_inner h4 a.woof_front_toggle_closed:after {
    content: "+";
}
.woof .woof_container_inner h4 a.woof_front_toggle_opened:after {
    content: "-";
}
.woof .woof_block_html_items > ul {
    padding: var(--spacing-2xs) 0 var(--spacing-sm);
}
.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 {
    display: block;
    line-height: normal;
}
.woof .woof_childs_list {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: var(--spacing-2xs) 0 var(--spacing-2xs) 25px !important;
}
.woof .woof_childs_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woof .woof_list_checkbox > li {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woof .woof_childs_list > li:not(:last-child),
.woof .woof_list_checkbox > li:not(:last-child) {
    margin-bottom: var(--spacing-3xs) !important;
}
.woof .woof_list_checkbox > li .woof_checkbox_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 {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: 0;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label {
    font-weight: var(--weight-bold);
}
/* .woof .woof_list_checkbox > li .woof_checkbox_label:before,
.woof .woof_list_checkbox > li .woof_checkbox_label:after {
    content: "";
	display: block;
    position: absolute;
    margin: calc((15px/4)/2) 0 0;
    border: 0;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:before {
    width: 15px;
    height: 15px;
    background: #E9E9E9;
    border-radius: 2px;
    left: 0; 
    top: 0;
}
.woof .woof_list_checkbox > li .woof_checkbox_label:after {
    width: 9px;
    height: 9px;
    background: #000;
	opacity: 0;
    left: 3px; 
    top: 3px;
}
.woof .woof_list_checkbox > li .woof_checkbox_term:checked + .woof_checkbox_label:after {
    opacity: 1;
} */
.woof .woof_list_checkbox > li .woof_childs_list_opener {
    flex: 1;
    margin: 0;
    background: none !important;
    display: flex !important;
    justify-content: flex-end;
}
.woof .woof_list_checkbox > 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 {
    display: block;
    width: auto;
    font-family: 'iconfont';
    font-size: var(--font-size-3xs);
    text-align: center;
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_closed:before {
    content: "\e90c";
}
.woof .woof_list_checkbox > li .woof_childs_list_opener span.woof_is_opened:before {
    content: "\e90b";
}
.woof .woof_submit_search_form_container {
    padding: 0;
    text-align: center;
    margin: 0;
    display: block;
}
.woof .woof_submit_search_form_container > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
    margin-right: 0;
}
.woof .woof_submit_search_form_container .button {
    width: 100%;
}
.woof .woof_submit_search_form_container a:hover {
    opacity: var(--opacity);
}
.woof_container_overlay_item,
.woof_checkbox_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_products_top_panel {
    margin: 0;
    padding: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    font-size: inherit;
    line-height: normal;
    text-transform: inherit;
    z-index: 1;
}
.woof_products_top_panel li span {
    display: inline-flex;
    align-items: center;
    background: none !important;
    padding: 0 var(--spacing-2xs) !important;
    position: relative;
}
.woof_products_top_panel li span:after {
    color: inherit !important;
    font-family: 'iconfont';
    content: "\e900";
    display: block;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    overflow: hidden;
    line-height: inherit;
    text-align: center;
    pointer-events: none;
    transition: var(--transition);
    margin-left: var(--spacing-2xs);
}
.woof_products_top_panel .woof_reset_button_2 {
    padding: 0;
    line-height: normal;
}
.woof_products_top_panel .woof_products_top_panel_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: calc(var(--spacing-2xs-minus)/2) 0 !important;
}
.woof_products_top_panel .woof_products_top_panel_ul li {
    float: none;
    line-height: normal;
    margin: calc(var(--spacing-2xs)/2) 0 !important;
}
.woof_products_top_panel .woof_products_top_panel_ul li > a {
    margin-right: var(--spacing-3xs) !important;
}
.woof_products_top_panel .woof_products_top_panel_ul > li.li-reset {
    order: 1;
    display: flex;
    align-items: center;
    height: 28px;
    margin-right: 0 !important;
}
.woof_products_top_panel .woof_products_top_panel_ul > li.li-reset button:not(:hover) {
    opacity: var(--opacity);
}
.woof_products_top_panel .woof_products_top_panel_ul ul {
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--spacing-2xs-minus)/2) 0 !important;
}
.woof_products_top_panel .woof_products_top_panel_ul ul li {
    float: none !important;
    margin: calc(var(--spacing-2xs)/2) 0 !important;
    padding: 0 !important;
    font-size: 0;
}
.woof_products_top_panel .woof_products_top_panel_ul a {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid var(--color-border) !important;
    color: var(--color-body) !important;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    height: 28px;
    padding: 0;
    font-family: inherit;
    font-weight: var(--weight-regular);
    font-size: var(--font-size-sm);
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woof_products_top_panel .woof_products_top_panel_ul a:hover {
    border-color: var(--color-body) !important;
}
.woof_products_top_panel .woof_products_top_panel_ul a[data-tax="perpage"] {
    padding: 0 var(--spacing-2xs) !important;
}
.woof_products_top_panel .woof_products_top_panel_ul a[data-tax="perpage"] .woof_remove_ppi {
    padding: 0 !important;
}

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

/*========== BUTTON ==========*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    text-decoration: none !important;
    box-shadow: none !important;
	-webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    width: auto;
    min-width: 185px;
    max-width: 100%;
    height: var(--input-height);
    padding: 0 var(--spacing-sm);
    border-radius: 0;
    border: 1px solid var(--color-body);
    background: var(--color-body);
    color: #fff;
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.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 {
    border-color: var(--color-gray-dark);
    background: var(--color-gray-dark);
    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 {
    padding: 0 var(--spacing-sm);
    border: 1px solid var(--color-body);
    background: var(--color-body);
    color: #fff;
    opacity: var(--opacity-light);
	pointer-events: none;
}

/*========== ALERT ==========*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border: 0;
    padding: var(--spacing-2xs) var(--spacing-xs) !important;
    background: var(--color-gray-light) !important;
    color: var(--color-gray-dark);
    text-align: left;
	margin: 0 0 var(--spacing-sm);
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    display: none;
}
.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a,
.woocommerce-error button, 
.woocommerce-info button, 
.woocommerce-message button {
    display: inline !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: inherit !important;
    font: inherit !important;
    font-weight: var(--weight-bold) !important;
    text-transform: uppercase !important;
}
.woocommerce-error a:hover, 
.woocommerce-info a:hover, 
.woocommerce-message a:hover,
.woocommerce-error button:hover, 
.woocommerce-info button:hover, 
.woocommerce-message button:hover {
    opacity: var(--opacity) !important;
}

/*========== FORM ==========*/
.woocommerce form {
    text-transform: lowercase;
}
.woocommerce form,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce form.checkout_coupon {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.woocommerce form .form-row {
	margin: 0;
	padding: 0;
}
.woocommerce form .form-row:not(:last-child) {
	margin-bottom: var(--spacing-sm);
}
.woocommerce form .form-row label {
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: normal;
    color: var(--color-gray-dark);
}
.woocommerce form .form-row label:not(.anim) {
    margin-bottom: var(--spacing-3xs);
}
.woocommerce form .form-row label.checkbox {
    opacity: 1;
    color: inherit;
}
.woocommerce form .form-row textarea {
    line-height: normal;
    height: 135px;
    min-height: 0;
}
/* .woocommerce form .form-row[id*="_1_field"] {
    margin-bottom: 0 !important;
} */
.woocommerce form .form-row .select2-container {
    line-height: normal;
}
.woocommerce form .form-row .input-text + span > em {
    color: var(--color-gray);
    font-size: var(--font-size-xs);
    font-style: normal;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
    width: calc(50% - var(--spacing-sm)/2);
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form .woocommerce-LostPassword,
.woocommerce .woocommerce-form .woocommerce-privacy-policy-text {
    display: block;
    margin: 0;
    font-size: inherit;
}
.woocommerce .woocommerce-form .woocommerce-button {
	float: none;
	margin: 50px 0 0;
}
.woocommerce .woocommerce-form .woocommerce-form-row + .woocommerce-FormRow {
    margin-top: -25px;
}
.woocommerce .woocommerce-ResetPassword,
.woocommerce .woocommerce-ResetPassword .form-row,
.woocommerce .woocommerce-ResetPassword .form-row input,
.woocommerce .woocommerce-ResetPassword .form-row .label {
    text-align: center;
}
.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: 10px;
}
.woocommerce .woocommerce-ResetPassword p:not(:last-child) {
    margin-bottom: 25px;
}
.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: 100%;
    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;
    margin: 0;
    padding: 0 20px;
    height: var(--input-height);
    width: 100%;
    min-height: 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    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-body);
    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 {
    position: relative; 
    z-index: 1;
    width: 130px;
    margin: 0;
    border-bottom: 1px solid;
    font: inherit;
    font-weight: var(--weight-bold);
}

.woocommerce table.shop_table .product-quantity .quantity-container {
    border: 0;
    width: 65px;
    margin: 0 auto;
}
.woocommerce table.shop_table .product-quantity .quantity .qty {
    height: auto;
    min-height: 0;
}

/*========== 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: 240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.woocommerce form.cart .variations .select select {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
}
.woocommerce form.cart .variations .select select,
.woocommerce form.cart .variations .select2-container .select2-selection--single {
    width: 100%;
    height: var(--spacing-md);
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}
.woocommerce form.cart .variations .select select, 
.woocommerce form.cart .variations .select2-container .select2-selection__rendered {
    padding-left: 0;
    padding-right: var(--spacing-md);
    font-weight: inherit;
}
.woocommerce form.cart .variations .select2-container .select2-selection__rendered {
    line-height: calc(var(--spacing-md) - 2px);
}
.woocommerce form.cart .variations .select:after,
.woocommerce form.cart .variations .select2-container .select2-selection--single > .select2-selection__arrow {
    width: var(--spacing-md);
    padding: 0;
}
.woocommerce form.cart .variable-items-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    margin: -2px;
    font: inherit;
    font-weight: var(--weight-bold);
    text-transform: lowercase;
}
.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 > * {
    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: 0;
    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: inherit;
    background: none;
}
.woocommerce form.cart .variable-items-wrapper .variable-item > * {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(239,237,230,0.1);
}
.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-wrapper {
    margin: 0;
    font-size: var(--font-size-xl);
}
.woocommerce form.cart .button-variable-wrapper .variable-item {
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
}
.woocommerce form.cart .button-variable-wrapper .variable-item:not(:last-child) {
    margin-right: var(--spacing-xs);
}
.woocommerce form.cart .button-variable-wrapper .variable-item .variable-item-span {
    width: auto;
    height: auto;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.woocommerce form.cart .button-variable-wrapper .button-variable-item.selected {
    border: 0;
    background: none;
    color: inherit;
    box-shadow: var(--cta-shadow);
}
.woocommerce form.cart .button-variable-wrapper .button-variable-item:after {
    display: none !important;
}

.woocommerce form.cart .single_variation_wrap {
    position: relative;
}
.woocommerce form.cart .single_variation_wrap .single_variation {
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: inherit;
    color : inherit;
    margin-bottom: var(--spacing-xs);
}
.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;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: var(--weight-bold);
}
.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: inherit;
    line-height: 1;
}
.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 td.label {
    padding: 0;
}
.woocommerce div.product form.cart .variations label {
    opacity: 1;
    font-size: inherit;
    font-weight: 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;
    width: 100%;
}
.woocommerce div.product form.cart > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
.woocommerce div.product form.cart .variations tr:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
.woocommerce div.product form.cart .variations tr > *:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}

/*========== 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,
.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-size: inherit;
    color: inherit;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins,
.woocommerce ins {
    text-decoration: none;
    font-weight: inherit;
    color: var(--color-error);
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del, 
.woocommerce del {
    font-weight: inherit;
    color: var(--color-gray);
    opacity: 1;
}
.woocommerce ul.products li.product {
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    text-decoration: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    display: block;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-transform: uppercase;
    opacity: 1;
}
.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;
    display: block;
    color: inherit;
    font: inherit;
    text-align: inherit;
    text-transform: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--font-size-md);
}
.woocommerce ul.products li.product .price * {
    display: inline;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .entry-status {
    font-size: var(--font-size-xs);
}
.woocommerce ul.products li.product .entry-status {
    color: var(--color-gray);
}
.woocommerce ul.products li.product .entry-brand {
    font-size: var(--font-size-body);
    font-family: var(--font-special);
}
.woocommerce ul.products li.product .caption:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.woocommerce ul.products li.product .caption > *:not(:first-child) {
    margin-top: var(--spacing-3xs);
}
.woocommerce ul.products li.product .object-fit:before {
    padding-bottom: 140.625%;
}
.woocommerce ul.products li.product .object-fit > * {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    will-change: opacity;
}
.woocommerce ul.products li.product .object-fit > * + * {
    z-index: 1;
    opacity: 0;
    transition: none;
}
.woocommerce ul.products li.product:hover .object-fit > *:first-child:not(:last-child) {
    opacity: 0;
    transition: none;
}
.woocommerce ul.products li.product:hover .object-fit > * + * {
    opacity: 1;
    transition: var(--transition-x2);
}

.woocommerce ul.products li.product .entry-wishlist {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
}
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button {
    margin: 0;
    padding: 1px;
}

.product-container {
    position: relative;
    overflow: hidden;
}

.product-container.flexible .woocommerce ul.products li.product .media > * {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    will-change: opacity;
}
.product-container.flexible .woocommerce ul.products li.product .media > * + * {
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: none;
}
.product-container.flexible .woocommerce ul.products li.product:hover .media > *:first-child:not(:last-child) {
    opacity: 0;
    transition: none;
}
.product-container.flexible .woocommerce ul.products li.product:hover .media > * + * {
    opacity: 1;
    transition: var(--transition-x2);
}

.product-container.type-grid .woocommerce ul.products {
    display: grid;
    grid-row-gap: calc(var(--spacing-lg) + var(--spacing-sm));
    grid-auto-flow: dense;
}
.product-container.type-grid .woocommerce ul.products li.product {
    position: relative;
    display: block;
    width: 100% !important;
}
.product-container.type-grid .woocommerce ul.products li.product:after {
    content: "";
    display: block !important;
    width: 1px;
    height: 100%;
    background: var(--color-border);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
    opacity: 1;
    transition: var(--transition);
}
.product-container.type-grid .woocommerce ul.products li.product:last-child::after {
    opacity: 0;
}

.product-container.type-slider .swiper-container {
    position: static;
    overflow: visible;
}
.product-container.type-slider.alignfull .swiper-button-prev {
    left: var(--spacing-2xs);
}
.product-container.type-slider.alignfull .swiper-button-next {
    right: var(--spacing-2xs);
}
.product-container.type-slider .swiper-pagination-bullets.static .swiper-pagination-bullet {
    margin-top: var(--spacing-xl) !important;
}

.product-container[data-align="center"] .woocommerce ul.products li.product {
    text-align: center;
}

.product-desc + .product-container,
.product-explore:not(:first-child) {
    margin-top: var(--spacing-xl);
}

.sc-product-layout .sc-cover {
    position: relative;
}
.sc-product-layout .sc-cover .object-fit:before {
    padding-bottom: 39.8058252427%;
}
.sc-product-layout .sc-cover .caption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: var(--spacing-lg) var(--spacing-sm);
    color: #fff;
    text-align: center;
}
.sc-product-layout .sc-cover:not(:first-child) {
    margin-top: var(--spacing-sm);
}
.sc-product-layout .sc-content:not(:first-child) {
    margin-top: var(--spacing-lg);
}
.sc-product-layout .sc-function .fn-container {
    z-index: 2;
}
.sc-product-layout .sc-function .fn-selected {
    position: relative;
    z-index: 1;
}

@media (min-width:992px) {

    .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(4,1fr);
        margin: 0 var(--spacing-sm-minus);
    }
    .product-container.type-grid .woocommerce ul.products li.product,
    .woocommerce ul.products li.product .entry-wishlist {
        padding: 0 var(--spacing-sm);
    }
    .product-container.type-grid .woocommerce ul.products li.product.special {
        grid-column: span 2;
    }

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

    .sc-tiles.type-elevator .sc-tile.content .product-container.flexible .woocommerce ul.products li.product,
    .sc-tiles.type-elevator .sc-tile.content .product-container.flexible .woocommerce ul.products li.product .media {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.flexible .woocommerce ul.products li.product .media > * {
        max-height: 31.25vw !important;
        max-width: 31.5972222222vw !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.flexible .woocommerce ul.products li.product .entry-wishlist {
        padding: 0;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .swiper-wrapper {
        transform: none !important;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .swiper-slide {
        width: 100% !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .swiper-slide:not(:first-child) {
        margin-top: var(--spacing-2xl) !important;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .swiper-pagination {
        display: none !important;
    }

    .sc-product-layout {
        display: grid;
        grid-template-columns: 22.9166666667vw 1fr;
        grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
        grid-template-rows: max-content max-content 1fr;
        grid-auto-flow: dense;
        grid-gap: 0 var(--spacing-lg);
    }
    .sc-product-layout .sc-filter {
        grid-column: 1;
        grid-row: span 3;
    }
    .sc-product-layout .sc-filter .fn-product-filter {
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
    }
    .sc-product-layout .sc-function {
        grid-column: 2;
    }
    .sc-product-layout .sc-function > *:not(:first-child) {
        margin-top: var(--spacing-xs);
    }
    .sc-product-layout .sc-cover {
        grid-column: 2;
    }
    .sc-product-layout .sc-content {
        grid-column: 2;
    }
    
    .sc-product-layout .fn-container.type-flex {
        grid-gap: var(--spacing-lg);
    }
    .sc-product-layout .fn-product-filter > .ctrl {
        display: none;
    }
    .sc-product-layout .fn-product-filter .fn-panel {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc-product-layout .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(3,1fr);
    }
    
}

@media (min-width:1200px) {

    .product-container[data-align="center"] {
        padding-left: calc(var(--spacing-2xl) - var(--spacing-sm));
        padding-right: calc(var(--spacing-2xl) - var(--spacing-sm));
    }
    .product-container[data-align="center"].alignfull .swiper-button-prev {
        left: var(--spacing-sm);
    }
    .product-container[data-align="center"].alignfull .swiper-button-next {
        right: var(--spacing-sm);
    }
    
}

@media (max-width:991px) {

    .product-container.type-grid .woocommerce ul.products {
        grid-template-columns: repeat(2,1fr);
        margin: 0 var(--spacing-2xs-minus);
    }
    .product-container.type-grid .woocommerce ul.products li.product,
    .woocommerce ul.products li.product .entry-wishlist {
        padding: 0 var(--spacing-2xs);
    }
    .product-container.type-grid .woocommerce ul.products li.product.special {
        grid-column: span 2;
    }
    .product-container.type-grid.disable-grid .woocommerce ul.products {
        grid-template-columns: 100% !important;
    }
    .product-container.type-grid.disable-grid .woocommerce ul.products li.product:after {
        display: none !important;
    }
    
    .product-container.type-slider,
    .product-container.type-slider .woocommerce ul.products li.product {
        padding: 0 var(--spacing-2xs);
    }
    .product-container.type-slider .woocommerce ul.products li.product {
        width: calc(100%/2) !important;
    }

    *[data-section="product-recommended"] .product-container.type-slider .woocommerce ul.products li.product:after {
        content: "";
        display: block !important;
        width: 1px;
        height: 100%;
        background: var(--color-border);
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(50%);
        opacity: 1;
        transition: var(--transition);
    }

    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider,
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .woocommerce ul.products li.product {
        padding: 0 calc(var(--spacing-lg)/2);
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .woocommerce ul.products li.product {
        width: 75.2vw !important;
    }
    .sc-tiles.type-elevator .sc-tile.content .product-container.type-slider .woocommerce ul.products {
        align-items: center;
    }

    *[data-section="all-products"] > .sc-inner {
        padding-top: 0 !important;
        border-top: 1px solid var(--color-border);
    }
    .sc-product-layout .sc-cover .object-fit:before {
        padding-bottom: 100%;
    }
    .sc-product-layout .sc-filter {
        position: relative;
        z-index: 10;
        pointer-events: none;
    }
    .sc-product-layout .sc-filter .fn-product-filter .ctrl,
    .sc-product-layout .sc-filter .fn-product-filter .fn-panel {
        pointer-events: auto;
    }
    .sc-product-layout .sc-filter .fn-product-filter,
    .sc-product-layout .sc-function .fn {
        height: 40px;
        display: flex;
        align-items: center;
    }    
    .sc-product-layout .sc-function .fn .select2-dropdown {
        margin: -1px 0 !important;
    }
    .sc-product-layout .sc-function .fn-container.type-grid {
        grid-template-columns: 100%;
    }
    .sc-product-layout .sc-function .fn-container.type-grid > * {
        grid-row: auto;
        grid-column: auto;
        width: 100%;
    }
    .sc-product-layout .sc-function .fn-container.type-flex {
        width: 100%;
        justify-content: space-between;
    }
    .sc-product-layout .sc-function .fn-container.type-flex > .fn:first-child .select2-dropdown {
        left: 0 !important;
        right: auto !important;
    } 
    .sc-product-layout .sc-function .fn-selected {
        padding-top: var(--spacing-xs);
        border-top: 1px solid var(--color-border);
    }
    .sc-product-layout .sc-filter + .sc-function .fn-container.type-grid > * {
        border-top: 1px solid var(--color-border);
    }
    .sc-product-layout .sc-filter + .sc-function .fn-sort {
        position: absolute;
        top: -1px;
        right: 0;
        transform: translateY(-100%);
    }
    .sc-product-layout .sc-filter + .sc-function .fn-sort .select2-dropdown {
        margin: 0 !important;
    }
    .sc-product-layout .sc-filter .fn-product-filter.active > .ctrl .ic:before {
        content: "\e900";
    }
    .sc-product-layout .sc-filter .fn-product-filter .fn-panel {
        display: none;
        width: 100vw;
        max-width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: calc(100vh - var(--header-height) - 40px);
        height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 40px);
        background: #fff;
        color: var(--color-body);
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        right: 0;
        transition: none;
    }
    .sc-product-layout .sc-filter .fn-product-filter .fn-panel-wrap {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-mask-box-image: -webkit-linear-gradient( -90deg, transparent 0%, white var(--spacing-sm) );
    }
    .sc-product-layout .sc-filter .fn-product-filter .fn-panel-inner {
        padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-lg);
        line-height: inherit;
    }
    html.fn-panel-enabled {
        overflow: hidden !important;
    }

}

@media (max-width:767px) {

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: var(--font-size-body);
    }
    .woocommerce ul.products li.product .entry-status {
        font-size: var(--font-size-2xs);
    }
    .woocommerce ul.products li.product .entry-brand {
        font-size: var(--font-size-xs);
    }
    
}
/*========== PRODUCT:END ==========*/

/*========== SINGLE PRODUCT:START ==========*/
#single-product .sc-inner {
    padding-top: var(--spacing-sm) !important;
}
#single-product .sc-container > *:not(:last-child) {
    margin-bottom: 0 !important;
}
#single-product .woocommerce-notices-wrapper > * {
    margin-bottom: var(--spacing-sm) !important;
}
#single-product .product-layout > * {
    position: relative;
}

#product-meta .summary {
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
}
#product-meta .summary > *:not(:first-child) {
    margin-top: var(--spacing-lg);
}
#product-meta .headline {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: var(--spacing-md) var(--spacing-lg);
    grid-auto-flow: dense;
}
#product-meta .headline .entry-brand {
    grid-row: 1;
    grid-column: 1;
    line-height: 1;
}
#product-meta .headline .entry-brand img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 18px;
}
#product-meta .headline .entry-brand.custom img {
    max-height: 98px;
}
#product-meta .headline .entry-title {
    grid-row: 2;
    grid-column: 1;
    font-weight: var(--weight-regular);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xs);
    text-transform: uppercase;
}
#product-meta .headline .entry-price {
    grid-row: 3;
    grid-column: 1;
    font-size: var(--font-size-md);
    text-transform: uppercase;
}
#product-meta .headline .entry-wishlist {
    grid-row: 1 / span 2;
    grid-column: 2;
}
#product-meta .headline .entry-explore {
    grid-column: 1 / span 2;
}
#product-meta .headline .entry-content {
    grid-column: 1 / span 2;
}

#product-meta .group:not(:first-child) {
    margin-top: var(--spacing-sm);
    padding-top: var(--spacing-sm);
    border-top: 1px solid var(--color-border);
}
#product-meta .group .entry-title:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
#product-meta .group.columns {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: var(--spacing-sm);
}
#product-meta .group .entry-location li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-flow: dense;
    grid-column-gap: var(--spacing-2xs);
}
#product-meta .group .entry-location li:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#product-meta .group .entry-location li > .ic {
    grid-column: 1;
    grid-row: span 2;
    align-self: center;
    font-size: var(--icon-size-lg);
}
#product-meta .group .entry-location li > *:not(.ic) {
    grid-column: 2;
}
#product-meta .group .entry-location a:hover {
    opacity: var(--opacity);
}
#product-meta .group .entry-alignment .entry-image .media > img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

#product-media {
    margin: 0;
    position: relative;
}
#product-media .images { 
    margin: 0 !important;
}
#product-media .object-fit:before {
    padding-bottom: 100%;
}
#product-media .object-fit > * {
    width: 100% !important;
    height: 100% !important;
}
#product-media .preview .object-fit > * {
    -o-object-fit: contain;
    object-fit: contain;
}
#product-media .thumbs {
    margin: var(--spacing-3xs-minus);
}
#product-media .thumbs .swiper-slide {
    width: 100% !important;
    height: auto !important;
    padding: var(--spacing-3xs);
}

@media (min-width:992px) {
    
    #single-product .woocommerce-notices-wrapper > * {
        margin-top: 0 !important;
    }

    #single-product .product-layout {
        position: relative;
        display: grid;
        grid-template-columns: 56.9444444444vw 1fr;
        grid-template-columns: 58.5714285714% calc(100% - 58.5714285714% - var(--spacing-lg));
        grid-gap: var(--spacing-lg);
    }
    #single-product .product-layout #product-media {
        grid-row: 1;
        grid-column: 1;
    }
    #single-product .product-layout #product-meta {
        grid-row: 1;
        grid-column: 2;
    }

    #product-media .entry-gallery {
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #product-media .thumbs {
        width: 75px;
        order: -1;
    }
    #product-media .preview {
        width: calc( 100% - 75px - (var(--spacing-lg) - var(--spacing-2xs)) );
    }
    #product-media .preview .object-fit:before {
        padding-bottom: 0%;
        height: calc(100vh - var(--header-height) - var(--spacing-lg));
        height: calc((var(--vh, 1vh) * 100) - var(--header-height) - var(--spacing-lg));
    }

}

@media (min-width:1025px) {
    
    #product-meta .group .entry-alignment {
        display: flex;
    }
    #product-meta .group .entry-alignment > *:not(:first-child) {
        margin-left: var(--spacing-sm);
    }
    #product-meta .group .entry-alignment .entry-image {
        width: 53.8461538462%;
    }
    #product-meta .group .entry-alignment .entry-content {
        flex: 1;
    }
    
}

@media (max-width:1024px) {

    #product-meta .group .entry-alignment > *:not(:first-child) {
        margin-top: var(--spacing-2xs);
    }
    #product-meta .group .entry-alignment .entry-image {
        max-width: 280px;
    }

}

@media (max-width:991px) {

    #single-product .sc-inner {
        padding-top: 0 !important;
    }
    #single-product .product-layout > *:not(:first-child) {
        margin-top: var(--spacing-lg);
    }

    #product-media .entry-gallery > *:not(:last-child) {
        margin-bottom: var(--spacing-2xs);
    }
    #product-media .thumbs .swiper-slide {
        width: calc(100%/5) !important;
    }

    #product-meta .headline .entry-explore .button {
        width: 100%;
    }
    
}
/*========== SINGLE PRODUCT:END ==========*/

/*========== 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-sm));
}
.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);
    }
    
}

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

.woocommerce table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
    border-spacing: 0;
	/*border-collapse: collapse;*/
    text-transform: lowercase;
}
.woocommerce table.shop_table tr > * {
	font: inherit;
	line-height: inherit;
	padding: var(--spacing-sm);
	border: 0;
    vertical-align: top;
}
.woocommerce table.shop_table tr > *:first-child {
	padding-left: 0;
}
.woocommerce table.shop_table tr > *:last-child {
	padding-right: 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table tfoot td {
    border: 0;
    font-weight: inherit;
}
.woocommerce table.shop_table thead tr > * {
    border: 0;
    padding-top: 0;
    padding-bottom: var(--spacing-xs);
    font: inherit;
    line-height: inherit;
    color: inherit;
}

.woocommerce table.shop_table .product-remove {
	width: 1%;
    padding-right: 0;
    vertical-align: middle;
}
.woocommerce table.shop_table .product-thumbnail {
	width: 140px;
}
.woocommerce table.shop_table .product-thumbnail img {
	display: block;
}
.woocommerce table.shop_table strong,
.woocommerce table.shop_table td.product-name .wc-item-meta {
    font-weight: inherit;
}
.woocommerce table.shop_table tr.order-total > *,
.woocommerce table.shop_table tr.order-total strong {
    font-weight: inherit;
}
.woocommerce table.shop_table:not(.shop_table_responsive) tr > *:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td.actions {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: var(--spacing-sm);
	padding-bottom: var(--spacing-sm);
    position: relative;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
	display: none !important;
}
.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: var(--spacing-md) 0 !important;
    border-bottom: 1px solid !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-3xs) !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 .cart-collaterals .cart_totals > table.shop_table > tbody > tr.order-total {

}

.woocommerce-shipping-totals.shipping > * {
    vertical-align: top;
}
.woocommerce .wc-proceed-to-checkout {
	text-align: right;
	margin-top: var(--spacing-md);
}

/* COUPON:START */
.woocommerce table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	width: 50%;
	max-width: 100%;
}
.woocommerce table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after, 
.woocommerce .woocommerce-form-coupon .form-row:before,
.woocommerce .woocommerce-form-coupon .form-row:after {
    display: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text {
	flex: 1;
	text-align: left;
	margin-right: 0;
    text-transform: none;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    font-size: inherit;
    font-weight: var(--weight-bold) !important;
    font-style: inherit;
    text-transform: lowercase;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: var(--weight-bold) !important;
    font-style: inherit;
    text-transform: lowercase;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {
    font-size: inherit;
    font-weight: var(--weight-bold) !important;
    font-style: inherit;
    text-transform: lowercase;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce .woocommerce-form-coupon .button {
    margin-left: var(--spacing-2xs);
    min-width: 0;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(var(--input-height)/2);
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: inherit !important; */
}

.woocommerce .woocommerce-form-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    width: calc(50% - var(--spacing-sm));
    margin: 0 0 var(--spacing-md) !important;
}
.woocommerce .woocommerce-form-coupon > * {
    grid-column: span 2;
}
.woocommerce .woocommerce-form-coupon > p:not(.form-row) {
	width: 100%;
	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;
}
@media (max-width:991px) {
    .woocommerce .woocommerce-form-coupon {
        width: 100%;
    }
}
/* COUPON:END */

.woocommerce-checkout #customer_details {
	margin-bottom: var(--spacing-md);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-sm);
    margin-bottom: var(--spacing-xs);
    color: inherit;
}
.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 {
    margin-top: 16px;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--spacing-md);
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account:not(.form-row) {
    margin-top: var(--spacing-sm) !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account.form-row,
.woocommerce-checkout #customer_details .woocommerce-account-fields .create-account > .form-row-last {
    margin-bottom: 0 !important;
}

.woocommerce #order_review > *:not(:last-child) {
    margin-bottom: var(--spacing-2xs);
}
.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-sm);
}
.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: 5px;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr:first-child > * {
    padding-top: var(--spacing-sm);
    border-top: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table tfoot > tr.order-total > * {
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid;
}
.woocommerce #order_review table.shop_table:not(.shop_table_responsive).woocommerce-checkout-review-order-table 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-block;
    vertical-align: baseline;
    text-align: left;
    padding-left: 22px;
    line-height: normal;
    min-width: 12px;
    min-height: 12px;
    height: auto;
    cursor: pointer;
    background: none;
}
.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 {
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    position: absolute;
    left: 0; 
    top: 0;
}
.wc_payment_method input[type="radio"] + label:after,
.wc_payment_method input[type="checkbox"] + label:after,
.woocommerce ul#shipping_method li input[type="radio"] + label:after,
.woocommerce ul#shipping_method li input[type="checkbox"] + label:after,
#omise_cc_form .omise-remember-card input[type="radio"] + label:after,
#omise_cc_form .omise-remember-card input[type="checkbox"] + label:after {
    content: "";
    display: block;
	height: 8px;
	width: 8px;
	background: #000;
    border-radius: 0;
	position: absolute;
	left: 2px; 
    top: 2px;
    margin: 0;
	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: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 {
    margin: 7px 0 0;
}
.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 {
    color: inherit;
}
#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;
}
#add_payment_method #payment ul.payment_methods li:not(:first-child), 
.woocommerce-cart #payment ul.payment_methods li:not(:first-child), 
.woocommerce-checkout #payment ul.payment_methods li:not(:first-child) {
    margin-top: var(--spacing-2xs);
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background: var(--color-gray-light);
    padding: var(--spacing-sm);
    margin: var(--spacing-sm) 0 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--color-gray-light);
}
#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-xs);
}
#add_payment_method #payment div.payment_box input.input-text, 
#add_payment_method #payment div.payment_box textarea, 
.woocommerce-cart #payment div.payment_box input.input-text, 
.woocommerce-cart #payment div.payment_box textarea, 
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: var(--color-gray-light);
}
#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;
}

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

.woocommerce .woocommerce-terms-and-conditions-wrapper {
	margin: var(--spacing-sm) 0 var(--spacing-md);
}

.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) {
	margin-bottom: var(--spacing-md);
}
.wpdt-wc-payment-thankyou > *:not(:last-child) {
	margin-bottom: var(--spacing-sm);
}
.wpdt-wc-payment-thankyou .link-paymnet {
    text-align: center;
}

.woocommerce ul.order_details {
	display: grid;
	grid-gap: var(--spacing-sm);
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: dense;
	margin: 0 0 var(--spacing-sm);
	padding: 0 0 var(--spacing-sm);
    border-bottom: 1px solid;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after {
	display: none;
}
.woocommerce ul.order_details li {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
	font-size: inherit;
	line-height: inherit;
    text-transform: lowercase;
    color: var(--color-gray);
}
.woocommerce ul.order_details li strong {
    font-size: inherit;
    font-weight: var(--weight-bold);
    text-transform: inherit;
    color: var(--color-body);
}
.woocommerce .wpdt-wc-payment-thankyou {
    text-transform: lowercase;
}

.woocommerce .woocommerce-order-details > *:not(:last-child) {
    margin-bottom: var(--spacing-xs);
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > * {
    padding: 0 !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:not(:last-child) {
    padding-right: 25px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr:not(:last-child) > * {
    padding-bottom: 5px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:last-child) > tr:last-child > * {
    padding-bottom: 15px !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details > *:not(:first-child) tr:first-child > * {
    padding-top: 15px !important;
    border-top: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details tr > *:last-child {
    text-align: right !important;
}

.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child > * {
    padding-bottom: 15px !important;
    border-bottom: 1px solid !important;
}
.woocommerce table.shop_table.woocommerce-table--order-details .product-name a:not(:hover) {
    background-size: 100% 0%;
}
.woocommerce table.shop_table.woocommerce-table--order-details .shipped_via {
    font-size: inherit;
    font-weight: inherit;
}

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

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

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

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

/* Payment Noti */
form.form-wpdt-wc-payment:after {
	content: "";
	display: table;
	clear: both;
}
form.form-wpdt-wc-payment h3,
form.form-wpdt-wc-payment h4,
form.form-wpdt-wc-payment .payment-info-remark label {
    display: block;
    font-family: inherit;
	font-size: inherit;
    line-height: inherit;
    font-weight: normal;
	text-transform: 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;
}

.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks,
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks tbody {
    display: block;
}
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks thead {
    display: none !important;
}
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks tbody tr {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto 1fr 1fr auto;
    grid-gap: 0 var(--spacing-xs);
    align-items: center;
    padding: var(--spacing-xs);
    background: var(--color-gray-light);
}
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks tbody tr:not(:last-child) {
    margin-bottom: var(--spacing-3xs);
}
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks tbody tr > * {
    display: block;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}
.woocommerce .cart-collaterals table.wpdt-wc-payment-table-banks .wpdt_wc_payment_form_bank_branch:empty {
    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 {
        text-align: center;
        width: 15%;
    }
    .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;
        padding-top: var(--spacing-sm);
        vertical-align: middle;
    }
    /* .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item:not(:first-child) > * {
        border-top: 0;
    } */

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

@media (max-width:768px) {
    
    .woocommerce table.shop_table_responsive tr:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
        margin-bottom: var(--spacing-sm);
        padding-bottom: var(--spacing-sm);
    }
    .woocommerce table.shop_table_responsive tr td {
        border: 0;
        background: none; 
        display: flex;
        align-items: baseline;
    }
    
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce table.shop_table_responsive.cart tr > td:before {
        content: attr(data-title);
        float: none;
        width: 125px;
        padding-right: var(--spacing-sm);
        font-weight: var(--weight-bold);
        text-align: left;
        text-transform: inherit;
    }
    .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-xs);
        margin-bottom: var(--spacing-sm);
        border-bottom: 1px solid;
    }
    .woocommerce table.shop_table_responsive.cart thead tr {
        display: grid !important;
		grid-gap: var(--spacing-2xs) var(--spacing-sm);
		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: 0 var(--spacing-xs);
		grid-template-columns: auto auto 1fr auto;
		grid-template-rows: auto auto auto;
		padding: 0 0 var(--spacing-sm);
        border-bottom: 1px solid;
	}
	.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 / span 3;
        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;
        padding: var(--spacing-sm) var(--spacing-xs);
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions > * {
        width: 100% !important;
    }
    .woocommerce table.shop_table_responsive.cart tr > td.actions .coupon {
        width: 100% !important;
        padding-bottom: 0;
        margin-bottom: var(--spacing-sm) !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;
        min-width: 0;
        text-align: center;
    }

    .woocommerce .cart_totals table.shop_table_responsive tr {
		border-top: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr:last-child {
		border-bottom: 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr > td {
		text-align: right !important;
	}
    
    .woocommerce .woocommerce-terms-and-conditions-wrapper {
        text-align: left;
    }

    .woocommerce .wc-proceed-to-checkout,
    .woocommerce #payment .form-row.place-order {
        text-align: center;
    }
    .woocommerce .wc-proceed-to-checkout .button,
    .woocommerce #payment #place_order,
    .wpdt-wc-payment-thankyou .link-paymnet .button,
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
        display: flex !important;
        width: 100% !important;
        max-width: calc(100vw - var(--spacing-md)*2) !important;
        margin-left: auto !important;
        margin-right: auto !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;
    }
	
}

/*========== 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 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    min-width: 0;
    max-width: none;
    font: inherit;
    line-height: normal;
    text-transform: none;
    color: inherit !important;
    opacity: 1 !important;
    box-shadow: none !important;
    background: none !important;
    border: 0;
    border-radius: 0;
    transition: var(--transition);
    overflow: hidden;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button:before {
    display: block;
    margin: 0 !important;
    font-family: 'iconfont' !important;
    content: "\e91d" !important;
    font-size: var(--icon-size-lg) !important;
    line-height: 1 !important;
    color: inherit;
    opacity: 1;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\e91c" !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, 
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
    opacity: 0.1 !important;
}
.tinv-wishlist.tinv-wraper .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    display: block;
    font-size: var(--font-size-xs);
    margin: var(--spacing-3xs) 0 0;
}
.tinv-wishlist.tinv-wraper .tinvwl-tooltip {
    display: none !important;
}
.tinv-wishlist .tinv-header,
.tinv-wishlist .tinvwl-table-manage-list thead,
.tinv-wishlist .tinvwl-table-manage-list tfoot,
.tinv-wishlist .tinvwl-table-manage-list .product-cb,
.tinv-wishlist .tinvwl-table-manage-list .product-date,
.tinv-wishlist .tinvwl-table-manage-list .product-stock {
    display: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list {
    margin: 0;
}
.tinv-wishlist .tinvwl-table-manage-list tr {
    border-bottom: 0;
}
.tinv-wishlist .tinvwl-table-manage-list td, 
.tinv-wishlist .tinvwl-table-manage-list th {
    padding: 0;
    border: 0;
}
.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
    display: block;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove button {
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 0.3;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .ftinvwl {
    font-family: inherit !important;
    font-size: 12px;
    font-weight: inherit;
    line-height: 1;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove .ftinvwl:before {
    content: "X" !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove button:hover {
    background: none;
    color: #000;
    opacity: 1;
    text-decoration: underline;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action {
    width: 1%;
    text-align: center;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button:after {
    display: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button > i {
    display: none;
}
.tinv-wishlist .tinvwl-table-manage-list .product-action .button .tinvwl-txt {
    display: inline !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-name,
.tinv-wishlist .tinvwl-table-manage-list .product-price {
    font-weight: var(--weight-bold);
}

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

@media (min-width:992px) {
    
    .sc-dashboard-content .tinv-wishlist {
        width: 668px;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

@media (max-width:768px) {

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

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


/*========== PLUGIN:REGISTRATION:START ==========*/
#user-registration {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
}
#user-registration p {
    color: inherit;
}
.ur-frontend-form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}
.ur-frontend-form a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.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: uppercase;
    transition: var(--transition);
}
.ur-frontend-form .form-row {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}
.ur-frontend-form .form-row .password-input-group {
    display: block;
}
.ur-frontend-form .form-row .choice input + span, 
.ur-frontend-form .form-row .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox + span {
    text-align: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
    width: 100% !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > *:not(:last-child) {
    margin-bottom: var(--spacing-sm) !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid > .action:not(:last-child) {
    margin-bottom: var(--spacing-xs) !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;
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
    text-transform: none;
    text-align: left;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.label.anim {
    padding: 0 var(--spacing-xs);
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
    display: none !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.choice {
    display: block;
    margin: 0;
    line-height: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-error {
    position: static;
    pointer-events: none;
    margin: var(--spacing-2xs) 0 0;
    color: var(--color-error);
    font-size: var(--font-size-xs);
    text-transform: none;
}
.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;
    line-height: normal;
    text-align: left;
    width: 100%;
    min-height: 0;
    height: var(--input-height);
    padding: var(--spacing-3xs) var(--spacing-xs);
    background: var(--color-gray-light);
    border-radius: 0;
    border: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio] {
    margin: 0;
}
.ur-frontend-form .ur-form-row .ur-field-item {
    margin: 0;
    position: relative;
}
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy {
    margin: 0 !important;
    line-height: inherit;
    color: var(--color-body);
}
.ur-frontend-form .ur-form-row .ur-field-item.field-privacy_policy .ur-label {
    color: inherit;
    line-height: inherit;
}
.ur-frontend-form .ur-button-container {
    padding: 0;
    margin: var(--spacing-md) 0 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 .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;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: none;
}
.ur-frontend-form .rememberme {
    padding: 0 !important;
}
.ur-frontend-form .user-registration-LostPassword {
    margin: 0;
    font-size: inherit;
    text-align: center;
    position: static;
    z-index: 1;
    right: auto;
    top: auto;
}
.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;
    font-size: inherit !important;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}
.ur-frontend-form .user-registration-LostPassword a {
    color: var(--color-gray);
}
.ur-frontend-form .user-registration-LostPassword a:hover {
    color: var(--color-body);
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a {
    box-shadow: var(--cta-shadow);
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-privacy_policy a:hover {
    opacity: var(--opacity);
}
.ur-frontend-form .action .user-registration-LostPassword + .rememberme {
    margin-top: var(--spacing-sm) !important;
}
.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-sm) !important;
}
.ur-frontend-form .action {
    clear: both;
    position: relative;
    display: block;
    line-height: inherit;
    text-align: center;
}
.ur-frontend-form .action:before,
.ur-frontend-form .action:after {
    display: none;
}
.ur-frontend-form .action [type="submit"] {
    margin-top: calc(var(--spacing-md) - var(--spacing-sm));
}
.user-registration-error, 
.user-registration-info, 
.user-registration-message {
    margin: 0 0 var(--spacing-xs);
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    list-style: none;
    font-size: inherit;
    line-height: inherit;
}
.user-registration-error:before, 
.user-registration-info:before, 
.user-registration-message:before {
    display: none;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li, 
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li, 
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
    line-height: normal;
    vertical-align: top;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li:last-child, 
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li:last-child, 
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li:last-child {
    margin-bottom: 0 !important;
}

/* CUSTOM */
.ur-frontend-form .ur-form-row .ur-field-item .ur-label.checkbox + .form-row {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-top: var(--spacing-2xs);
}
.ur-frontend-form .ur-radio-list:not(:first-child) {
    margin-top: var(--spacing-3xs);
}
.ur-frontend-form .ur-radio-list .choice input + span:before,
.ur-frontend-form .ur-radio-list .choice input + span:after {
    margin-top: 1px;
}


/*========== PLUGIN:REGISTRATION:END ==========*/

/*========== DASHBOARD:START ==========*/
#main.wc-dashboard .woocommerce:before,
#main.wc-dashboard .woocommerce:after {
    display: none;
}
#main.wc-dashboard .woocommerce {
    margin: 0;
    display: block;
}
#main.wc-dashboard .woocommerce > * {
    float: none;
    clear: both;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation {
    width: 100%;
    line-height: inherit;
    text-transform: none;
    color: inherit;
    display: none !important;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li a:hover,
#main.wc-dashboard .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--color-body);
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li {
    margin-bottom: 0;
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li:first-child {
    margin-bottom: var(--spacing-xs);
}
#main.wc-dashboard .woocommerce-MyAccount-navigation li:last-child {
    margin-top: var(--spacing-xs);
}
#main.wc-dashboard .woocommerce-MyAccount-content {
    width: 100%;
}
#main.wc-dashboard .woocommerce-MyAccount-content a:not(.button) {
    font-weight: var(--weight-regular);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:not(.button):not(:hover) {
    color: var(--color-gray-dark);
}
#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 > *:not(:last-child) {
    margin-bottom: var(--spacing-sm);
}
#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-family: inherit;
    font-weight: var(--weight-bold);
    font-size: inherit;
    line-height: inherit;
}
#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 form [type="submit"] {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--spacing-md);
}
#main.wc-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset:not(:first-child) {
    margin-top: var(--spacing-md);
}

#main.wc-dashboard .woocommerce-MyAccount-content a {
    box-shadow: var(--cta-shadow);
}
#main.wc-dashboard .woocommerce-MyAccount-content a:hover {
    opacity: var(--opacity);
}

#main.wc-dashboard .woocommerce-MyAccount-content table .button {
    border-radius: 0;
    background: none;
    width: auto;
    min-width: 0;
    height: 30px;
    padding: 0 var(--spacing-xs);
    font-size: inherit;
    font-weight: inherit;
    color: var(--color-body);
    line-height: inherit;
    border-color: inherit;
}
#main.wc-dashboard .woocommerce-MyAccount-content table .button:not(:last-child) {
    margin-right: var(--spacing-2xs);
}

.sc-dashboard-layout {
    position: relative;
}

.sc-dashboard-navigation {
    text-transform: uppercase;
}
.sc-dashboard-navigation a:hover {
    opacity: var(--opacity);
}
.sc-dashboard-navigation .entry-menu {
    display: flex;
}
.sc-dashboard-navigation .entry-menu > li:not(:last-child) {
    margin-right: var(--spacing-lg);
}
.sc-dashboard-navigation .entry-menu > li.current-cat {
    font-weight: var(--weight-bold);
}
.sc-dashboard-navigation .entry-menu > li.current-cat > a {
    opacity: 1;
}
.sc-dashboard-navigation .sc-menu li:not(:last-child) {
    padding-right: var(--spacing-lg);
}
.sc-dashboard-navigation .sc-menu li > a {
    padding: 0 !important;
}

.sc-dashboard-navigation .entry-ctrl {
    text-align: right;
}
.sc-dashboard-navigation .entry-ctrl .back {
    box-shadow: var(--cta-shadow);
}

.sc-dashboard-menu .sc-menu {
    min-height: 24px;
}
.sc-dashboard-menu .sc-back {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: var(--weight-bold);
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.sc-dashboard-menu .sc-back:hover {
    opacity: var(--opacity);
}

.sc-dashboard-content > *:not(:first-child) {
    margin-top: var(--spacing-lg);
}
.sc-dashboard-content + .sc-dashboard-content {
    margin-top: var(--spacing-2xl);
}

@media (min-width:992px) {

    .sc-dashboard-navigation {
        position: relative;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: var(--spacing-sm);
        align-items: baseline;
    }
    .sc-dashboard-navigation .entry-menu,
    .sc-dashboard-navigation .sc-menu {
        grid-column: 2;
        justify-self: end;
    }
    .sc-dashboard-navigation .entry-ctrl {
        display: none !important;
    }

    .sc-dashboard-content .fn-create-board + .fn {
        align-self: center;
    }
    .sc-dashboard-content .board-container {
        grid-template-columns: repeat(4,1fr);
    }
    .sc-dashboard-content .board-wrapper:after {
        opacity: 1 !important;
    }
    .sc-dashboard-content .board-wrapper:nth-child(4n+1):after {
        opacity: 0 !important;
    }
        
}

@media (min-width:769px) {

    #main.wc-dashboard .woocommerce-MyAccount-content table tr > * {
        vertical-align: middle;
        border-bottom: 1px solid;
        padding: var(--spacing-xs) calc(var(--spacing-sm)/2);
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:first-child {
        padding-left: 0 !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *:last-child {
        padding-right: 0 !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *.woocommerce-orders-table__header-order-actions {
        width: 1%;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *.woocommerce-orders-table__cell-order-actions .button {
        width: 100%;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table tr > *.woocommerce-orders-table__cell-order-actions .button:not(:first-child) {
        margin-top: var(--spacing-2xs);
    }
    
}

@media (max-width:991px) {
    
    #main.wc-dashboard .woocommerce > *:not(:last-child) {
        margin-bottom: var(--spacing-md);
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: var(--spacing-xs);
        padding-right: var(--spacing-xs);
        overflow: hidden;
        line-height: inherit;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation ul {
        justify-content: space-between;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation li {
        width: auto !important;
        margin: 0 !important;
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation li:not(:last-child) {
        padding-right: var(--spacing-md);
    }
    #main.wc-dashboard .woocommerce-MyAccount-navigation .swiper-container {
        overflow: visible;
    }

    .sc-dashboard-layout > .sc-inner:first-child {
        padding-top: var(--spacing-lg);
    }
    
    .sc-dashboard-navigation > *:not(:last-child) {
        margin-bottom: var(--spacing-xs);
    }
    .sc-dashboard-navigation .entry-name {
        text-align: center;
    }
    .sc-dashboard-navigation .entry-menu {
        justify-content: space-between;
    }
    .sc-dashboard-navigation .sc-menu {
        width: 100vw;
        max-width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .sc-dashboard-navigation .sc-menu li:first-child {
        padding-left: var(--spacing-sm);
    }
    .sc-dashboard-navigation .sc-menu li:last-child {
        padding-right: var(--spacing-sm);
    }

    .sc-dashboard-menu .sc-back {
        display: none !important;
    }

    .sc-dashboard-content .fn-container.type-grid {
        grid-template-columns: 100% !important;
    }
    .sc-dashboard-content .fn-container.type-grid > * {
        grid-row: auto !important;
        grid-column: auto !important;
        width: 100%;
    }
    .sc-dashboard-content .fn-container.type-grid > *:not(:last-child) {
        margin-bottom: var(--spacing-sm);
    }
    .sc-dashboard-content .fn-container.type-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .sc-dashboard-content .fn-container.type-flex .fn-display {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .sc-dashboard-content .inspired-container.type-masonry.disable-grid .masonry-wrapper {
        height: auto !important;
    }
    .sc-dashboard-content .inspired-container.type-masonry.disable-grid .masonry-break,
    .sc-dashboard-content .inspired-container.type-masonry.disable-grid .masonry-sizer {
        display: none !important;
    }
    .sc-dashboard-content .inspired-container.type-masonry.disable-grid .masonry-item {
        width: 100% !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
    
    .sc-dashboard-content .fn-create-board > .button {
        width: 100%;
    }
    .sc-dashboard-content .board-container.disable-grid {
        grid-template-columns: 100%;
    }
    .sc-dashboard-content .board-container.disable-grid .board-wrapper:after {
        opacity: 0 !important;
    }

    .sc-dashboard-content .board-wrapper:after {
        opacity: 0 !important;
    }
    .sc-dashboard-content .board-wrapper:nth-child(odd):after {
        opacity: 1 !important;
    }

}

@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;
    }
    #main.wc-dashboard .woocommerce-MyAccount-content table.shop_table_responsive tr:not(:last-child) {
        border-bottom: 1px solid;
    }
}

@media (max-width:767px) {

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

/*======================================== BUNDLE CSS:START ========================================*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message,
.woocommerce-form-coupon,
.woocommerce table.shop_table,
.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,
.woocommerce .woocommerce-notice--success,
.woocommerce .woocommerce-order,
.woocommerce .woocommerce-MyAccount-navigation {
    font-weight: var(--weight-regular);
    font-size: var(--font-size-xs);
    line-height: normal;
}
/*======================================== BUNDLE CSS:END ========================================*/