﻿/*
Theme Name: Cosmetsy
Theme URI: http://themeforest.net/user/klbtheme/portfolio
Author: KlbTheme (Sinan ISIK)
Author URI: http://themeforest.net/user/KlbTheme
Domain Path: /languages
Description: This WordPress theme is best for use in such business areas as cosmetics shop, beauty store.
Version: 1.9.7.1
Requires at least: 5.0
Requires PHP: 7.2
Tested up to: 5.6
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, left-sidebar,  one-column, two-columns, three-columns, four-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: cosmetsy.site-login .site-login-container
Theme Developer:
http://themeforest.net/user/KlbTheme
http://facebook.com/13Sinan13
https://twitter.com/SinanIk
Skype:berbat1231
*/

/*- - - - - Contents - - - - -
	
	01 - Blog
	02 - Custom
	03 - Woocommerce
	04 - Widgets
	
	- - - - - - - - - - - - - -*/
	
/*************************************************
* Blog
*************************************************/

.klb-post img {
    max-width: 100%;
    height: auto;
}

.klb-post h1,
.klb-post h2,
.klb-post h3,
.klb-post h4,
.klb-post h5,
.klb-post h6 {
    margin-bottom: 10px;
    line-height: 140%;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    padding: 0;
}

.klb-post h1 {
	font-size: 38.5px;
	text-transform: inherit;
}

.klb-post h2 {
	font-size: 31.5px;
	padding-bottom:initial;
}


.klb-post h3 {
	font-size: 24.5px;
	text-transform: initial;
	text-align:left;
    text-transform: initial;
    font-weight: 500;
}

.klb-post h4 {
  font-size: 17.5px;
}

.klb-post h5 {
  font-size: 14px;
}

.klb-post h6 {
  font-size: 11.9px;
}

table {
	max-width: 100%;
	background-color: transparent;
	width:100%;
}

th {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding: 8px;
	border: 1px solid #dee2e6;
}

td{
	padding: 4px;
	border: 1px solid #dee2e6;
	text-align: left;
}

dt {
    font-weight: bold;
}

dt, dd {
    line-height: 20px;
}

dd {
    margin-left: 10px;
}

.wp-calendar-table td, .wp-calendar-table th {
    text-align: center;
}

abbr, tla, acronym {
    text-decoration: underline;
    cursor: help;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

form select,
select {
    width: 100%;
}

.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
    margin: 0 0 1em 1em;
    clear: both;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
    clear: both;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


.gallery-caption {
	padding:0;
}
.bypostauthor {
	color: #000;
}


.textarea_half {
 max-width:500px;
}

.wp-caption img {
max-width: 100%;
height: auto;
}
.sticky {

}

p>img {
max-width: 100%;
height: auto;
}

.wp-caption {
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background-color: #efefef;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}

.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0 !important;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
    text-align: inherit;
}

.klb-post ul {
    padding-left: 20px;
    list-style-type: circle;
}

.klb-post ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.klb-post ul li {
    list-style-type: circle;
    line-height: 1.75;
	padding:0;
}

.klb-post ol li {
    list-style-type: decimal;
    line-height: 1.75;
	padding:0;
}

.post-password-form label {
    width: 100%;
}

.klb-post:before, 
.klb-post:after {
    content: '';
    display: table;
    clear: both;
}

.klb-post td a {
    font-weight: 600;
}

.klb-post td {
    padding: 12px;
}

.klb-post th {
    padding: 12px;
}

.klb-pagination {
    clear: both;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-line;
}

/*************************************************
* Custom
*************************************************/

.module .entry-subtitle.klbtype-1 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	letter-spacing: 2px; 
}

.site-global-notification.klbtype-1 {
	color: #fff;
	background-color: #1e2409; 
}

.module-products.klbtype-1 {
	background-color: #eae9de; 
}

.module-posts.klbtype-1 {
	background-color: #e9f5f2; 
}
.site-footer{
    margin:0px;
}
.site-footer .footer-newsletter.klbtype-1,
.site-footer .footer-widgets.klbtype-1,
.site-footer .subfooter.klbtype-1 {
    background-color: #fff5f2;
}

.site-footer .footer-newsletter .site-footer--wrapper.klbtype-1 {
	border-color: transparent; 
}
.site-footer .footer-newsletter .site-footer--wrapper .entry-subtitle.klbtype-1 {
	color: var(--color-primary);
	margin-bottom: 30px; 
}

.site-footer .footer-newsletter .site-footer--wrapper .entry-title.klbtype-1 {
	margin-bottom: 30px; 
}

@media screen and (min-width: 62rem) {
	.site-footer .footer-newsletter .site-footer--wrapper .entry-title.klbtype-1 {
		margin-bottom: 60px; 
	} 
}

.site-footer .footer-widgets .site-footer--wrapper.klbtype-1 {
	border-color: #e5dcd9; 
}

.site-footer .subfooter .site-footer--wrapper.klbtype-1 {
	border-color: #e5dcd9; 
}

.site-footer .footer-logo.klbtype-1 {
	max-width: 140px;
	margin-bottom: 30px; 
}

.site-footer .footer-instagram.klbtype-1 {
	position: relative; 
}

@media screen and (min-width: 62rem) {
	.site-footer .footer-instagram.klbtype-1::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 20%;
		bottom: 0;
		left: 0;
		z-index: -1;
		background-color: #fff5f2; 
	} 
}
@media screen and (min-width: 62rem) {
	.site-footer .footer-instagram .site-instagram.klbtype-1 {
		padding-bottom: 0; 
	} 
}
.site-footer .footer-instagram .site-instagram .entry-title.klbtype-1 {
	color: var(--color-primary); 
}

ul.canvas-bottom {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}

ul.canvas-bottom ul {
    padding: 0;
    list-style: none;
}

ul.canvas-bottom > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: .25rem;
    padding-right: .25rem;
}

ul.canvas-bottom a {
    display: block;
}

ul.canvas-bottom > li > a {
    border: 1px solid #eee;
    color: #111;
    padding: 0 .9375rem;
    line-height: 38px;
    font-size: 14px;
    background: url(../image/chevron-down.svg) calc(100% - 15px) no-repeat;
    background-size: 12px;
}

ul.canvas-bottom ul.sub-menu {
    display: none;
}

ul.canvas-bottom ul.sub-menu a {
    border: 1px solid #eee;
    color: #111;
    padding: 0 .9375rem;
    line-height: 38px;
    font-size: 14px;
    border-bottom: 0;
}

ul.canvas-bottom ul.sub-menu li:first-child a {
    border-top: 0;
}

ul.canvas-bottom ul.sub-menu li:last-child a {
    border-bottom: 1px solid #eee;
}

.canvas-bottom span.menu-dropdown {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
}

.canvas-bottom span.menu-dropdown svg {
    width: .89rem;
}

/*************************************************
* WooCommerce
*************************************************/

.product-action span.tinvwl_add_to_wishlist-text {
    display: none;
}

.product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-family: "klbtheme" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e83a';
    font-size: .875rem;
}

.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: 0px;
}

.tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

.tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
}

.product-action a.add_to_cart_button span {
    display: none;
}

.product-action a.add_to_cart_button {
    padding-left: 0;
    padding-right: 0;
}

.product-action a.add_to_cart_button:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e842';
    font-size: .875rem;
}

.product-action a.added_to_cart {
    background: url(../image/check.svg) no-repeat;
    background-position: center;
    background-size: .875rem;
	font-size: 0;
}

.product-action a.added_to_cart:hover {
    background: url(../image/check-white.svg) no-repeat;
	background-position: center;
    background-size: .875rem;
}

ul.products li.product .product-action .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}

ul.products .product .product-content .product-media .entry-media .product-action > a + div {
    margin-top: .3125rem;
}

ul.products .product .product-content .product-media .entry-media .product-action > div + a {
    margin-top: .3125rem;
}
.product-content{
    background-color:#fff;
    overflow:hidden;
}
.product-content .entry-category a {
    display: none;
}

.product-content .entry-category a:first-child {
    display: initial;
}

ul.products .product .product-content .product-media figure.entry-media {
    margin-bottom: 1rem;
}

.elementor .site-post-archive .blog-post .entry-media {
    margin-bottom: 1.25rem !important;
}

@media screen and (min-width: 62rem) {
    .site-footer .footer-widgets .site-footer--wrapper {
        padding: 3.5rem 0;
    }
	.elementor .site-post-archive .blog-post figure.entry-media {
		margin-bottom: 1.875rem !important;
	}
}

.site-post-archive .entry-author span {
    text-transform: capitalize;
}

.custom-title .f-size-14 {
    margin-bottom: 0;
}

.site-footer .subfooter .site-footer--wrapper .site-social ul li a .social-text {
    text-transform: capitalize;
}

.klb-about-widget img.footer-logo {
    margin-bottom: 30px;
}

.site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-detail .entry-price span.amount {
    margin-left: 4px;
}

.woocommerce-mini-cart__buttons a.button {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
    border-color: var(--color-main-border);
    height: 2.875rem;
}

.woocommerce-mini-cart__buttons a.button.checkout {
    color: var(--color-button-primary-color);
    background-color: var(--color-button-primary);
    border-color: transparent;
}

.woocommerce-mini-cart__buttons a.button:hover {
	color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}
.woocommerce-mini-cart__buttons button {
    color: #fff;
    background-color: var(--color-button-primary);
    border: 1px solid var(--color-button-border-color);
    border-color: var(--color-main-border);
    height: 2.875rem;
}

    .woocommerce-mini-cart__buttons button.checkout {
        color: var(--color-button-primary-color);
        background-color: var(--color-button-primary);
        border-color: transparent;
    }

    .woocommerce-mini-cart__buttons button:hover {
        color: var(--color-button-active-color);
        background-color: var(--color-button-active);
        border-color: transparent !important;
    }

.search-holder .most-viewed-products ins {
    text-decoration: none;
    margin-left: 5px;
}

.cat-search.header-search--form button.search_btn {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    color: #333;
    outline: 0;
}

.klb-img-box.banner-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}

.klb-img-box.banner-item .banner-text {
	position: absolute;
	padding: 1.25rem;
	max-width: 17.5rem;
	z-index: 1; 
}

@media screen and (min-width: 62rem) {
	.klb-img-box.banner-item .banner-text {
		padding: 2.5rem;
		max-width: 23.75rem; 
	} 
}

@media screen and (min-width: 62rem) {
	.klb-img-box.banner-item .banner-text .entry-title {
		margin-bottom: .9375rem; 
	} 
}
.klb-img-box.banner-item .banner-text .entry-description {
	font-size: .8125rem;
	max-width: 16.875rem;
	line-height: 1.6; 
}
.klb-img-box.banner-item .banner-text .button-text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .75rem;
	font-weight: 600;
	color: currentColor;
	margin-top: 1.25rem; 
}
.klb-img-box.banner-item .banner-text .button-text svg {
	width: .9375rem;
	margin-left: .375rem; 
}

@media screen and (min-width: 62rem) {
	.klb-img-box.banner-item.large .entry-title {
		font-size: 2.5rem; 
	} 
}

@media screen and (min-width: 62rem) {
	.klb-img-box.banner-item.medium .entry-title {
		font-size: 2.125rem; 
	} 
}
@media screen and (min-width: 62rem) {
	.klb-img-box.banner-item.medium .entry-description {
		max-width: 11.875rem; 
	} 
}

.klb-img-box.banner-item.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.klb-img-box.banner-item.middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center; 
}
.klb-img-box.banner-item.middle .banner-text .entry-description {
	margin-left: auto;
	margin-right: auto;
	max-width: none; 
}
.klb-img-box.banner-item.bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; 
}
.klb-img-box.banner-item.light {
	color: #fff; 
}
.klb-img-box.banner-item .banner-image {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.klb-img-box.banner-item .banner-image img {
    width: 100%;
}
@media screen and (max-width: 62rem) {
	.klb-img-box.banner-item .banner-image {
		min-height: 21.25rem; 
	}
	.klb-img-box.banner-item .banner-image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover; 
	} 
}
.klb-img-box.banner-item .banner-image img:hover {
    transform: none !important;
 }
@media (prefers-reduced-motion: reduce) {
	.klb-img-box.banner-item .banner-image img {
		-webkit-transition: none;
		transition: none;
	} 
}
.klb-img-box.banner-item:hover .banner-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
}

.module .module--title.style-2 .module--title--inner .entry-title {
    margin-bottom: 0;
}

.module--iconbox .module--inner .entry-text .entry-description p {
    margin-bottom: 0;
}

.widget_subscribe_form p {
    font-size: .875rem;
}

ul.products .product-switcher--item a.added_to_cart {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-left: 10px;
}

.widget_subscribe_form button.button:after {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e845';
    font-size: var(--font-button-font-size);
}

.widget_subscribe_form button.button {
    font-size: 0;
    outline: 0;
}

.site-header .quick-button.mini-cart .cart-link span.cart-count-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: .625rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--color-header-active);
    border-radius: 50%;
    margin-left: .375rem;
}

.site-header--mobile .quick-button.mini-cart .cart-link span.cart-count-icon {
    position: absolute;
    top: .25rem;
    right: .1875rem;
}

.footer-instagram.klbtype-2 .entry-title {
    color: var(--color-primary);
}

.footer-instagram.klbtype-2 .site-instagram {
    border-top: 1px solid #ddd;
}

.empty-klb{
	margin-bottom: 1.875rem;
}
	
@media screen and (min-width: 62rem){
	.empty-klb{
		margin-bottom: 6.25rem;	
	}
}

.ui-slider .ui-slider-handle {
	left: 0%;
	position: absolute;
	z-index: 2;
	outline: 0;
    cursor: pointer;
    background-color: #000;
    border-radius: 100%;
    border: 0;
    height: 12px;
    top: -5px;
    width: 12px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateX(0px);
}

.price_slider.ui-slider span:last-child {
    transform: translateX(-100%);
}


.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	height: 2px;
	background: #000 !important;
	border: 1px solid #000;
}
.ui-slider-horizontal {
	height: 8px;
}
.ui-widget-content {
	margin-bottom: 25px;
    background-color: #ddd;
    height: 2px;
}
.price_slider_wrapper {
	position: relative;
	margin-top: 25px;
}

.widget_price_filter .price_slider_amount {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	flex-direction: row-reverse;
}

.widget_price_filter .price_slider_amount .clear {
	flex: 0 0 100%;
}

.widget_price_filter button.button {
    padding: 0;
    border: none;
    color: #000;
    background-color: transparent;
	outline: 0;
    height: auto;
}

.widget_price_filter .price_label {
    font-size: 12px;
}

form.product-search-form {
    position: relative;
}

form.product-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    outline: 0;
}

form.product-search-form button:hover {
    color: #000;
}

ul.remove-filter {
    padding: 0;
    list-style: none;
}

.widget ul {
    padding: 0;
    list-style: none;
}

.widget ul.children {
    padding-left: 15px;
}

.site-shop--sidebar .widget ul li a {
    color: #000;
}

.site-shop--sidebar .widget ul li {
    padding-bottom: 0.5rem;
    font-size: .875rem;
}

.site-shop--sidebar .widget ul li ul.children li {
    padding-bottom: 0;
    padding-top: 0.5rem;
}

.widget.widget_klb_product_categories ul.children {
    display: none;
}

.widget.widget_klb_product_categories ul li {
	position: relative;
}

span.subDropdown.minus:before {
    content: '\e81a';
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

span.subDropdown.plus:before {
    content: '\e819';
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.klb-product-list p {
    font-size: 14px;
    margin-top: 10px;
}

.product-single p.stock {
    display: none;
}

.product-single .product-details .product-actions a.tinvwl_add_to_wishlist_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8125rem;
    font-weight: 500;
    color: currentColor;
    line-height: 1.4;
    -webkit-transition: color 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: color 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.product-single .product-details .product-actions a.tinvwl_add_to_wishlist_button:hover {
    color: var(--color-primary);
}

.product-single .product-details .product-actions a.tinvwl_add_to_wishlist_button:before {
    font-size: .975rem;
    margin-right: .625rem !important;
    font-family: "klbtheme" !important;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    line-height: 1.4;
}

.product-details form .tinv-wraper.tinv-wishlist {
    display: none;
}

.product-single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:before, .product-single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after {
    content: '';
    display: table;
    clear: both;
}

ol.flex-control-thumbs {
    padding: 0;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: .25rem;
}

ol.flex-control-thumbs li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .125rem;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    opacity: 0;
    -webkit-transition: opacity 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
}

ol.flex-control-thumbs li.slick-current:before {
    opacity: 1;
}

ol.flex-control-thumbs li {
    position: relative;
}

.woocommerce-tabs ul.tabs.wc-tabs {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.woocommerce-tabs ul.tabs.wc-tabs li {
    display: inline-block;
    margin-right: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 55px;
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
    color: #000;
    font-family: var(--font-primary);
    font-size: .975rem;
    font-weight: 500;
	position: relative;
}

@media(min-width: 480px){
	.woocommerce-tabs ul.tabs.wc-tabs li.active a:after {
	    position: absolute;
	    bottom: -22px;
	    left: 0;
	    height: 2px;
	    width: 100%;
	    content: "";
	    background: var(--color-primary);
	    transition: 0.3s;
	}
}

.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: var(--color-primary);
}

div#tab-description > h2 {
  
}

.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 15px;
    line-height: 1.7;
}

.star-rating {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.875rem;
}

.star-rating::before {
    font-family: "klbtheme";
    content: "\e805\e805\e805\e805\e805";
    letter-spacing: 0.125rem;
    color: #000;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-rating span::before {
    font-family: "klbtheme";
    content: "\e804\e804\e804\e804\e804";
    letter-spacing: 0.125rem;
    color: #FCC419;
}

p.stars a{
	border-right: 1px solid #e1e1e1;
}
p.stars a:last-child{
	border-right: 0;
}
p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
	content: "\e805";
	font-family: "klbtheme";
	color: #666;
}
p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
	content: "\e805";
    font-family: "klbtheme";
	color: #666;
}
p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
	content: "\e805";
    font-family: "klbtheme";
	color: #666;
}
p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
	content: "\e805";
    font-family: "klbtheme";
	color: #666;
}
p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
	content: "\e805";
    font-family: "klbtheme";
	color: #666;
}
p.stars a, .woocommerce-page p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
    font-family: "klbtheme";
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
    font-family: "klbtheme";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
	width: 2em;
}
p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
	width: 3em;
}
p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
	width: 4em;
}
p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
	width: 5em;
}
p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width: 6em;
}

.p.stars a.star-1.active:after, p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content: "\e804";
	color: #000;
    font-weight: 900;
}
.p.stars a.star-2.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content: "\e804\e804";
	color: #000;
    font-weight: 900;
}
.p.stars a.star-3.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content: "\e804\e804\e804";
	color: #000;
    font-weight: 900;
}
.p.stars a.star-4.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content: "\e804\e804\e804\e804";
	color: #000;
    font-weight: 900;
}
.p.stars a.star-5.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content: "\e804\e804\e804\e804\e804";
	color: #000;
    font-weight: 900;
}

.woocommerce-Reviews p.meta {
    margin-bottom: 5px;
}

.woocommerce-Reviews .star-rating {
    margin-bottom: 5px;
}

.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}

.woocommerce-Reviews .comment_container {
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 0px;
}
.woocommerce-Reviews .reply_container {
    margin-left: 75px;
    background-color:#eef7ff;
    padding:8px;
}

.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
    width: 90%;
}

.woocommerce-Reviews span#reply-title,
.woocommerce-Reviews .comment-reply-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce-Reviews {
    font-size: .875rem;
}

.woocommerce-Reviews input#submit {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
}

.woocommerce-Reviews input#submit:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

h2.woocommerce-Reviews-title {
    font-size: 1.6rem;
}

.table th, .table td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.cart-collaterals th, .cart-collaterals td {
    border: none;
    padding: 0;
}

.woocommerce-cart .shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
    margin-bottom: 0;
}

.woocommerce-message {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.single-product .woocommerce-message {
    margin-top: 30px;
}

.woocommerce-cart .woocommerce-message {
    margin-bottom: 30px;
}

.woocommerce-message a {
    background: none;
    color: #000;
	outline:0;
	padding:0;
	height: auto;
}

.woocommerce-message a:hover {
    background: none;
    color: #000;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    padding: 0;
    list-style: none;
	margin-bottom: 0;
	border: 1px solid #dee2e6;
	padding: 10px;
	margin-top: 30px;
	font-size: .875rem;
}

.woocommerce-checkout-review-order td, 
.woocommerce-checkout-review-order th {
    border: none;
    padding: 0;
}

form.checkout .col2-set .col-1, 
form.checkout .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
}

.woocommerce .form-row {
    margin-left: 0;
    margin-right: 0;
}

.checkout label {
    display: block;
    width: 100%;
    font-size: .875rem;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

form.checkout #customer_details h3,
.my-account-page h2 {
    font-family: var(--font-primary);
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-main-border);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

form.checkout.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce-form-coupon-toggle,
form.woocommerce-form-coupon {
    margin-top: 20px;
    font-size: .875rem;
}

.woocommerce-billing-fields {
    margin-bottom: 40px;
}

.payment_methods li label {
    width: initial;
    display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
	font-size: var(--font-form-font-size);
    font-weight: var(--font-form-font-weight);
    letter-spacing: var(--font-form-font-spacing);
    padding: 0 .9375rem;
}

.select2-container--default .select2-selection--single {
    height: 2.5rem;
    border: 1px solid var(--color-form-border);
	border-radius: 0;
    -webkit-transition: background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5rem;
}

.select2-dropdown{
	border: 1px solid var(--color-form-border);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--color-form-border);
}

.cart-page-wrapper .cart-form-wrapper .order-review-wrapper table .product-name {
    white-space: normal;
}

@media screen and (min-width: 62rem) {
	.cart-page-wrapper form.checkout .cart-form-wrapper {
		grid-template-columns: 1fr minmax(auto, 25.125rem);
	}
    .cart-page-wrapper .cart-form-wrapper{
        display:block;
    }
        .cart-page-wrapper .cart-form-wrapper{
            display: grid;
            gap: 2.5rem;
            grid-template-columns: 1fr minmax(auto, 23.125rem);
        }
}

.woocommerce-form-coupon-toggle {
    padding: 20px;
    background-color: #F7F7F7;
    padding-left: 35px;
	position: relative;
    font-size: .875rem;
}

.woocommerce-form-coupon-toggle:before {
    color: var(--color-primary);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e836';
}

.woocommerce-form-coupon-toggle a {
    color: #000;
}

form.checkout_coupon button.button,
.return-to-shop a.button,
.my-account-page button.button,
.woocommerce-MyAccount-content a.button,
.tinv-wishlist button.button {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
    outline: 0;
}

form.checkout_coupon button.button:hover,
.return-to-shop a.button:hover,
.my-account-page button.button:hover,
.woocommerce-MyAccount-content a.button:hover,
.tinv-wishlist button.button:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

h2.woocommerce-order-details__title, 
h2.woocommerce-column__title {
    font-family: var(--font-primary);
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.woocommerce-order th, .woocommerce-order td {
    padding: 12px;
}

.woocommerce-order td a {
    color: #000;
}

section.woocommerce-order-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

ul.woocommerce-order-overview {
    padding: 0;
    list-style: none;
}

.my-account-page label {
    font-size: .875rem;
}

span.password-input {
    width: 100%;
}

.my-account-page label.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

p.woocommerce-LostPassword {
    font-size: .875rem;
}

.woocommerce-account .col-1, .woocommerce-account .col-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.woocommerce-account .col2-set:before, 
.woocommerce-account .col2-set:after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce-privacy-policy-text a {
    color: var(--color-primary);
}

.woocommerce-privacy-policy-text {
    font-size: .875rem;
}

ul.products.style-1 .product .product-content a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.875rem;
    padding-top: 15px;
    color: #111;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
    will-change: transform;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    font-family: var(--font-primary);
    font-size: var(--font-button-font-size);
    font-weight: var(--font-button-font-weight);
    letter-spacing: var(--font-button-font-spacing);
    text-transform: var(--font-button-font-transform);
}

ul.products.style-1 .product .product-content:hover .product-media .entry-media .added_to_cart {
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(-47px);
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5rem;
    font-family: var(--font-primary);
    font-size: var(--font-button-font-size);
    font-weight: var(--font-button-font-weight);
    letter-spacing: var(--font-button-font-spacing);
    text-transform: var(--font-button-font-transform);
    -webkit-transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

.woocommerce-MyAccount-content h3 {
    font-family: var(--font-primary);
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-main-border);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.woocommerce-MyAccount-content {
    margin-top: 30px;
}

.tinvwl-input-group .form-control {
    height: 2.5rem;
    border-radius: 0;
}

ul.breadcrumb-menu {
    padding: 0;
    list-style: none;
    position: relative;
    font-size: .75rem;
    margin-top: .625rem;
    color: var(--color-contrast-600);
}

ul.breadcrumb-menu li {
    display: inline-block;
}

ul.breadcrumb-menu li a:after {
	content: '/';
	margin-left: 5px;
	margin-right: 2px;
}

span.border-text {
	position:relative;
}

span.border-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    bottom: 2px;
    left: 0;
}

.wpcf7 label {
    font-size: .875rem;
}

.wpcf7 input, .wpcf7 textarea {
    margin-bottom: 1rem;
}

.wpcf7-submit {
    color: #fff;
    background-color: #000;
    border-color: transparent !important;
}

span.wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-size: .875rem;
}

.blog-post .entry-meta span + span:before {
    content: '-';
    margin-left: .25rem;
    margin-right: .25rem;
    opacity: .5;
    color: #000;
}

.site-post-archive .blog-post .entry-meta > *.entry-published::after {
    display: none;
}

@media screen and (min-width: 62rem){
	.site-main-body.blog.left-sidebar,
	.site-main-body.single.left-sidebar {
		gap: 3.75rem;
		grid-template-columns: minmax(auto, 16.875rem) 1fr;
	}
}

.search_form {
    width: 100%;
    position: relative;
}

.search_form button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    outline: 0;
}

.search_form button:hover {
    color: #000;
}

.site-sidebar ul li {
    padding-bottom: 0.5rem;
    font-size: .975rem;
}

.site-sidebar ul li:last-child {
    padding-bottom: 0;
}

.site-sidebar ul li ul li a:before {
    margin-right: 10px;
    text-rendering: auto;
    line-height: 1;
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e80a';
}

.site-sidebar .widget_popular_posts ul li a:before {
    display: none;
}

.site-sidebar span.catcount {
    float: right;
    line-height: 22px;
}

.site-sidebar ul.children li,
.site-sidebar ul.sub-menu li {
    padding-bottom: 0;
    padding-top: 0.5rem;
}

.widget ul.sub-menu {
	padding-left: 15px;	
}

span.catcount {
    font-size: .775rem;
}

.site-sidebar .widget_social_list ul li a:before {
    display: none;
}

.tagcloud a {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
    height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem !important;
    border-color: var(--color-main-border);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    -webkit-transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
    transition: color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), background-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), border-color 0.2s cubic-bezier(0.83, 0.26, 0.19, 0.87), transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87), -webkit-transform 0.35s cubic-bezier(0.83, 0.26, 0.19, 0.87);
}

.tagcloud a:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

.post-comments {
	margin-top: 1.875rem; 
}
@media screen and (min-width: 62rem) {
	.post-comments {
		margin-top: 3.75rem; 
	} 
}
.post-comments .entry-title {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: .3125rem; 
}
.post-comments .entry-post-title {
	font-size: .975rem;
	opacity: .4; 
}
.post-comments .comment-list {
	margin-top: 1.875rem;
	padding: .625rem 0;
	list-style: none;
	border-top: 1px solid var(--color-main-border);
	border-bottom: 1px solid var(--color-main-border); 
}
.post-comments .comment-list .comment-body {
	padding: 1.5rem 0; 
}
@media screen and (min-width: 62rem) {
	.post-comments .comment-list .comment-body {
		padding: 1.875rem 0; 
	} 
}
.post-comments .comment-list .comment-body .comment-meta {
	margin-bottom: 1rem; 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .avatar {
	float: left;
	position: relative;
	width: 3.75rem;
	height: 3.75rem;
	margin-right: 1.25rem; 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .fn {
	font-size: .875rem;
	font-weight: 500; 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .fn a {
	color: currentColor;
	-webkit-transition: color 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: color 0.2s cubic-bezier(0.28, 0.12, 0.22, 1); 
}
@media (prefers-reduced-motion: reduce) {
	.post-comments .comment-list .comment-body .comment-meta .comment-author .fn a {
		-webkit-transition: none;
		transition: none; 
	} 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .fn a:hover {
	color: var(--color-primary); 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .comment-metadata {
	font-size: .75rem; 
}
.post-comments .comment-list .comment-body .comment-meta .comment-author .comment-metadata a {
	color: currentColor;
	opacity: .4; 
}
.post-comments .comment-list .comment-body .comment-content {
	font-size: .8125rem;
	padding-left: 5rem; 
}
.post-comments .comment-list .comment-body .reply {
	padding-left: 5rem; 
}
.post-comments .comment-list .comment-body .reply a {
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: currentColor; 
}
.post-comments .comment-respond {
	position: relative;
	padding-top: 1.875rem; 
}
.post-comments .comment-respond .entry-title {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: 500; 
}
.post-comments .comment-respond .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.625rem;
	margin-right: -.625rem; 
}
.post-comments .comment-respond .comment-form .comment-notes {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	font-size: .8125rem;
	opacity: .6;
	margin-bottom: 1.875rem;
	padding-left: .625rem;
	padding-right: .625rem; 
}
.post-comments .comment-respond .comment-form label {
	font-size: .8125rem;
	font-weight: 600; 
}

.post-comments .comment-respond .comment-form .comment-form-comment {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-left: .625rem;
	padding-right: .625rem; 
}
.post-comments .comment-respond .comment-form .comment-form-author, .post-comments .comment-respond .comment-form .comment-form-email, .post-comments .comment-respond .comment-form .comment-form-url {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: .625rem;
	padding-right: .625rem; 
}
@media screen and (min-width: 48rem) {
	.post-comments .comment-respond .comment-form .comment-form-author, .post-comments .comment-respond .comment-form .comment-form-email, .post-comments .comment-respond .comment-form .comment-form-url {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%; 
	} 
}
.post-comments .comment-respond .comment-form .comment-form-author input, .post-comments .comment-respond .comment-form .comment-form-email input, .post-comments .comment-respond .comment-form .comment-form-url input {
	height: 3rem; 
}
.post-comments .comment-respond .comment-form .form-submit {
	margin-top: 1.875rem;
	padding-left: .625rem;
	padding-right: .625rem; 
}
.post-comments .comment-respond .comment-form .form-submit .submit {
	height: 3.125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	border-color: transparent; 
    color: #fff;
    background-color: #000;
}

.post-comments time {
    color: currentColor;
    opacity: .4;
}

.comment-respond h3#reply-title {
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .3125rem;
}

p.logged-in-as {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-size: .8125rem;
    opacity: .6;
    margin-bottom: 1.875rem;
    padding-left: .625rem;
    padding-right: .625rem;
}

p.comment-form-cookies-consent {
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
}

.site-main-body .site-post-archive .post.post-single {
    margin-bottom: 0;
}

.site-post-archive .post.post-single .entry-media {
    margin-bottom: 1.875rem;
}

.no-comment-list +.post-comments-form .comment-respond {
    padding-top: 0;
}

.site-post-archive .blog-post {
	position: relative; 
}
.site-post-archive .blog-post .entry-media {
	margin-bottom: 1.25rem; 
}
@media screen and (min-width: 62rem) {
	.site-post-archive .blog-post .entry-media {
		margin-bottom: 1.875rem; 
	} 
}
.site-post-archive .blog-post .entry-media > a {
	position: relative;
	display: block; 
}
.site-post-archive .blog-post .entry-media > a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1); 
}
@media (prefers-reduced-motion: reduce) {
	.site-post-archive .blog-post .entry-media > a::before {
		-webkit-transition: none;
		transition: none; 
	} 
}
.site-post-archive .blog-post .entry-media > a:hover::before {
	opacity: 1; 
}

.site-post-archive .blog-post .entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap; 
}
.site-post-archive .blog-post .entry-meta > *:not(.entry-author) {
	font-size: var(--font-category-font-size);
	font-weight: var(--font-category-font-weight);
	letter-spacing: var(--font-category-font-spacing);
	text-transform: var(--font-category-font-transform); 
}
.site-post-archive .blog-post .entry-meta > * a {
	color: currentColor; 
}
.site-post-archive .blog-post .entry-meta > *.entry-published {
	position: relative;
	opacity: .5; 
}
.site-post-archive .blog-post .entry-meta > *.entry-published::after {
	content: '-';
	margin-left: .125rem;
	margin-right: .25rem; 
}
.site-post-archive .blog-post .entry-meta > *.category {
	color: var(--color-category-color); 
}
.site-post-archive .blog-post .entry-meta > *.entry-author {
	font-size: .8125rem; 
}
.site-post-archive .blog-post .entry-meta > *.entry-author .meta-separator {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	opacity: .6; 
}
.site-post-archive .blog-post .entry-meta > *.entry-author > a {
	font-weight: 500; 
}
.site-post-archive .blog-post .entry-meta.top {
	margin-bottom: .75rem; 
}
.site-post-archive .blog-post .entry-title {
	font-size: 1.75rem;
	margin-bottom: .75rem; 
}
.site-post-archive .blog-post .entry-title a {
	color: currentColor;
	-webkit-transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1); 
}
@media (prefers-reduced-motion: reduce) {
	.site-post-archive .blog-post .entry-title a {
		-webkit-transition: none;
		transition: none; 
	} 
}
.site-post-archive .blog-post .entry-title a:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 currentColor;
	box-shadow: inset 0 -1px 0 0 currentColor; 
}
.site-post-archive .blog-post .entry-content {
	font-size: .8125rem;
	margin-top: 1.25rem;
	line-height: 1.75; 
}
.site-post-archive .blog-post .entry-button {
	margin-top: 1.875rem; 
}
.site-post-archive .blog-post .entry-button .button {
	padding-left: 1.875rem;
	padding-right: 1.875rem; 
}

.site-main-body .site-post-archive .blog-post {
	margin-bottom: 1.875rem; 
}
@media screen and (min-width: 62rem) {
	.site-main-body .site-post-archive .blog-post {
		margin-bottom: 3.125rem; 
	} 
}

@media screen and (min-width: 62rem){
	.page-not-found {
		padding: 4.5rem 0;
	}
}

.page-not-found .search_form {
    margin-bottom: 1rem;
}

.loader-image {
	position: fixed;
	z-index: 99999;
}

form.variations_form.cart td,
form.variations_form.cart th {
    border: none;
}

form.variations_form.cart a.reset_variations {
    font-size: .875rem;
}

.wvs-loaded table.variations a.reset_variations {
    position: absolute;
    top: 50px;
    right: 5px;
}

form.variations_form.cart {
    position: relative;
}

body.woo-variation-swatches.wvs-show-label .variations td {
    display: table-cell;
}

body.woo-variation-swatches.wvs-show-label .variations td label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    margin-left: 0;
}

.wvs-loaded table.variations a.reset_variations {
	top: 15px;
}

.wvs-loaded table.variations {
    position: relative;
}

form.wvs-loaded span.woo-selected-variation-item-name {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper td p {
    margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper td {
    padding: 8px;
}

div#tab-additional_information h2 {
    font-size: 1.6rem;
}

@media(min-width: 62rem){
	.product-single .product-details--header {
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
}

body.woo-variation-swatches.wvs-show-label .variations td.label,
body.woo-variation-swatches.wvs-show-label .variations th.label {
    padding-left: 0;
}

ul.woocommerce-widget-layered-nav-list .type-color span.color-box {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

ul.woocommerce-widget-layered-nav-list .type-color a{
	padding-left: 25px;
	z-index: 9;
}

ul.woocommerce-widget-layered-nav-list .type-color {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.woocommerce-widget-layered-nav-list .type-color span.count {
	float: right;
}

ul.woocommerce-widget-layered-nav-list .type-color span.color-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
	font-family: 'klbtheme';
    content: '\e818';
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-color span.color-box:after,
ul.woocommerce-widget-layered-nav-list li:hover .type-color span.color-box:after{
	opacity: 1;
}

.site-shop--sidebar .widget > ul > li:last-child {
    padding-bottom: 0;
}

.site-shop--sidebar .widget > ul > li:last-child .type-color {
    padding-bottom: 0;
}

.site-header.style-4 nav.primary-menu > ul > li:nth-child(n+4) {
    display: none;
}

.tinv-wishlist.woocommerce .woocommerce-message + .cart-empty {
    margin-top: 1rem;
}

@media(max-width:600px){
	.module--logos.style-2 .logo-item:nth-child(3), .module--logos.style-2 .logo-item:nth-child(1) {
		display: none;
	}
}

.my-account-page header.woocommerce-Address-title.title a {
    color: var(--color-primary);
}

a#cancel-comment-reply-link {
    margin-left: 7px;
}

ol.comment-list ul.children {
    list-style: none;
}

span.sticky {
	color: var(--color-primary);
}

.entry-meta span.sticky:after {
    content: '\e805';
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .775rem;
    margin-left: 3px;
}

.wp-block-button {
    margin-bottom: 15px;
}

.klb-post .wp-block-button__link {
    color: #fff;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
    color: #fff;
}

.wp-block-cover {
    margin-bottom: 15px;
}

ul.blocks-gallery-grid {
    padding-left: 0;
}

figure.wp-block-gallery figcaption.blocks-gallery-caption {
    margin-bottom: 30px;
}

.site-post-archive .post.post-single .entry-wrapper .post-content-wrapper .entry-content p.has-large-font-size {
    font-size: 36px;
    line-height: initial;
}

.klb-post .has-large-font-size {
    font-size: 36px;
    line-height: initial;
}

.klb-post p[style="font-size:46px"] {
    line-height: initial;
}

.klb-post ul + figure.wp-block-gallery {
    margin-top: 15px;
}

figure.wp-block-audio{
	margin-bottom:1em;
}

figure.wp-block-embed {
    margin-bottom: 1em;
}

figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass + p {
    margin-top: -7px;
}

table#wp-calendar caption {
    caption-side: inherit;
	padding-top: 0;
}

blockquote {
    padding: 40px 50px;
    position: relative;
    border-left: 5px solid var(--color-primary);
    color: #444;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f8f8f8;
}

.klb-post {
	font-size: 1rem;
}

.site-main-body.blog .klb-post {
    font-size: .8125rem;	
}

.klb-post span.catcount {
    font-size: 1rem;
    float: right;
}

.klb-post select,
.klb-post form.wp-block-search {
    margin-bottom: 1rem;
}

.klb-pagination a.post-page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--color-contrast-300);
    color: currentColor;
    -webkit-transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.klb-pagination span.current {
    background-color: var(--color-primary);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
}

.klb-pagination a.post-page-numbers:hover {
    background-color: var(--color-contrast-200);
}

a>code {
    color: inherit;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

form.post-password-form input[type="submit"] {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}

@media(max-width: 768px){
	.order-xs-1 {
		order: 1;
	}
	
	.order-xs-2 {
		order: 2;
	}

	div.site-sidebar {
	    margin-top: 50px;
	}
	
	ol.comment-list ul.children {
		padding-left: 0;
	}
}

.comment-navigation h3 {
    font-size: 1.50rem;
}

nav#comment-nav-above {
    margin-top: 1.5rem;
}

.post.pingback a.url {
    color: var(--color-primary);
}

.post.pingback a.url {
    color: var(--color-primary);
}

.post-comments-list article.post.pingback {
    margin-bottom: 0;
    margin-top: 1rem;
}

.entry-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1.klb-page-title {
    font-size: 2.625rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.klb-page.section .klb-post + .col.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.widget_calendar nav.wp-calendar-nav {
    padding-top: .75rem;
}

.widget_recent_comments ul li > a {
    font-weight: 500;
}

.widget_recent_comments ul li > a:before {
	display: none;
}

.widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 500;
}

.widget-title a.rsswidget {
    font-size: .895rem;
}

.klb-blog-breadcrumb .container {
    background-color: #f9f3f2;
}

form.woocommerce-ordering select {
    width: auto;
}

form.woocommerce-ordering + ul.products {
    margin-top: 1.875rem;
}

.product-action a.product_type_grouped:before,
.product-action a.product_type_external:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e842';
    font-size: .875rem;
}

.product-action a.product_type_grouped span,
.product-action a.product_type_external span {
    display: none;
}

.product-action a.product_type_grouped,
.product-action a.product_type_external {
    padding-left: 0;
    padding-right: 0;
}

form.grouped_form table.woocommerce-grouped-product-list {
    margin-bottom: 1.875rem;
}

form.grouped_form table.group_table td {
    padding: 8px;
    text-align: center;
}

form.grouped_form table.group_table .quantity {
	margin-right: 0;
}

form.grouped_form table.group_table .quantity {
    margin-right: 0 !important;
}

.upsells-products {
	margin-top: 1.875rem; 
}

@media screen and (min-width: 62rem) {
	.upsells-products {
		margin-top: 3.75rem; 
	} 
}

.product-content + .tinv-wraper.tinv-wishlist {
    display: none;
}

@media(max-width: 62rem) {
	.klb-latest-blog.site-post-archive .blog-post {
	    margin-bottom: 1.875rem;
	}
	
	.klb-latest-blog.site-post-archive .site-element:last-child .blog-post {
	    margin-bottom: 0;
	}
}


@media(max-width: 600px) {
	.module .logo-item a img {
	    max-width: 100%;
	}
}

@media(max-width: 320px){
	.site-header .quick-button {
	    min-width: 2rem;
	}

	.module--slider .slider-item .slider-content .entry-description {
	    display: none;
	}

	.module.image-text.style-10 p {
	    display: none;
	}

	form.woocommerce-ordering select {
	    max-width: 140px;
	}

}

.module.module--logos {
    text-align: center;
}

.module--logos .module--inner .logo-item img {
    display: inline-block;
}

@media screen and (max-width: 62rem){
	.module--logos .module--inner .logo-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

@media (min-width:62rem) and (max-width:64rem){
	.site-header .primary-menu.horizontal-menu .menu > .menu-item + .menu-item{
	    margin-left: 1.5rem;
	}
}

@media (min-width:480px) and (max-width:768px){
	.product-single .product-details--header {
	    flex-direction: column;
	    align-items: flex-start;
	}
}

.site-footer .footer-widgets .site-footer--wrapper .widget .menu li {
    font-size: .875rem;
}

.site-footer .footer-widgets .site-footer--wrapper .widget.widget_text .textwidget p {
    font-size: .875rem;
}

.shop-page-header--title .entry-description p {
    font-size: 15px;
    opacity: .9;
}

.woocommerce-message {
    font-size: .875rem;
}

.site-copyright p {
    margin-bottom: 0;
    font-size: .875rem;
}

.klb-latest-blog .entry-meta.top span {
    margin-right: 10px;
}

/* Ilk Madde */
@media screen and (min-width: 62rem) {
	.module--slider.style-1 > .container .slider-item .slider-content .entry-title {
	    font-size: 3.75rem;
	    line-height: 1;
	    margin-bottom: 1.75rem;
	}
}

/*Ikinci Madde*/
.image-text.style-1 .module-block.text p, 
.image-text.style-2 .module-block.text p {
	line-height: 1.8;
}

/* Ucuncu Madde */
@media screen and (min-width: 62rem) {
	.image-text.style-2 .module-block.image.extra-left {
		margin-top: -20px !important;
	}
	.image-text.style-2 .module-block.text .comment-box {
		margin-top: 6rem;
	}
}

/* Sidebar Ayari */
.site-sidebar .widget .site-social ul li {
    padding-bottom: 0;
}

.site-sidebar .widget.widget_post_listing .post .entry-media {
	margin-bottom: 0;
}

@media screen and (min-width: 62rem) {
	.site-post-archive {
		margin-left: 30px;
	}
}

/* Shop Page Header */
.shop-page-header.style-2.with-background .container::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.image-text.style-3 .module-block > span {
    display: block;
    margin-bottom: auto !important;
}

.image-text.style-3 p {
    margin-bottom: 0;
}

.image-text.style-3 .module-block.text.hide-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: right;
}

.image-text.style-3 a.button-text {
    display: block;
}

.image-text.style-3 .module-block.text .entry-title.number {
    line-height: 1.2;
}

.comment-box--body p {
    font-size: 15px;
}

p {
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (min-width: 62rem) {
	.site-post-archive.single .blog-post .entry-title{
	    font-size: 2.625rem;
	    line-height: 1.2;
	}
}

.site-global-notification p {
    font-size: .8125rem;
    line-height: 1.5;
}

/* Button Attribute */
ul.woocommerce-widget-layered-nav-list .type-button span.button-box {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #cecdcd;
    position: absolute;
    left: 0;
    top: 8px;
}

ul.woocommerce-widget-layered-nav-list .type-button a {
    padding-left: 26px;
    z-index: 9999;
		position: relative;
}

ul.woocommerce-widget-layered-nav-list .type-button {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
	position: relative;
}

ul.woocommerce-widget-layered-nav-list .type-button span.button-box:after {
	align-items: center;
    justify-content: center;
    color: #222;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    height: 3px;
    width: 7px;
    border: solid #222;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

ul.woocommerce-widget-layered-nav-list li.chosen .type-button span.button-box:after,
ul.woocommerce-widget-layered-nav-list li:hover .type-button span.button-box:after{
	opacity: 1;
}

ul.woocommerce-widget-layered-nav-list .type-button a:before {
    display: none;
}

ul.woocommerce-widget-layered-nav-list .type-button span.count {
    float: right;
}

.klbfooterwidget span.catcount {
    float: right;
}

.klbfooterwidget div#calendar_wrap {
    font-size: .75rem;
}

.wp-calendar-table td, .wp-calendar-table th {
    padding: 2px;
}

.klbfooterwidget ul li {
    font-size: .875rem;
}

.klbfooterwidget ul li + li {
    margin-top: .4375rem;
}

.klbfooterwidget ul.children li:first-child, .klbfooterwidget ul.sub-menu li:first-child {
    margin-top: .475rem;
}

.klbfooterwidget ul.children, .klbfooterwidget ul.sub-menu {
    padding-left: 10px;
}

@media(max-width:768px){
	ul.products .product .product-content .product-media .entry-media .product-action a{
		opacity: 1;
	    will-change: transform;
	    -webkit-transform: translateX(0);
	    transform: translateX(0)
	}
}

@media(max-width: 576px){
	ul.slick-dots {
	    display: none !important;
	}
}

@media(max-width: 768px){
	.site-header .quick-button.mini-cart .cart-link {
	    pointer-events: none;
	}
}

/* Ajax Search */
.search-holder .dgwt-wcas-search-form {
	position: relative; 
}
.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input {
	background-color: transparent;
	border: 0;
	height: auto;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	will-change: transform;
	-webkit-transform: translateY(1.25rem);
	transform: translateY(1.25rem);
	padding: 0 1rem;
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input:focus {
    box-shadow: none;
    background: transparent;
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
	color: var(--color-contrast-300);
	letter-spacing: -1px;
    font-weight: 700;
	font-style: normal;
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input::-moz-placeholder {
	color: var(--color-contrast-300);
	letter-spacing: -1px; 
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
	color: var(--color-contrast-300);
	letter-spacing: -1px; 
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
	color: var(--color-contrast-300);
	letter-spacing: -1px; 
}

.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input::placeholder {
	color: var(--color-contrast-300);
	letter-spacing: -1px; 
}

@media screen and (min-width: 75rem) {
	.search-holder .dgwt-wcas-search-form input[type=search].dgwt-wcas-search-input {
		font-size: 5rem; 
	} 
}

.search-holder .dgwt-wcas-search-wrapp {
    max-width: 100%;
}

.search-holder svg.dgwt-wcas-ico-magnifier {
    display: none;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
    color: var(--color-primary);
}

.header-search .dgwt-wcas-search-form input[type="search"].dgwt-wcas-search-input {
    border: 1px solid var(--color-form-border);
    border-radius: 0;
    height: 2.75rem;
}

.header-search .dgwt-wcas-search-form svg {
    display: none;
}

.header-search .dgwt-wcas-search-form {
    position: relative;
}

.header-search .dgwt-wcas-search-form:before {
	font-family: "klbtheme";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e843';
	position: absolute;
	left: 10px;
	top: 13px;
	z-index: 9;
}

form.dgwt-wcas-pd-addtc-form .quantity-button {
    display: none;
}

/* Mega Menu */

.site-menu.horizontal-menu .menu .menu-item-has-children.mega-menu {
    position: static;
}

.site-header .primary-menu.horizontal-menu .menu li.mega-menu > .sub-menu {
    width: 100%;
    left: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.site-header .primary-menu.horizontal-menu .menu li.mega-menu .sub-menu .sub-menu {
	position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
    padding: 0;
    min-width: 0;
}

.site-header .primary-menu.horizontal-menu .menu .mega-menu .sub-menu .menu-item.menu-item-has-children > a::after {
    display: none;
}

.site-header .primary-menu.horizontal-menu .menu .mega-menu > .sub-menu > .menu-item > a {
    font-weight: 500;
    font-size: 14px;
}

header.style-1 .site-menu,
header.style-4 .site-menu,
header.style-5 .site-menu {
    position: static;
}

nav.woocommerce-pagination.klb-load-more {
    text-align: center;
}

nav.woocommerce-pagination.klb-load-more .button {
    cursor: pointer;
}

form.track_order button {
    color: #000;
    background-color: transparent;
    border: 1px solid var(--color-button-border-color);
    margin-top: 1rem;
}

@media screen and (min-width: 62rem) {
	.product-single .woocommerce-product-gallery.vertical .slider-wrapper ol.flex-control-thumbs {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 4.375rem; 
	}
}

.footer-fix-nav svg {
    color: #9b9b9b;
    font-size: 21px;
    margin: 20px 7px;
}

p.woocommerce-store-notice.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--color-primary);
    margin: 0;
    padding: 15px;
    color: #fff;
    z-index: 999;
}

p.woocommerce-store-notice.demo_store a {
    color: #fff;
    font-weight: 500;
}

.elementor-widget-cosmetsy-latest-blog .site-post-archive {
    margin-left: 0;
}

@media screen and (min-width: 75rem) {
	.shop-wide .container {
		max-width: 100%;
	} 
}

.shop-wide .shop-page-header.style-2 {
    padding: 0;
}

@media(max-width:600px){
	.woocommerce-account .col-1, .woocommerce-account .col-2 {
	    width: 100%;
	}
}

.image-text.style-10 .row {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-menu.horizontal-menu .menu .menu-item-has-children:hover > .sub-menu {
    z-index: 99;
}

.ajax-loading .loader-image.preloader {
    position: static;
    display: block;
}

.no-more-products {
    text-align: center;
    margin-top: 30px;
}

.no-more-products + .no-more-products {
    display: none;
}

svg.loader-image.preloader {
    position: absolute;
    bottom: -100px;
    top: inherit;
}

ul#shipping_method {
    list-style: none;
    padding: 0;
    font-size: .775rem;
    margin: 0;
}

#shipping_method input.shipping_method {
    position: relative;
    top: 4px;
    float: right;
    margin-right: 0;
    margin-left: 7px;
    vertical-align: middle;
}

ul#shipping_method label {
    margin-bottom: 0;
    vertical-align: middle;
}

ul#shipping_method span.woocommerce-Price-amount.amount {
    font-size: .875rem;
    color: var(--color-price);
}

ul#shipping_method li {
    margin-bottom: 10px;
}

a.shipping-calculator-button {
    font-size: .825rem;
}

p.woocommerce-shipping-destination {
    font-size: .775rem;
}

.recently-viewed {
    margin-top: 1.875rem;
}

@media screen and (min-width: 64rem){
	.recently-viewed{
		margin-top: 3.75rem;
	}
}

.quickview-product .woocommerce-message {
    margin-bottom:1.875rem;
}

.site-header--content .site-brand img,
.site-header--mobile .site-brand img,
.site-offcanvas--header .site-brand a img {
    max-height: inherit;
}

ul.woocommerce-error {
    list-style: none;
	border: 1px solid #dee2e6;
    padding: 10px;
}

.single-product ul.woocommerce-error {
    margin-top: 30px;
	font-size: .875rem;
}

ul.woocommerce-error a {
    background: none;
    color: #000;
    outline: 0;
    padding: 0;
    height: auto;
}

ul.woocommerce-error a:hover {
    background: none;
    color: #000;

}

.quickview-product .woocommerce-error {
    margin-bottom: 1.875rem;
}

svg.loader-image.preloader.quick-view {
    position: fixed;
    bottom: 0;
    top: 0;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}

.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe label {
    margin-left: 0;
	padding-left: 0;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 500;
}

.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box.payment_method_stripe {
    padding-left: 0;
}

.product-single + .woocommerce-Reviews {
    margin-top: 1.875rem;
}

@media screen and (min-width: 64rem) {
    .product-single + .woocommerce-Reviews {
        margin-top: 3.75rem;
    }
    .wishlist-page-wrapper .wishlist-form-wrapper {
        grid-template-columns: 1fr minmax(auto, 0rem);
    }
}

.klb-stock-progress-bar{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.klb-stock-progress-bar .product-pcs {
    text-align: right;
    margin-bottom: 0.625rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #818ea0;
}

.klb-stock-progress-bar .product-pcs strong {
    color: #021523;
}

.klb-stock-progress-bar .product-progress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #f2f3f5;
  border-radius: 0.625rem;
}
.klb-stock-progress-bar .product-progress span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #d51243;
  background: -webkit-gradient(linear, left top, right top, from(#d51243), color-stop(50%, #ff6048), to(#ffcd00));
  background: linear-gradient(90deg, #d51243 0%, #ff6048 50%, #ffcd00 100%);
}


.klb-product-time-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-price + .klb-product-time-countdown {
    margin-top: 10px;
}

.klb-product-time-countdown .expired-text {
    font-size: .6875rem;
    margin-left: 0.75rem;
    max-width: 7.5rem;
    color: #818ea0;
}

.klb-product-time-countdown .countdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600; }
  .klb-product-time-countdown .countdown .count-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .875rem;
    width: 1.75rem;
    height: 1.875rem;
    color: #3e445a;
    background-color: #edeef5; }
  .klb-product-time-countdown .countdown span {
    position: relative;
    top: -2px;
    margin-left: .25rem;
    margin-right: .25rem; }

.single .site-content .product-type-simple form.cart {
    flex-wrap: wrap;
}
.site-header .quick-button.mini-cart .woo-mini-cart{
    z-index:99999;
}
@media(min-width:769px) {
    form .woocommerce-ordering select {
	    width: 200px;
	}
}

.module--logos .slider-wrapper .site-slider .slick-prev {
    left: 0;
    top: 0;
}

.module--logos .slider-wrapper .site-slider .slick-arrow {
    top: 0;
}

.woocommerce-form p.mailchimp-newsletter label {
    margin-bottom: 0;
    margin-left: 10px;
}
.site-content{
    padding:0px 0px 40px 0px;

}

    .site-select-shop .site-select-shop-container,
    .site-signature .site-signature-container,
    .site-game .site-game-container,
    .site-login .site-login-container,
    .site-product .site-product-container {
        display: block;
        padding: .9375rem;
        margin-left: auto;
        margin-right: auto;
        background-color:#fff;
    }
.site-product .site-product-container {
    max-width: 560px;
}
.site-signature .site-signature-container {
    max-width: 460px;
}
.site-game .site-game-container {
    max-width: 960px;
}
.site-login .site-login-container {
    max-width: 690px;
}

.site-login .site-login-overflow {
    min-height: 500px;
    overflow:hidden;
    width:90%;
}
@media screen and (min-width: 64rem) {
    .site-login .site-login-overflow{
        border: 1px solid #e5e8ec;
        border-radius: 7px;
        padding: 60px;
    }
}

.site-login .login-page-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 1.75rem;
	padding: 0;
	list-style: none;
}

.site-login .login-page-tab li + li {
	margin-left: 1.25rem; 
}
@media screen and (min-width: 64rem) {
	.site-login .login-page-tab li + li {
		margin-left: 2.5rem; 
	} 
}

.site-login .login-page-tab li a {
	font-family: var(--theme-secondary-font);
	font-size: 1.065rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #212529;
	text-decoration: none; 
}

.site-login .login-page-tab li a:not(.active) {
	color: #c2c2d3; 
}

.site-login .login-form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
	transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99); 
}

.site-login .login-form-container > * {
	padding: 0 1px;
	width: 100%;
	will-change: opacity;
	margin-top: .9375rem;
	-webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
	transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99); 
}

.site-login .login-form-container > *.register-form {
	opacity: 0; 
}

.site-login .login-form-container > * > p {
	text-align: center;
	margin-bottom: 1.875rem;
	max-width: 21.25rem;
	margin-left: auto;
	margin-right: auto;
	color: #e8e8e8; 
}

.site-login .login-form-container > * form .form-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0; 
}

.site-login .login-form-container > * form .form-row label {
	font-size: .975rem; 
}
.site-login .login-form-container > * form .form-row .password-input {
	width: 100%; 
}
.site-login .login-form-container > * form .form-row .woocommerce-Input {
	height: 2.875rem; 
}
.site-login .login-form-container .lost-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
.site-login .login-form-container .lost-password .woocommerce-form-login__rememberme .woocommerce-form__input {
	position: relative;
	top: 1px;
	margin-right: 6px; 
}
.site-login .login-form-container .lost-password .woocommerce-LostPassword {
	font-size: .8125rem;
	font-weight: 500; 
}
    .site-login .login-form-container .woocommerce-button {
        font-size: var(--font-button-font-size);
        width: 50%;
        height: 2.875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
.site-login .login-form-container .woocommerce-privacy-policy-text p {
	font-size: .75rem; 
}
.site-login .login-form-container .woocommerce-privacy-policy-text p a {
	color: var(--color-danger);
	text-decoration: underline; 
}
.site-login .login-form-container.show-register-form {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.site-login .login-form-container.show-register-form .login-form {
	opacity: 0; 
}
.site-login .login-form-container.show-register-form .register-form {
	opacity: 1; 
}

.single-product .cosmetsy-accordion-item {
    border: 1px solid #dee2e6;
}

.single-product .cosmetsy-accordion-item:not(:first-of-type) {
    border-top: 0;
}

.single-product .cosmetsy-accordion-title {
    display: flex;
    align-items: center;
	padding: 12px 20px;
    cursor: pointer;
}

.single-product .cosmetsy-accordion-title-text {
    flex: 1;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.single-product .cosmetsy-active .cosmetsy-accordion-title-text span {
    color: #ef4626;
}

.single-product  .cosmetsy-accordion-title.cosmetsy-active .cosmetsy-accordion-opener.cosmetsy-opener-style-arrow {
    transform: rotate(180deg);
	color: #ef4626;
}

.single-product .cosmetsy-accordion-opener {
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    transition: inherit;
}

.single-product .cosmetsy-accordion-opener.cosmetsy-opener-style-arrow:before {
    content: "\e80b";
    font-family: "klbtheme";
}

.single-product .cosmetsy-accordion-content {
    display: none;
	padding: 1rem 1.25rem;
}

.cosmetsy-accordion-content#tab-description h2 {
    display: none;
}

.product-single--columns  li.flex-nav-next, li.flex-nav-prev {
    position: absolute;
    top: 45% !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 2.25rem;
    z-index: 1;
    font-size: 0;
}

.product-single--columns li.flex-nav-next {
    right: 0.9375rem;
}

.product-single--columns li.flex-nav-prev {
    left: 0.9375rem;
}
.product-single .product-details--header .entry-title {
    font-size: 1.525rem;
}

.product-single .product-details .product-price-wrapper .price {
    font-size: 1.525rem;
}
@media screen and (min-width: 62rem) {
    .product-single--columns .vertical li.flex-nav-prev {
        left: 6.25rem;
    }
    .product-single .product-details--header .entry-title {
        font-size: 1.525rem;
    }

    .product-single .product-details .product-price-wrapper .price {
        font-size: 1.525rem;
    }
    .product-single--columns {
        grid-template-columns: minmax(50%, 1fr) 1fr;
        gap: 0.75rem;
        margin-top: 1.875rem;
    }
}

.product-single--columns ul.flex-direction-nav a:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    font-size: 2.25rem !important;
    color: var(--color-text);
}

.product-single--columns ul.flex-direction-nav a.flex-prev:before {
    content: "\e811";
}

.product-single--columns ul.flex-direction-nav a.flex-next:before {
    content: "\e812";
}

.klb-single-video {
    z-index: 9;
}

a.woocommerce-product-gallery__trigger {
    z-index: 9;
}

ul.products .product .product-content .product-media .entry-media > a:not(.button) .second-thumbnail {
    background-color: #fff;
}

.module--iconbox .module--inner .site-icon svg {
    width: 100%;
    height: 100%;
}


.header-cart .product_list_widget::-webkit-scrollbar {
	width: 3px;
}

.quick-button.mini-cart ul.woocommerce-mini-cart {
  max-height: 300px !important;
  display: block !important;
  overflow-y: auto !important;
}
.quick-button.mini-cart  ul.woocommerce-mini-cart::-webkit-scrollbar {
  width: 3px;
}
.quick-button.mini-cart ul.woocommerce-mini-cart::-webkit-scrollbar-track {
  background-color: #f6f4f0;
  border-radius: 9px;
}
.quick-button.mini-cart ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 9px;
}
.klb-tiktok:before {
    font-family: "Font Awesome 6 Brands";
    content: "\e07b";
    font-weight: 400;
}

.password-input .show-password-input {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-gray600);
  font-size: 1.3125rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  right: 0.3125rem;
  background: none;
  border: none;
  font-weight: inherit;
  padding: 0;
}
.password-input .show-password-input::before {
  font-family: "klbtheme";
  content: "\e838";
  line-height: 1;
}
.password-input .show-password-input.display-password::before {
  content: "\e838";
}

.password-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.site-header--content .site-brand img {
    max-width: 168px;
}

.site-header--mobile .site-brand img {
    width: 135px;
}

.site-offcanvas--header .site-brand a img {
    width: 134px;
}

.site-scroll .site-offcanvas--main .mobile-menu .menu .menu-item a {
    font-size: 14px;
}

.site-scroll .site-offcanvas--footer .site-copyright p {
    font-size: 12px;
}

.style-5.site-header.header-default .primary-menu.horizontal-menu .menu > .menu-item a {
    font-size: 14px;
}

.site-header .primary-menu.horizontal-menu .menu > .menu-item a, .site-header .primary-menu.horizontal-menu .menu .sub-menu .menu-item a {
    font-size: 14px;
}

.style-1 .site-header--nav .primary-menu.horizontal-menu .menu > .menu-item > a, .style-1.site-header .primary-menu.horizontal-menu .menu > .menu-item a {
    font-size: 14px;
}

.site-header.header-transparent.style-4 .primary-menu.horizontal-menu .menu > .menu-item > a, .site-header.style-4 .primary-menu.horizontal-menu .menu .sub-menu .menu-item a, .site-header.style-4 .quick-button.text .quick-label {
    font-size: 14px;
}

.site-global-notification.klbtype-1 p, .site-header .site-topbar {
    font-size: .9rem;
}

.site-footer .footer-newsletter.klbtype-1 .site-footer--wrapper .entry-subtitle.klbtype-1 {
    font-size: 11px;
}

.site-footer .footer-newsletter.klbtype-1 .site-footer--wrapper .entry-title.klbtype-1 {
    font-size: 28px;
}

.site-footer .footer-widgets .site-footer--wrapper .widget .widget-title {
    font-size: 12px;
}

.site-footer .footer-widgets .site-footer--wrapper a, .site-footer .footer-widgets .site-footer--wrapper .widget.widget_text .textwidget p {
    font-size: 14px;
}

.site-footer--wrapper .site-copyright p {
    font-size: 14px;
}

.module .site-slider.carousel{
    margin:0px;
    padding:0px;
}
.elementor-element-75d4d65 .module .site-slider.carousel .slick-arrow.slick-next {
    right: 20px !important;
}
.elementor-element-75d4d65 .module .site-slider.carousel .slick-arrow.slick-prev {
    left: 20px !important;
}   
.module .site-slider.carousel .slick-slide{
    padding:0px;
}
.overlay-link{
    position:relative;
}
.custom-title{
    padding:10px 0px 20px 0px;
}
.site-header .quick-button.canvas-toggle {
    margin-right:0px !important;
}

body{
    overflow-x:hidden;
}
.site-menu.horizontal-menu #menu-menu-2 {
    margin-right:20px;
}
.site-footer--wrapper .logo {
    max-width: 180px;
    padding: 0px 0px 10px 0px;
}
.klb-img-box.banner-item .banner-image {
    min-height:auto;
}
.footer-widgets .container {
    position: relative;
}
.footer-button{
    position:absolute;
    right:-20px;
}
.fixed-button {
    position: fixed;
    bottom: 100px;
    right:30px;
    z-index: 700;
}
.to-top {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #DAE0E9;
    display: block;
    margin: 0px 0px 4px 0px;
}

    .to-top span.pic {
        display: block;
        height: 30px;
        width: 50px;
        padding: 10px 10px 5px 10px;
        text-align: center;
    }

    .to-top i {
        font-size: 30px;
        color:rgba(0,0,0,0.6);
    }
     
.console {
   width:50px;
   height:50px;
   border-radius:50px;
   background-color:#ff9800;
   display:block;
   margin:0px 0px 4px 0px;
}
    
    .console span.pic {
        display: block;
        height: 30px;
        width: 50px;
        padding:5px 10px 5px 10px;
        text-align:center;
    }
    .console i {
        font-size: 22px;
    }
    .console span.text {
        background-color: #000;
        color: #fff;
        border-radius: 20px;
        height: 16px;
        width: 50px;
        margin: 2px 0px;
        font-size: 11px;
        display: block;
        text-align:center;
    }
.signature {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #5ba61c;
    display: block;
    margin: 0px 0px 4px 0px;
}

    .signature span.pic {
        display: block;
        height: 30px;
        width: 50px;
        padding: 7px 14px 5px 14px;
        text-align:center;
    }

    .signature i {
        font-size: 22px;
    }

    .signature span.text {
        background-color: #000;
        color: #fff;
        border-radius: 20px;
        height: 16px;
        width: 50px;
        margin: 2px 0px;
        font-size: 11px;
        display: block;
        text-align: center;
    }

.site-header .quick-button.search-button .top-search-ico {
    position: absolute;
    right: 10px;
    z-index:999;
}
.top-search input[type='text'] {
    z-index: 10;
    margin-top: 0px;
    font-size: 14px;
    width: 200px;
    height: 30px;
    zoom: 1;
    filter: alpha(opacity=1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-clip: border-box;
    padding: 0px 10px 0px 20px;
    transition: all 400ms;
    background-color: #fff;
    color: #19191B;
    border: 1px solid #d7d7d7;
}
.top-search.show-field input[type='text'] {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 200;
}
.top-search a.top-search-ico-close {
    position: absolute !important;
    right: 0px;
    color: #000 !important;
    font-size: 18px;
    top: 4px;
    display:none;
}
.entry-category{
    padding:4px 0px;
}
    .entry-category .tag {
        height: 1.75rem;
        font-size: .725rem;
        text-transform: uppercase;
        color: #fff;
        background-color: #fc745d;
        padding-left: .625rem;
        padding-right: .4375rem;
        padding-top:4px;
        padding-bottom:4px;
        margin:4px;
    }
.elementor-element-0058a59 .entry-category .tag {
    font-size: .625rem;
}
ul.products .product .product-content .entry-name{
    font-size:18px;
}
.price del {
    padding:0px 10px;
}
.price ins {
    padding: 0px 10px;
    color: #d51243;
    font-weight: bold;
}
.modal-scrollable{
    z-index:999;
    background-color:rgba(0,0,0,0.6);

}
.site-login-overflow{
    background-color:#fff;

}
.modal{
    opacity:0;
    display:none;
}
.modal.fade.in {
    display:block;
    opacity:1;
    transform: translateY(-5%);
}
.row-logo{
    text-align:center;
    padding:0px 0px 30px 0px;
}
.row-logo img {
    width: 100%;
    max-width: 180px;
}
.remove_from_cart_button {
    position:absolute;
    right:20px;
    top:20px;
    font-size:20px;
    z-index:88;
}
.site-member-overflow{
    position:relative;
    overflow:hidden;
}
.member-form-box {
    display: flex;
    width: 200%;
    transform: translateX(0);
    -webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
.login-form-box{
    width:100%;
}
.lost-password-form-box{
    width:100%;
    padding:0px 20px;
    position:relative;
    z-index:2;
}
.user-login .sub-menu {
    position: absolute;
    top: 100%;
    left: -1.5625rem;
    margin: 0;
    padding: .9375rem 0;
    list-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    list-style: none;
    background-color: #fff;
    width: 120px;
}
.user-login:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.user-login .sub-menu a{
    display:block;
    padding: .2625rem 1.875rem;
    font-size:14px;
}
    .user-login .sub-menu a:hover {
        color: var(--color-primary-menu-active);
    }

.site-login .member-form-box.show-lost-password-form {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.woocommerce-product-details__short-description{
    padding:0px 12px;
}
.selection-group,
.quantity-group {
    padding: 0px 0px 10px 0px;
    display: flex;
}
.selection-group .selection {
    display:block;

}
.selection-group label,
.quantity-group label {
    width: 80px;
    color: #333;
    font-size: 15px;
    padding: 12px 0px 0px 12px;
}
.selection-group button {
    display:block;
    border: 1px #ccc solid;
    background-color: #fff;
    color: #999;
    padding: 4px 8px;
    margin: 0px 6px 6px 0px;
}
    .selection-group button:before {
        font-family: "klbtheme";
        content: '\e818';
        border-radius: 20px;
        width: 12px;
        height: 12px;
        font-size: 9px;
        color: #666;
        background: #ccc;
        display: inline-block;
    }
    .selection-group button:hover,
    .selection-group button:focus,
    .selection-group button:active {
        color: #ef4626;
        border: 1px #ef4626 solid !important;
        outline: none;
    }
    .selection-group button.selection-box-selected {
        color: #ef4626;
        border: 1px #ef4626 solid !important;
        
    }
        .selection-group button.selection-box-selected:before {
            font-family: "klbtheme";
            content: '\e818';
            border-radius:20px;
            width:12px;
            height:12px;
            font-size:9px;
            color:#fff;
            background:#ef4626;
            display:inline-block;
        }
        .cart-button-group {
            padding: 0px 10px;
            text-align:center;
        }
            .cart-button-group button {
                width: 49%;
            }
.required-field-message{
    color:#d51243;
    background-color:#ffe6e6;
    display:block;
    width:100%;
    border-radius:6px;
    padding:8px 8px;
    margin:8px 0px;
    
}
.badge.hot {
    padding-left: 0;
    padding-right: 0;
    background-color:transparent;
}
    .badge.hot span {
        height: 1.75rem;
        font-size:.725rem;
        background-color: #fc745d;
        padding-left: .625rem;
        padding-right: .4375rem;
        display: inline-block;
        margin: 0px 6px 0px 0px;
        line-height: 1.75rem;
        vertical-align: middle;
        font-weight:normal;
    }
.login-page-tab {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px !important;
    
}
.site-login .login-page-tab li a {
    font-family: var(--font-primary);
    font-size: 1rem;
    padding: 0px 10px;
    position: relative;
}
.site-login .login-page-tab li a:not(.active) {
    color: #000;
}
.site-login .login-page-tab li a.active {
    color: var(--color-primary);
}
    .site-login .login-page-tab li a.active:after {
        position: absolute;
        bottom: -22px;
        left: 0;
        height: 2px;
        width: 100%;
        content: "";
        background: var(--color-primary);
        transition: 0.3s;
    }

.coupon-box{
    width:100%;
    border-bottom:1px solid #dbdbdb;
    padding:4px 4px;
    text-align:right;
}
.coupon-group { 
    width: calc(50% -30px);
}
.coupon-use {
    display: inline-block;
    width: 40%;
    margin: 0px -2px;
    text-align: left;
}
.coupon-use i {
    color: #ef4626
}
.coupon-use span{
    display:block;
    font-size:14px;
}
.coupon-select {
    display: inline-block;
    width: 60%;
    margin: 0px -2px;
    text-align: right;
    font-size: 14px;
}
.gold-box {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 4px 4px;
    text-align: right;
    
}
.gold-group {
    width: calc(100% -30px);
    position: relative;
}
.gold-checkbox{
    position:absolute;
    left:-20px;
}
.gold-use {
    text-align: left;
    font-size: 14px;
    color:#ccc;
}
.gold-group:has(.gold-checkbox__input:checked) .gold-use {
    color: #000;
}
.modal.fade.in, 
.modal.container.fade.in, 
.modal.modal-overflow.fade.in{
    overflow:visible;
}
@media (max-width: 979px) {
    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        overflow: visible;
    }
}
.modal-content {
    background-color: #fff;
    border: none;
}
.modal-content .coupon-list,
.modal-content .address-form,
.modal-content .woocommerce-Reviews,
.modal-content .woocommerce-Order {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    padding: 20px 0px 40px 0px;
}
.modal-content .woocommerce-Reviews {
    max-width: 680px;
}
.modal-content .woocommerce-Order {
    max-width: 1120px;
}
.modal-content #comments {
    height: calc(100vh - 240px);
    overflow-x: hidden;
    overflow-y: scroll;
}
 .order-detail {
    padding: 0px 0px;
}
    .order-detail .shop-list {
        padding: 0px 0px;
    }
.modal-content .woocommerce-pagination {
    margin: 0px;
}
.card-header {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #e5e8ec;
    margin: 0px 0px 20px 0px;
}
    .card-header .remove_from_cart_button {
        position: absolute;
        top:0px ;
        right:-10px;
    }
.woocommerce-form-row {
    display: block;
    width: 100%;
    padding: 0px 0px;
}
.woocommerce-form-row label {
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
    line-height: 30px;
    padding: 8px 10px;
    margin:0px -2px;
    font-size:14px;
}
.woocommerce-form-row .col-input-control {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
    margin: 0px -2px;
    font-size: 14px;
}
.account-form {
    border: 1px solid var(--color-main-border);
    padding: 60px 60px 60px 60px;
}
    .account-form .entry-title {
        border-bottom: 1px solid var(--color-main-border);
        padding: 0px;
        position:relative;
    }
.edit-password-form {
    max-width:560px;
    border: 1px solid var(--color-main-border);
    padding: 60px 60px 60px 60px;
    margin:0px auto;
}
    .edit-password-form  .woocommerce-form-row label {
        width:100px;
    }

    .edit-password-form  .woocommerce-form-row .col-input-control {
        width: calc(100% - 100px);
    }
    .edit-password-form .entry-title {
        border-bottom: 1px solid var(--color-main-border);
        padding: 0px;
        position: relative;
    }

.birthday-input {
    display: flex;
    width: 100%;
    vertical-align:middle;
}
    .birthday-input span{
        display:inline-block;
        padding:10px 4px;
    }
    .input-year {
        min-width: 80px;
        width: calc(33% - 24px);
    }
.input-month {
    min-width: 80px;
    width: calc(33% - 24px);
}
.input-day {
    min-width: 80px;
    width: calc(33% - 23px);
}
.radio-input {
    padding: 12px 0px 0px 0px;
}
.radio-input label {
    width: auto;
    padding: 0px 12px 0px 4px;
    line-height:120%;
}
.checkbox-input {
    padding: 12px 0px 0px 0px;
}
    .checkbox-input label {
        width: auto !important;
        padding: 0px 12px 0px 4px !important;
        line-height: 120% !important;
    } 
.address-input select#city {
    width: calc(40% - 7px);
    margin:0px 12px 0px -2px;
}
.address-input select#area {
    width: calc(40% - 7px);
    margin: 0px -2px;
}
.address-input input#postalcode {
    width: calc(20% - 7px);
    margin: 0px 6px 0px -2px;
}
.address-input input#address {
    margin: 10px 0px 0px 0px;
}
.form-row-button {
    padding: 20px 0px;
    text-align: center;
}
.lost_password{
    font-size:14px;
}

.address-card {
    padding: 6px 6px;
    margin:6px 0px;
    border-bottom: 1px solid var(--color-main-border);
}
.info-title {
    padding: 2px 0px;
}
    .info-title .name {
        color: #333;
        border-right: 1px solid var(--color-main-border);
        font-size: 15px;
        padding-right: 10px;
    }
    .info-title .phone {
        color: #666;
        font-size: .9rem;
        padding-left: 10px;
    }

.info-address {
    color: #666;
    font-size: .9rem;
    padding: 2px 0px;
}
.info-mark {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 11px;
    margin: 2px 0px;
    display: inline-block;
    padding: 0px 4px;
}
.address-info {
    width: calc(100% - 140px);
    display: inline-block;
    margin: 0px -2px;
}
.modal-content .address-info {
    width: calc(100% - 80px);
}
.address-select {
    width: 80px;
    display: inline-block;
    margin: 0px -2px;
    vertical-align: top;
}
.address-edit {
    width: 20%;
    display: inline-block;
    margin: 0px -2px;
}
.module .site-slider.carousel .slick-dots{
    bottom:20px;
    position:absolute;
    width:100%;
    text-align:center;
}
.sidebar-menu{
    list-style:none;
    font-size:14px;
}
    .sidebar-menu li a{ 
        border-bottom: solid 1px var(--color-main-border);
        padding:4px 0px;
        display:block;
        width:100%;
    }
.sidebar-menu ul{
    list-style: none;
    padding:8px 24px;
}
    .sidebar-menu ul li a{
        border-bottom:none;
    }
.fare-box{
    position:relative;
    height:500px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.fare-box label{
    width:100%;
    display:block;
}
.fare-title,
.discount-title {
    font-size: 18px;
    color: rgba(0, 0, 0, .9);
}
.fare-text,
.discount-text {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
}
.nouse-item input[type=radio],
.nouse-item label {
    display: inline-block;
    width:auto;
    padding:0px;
    margin:0px;
}
.nouse-item,
.fare-item,
.discount-item {
    border: solid 1px var(--color-main-border);
    height: 120px;
    display: block;
    vertical-align: top;
    margin: 10px 0px;
    width: 100%;
}
.nouse-item {
    height: auto;
    padding:4px;
}
    .fare-item .fare-icon,
    .discount-item .discount-icon {
        width: 120px;
        height: 120px;
        background-color: #ef4626;
        padding: 40px 0px 0px 0px;
        margin: 0px -2px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }
    .fare-item .fare-icon{
        background-color: #00bfa5;
    }
        .fare-item .fare-icon i,
        .discount-item .discount-icon i {
            color: #fff;
            font-size: 24px;
        }
.nouse-item .nouse-content {
    width: calc(100% - 60px);
    padding: 10px 20px 10px 20px;
    margin: 0px -2px;
    display: inline-block;
    vertical-align: top;
}
.fare-item .fare-content,
.discount-item .discount-content {
    width: calc(100% - 180px);
    height: 120px;
    padding: 10px 20px 10px 20px;
    margin: 0px -2px;
    display: inline-block;
    vertical-align: top;
}
.wallet-container .nouse-item .nouse-content {
    width: calc(100% - 60px);
}
.wallet-container .fare-item .fare-content,
.wallet-container .discount-item .discount-content {
    width: calc(100% - 120px);
}
.fare-content .c-title,
.discount-content .c-title {
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
}
.fare-content .c-text,
.discount-content .c-text {
    font-size: 13px;
    color: rgba(0, 0, 0, .8);
}
.fare-content .c-time,
.discount-content .c-time {
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
}
.fare-content .c-tag,
.discount-content .c-tag {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 11px;
    margin: 2px 0px;
    display: inline-block;
    padding: 0px 4px;
}
.nouse-radio {
    width: 60px;
    display: inline-block;
    padding: 10px 0px 10px 0px;
    margin: 0px -2px;
    text-align: center;
}
.fare-radio,
.discount-radio {
    width: 60px;
    display: inline-block;
    padding: 50px 0px 0px 0px;
    margin: 0px -2px;
    text-align: center;
}
.fare-button {
    text-align:center;
}
.confirm_button.button {
    color: var(--color-button-primary-color);
    background-color: var(--color-button-primary);
}
    .confirm_button.button:hover {
        color: var(--color-button-active-color);
        background-color: var(--color-button-active);
        border-color: transparent !important;
    }
.woocommerce-form-address .woocommerce-form-row label {
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
    line-height: 30px;
    padding: 8px 10px;
}

.woocommerce-form-address .woocommerce-form-row .col-input-control {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}
.wallet-list .fare-item {
    width:calc(50% - 14px);
    margin:10px 5px;
    display:inline-block;
}
.wallet-list .discount-item {
    width: calc(50% - 14px);
    margin: 10px 5px;
    display: inline-block;
}
.wallet-list,
.coin-list,
.purchase-list {
    overflow: hidden;
}
.wallet-page-tab,
.coin-page-tab,
.purchase-page-tab {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px !important;
}

.wallet-list .wallet-page-tab li a,
.coin-list .coin-page-tab li a,
.purchase-list .purchase-page-tab li a {
    font-family: var(--font-primary);
    font-size: 1rem;
    padding: 0px 10px;
    position: relative;
}

    .wallet-list .wallet-page-tab li a:not(.active),
    .coin-list .coin-page-tab li a:not(.active),
    .purchase-list .purchase-page-tab li a:not(.active) {
        color: rgba(0,0,0,0.8);
        font-weight:normal;
    }

    .wallet-list .wallet-page-tab li a.active,
    .coin-list .coin-page-tab li a.active,
    .purchase-list .purchase-page-tab li a.active {
        color: var(--color-primary);
    }

        .wallet-list .wallet-page-tab li a.active:after,
        .coin-list .coin-page-tab li a.active:after,
        .purchase-list .purchase-page-tab li a.active:after {
            position: absolute;
            bottom: -22px;
            left: 0;
            height: 2px;
            width: 100%;
            content: "";
            background: var(--color-primary);
            transition: 0.3s;
        }
.wallet-list .wallet-page-tab,
.coin-list .coin-page-tab,
.purchase-list .purchase-page-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
}

    .wallet-list .wallet-page-tab li + li,
    .coin-list .coin-page-tab li + li,
    .purchase-list .purchase-page-tab li + li {
        margin-left: 1.25rem;
    }

@media screen and (min-width: 64rem) {
    .wallet-list .wallet-page-tab li + li,
    .coin-list .coin-page-tab li + li,
    .purchase-list .purchase-page-tab li + li {
        margin-left: 2.5rem;
    }

}

.wallet-list .wallet-page-tab li a,
.coin-list .coin-page-tab li a,
.purchase-list .purchase-page-tab li a {
    font-family: var(--theme-secondary-font);
    font-size: 1.065rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #212529;
    text-decoration: none;
}

.wallet-list .wallet-container,
.coin-list .coin-container,
.purchase-list .purchase-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}

    .wallet-list .wallet-container > *,
    .coin-list .coin-container > *,
    .purchase-list .purchase-container > * {
        padding: 0 1px;
        width: 100%;
        will-change: opacity;
        margin-top: .9375rem;
        -webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
        transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    }

.wallet-list .wallet-group,
.coin-list .coin-group,
.purchase-list .purchase-group {
    display: none;
}

    .wallet-list .wallet-group.show-wallet-form,
    .coin-list .coin-group.show-coin-form,
    .purchase-list .purchase-group.show-purchase-form {
        display: block;
    }
.coin-list h4 {
    display: inline-block;
}
.coin-title {
    display: inline-block;
    padding:0px 10px;
}
.coin-list .coin-title .coin-count {
    font-size: 46px;
    color: #ef4626;
    display: inline-block;
    font-family: Arial;
}
.coin-list .coin-title .coin-info {
    display: inline-block;
    padding: 0px 10px;
}
.coin-list .coin-info .coin-note {
    font-size: 15px;
    color: #ef4626;
    opacity: .6;
    display: block;
}
.coin-list .coin-info .coin-cxpired {
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    display: block;
}
.coin-item {
    border-bottom: 1px solid var(--color-main-border);
    padding: 10px 0px;
    margin: 10px 0px;
}
.coin-icon {
    display: inline-block;
    width: 80px;
    vertical-align: top;
}
    .coin-icon img{
        width:90%;
    }
    .coin-icon i {
        font-size: 48px;
        color: #f58e00;
    }
    .coin-icon.coin-use i {
        color: #ccc;
    }

.coin-content {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    width: calc(100% - 210px);
}
    .coin-content .c-title {
        font-size:16px;
        color:rgba(0,0,0,0.8);
    }
    .coin-content .c-time,
    .coin-content .c-text {
        font-size: 14px;
        color: rgba(0,0,0,0.6);
    }
.coin-plus {
    display: inline-block;
    width: 120px;
    color: #ef4626;
    opacity: .8;
    vertical-align: middle;
    padding-top:20px;
}
.coin-cut {
    display: inline-block;
    width: 120px;
    color: rgba(0,0,0,0.5);
    vertical-align: middle;
    padding-top: 20px;
}
.purchase-section {
    border : 1px solid var(--color-main-border);
    padding:10px;
    margin:20px 0px;
}
.purchase-state {
    border-bottom: 1px solid var(--color-main-border);
    padding: 6px 0px;
    text-align: right;
}
    .purchase-state i{
        padding:0px 2px;
    }
.p-number {
    font-size: 16px; 
    padding: 0px 6px 0px 0px;
}
.p-completed {
    color: #31bd43;
    font-size: 14px;
    padding: 0px 6px 0px 0px;
}
 
.p-payment,
.p-appraise,
.p-shipping,
.p-receipt {
    color: #ef4626;
    font-size: 14px;
    padding:0px 6px 0px 0px;
}

.state-green {
    color: #8ac44b;
}
.state-blue {
    color: #478ecc;
}
.state-violet {
    color: #913e98;
}
.state-orange {
    color: #f8981d;
}
.state-black {
    color: #000;
}
.p-orderid {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    padding: 0px 6px 0px 0px;
}
.p-time {
    font-size: 16px; 
    padding: 0px 6px 0px 0px;
}
.p-cancel,
.p-refund {
    color: #d51243;
    font-size: 14px;
    padding: 0px 6px 0px 0px;
}
.purchase-item {
    padding: 10px 0px;
    border-bottom: 1px solid var(--color-main-border);
}
.purchase-item:last-child {
    border-bottom: 0;
}
.purchase-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid var(--color-main-border);
}
.purchase-content {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    width: calc(100% - 280px);
}
.purchase-content .c-title {
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}

.purchase-content .c-text {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.purchase-price{
    display:inline-block;
    width:180px;
    text-align:right;
}
.purchase-price del {
    color: rgba(0,0,0,0.3);
    font-size:14px;
    padding:0px;
}
    .purchase-price ins {
        text-decoration: none;
        font-size: 14px;
        padding:0px;
    }
.order-detail {
    border: solid 1px rgba(0, 0, 0, 0.04);
}
    .order-detail .purchase-total {
        display: block;
        text-align: right;
        border-top: 1px solid var(--color-main-border);
    }
.purchase-total {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 0px 0px 10px 0px;
}

    .purchase-total .p-order {
        padding: 10px 0px 0px 0px;
        text-align: left;
    }

    .purchase-total .p-total {
        padding: 0px 10px 0px 10px;
    }
    .purchase-total .p-state {
        padding: 8px 10px 0px 10px;
    }

    .p-total .woocommerce-Price-amount {
        color: #ef4626;
        font-size: 24px;
    }
.order-detail{
    padding:0px 20px;
}
.order-progress{
    position:relative;
    padding:20px 0px;
    margin:20px 40px 60px 40px;
}
    .order-progress .order-progress-s1,
    .order-progress .order-progress-s2,
    .order-progress .order-progress-s3,
    .order-progress .order-progress-s4,
    .order-progress .order-progress-s5 {
        position: absolute;
        width: 120px;
        vertical-align: top;
        top:10px;
        text-align:center;
    }
        .order-progress .order-progress-s1{
            left:0%;
            margin-left:-60px;
        }
    .order-progress .order-progress-s2 {
        left: 25%;
        margin-left: -60px;
    }
    .order-progress .order-progress-s3 {
        left: 50%;
        margin-left: -60px;
    }
    .order-progress .order-progress-s4 {
        left: 75%;
        margin-left: -60px;
    }
    .order-progress .order-progress-s5 {
        left: 100%;
        margin-left: -60px;
    }
        .order-progress-line2,
        .order-progress-line3,
        .order-progress-line4,
        .order-progress-line5 {
            display: inline-block;
            width: calc(25%);
            vertical-align: top;
            padding: 0px 0px;
            margin: 20px -2px;
            height: 2px;
            background-color: #bcbcbc;
        }
            .order-progress-line2.active,
            .order-progress-line3.active,
            .order-progress-line4.active,
            .order-progress-line5.active {
                background-color: #ef4626;
            }
.order-progress .o-info{
    padding:4px 0px;
}
.order-progress .o-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    border-radius: 60px;
    border: solid 3px #bcbcbc;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.order-progress .active .o-icon {
    border: solid 3px #ef4626;
}
    .order-progress .o-icon i {
        color: #d7d7d7;
        font-size: 24px;
        padding: 14px 0px 0px 0px;
    }
.order-progress .active .o-icon i {
    color: #ef4626;
}
.order-progress .o-title {
    font-size:12px;
    color:rgba(0,0,0,0.4);
}
.order-progress .active .o-title { 
    color: rgba(0,0,0,0.6);
}
.order-progress .o-time {
    font-size: 11px;
    color: rgba(0,0,0,0.4);
}
.order-progress .active .o-time {
    color: rgba(0,0,0,0.6);
}
    .order-address {
        background-color: rgba(0,0,0,0.04);
        padding: 10px;
    }
.address-title h4{
    font-size:18px;
    margin:0px;
    padding: 0px 0px;
    color: rgba(0,0,0,0.7);
}
.address-info{
    padding:4px 10px;
}
.address-info .a-name {
    font-size: 15px;
    color: rgba(0,0,0,0.6);
    padding: 4px 0px;
}
.address-info .a-phone,
.address-info .a-address {
    font-size: .9rem;
    color: rgba(0,0,0,0.4);
    padding:2px 0px;
}
.order-detail .purchase-section {
    margin-bottom: 0px;
}
.order-detail .purchase-total {
    border: none;
    padding: 0px;
    margin: 0px;
}
    .order-detail .purchase-total .p-subtotal,
    .order-detail .purchase-total .p-fare,
    .order-detail .purchase-total .p-wallet,
    .order-detail .purchase-total .p-usecoin,
    .order-detail .purchase-total .p-total,
    .order-detail .purchase-total .p-paymentmode,
    .order-detail .purchase-total .p-invoice,
    .order-detail .purchase-total .p-getcoin {
        border-bottom: solid 1px var(--color-main-border);
        padding: 4px 0px;
    }
    .order-detail .purchase-total .woocommerce-text-amount {
        color: rgba(0,0,0,0.6);
        font-size: .9rem;
        width: 120px;
        padding: 0px 8px;
        display: inline-block;
        border-right: solid 1px var(--color-main-border);
    }
    .order-detail .purchase-total .woocommerce-Price-amount {
        color: rgba(0,0,0,1);
        font-size: .9rem;
        width: 240px;
        padding: 4px 4px;
        display: inline-block;
    }
    .order-detail .purchase-total .p-total .woocommerce-Price-amount {
        color: #ef4626;
        font-size: 24px;
    }
    .purchase-button {
        text-align: right;
        padding:20px 0px;
    }
.freebies-item{
    padding:10px 40px;
}
.freebies-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid var(--color-main-border);
}

.freebies-content {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    width: calc(100% - 280px);
}

    .freebies-content .c-title {
        font-size: 14px;
        color: rgba(0,0,0,0.8);
    }
        .freebies-content .c-title .tag {
            border: 1px solid var(--color-primary);
            color: var(--color-primary);
            font-size: 11px;
            margin: 2px 0px;
            display: inline-block;
            padding: 0px 4px;
        }
.freebies-content .c-text {
    font-size: 12px;
    color: rgba(0,0,0,0.6);
}



.wishlist-page-wrapper .wishlist-form-wrapper {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: minmax(100%, 1fr);
}

@media screen and (max-width: 62rem) {
    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a {
        position: absolute;
        left: 3.125rem;
        margin-top: -.875rem;
    }
}
    @media screen and (min-width: 62rem) {
        .wishlist-page-wrapper .wishlist-form-wrapper {
            gap: 2.5rem;
        }
    }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table {
        position: relative;
        color: currentColor;
    }
        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table thead tr th:first-child{
            width:80px;

        }
        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table thead tr th:nth-child(3) {
            width: 80px;
        }
        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table thead tr th {
            font-size: .6875rem;
            font-weight: 600;
            text-transform: uppercase;
            border: 0;
        }

            .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table thead tr th:last-child {
                padding-right: 0;
                text-align: center;
                width:180px;
            }


        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td {
            font-size: .875rem;
            border-color: var(--color-main-border);
            vertical-align: middle;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            padding-left:0px;
        }

            .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td a {
                color: currentColor;
                -webkit-transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
                transition: all 0.25s cubic-bezier(0.28, 0.12, 0.22, 1);
            }

    @media (prefers-reduced-motion: reduce) {
        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td a {
            -webkit-transition: none;
            transition: none;
        }
    }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td a:hover {
        color: var(--color-primary);
    }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-name {
        font-weight: 500;
    }

    @media screen and (max-width: 62rem) {
        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-name {
            font-size: .8125rem;
        }
    }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-name .mobile-product-price {
        font-size: .8125rem;
        font-weight: 400;
    }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove {
        width: 1.25rem;
        line-height: 0;
    }

        .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 1.125rem;
            height: 1.125rem;
            background-color: var(--color-contrast-200);
        }

            .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a svg {
                width: .75rem;
            }

            .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a:hover {
                color: #fff;
                background-color: #fc745d;
            }

    .wishlist-page-wrapper .wishlist-form-wrapper .woocommerce-cart-form table tbody tr td.actions .actions--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
.order-total .woocommerce-Price-amount.amount {
    color:#ef4626;
}
.woocommerce-cart-form .subtota1-pickup-box {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
    .woocommerce-cart-form .subtota1-pickup-box .pickup-checkbox {
        width: 50%;
        float: left;
        display: inline-block;
        text-align: left;
        padding: 0px 20px 20px 20px;
        margin: 0px -2px;
    }
    .woocommerce-cart-form .subtota1-pickup-box .shop-other-info {
        width: 50%;
        float: left;
        display: inline-block;
        text-align: left;
        padding: 0px 20px 20px 20px;
        margin: 0px -2px;
    }
.shop-subtotal {
    text-align: right;
}
.woocommerce-cart-form .shop-subtotal {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0px 20px 20px 20px;
    margin: 0px;
}
.woocommerce-cart-form .subtota1-pickup-box .shop-subtotal {
    width: 50%;
    float: right;
    display: inline-block;
    text-align: right;
    padding: 0px 20px 20px 20px;
    margin: 0px -2px;
}
    .shop-subtotal .woocommerce-Price-amount {
        color: #ef4626;
        font-size:24px;
    }
.freebies-list .products img {
    width: 80%;
    margin: 0px auto;
    border: solid 1px var(--color-main-border);
}
.freebies-list ul.products .product .product-content .entry-name {
    font-size: .9rem !important;
    font-weight: normal !important;
    padding:6px 0px;
}
.cart_item {
    border-top: 1px solid var(--color-main-border);
    border-bottom: 1px solid var(--color-main-border);
}
.cart_item .product-name {
    text-align:left;
}
.cart_item img {
    width: 60px;
}
.app-download {
    display: flex;
    padding: 0px 20px 0px 0px;
    font-size: 14px;
}
.site-social {
    display: flex;
    font-size: 14px;
}
.social-title {
    display: flex;
    color: rgba(0,0,0,1);
    padding:2px 0px 0px 0px;
} 
.site-social ul.icon.dark li {
    margin-left: 4px;
    font-size:14px;
}
     .site-social ul.icon.dark li + li {
        margin-left: 2px !important;

    }
.site-offcanvas--footer .site-social {
    margin-left: 0;
}
.site-social ul.text li {
    width: 14px !important;
    height: auto !important;
}
.site-social ul.icon li {
    padding: 0px 6px;

}
    .site-social ul.icon li a {
        width: 14px !important;
        height: auto !important;
    }
.site-topbar .site-social img {
    min-width:19px;
    width:19px;
    height:19px;
}
.site-footer .site-social img {
    min-width: 30px;
    min-width: 30px;
    width: 30px;
    height: 30px;
}
.site-footer .site-social ul.text li {
    width: 30px !important;
}
.site-footer .site-social ul.icon li {
    padding: 0px 12px;
}

@media screen and (min-width: 62rem) {
    .product-single .product-details--header.hot-product .badge {
            margin-left: 6px;
        }

        .site-main-body.single, .site-main-body.blog {
            margin-top: 0rem;
        }

    }

@media(max-width:64rem) {
    .site-header--content .container > .row {
        height: auto !important;
    }

    .top-search input[type='text'] {
        opacity: 0;
        display: none;
    }

    .show-field.top-search input[type='text'] {
        opacity: 1;
        display: block;
        position: absolute;
        top: 40px;
        right: 0px;
        width: 150px;
    }

    .site-header--content .site-brand img {
        max-width: 128px;
    }

    header.sticky-header {
        background-color: #fff;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
    }

    .wallet-list .fare-item {
        width: 100%;
        margin: 10px 0px;
        display: block;
    }

    .wallet-list .discount-item {
        width: 100%;
        margin: 10px 0px;
        display: block;
    }
}

@media(max-width:480px) {
    .entry-category .tag {
        padding-left: 4px;
        padding-right: 4px;
        margin: 2px;
        font-size: .42rem;
    }
    .col-6.product {
        padding:6px;
    }
}
.uploadify-queue{
    margin:10px 0px;
    padding:0px;
    display:flex;
}
.uploadify-button {
    padding: 0px 6px 0px 0px !important;
    height: auto !important;
    width: auto !important;
}
.uploadify-button i {
    display: inline-block;
    padding:0px 6px;
}
.uploadify-button .text {
    display: inline-block;
    padding:0px 6px;
}
.uploadify-queue-item{
    width:160px;
}
    .uploadify-queue-item img{
        width:160px;
    }
    .uploadify-queue-item .fa-close {
        position:absolute;
        right:15px;
        top:5px;
        border-radius:20px;
        line-height:20px;
        vertical-align:middle;
        text-align:center;
        width:20px;
        height:20px;
        background-color:#ef4626;
    }
    .uploadify-queue-item .fa-close:before {
        color:#fff;
    }
.comment-form-rating {
    margin: 0px 0px 20px 0px;
}
.woocommerce-form-loginback__button,
.address-close__button,
.wishlist-remove__button,
.purchase-white__button {
    width: calc(50% - 10px);
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    background-color: #fff;
}
.purchase-green__button {
    width: auto;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background-color: #8ac44b;
}
    .purchase-green__button:hover {
        background-color: #8ac44bd0;
    }
.purchase-blue__button {
    width: auto;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background-color: #478ecc;
}
    .purchase-blue__button:hover {
        background-color: #478eccd0;
    }
.purchase-violet__button {
    width: auto;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background-color: #913e98;
}
    .purchase-violet__button:hover {
        background-color: #913e98d0;
    }
.purchase-orange__button {
    width: auto;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    background-color: #f8981d;
}
    .purchase-orange__button:hover {
        background-color: #f8981dd0;
    }
.purchase-list .purchase-add-to-cart__button,
.purchase-list .woocommerce-address-select__button,
.purchase-list .purchase-white__button {
    width:auto;
    min-width: 104px;
}
.wc-complete-button{
    text-align:center;
    padding:20px 0px 0px 0px;
}
.complete__button {
    width: 180px;
    margin: 0px auto;
    display: inline-block;
    font-size: 15px;
    border: 1px solid var(--color-main-border);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    background-color: #fff;
}
.woocommerce-form-register__button,
.woocommerce-form-login__button,
.woocommerce-form-lost-password__button,
.woocommerce-form-edit-password__button,
.woocommerce-form-edit-account__button,
.woocommerce-address-add__button,
.address-confirm__button,
.wishlist-add-to-cart__button,
.purchase-add-to-cart__button,
.woocommerce-address-select__button,
.woocommerce-form-comment__button {
    width: calc(50% - 10px);
    margin: 0px auto;
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-main-border);
    font-size: 15px;
}
.purchase-add-to-cart__button ,
.woocommerce-address-select__button {
    max-width: 124px;
}
.woocommerce-form-comment__button {
    max-width: 174px;
}
.wishlist-remove__button {
    width: 60px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.wishlist-add-to-cart__button {
    width: 100px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.woocommerce-form-edit-account__button {
    width: 174px;
}
    .woocommerce-address-add__button {
        width: 130px;
        height: 1.8rem;
        margin-left: 0;
        position: absolute;
        right: 14px;
        top: 0px;
        border: 0px;
        background-color:#3a905e;
        color:#fff;
    }

.woocommerce-address-edit__button,
.woocommerce-address-del__button,
.woocommerce-address-default__button {
    height: 1.8rem;
    color: #666;
    border: 1px solid var(--color-main-border);
    background: #fff;
    display: inline-block;
    width: 60px;
    margin: 2px 2px;
    padding: 0px;
}
.woocommerce-address-default__button {
    width: 130px;
}
.attachment-woocommerce_thumbnail{
    width:120px;
}
.site-shop--content .products.row,
.slider-wrapper .products.row {
    display: flex;
}
.site-shop--content ul.products,
.slider-wrapper ul.products:not(.site-slider) {
    gap: 0rem;
}
.site-shop--content .woocommerce-mini-cart__buttons,
.slider-wrapper .woocommerce-mini-cart__buttons {
    padding: 0px 0px 0px 4px;
}
    .site-shop--content .woocommerce-mini-cart__buttons .add_to_cart_button,
    .slider-wrapper .woocommerce-mini-cart__buttons .add_to_cart_button {
        width: calc(100% - 38px);
        height: 1.875rem;
        padding: 0px 0px;
    }
    .site-shop--content .woocommerce-mini-cart__buttons .tinvwl_add_to_wishlist_button,
    .slider-wrapper .woocommerce-mini-cart__buttons .tinvwl_add_to_wishlist_button {
        width: 30px;
        display: inline-block;
        border: solid 1px var(--color-button-border-color);
        text-align: center;
    }
        .site-shop--content .woocommerce-mini-cart__buttons .tinvwl_add_to_wishlist_button:hover,
        .slider-wrapper .woocommerce-mini-cart__buttons .tinvwl_add_to_wishlist_button:hover {
            border: solid 1px var(--color-button-primary);
        }
.site-shop--content a.tinvwl_add_to_wishlist_button:before,
.slider-wrapper a.tinvwl_add_to_wishlist_button:before {
    font-size: 1rem;
    font-family: "klbtheme" !important;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    line-height: 1.4;
}
.site-shop--content .product .woocommerce-loop-product__title,
.slider-wrapper .product .woocommerce-loop-product__title {
    font-size: 16px !important;
}
.elementor-element-0058a59 .site-shop--content .product .woocommerce-loop-product__title,
.elementor-element-0058a59 .slider-wrapper .product .woocommerce-loop-product__title {
    font-size: 15px !important;
}
.site-shop--content .product .product-content .price del,
.slider-wrapper .product .product-content .price del {
    padding: 0px;
}
.site-shop--content .product .product-content .price ins,
.slider-wrapper .product .product-content .price ins {
    padding: 0px;
}
.site-menu.horizontal-menu .menu .menu-item-has-children .sub-menu{
    right:0px;
}
.add_to_cart_button{
   cursor:pointer;
}
.order-detail_A {
    border: solid 1px #3a905e;
    margin:0px 0px 20px 0px;
    padding:0px 20px 20px 20px;
}
    .order-detail_A .order-progress .active .o-icon {
        border: solid 3px #3a905e;
    }
    .order-detail_A .order-progress .active .o-icon i {
        color: #3a905e;
    }
    .order-detail_A .order-progress-line2.active,
    .order-detail_A .order-progress-line3.active,
    .order-detail_A .order-progress-line4.active,
    .order-detail_A .order-progress-line5.active {
        background-color: #3a905e;
    }
    .order-detail_A .order-address {
        background-color: #3a905e2a;
    }
.order-detail_B {
    border: solid 1px #afae00;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 20px 20px;
}
    .order-detail_B .order-progress .active .o-icon {
        border: solid 3px #afae00;
    }

        .order-detail_B .order-progress .active .o-icon i {
            color: #afae00;
        }

    .order-detail_B .order-progress-line2.active,
    .order-detail_B .order-progress-line3.active,
    .order-detail_B .order-progress-line4.active,
    .order-detail_B .order-progress-line5.active {
        background-color: #afae00;
    }
    .order-detail_B .order-address {
        background-color: #afae002a;
    }
.order-detail_C {
    border: solid 1px #1269c1;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 20px 20px;
}
    .order-detail_C .order-progress .active .o-icon {
        border: solid 3px #1269c1;
    }

        .order-detail_C .order-progress .active .o-icon i {
            color: #1269c1;
        }

    .order-detail_C .order-progress-line2.active,
    .order-detail_C .order-progress-line3.active,
    .order-detail_C .order-progress-line4.active,
    .order-detail_C .order-progress-line5.active {
        background-color: #1269c1;
    }
    .order-detail_C .order-address {
        background-color: #1269c12a;
    }
.order-detail_D {
    border: solid 1px #ef4626;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 20px 20px;
}
    .order-detail_D .order-progress .active .o-icon {
        border: solid 3px #ef4626;
    }

        .order-detail_D .order-progress .active .o-icon i {
            color: #ef4626;
        }

    .order-detail_D .order-progress-line2.active,
    .order-detail_D .order-progress-line3.active,
    .order-detail_D .order-progress-line4.active,
    .order-detail_D .order-progress-line5.active {
        background-color: #ef4626;
    }
    .order-detail_D .order-address {
        background-color: #ef46262a;
    }
.product,
.product_A,
.product_B,
.product_C,
.product_D {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product_A .product-content {
    border: solid 1px #3a905e;
}
.product_A .woocommerce-mini-cart__buttons a.button.add_to_cart_button {
    color: var(--color-button-primary-color);
    background-color: #3a905e;
    border-color: transparent;
}

.product_A .woocommerce-mini-cart__buttons a.add_to_cart_button:hover {
    color: var(--color-button-primary-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}
.product_B .product-content {
    border: solid 1px #ccc80d;
}
.product_B .woocommerce-mini-cart__buttons a.button.add_to_cart_button {
    color: #333;
    background-color: #ffe600;
    border-color: transparent;
}
.product_B .woocommerce-mini-cart__buttons a.add_to_cart_button:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}
.product_C .product-content {
    border: solid 1px #1269c1;
}
.product_C .woocommerce-mini-cart__buttons a.button.add_to_cart_button {
    color: var(--color-button-primary-color);
    background-color: #1269c1;
    border-color: transparent;
}
.product_C .woocommerce-mini-cart__buttons a.add_to_cart_button:hover {
    color: var(--color-button-active-color);
    background-color: var(--color-button-active);
    border-color: transparent !important;
}
.product_D .product-content {
    border: solid 1px #ef4626;
}
ul.products .product .product-content .entry-name{
    padding-left:4px;
    padding-right:4px;
    font-size:13px;
}
ul.products .product .product-content .price del{
    opacity:.3;
}
ul.products .product .product-content .price ins{
    padding-left:10px;
}
ul.products .product .product-content .price {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
}
.elementor-element-0058a59 .products .product .product-content .price {
    font-size: 12px;
}
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text{
    display:block !important;
}
.product-single .product-details .product-actions a.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\e909";
    display: inline-block;
    font-family: tinvwl-webfont !important;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: sub;
    content: "\e908";
    color: #ef4626;
}
.elementor-element-c1b9329 .product {
    margin: 0px 6px;
}
.woocommerce-mini-cart__buttons .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    margin-left: 0px;
    margin-right: 0px;
}
.site-footer .subfooter .site-footer--wrapper .site-social ul li a.facebook:before {
    content: '\f09a' !important;
    font-family: "klbtheme";
} 
.site-footer .subfooter .site-footer--wrapper .site-social ul li a.twitter:before {
    content: '\f099' !important;
    font-family: "klbtheme";
}
.site-footer .subfooter .site-footer--wrapper .site-social ul li a.pinterest:before {
    font-family: "klbtheme";
    content: '\f231' !important;
}
.site-footer .subfooter .site-footer--wrapper .site-social ul li a.instagram:before {
    content: '\f16d' !important;
    font-family: "klbtheme";
}
.woocommerce-product-gallery__image img {
    width: 100%;
}
.product-single .product-details .product-price-wrapper{
    margin:0px 0px 20px 0px;
}
.elementor-element-d364274 {
    padding: 0px 10px;
}
.site-shop--filterbar{
    display:block;
}
.site-shop--filterbar .product-results {
    display: block;
    width: 100%;
}
.woocommerce-breadcrumb {
    width: 100%;
    margin-top: 40px;
    font-size:.975rem;
}
.verify-input img{
    min-width:110px;
    padding:2px 6px;
}
.verify-input input {
    width: calc(100% - 140px);
}
.comment-images{
    padding:0px 0px 20px 0px;
}



@media(max-width:480px) {
    .verify-input input {
        width: 100% !important;
    }
}

    .verify-input i {
        font-size: 20px;
        line-height: 40px;
        vertical-align: middle;
        padding: 0px 0px;
    }

    .next.slick-arrow {
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        z-index: 99;
        border-radius: 30px;
        background-color: rgba(0,0,0,0.2);
    }

    .prev.slick-arrow {
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        z-index: 99;
        border-radius: 30px;
        background-color: rgba(0,0,0,0.2);
    }

    #toast-container {
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99000;
    }

    .toast {
        background-color: #333;
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

        .toast .message {
            padding: 20px 20px;
        }

        .toast.show {
            opacity: 1;
        }

    .swal-icon--error {
        border-color: #f27474;
        -webkit-animation: animateErrorIcon .5s;
        animation: animateErrorIcon .5s
    }

    .swal-icon--error__x-mark {
        position: relative;
        display: block;
        -webkit-animation: animateXMark .5s;
        animation: animateXMark .5s
    }

    .swal-icon--error__line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #f27474;
        display: block;
        top: 37px;
        border-radius: 2px
    }

    .swal-icon--error__line--left {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 17px
    }

    .swal-icon--error__line--right {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 16px
    }

    @-webkit-keyframes animateErrorIcon {
        0% {
            -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
            opacity: 0
        }

        to {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            opacity: 1
        }
    }

    @keyframes animateErrorIcon {
        0% {
            -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
            opacity: 0
        }

        to {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            opacity: 1
        }
    }

    @-webkit-keyframes animateXMark {
        0% {
            -webkit-transform: scale(.4);
            transform: scale(.4);
            margin-top: 26px;
            opacity: 0
        }

        50% {
            -webkit-transform: scale(.4);
            transform: scale(.4);
            margin-top: 26px;
            opacity: 0
        }

        80% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            margin-top: -6px
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1);
            margin-top: 0;
            opacity: 1
        }
    }

    @keyframes animateXMark {
        0% {
            -webkit-transform: scale(.4);
            transform: scale(.4);
            margin-top: 26px;
            opacity: 0
        }

        50% {
            -webkit-transform: scale(.4);
            transform: scale(.4);
            margin-top: 26px;
            opacity: 0
        }

        80% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            margin-top: -6px
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1);
            margin-top: 0;
            opacity: 1
        }
    }

    .swal-icon--warning {
        border-color: #f8bb86;
        -webkit-animation: pulseWarning .75s infinite alternate;
        animation: pulseWarning .75s infinite alternate
    }

    .swal-icon--warning__body {
        width: 5px;
        height: 47px;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px
    }

    .swal-icon--warning__body, .swal-icon--warning__dot {
        position: absolute;
        left: 50%;
        background-color: #f8bb86
    }

    .swal-icon--warning__dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -4px;
        bottom: -11px
    }

    @-webkit-keyframes pulseWarning {
        0% {
            border-color: #f8d486
        }

        to {
            border-color: #f8bb86
        }
    }

    @keyframes pulseWarning {
        0% {
            border-color: #f8d486
        }

        to {
            border-color: #f8bb86
        }
    }

    .swal-icon--success {
        border-color: #a5dc86
    }

        .swal-icon--success:after, .swal-icon--success:before {
            content: "";
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: #333;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .swal-icon--success:before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px
        }

        .swal-icon--success:after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 60px;
            transform-origin: 0 60px;
            -webkit-animation: rotatePlaceholder 4.25s ease-in;
            animation: rotatePlaceholder 4.25s ease-in
        }

    .swal-icon--success__ring {
        width: 80px;
        height: 80px;
        border: 4px solid hsla(98,55%,69%,.6);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2
    }

    .swal-icon--success__hide-corners {
        width: 5px;
        height: 90px;
        background-color: #333;
        padding: 1px;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .swal-icon--success__line {
        height: 5px;
        background-color: #a5dc86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2
    }

    .swal-icon--success__line--tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: animateSuccessTip .75s;
        animation: animateSuccessTip .75s
    }

    .swal-icon--success__line--long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: animateSuccessLong .75s;
        animation: animateSuccessLong .75s
    }

    @-webkit-keyframes rotatePlaceholder {
        0% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        5% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        12% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg)
        }

        to {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg)
        }
    }

    @keyframes rotatePlaceholder {
        0% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        5% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        12% {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg)
        }

        to {
            -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg)
        }
    }

    @-webkit-keyframes animateSuccessTip {
        0% {
            width: 0;
            left: 1px;
            top: 19px
        }

        54% {
            width: 0;
            left: 1px;
            top: 19px
        }

        70% {
            width: 50px;
            left: -8px;
            top: 37px
        }

        84% {
            width: 17px;
            left: 21px;
            top: 48px
        }

        to {
            width: 25px;
            left: 14px;
            top: 45px
        }
    }

    @keyframes animateSuccessTip {
        0% {
            width: 0;
            left: 1px;
            top: 19px
        }

        54% {
            width: 0;
            left: 1px;
            top: 19px
        }

        70% {
            width: 50px;
            left: -8px;
            top: 37px
        }

        84% {
            width: 17px;
            left: 21px;
            top: 48px
        }

        to {
            width: 25px;
            left: 14px;
            top: 45px
        }
    }

    @-webkit-keyframes animateSuccessLong {
        0% {
            width: 0;
            right: 46px;
            top: 54px
        }

        65% {
            width: 0;
            right: 46px;
            top: 54px
        }

        84% {
            width: 55px;
            right: 0;
            top: 35px
        }

        to {
            width: 47px;
            right: 8px;
            top: 38px
        }
    }

    @keyframes animateSuccessLong {
        0% {
            width: 0;
            right: 46px;
            top: 54px
        }

        65% {
            width: 0;
            right: 46px;
            top: 54px
        }

        84% {
            width: 55px;
            right: 0;
            top: 35px
        }

        to {
            width: 47px;
            right: 8px;
            top: 38px
        }
    }

    .swal-icon--info {
        border-color: #c9dae1
    }

        .swal-icon--info:before {
            width: 5px;
            height: 29px;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px
        }

        .swal-icon--info:after, .swal-icon--info:before {
            content: "";
            position: absolute;
            left: 50%;
            background-color: #c9dae1
        }

        .swal-icon--info:after {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px
        }

    .swal-icon {
        width: 80px;
        height: 80px;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
        padding: 0;
        position: relative;
        box-sizing: content-box;
        margin: 20px auto
    }

        .swal-icon:first-child {
            margin-top: 32px
        }

    .swal-icon--custom {
        width: auto;
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0
    }

    .swal-icon img {
        max-width: 100%;
        max-height: 100%
    }

    .swal-title {
        color: rgba(0,0,0,.65);
        font-weight: 600;
        text-transform: none;
        position: relative;
        display: block;
        padding: 13px 16px;
        font-size: 27px;
        line-height: normal;
        text-align: center;
        margin-bottom: 0
    }

        .swal-title:first-child {
            margin-top: 26px
        }

        .swal-title:not(:first-child) {
            padding-bottom: 0
        }

        .swal-title:not(:last-child) {
            margin-bottom: 13px
        }

    .swal-text {
        font-size: 16px;
        position: relative;
        float: none;
        line-height: normal;
        vertical-align: top;
        text-align: left;
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        font-weight: 400;
        color: rgba(0,0,0,.64);
        max-width: calc(100% - 20px);
        overflow-wrap: break-word;
        box-sizing: border-box
    }

        .swal-text:first-child {
            margin-top: 45px
        }

        .swal-text:last-child {
            margin-bottom: 45px
        }

    .swal-footer {
        text-align: right;
        padding-top: 13px;
        margin-top: 13px;
        padding: 13px 16px;
        border-radius: inherit;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .swal-button-container {
        margin: 5px;
        display: inline-block;
        position: relative
    }

    .swal-button {
        background-color: #7cd1f9;
        color: #fff;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 24px;
        margin: 0;
        cursor: pointer
    }

        .swal-button:not([disabled]):hover {
            background-color: #78cbf2
        }

        .swal-button:active {
            background-color: #70bce0
        }

        .swal-button:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
        }

        .swal-button[disabled] {
            opacity: .5;
            cursor: default
        }

        .swal-button::-moz-focus-inner {
            border: 0
        }

    .swal-button--cancel {
        color: #555;
        background-color: #efefef
    }

        .swal-button--cancel:not([disabled]):hover {
            background-color: #e8e8e8
        }

        .swal-button--cancel:active {
            background-color: #d7d7d7
        }

        .swal-button--cancel:focus {
            box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
        }

    .swal-button--danger {
        background-color: #e64942
    }

        .swal-button--danger:not([disabled]):hover {
            background-color: #df4740
        }

        .swal-button--danger:active {
            background-color: #cf423b
        }

        .swal-button--danger:focus {
            box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
        }

    .swal-content {
        padding: 0 20px;
        margin-top: 20px;
        font-size: medium
    }

        .swal-content:last-child {
            margin-bottom: 20px
        }

    .swal-content__input, .swal-content__textarea {
        -webkit-appearance: none;
        background-color: #fff;
        border: none;
        font-size: 14px;
        display: block;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid rgba(0,0,0,.14);
        padding: 10px 13px;
        border-radius: 2px;
        transition: border-color .2s
    }

        .swal-content__input:focus, .swal-content__textarea:focus {
            outline: none;
            border-color: #6db8ff
        }

    .swal-content__textarea {
        resize: vertical
    }

    .swal-button--loading {
        color: transparent
    }

        .swal-button--loading ~ .swal-button__loader {
            opacity: 1
        }

    .swal-button__loader {
        position: absolute;
        height: auto;
        width: 43px;
        z-index: 2;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        pointer-events: none;
        opacity: 0
    }

        .swal-button__loader div {
            display: inline-block;
            float: none;
            vertical-align: baseline;
            width: 9px;
            height: 9px;
            padding: 0;
            border: none;
            margin: 2px;
            opacity: .4;
            border-radius: 7px;
            background-color: hsla(0,0%,100%,.9);
            transition: background .2s;
            -webkit-animation: swal-loading-anim 1s infinite;
            animation: swal-loading-anim 1s infinite
        }

            .swal-button__loader div:nth-child(3n+2) {
                -webkit-animation-delay: .15s;
                animation-delay: .15s
            }

            .swal-button__loader div:nth-child(3n+3) {
                -webkit-animation-delay: .3s;
                animation-delay: .3s
            }

    @-webkit-keyframes swal-loading-anim {
        0% {
            opacity: .4
        }

        20% {
            opacity: .4
        }

        50% {
            opacity: 1
        }

        to {
            opacity: .4
        }
    }

    @keyframes swal-loading-anim {
        0% {
            opacity: .4
        }

        20% {
            opacity: .4
        }

        50% {
            opacity: 1
        }

        to {
            opacity: .4
        }
    }

    .swal-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 0;
        overflow-y: auto;
        background-color: rgba(0,0,0,.4);
        z-index: 10000;
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s
    }

        .swal-overlay:before {
            content: " ";
            display: inline-block;
            vertical-align: middle;
            height: 100%
        }

    .swal-overlay--show-modal {
        opacity: 1;
        pointer-events: auto
    }

        .swal-overlay--show-modal .swal-modal {
            opacity: 1;
            pointer-events: auto;
            box-sizing: border-box;
            -webkit-animation: showSweetAlert .3s;
            animation: showSweetAlert .3s;
            will-change: transform
        }

    .swal-modal {
        width: 478px;
        opacity: 0;
        pointer-events: none;
        background-color: #fff;
        text-align: center;
        border-radius: 5px;
        position: static;
        margin: 20px auto;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        z-index: 10001;
        transition: opacity .2s,-webkit-transform .3s;
        transition: transform .3s,opacity .2s;
        transition: transform .3s,opacity .2s,-webkit-transform .3s
    }

    @media (max-width:500px) {
        .swal-modal {
            width: calc(100% - 20px)
        }
    }

    @-webkit-keyframes showSweetAlert {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        1% {
            -webkit-transform: scale(.5);
            transform: scale(.5)
        }

        45% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

        80% {
            -webkit-transform: scale(.95);
            transform: scale(.95)
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes showSweetAlert {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        1% {
            -webkit-transform: scale(.5);
            transform: scale(.5)
        }

        45% {
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

        80% {
            -webkit-transform: scale(.95);
            transform: scale(.95)
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

:root {
    --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
    --swal2-container-padding: 0.625em;
    --swal2-backdrop: rgba(0, 0, 0, 0.4);
    --swal2-backdrop-transition: background-color 0.1s;
    --swal2-width: 32em;
    --swal2-padding: 0 0 1.25em;
    --swal2-border: none;
    --swal2-border-radius: 0.3125rem;
    --swal2-background: white;
    --swal2-color: #545454;
    --swal2-show-animation: swal2-show 0.3s;
    --swal2-hide-animation: swal2-hide 0.15s forwards;
    --swal2-icon-zoom: 1;
    --swal2-icon-animations: true;
    --swal2-title-padding: 0.8em 1em 0;
    --swal2-html-container-padding: 1em 1.6em 0.3em;
    --swal2-input-border: 1px solid #d9d9d9;
    --swal2-input-border-radius: 0.1875em;
    --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    --swal2-input-background: transparent;
    --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
    --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    --swal2-input-focus-border: 1px solid #b4dbed;
    --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
    --swal2-progress-step-background: #add8e6;
    --swal2-validation-message-background: #f0f0f0;
    --swal2-validation-message-color: #666;
    --swal2-footer-border-color: #eee;
    --swal2-footer-background: transparent;
    --swal2-footer-color: inherit;
    --swal2-close-button-position: initial;
    --swal2-close-button-inset: auto;
    --swal2-close-button-font-size: 2.5em;
    --swal2-close-button-color: #ccc;
    --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
    --swal2-close-button-outline: initial;
    --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
    --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
    --swal2-close-button-hover-transform: none;
    --swal2-actions-justify-content: center;
    --swal2-actions-width: auto;
    --swal2-actions-margin: 1.25em auto 0;
    --swal2-actions-padding: 0;
    --swal2-actions-border-radius: 0;
    --swal2-actions-background: transparent;
    --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
    --swal2-action-button-hover: black 10%;
    --swal2-action-button-active: black 10%;
    --swal2-confirm-button-box-shadow: none;
    --swal2-confirm-button-border-radius: 0.25em;
    --swal2-confirm-button-background-color: #7066e0;
    --swal2-confirm-button-color: #fff;
    --swal2-deny-button-box-shadow: none;
    --swal2-deny-button-border-radius: 0.25em;
    --swal2-deny-button-background-color: #dc3741;
    --swal2-deny-button-color: #fff;
    --swal2-cancel-button-box-shadow: none;
    --swal2-cancel-button-border-radius: 0.25em;
    --swal2-cancel-button-background-color: #6e7881;
    --swal2-cancel-button-color: #fff;
    --swal2-toast-show-animation: swal2-toast-show 0.5s;
    --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
    --swal2-toast-border: none;
    --swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075)
}

[data-swal2-theme=dark] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white)
}

@media(prefers-color-scheme: dark) {
    [data-swal2-theme=auto] {
        --swal2-dark-theme-black: #19191a;
        --swal2-dark-theme-white: #e1e1e1;
        --swal2-background: var(--swal2-dark-theme-black);
        --swal2-color: var(--swal2-dark-theme-white);
        --swal2-footer-border-color: #555;
        --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
        --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
        --swal2-validation-message-color: var(--swal2-dark-theme-white)
    }
}

body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    background-color: rgba(0,0,0,0) !important;
    pointer-events: none
}

    body.swal2-no-backdrop .swal2-container .swal2-popup {
        pointer-events: all
    }

    body.swal2-no-backdrop .swal2-container .swal2-modal {
        box-shadow: 0 0 10px var(--swal2-backdrop)
    }

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: rgba(0,0,0,0);
    pointer-events: none
}

    body.swal2-toast-shown .swal2-container.swal2-top {
        inset: 0 auto auto 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        inset: 0 0 auto auto
    }

    body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
        inset: 0 auto auto 0
    }

    body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
        inset: 50% auto auto 0;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        inset: 50% 0 auto auto;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
        inset: auto auto 0 0
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        inset: auto auto 0 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        inset: auto 0 0 auto
    }

@media print {
    body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
        overflow-y: scroll !important
    }

        body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) > [aria-hidden=true] {
            display: none
        }

        body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container {
            position: static !important
        }
}

div:where(.swal2-container) {
    display: grid;
    position: fixed;
    z-index: 1060;
    inset: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: var(--swal2-container-padding);
    overflow-x: hidden;
    transition: var(--swal2-backdrop-transition);
    -webkit-overflow-scrolling: touch
}

    div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
        background: var(--swal2-backdrop)
    }

    div:where(.swal2-container).swal2-backdrop-hide {
        background: rgba(0,0,0,0) !important
    }

    div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
        grid-template-columns: minmax(0, 1fr) auto auto
    }

    div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
        grid-template-columns: auto minmax(0, 1fr) auto
    }

    div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
        grid-template-columns: auto auto minmax(0, 1fr)
    }

    div:where(.swal2-container).swal2-top-start > .swal2-popup {
        align-self: start
    }

    div:where(.swal2-container).swal2-top > .swal2-popup {
        grid-column: 2;
        place-self: start center
    }

    div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
        grid-column: 3;
        place-self: start end
    }

    div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
        grid-row: 2;
        align-self: center
    }

    div:where(.swal2-container).swal2-center > .swal2-popup {
        grid-column: 2;
        grid-row: 2;
        place-self: center center
    }

    div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
        grid-column: 3;
        grid-row: 2;
        place-self: center end
    }

    div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
        grid-column: 1;
        grid-row: 3;
        align-self: end
    }

    div:where(.swal2-container).swal2-bottom > .swal2-popup {
        grid-column: 2;
        grid-row: 3;
        place-self: end center
    }

    div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
        grid-column: 3;
        grid-row: 3;
        place-self: end end
    }

    div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
        grid-column: 1/4;
        width: 100%
    }

    div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
        grid-row: 1/4;
        align-self: stretch
    }

    div:where(.swal2-container).swal2-no-transition {
        transition: none !important
    }

    div:where(.swal2-container)[popover] {
        width: auto;
        border: 0
    }

    div:where(.swal2-container) div:where(.swal2-popup) {
        display: none;
        position: relative;
        box-sizing: border-box;
        grid-template-columns: minmax(0, 100%);
        width: var(--swal2-width);
        max-width: 100%;
        padding: var(--swal2-padding);
        border: var(--swal2-border);
        border-radius: var(--swal2-border-radius);
        background: var(--swal2-background);
        color: var(--swal2-color);
        font-family: inherit;
        font-size: .975rem;
        container-name: swal2-popup
    }

        div:where(.swal2-container) div:where(.swal2-popup):focus {
            outline: none
        }

        div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
            overflow-y: hidden
        }

        div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
            cursor: grab
        }

            div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
                cursor: grab
            }

        div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
            cursor: grabbing
        }

            div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
                cursor: grabbing
            }

    div:where(.swal2-container) h2:where(.swal2-title) {
        position: relative;
        max-width: 100%;
        margin: 0;
        padding: var(--swal2-title-padding);
        color: inherit;
        font-size: 1.875em;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word;
        cursor: initial
    }

    div:where(.swal2-container) div:where(.swal2-actions) {
        display: flex;
        z-index: 1;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center;
        justify-content: var(--swal2-actions-justify-content);
        width: var(--swal2-actions-width);
        margin: var(--swal2-actions-margin);
        padding: var(--swal2-actions-padding);
        border-radius: var(--swal2-actions-border-radius);
        background: var(--swal2-actions-background)
    }

    div:where(.swal2-container) div:where(.swal2-loader) {
        display: none;
        align-items: center;
        justify-content: center;
        width: 2.2em;
        height: 2.2em;
        margin: 0 1.875em;
        animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
        border-width: .25em;
        border-style: solid;
        border-radius: 100%;
        border-color: #2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)
    }

    div:where(.swal2-container) button:where(.swal2-styled) {
        margin: .3125em;
        padding: .625em 1.1em;
        transition: var(--swal2-action-button-transition);
        border: none;
        box-shadow: 0 0 0 3px rgba(0,0,0,0);
        font-weight: 500
    }

        div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
            cursor: pointer
        }

        div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
            border-radius: var(--swal2-confirm-button-border-radius);
            background: initial;
            background-color: var(--swal2-confirm-button-background-color);
            box-shadow: var(--swal2-confirm-button-box-shadow);
            color: var(--swal2-confirm-button-color);
            font-size: 1em
        }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
                background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover))
            }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
                background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active))
            }

        div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
            border-radius: var(--swal2-deny-button-border-radius);
            background: initial;
            background-color: var(--swal2-deny-button-background-color);
            box-shadow: var(--swal2-deny-button-box-shadow);
            color: var(--swal2-deny-button-color);
            font-size: 1em
        }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
                background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover))
            }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
                background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active))
            }

        div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
            border-radius: var(--swal2-cancel-button-border-radius);
            background: initial;
            background-color: var(--swal2-cancel-button-background-color);
            box-shadow: var(--swal2-cancel-button-box-shadow);
            color: var(--swal2-cancel-button-color);
            font-size: 1em
        }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
                background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover))
            }

            div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
                background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active))
            }

        div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
            outline: none;
            box-shadow: var(--swal2-action-button-focus-box-shadow)
        }

        div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
            opacity: .4
        }

        div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
            border: 0
        }

    div:where(.swal2-container) div:where(.swal2-footer) {
        margin: 1em 0 0;
        padding: 1em 1em 0;
        border-top: 1px solid var(--swal2-footer-border-color);
        background: var(--swal2-footer-background);
        color: var(--swal2-footer-color);
        font-size: 1em;
        text-align: center;
        cursor: initial
    }

    div:where(.swal2-container) .swal2-timer-progress-bar-container {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        grid-column: auto !important;
        overflow: hidden;
        border-bottom-right-radius: var(--swal2-border-radius);
        border-bottom-left-radius: var(--swal2-border-radius)
    }

    div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
        width: 100%;
        height: .25em;
        background: rgba(0,0,0,.2)
    }

    div:where(.swal2-container) img:where(.swal2-image) {
        max-width: 100%;
        margin: 2em auto 1em;
        cursor: initial
    }

    div:where(.swal2-container) button:where(.swal2-close) {
        position: var(--swal2-close-button-position);
        inset: var(--swal2-close-button-inset);
        z-index: 2;
        align-items: center;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: -1.2em;
        padding: 0;
        overflow: hidden;
        transition: var(--swal2-close-button-transition);
        border: none;
        border-radius: var(--swal2-border-radius);
        outline: var(--swal2-close-button-outline);
        background: rgba(0,0,0,0);
        color: var(--swal2-close-button-color);
        font-family: monospace;
        font-size: var(--swal2-close-button-font-size);
        cursor: pointer;
        justify-self: end
    }

        div:where(.swal2-container) button:where(.swal2-close):hover {
            transform: var(--swal2-close-button-hover-transform);
            background: rgba(0,0,0,0);
            color: #f27474
        }

        div:where(.swal2-container) button:where(.swal2-close):focus-visible {
            outline: none;
            box-shadow: var(--swal2-close-button-focus-box-shadow)
        }

        div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
            border: 0
        }

    div:where(.swal2-container) div:where(.swal2-html-container) {
        z-index: 1;
        justify-content: center;
        margin: 0;
        padding: var(--swal2-html-container-padding);
        overflow: auto;
        color: inherit;
        font-size: 1.125em;
        font-weight: normal;
        line-height: normal;
        text-align: center;
        word-wrap: break-word;
        word-break: break-word;
        cursor: initial
    }

    div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) label:where(.swal2-checkbox) {
        margin: 1em 2em 3px
    }

    div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
        box-sizing: border-box;
        width: auto;
        transition: var(--swal2-input-transition);
        border: var(--swal2-input-border);
        border-radius: var(--swal2-input-border-radius);
        background: var(--swal2-input-background);
        box-shadow: var(--swal2-input-box-shadow);
        color: inherit;
        font-size: 1.125em
    }

        div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror, div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror, div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important
        }

        div:where(.swal2-container) input:where(.swal2-input):hover, div:where(.swal2-container) input:where(.swal2-file):hover, div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
            box-shadow: var(--swal2-input-hover-box-shadow)
        }

        div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
            border: var(--swal2-input-focus-border);
            outline: none;
            box-shadow: var(--swal2-input-focus-box-shadow)
        }

        div:where(.swal2-container) input:where(.swal2-input)::placeholder, div:where(.swal2-container) input:where(.swal2-file)::placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
            color: #ccc
        }

    div:where(.swal2-container) .swal2-range {
        margin: 1em 2em 3px;
        background: var(--swal2-background)
    }

        div:where(.swal2-container) .swal2-range input {
            width: 80%
        }

        div:where(.swal2-container) .swal2-range output {
            width: 20%;
            color: inherit;
            font-weight: 600;
            text-align: center
        }

        div:where(.swal2-container) .swal2-range input, div:where(.swal2-container) .swal2-range output {
            height: 2.625em;
            padding: 0;
            font-size: 1.125em;
            line-height: 2.625em
        }

    div:where(.swal2-container) .swal2-input {
        height: 2.625em;
        padding: 0 .75em
    }

    div:where(.swal2-container) .swal2-file {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        background: var(--swal2-input-background);
        font-size: 1.125em
    }

    div:where(.swal2-container) .swal2-textarea {
        height: 6.75em;
        padding: .75em
    }

    div:where(.swal2-container) .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        background: var(--swal2-input-background);
        color: inherit;
        font-size: 1.125em
    }

    div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox {
        align-items: center;
        justify-content: center;
        background: var(--swal2-background);
        color: inherit
    }

        div:where(.swal2-container) .swal2-radio label, div:where(.swal2-container) .swal2-checkbox label {
            margin: 0 .6em;
            font-size: 1.125em
        }

        div:where(.swal2-container) .swal2-radio input, div:where(.swal2-container) .swal2-checkbox input {
            flex-shrink: 0;
            margin: 0 .4em
        }

    div:where(.swal2-container) label:where(.swal2-input-label) {
        display: flex;
        justify-content: center;
        margin: 1em auto 0
    }

    div:where(.swal2-container) div:where(.swal2-validation-message) {
        align-items: center;
        justify-content: center;
        margin: 1em 0 0;
        padding: .625em;
        overflow: hidden;
        background: var(--swal2-validation-message-background);
        color: var(--swal2-validation-message-color);
        font-size: 1em;
        font-weight: 300
    }

        div:where(.swal2-container) div:where(.swal2-validation-message)::before {
            content: "!";
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center
        }

    div:where(.swal2-container) .swal2-progress-steps {
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
        margin: 1.25em auto;
        padding: 0;
        background: rgba(0,0,0,0);
        font-weight: 600
    }

        div:where(.swal2-container) .swal2-progress-steps li {
            display: inline-block;
            position: relative
        }

        div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
            z-index: 20;
            flex-shrink: 0;
            width: 2em;
            height: 2em;
            border-radius: 2em;
            background: #2778c4;
            color: #fff;
            line-height: 2em;
            text-align: center
        }

            div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
                background: #2778c4
            }

                div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
                    background: var(--swal2-progress-step-background);
                    color: #fff
                }

                div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
                    background: var(--swal2-progress-step-background)
                }

        div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
            z-index: 10;
            flex-shrink: 0;
            width: 2.5em;
            height: .4em;
            margin: 0 -1px;
            background: #2778c4
        }

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    zoom: var(--swal2-icon-zoom);
    border: .25em solid rgba(0,0,0,0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}

    div:where(.swal2-icon) .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 3.75em
    }

    div:where(.swal2-icon).swal2-error {
        border-color: #f27474;
        color: #f27474
    }

        div:where(.swal2-icon).swal2-error .swal2-x-mark {
            position: relative;
            flex-grow: 1
        }

        div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
            display: block;
            position: absolute;
            top: 2.3125em;
            width: 2.9375em;
            height: .3125em;
            border-radius: .125em;
            background-color: #f27474
        }

            div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: 1.0625em;
                transform: rotate(45deg)
            }

            div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: 1em;
                transform: rotate(-45deg)
            }

@container swal2-popup style(--swal2-icon-animations:true) {
    div:where(.swal2-icon).swal2-error.swal2-icon-show {
        animation: swal2-animate-error-icon .5s
    }

        div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
            animation: swal2-animate-error-x-mark .5s
        }
}

div:where(.swal2-icon).swal2-warning {
    border-color: #f8bb86;
    color: #f8bb86
}

@container swal2-popup style(--swal2-icon-animations:true) {
    div:where(.swal2-icon).swal2-warning.swal2-icon-show {
        animation: swal2-animate-error-icon .5s
    }

        div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
            animation: swal2-animate-i-mark .5s
        }
}

div:where(.swal2-icon).swal2-info {
    border-color: #3fc3ee;
    color: #3fc3ee
}

@container swal2-popup style(--swal2-icon-animations:true) {
    div:where(.swal2-icon).swal2-info.swal2-icon-show {
        animation: swal2-animate-error-icon .5s
    }

        div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
            animation: swal2-animate-i-mark .8s
        }
}

div:where(.swal2-icon).swal2-question {
    border-color: #87adbd;
    color: #87adbd
}

@container swal2-popup style(--swal2-icon-animations:true) {
    div:where(.swal2-icon).swal2-question.swal2-icon-show {
        animation: swal2-animate-error-icon .5s
    }

        div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
            animation: swal2-animate-question-mark .8s
        }
}

div:where(.swal2-icon).swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

    div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        border-radius: 50%
    }

        div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -0.4375em;
            left: -2.0635em;
            transform: rotate(-45deg);
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em
        }

        div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -0.6875em;
            left: 1.875em;
            transform: rotate(-45deg);
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0
        }

    div:where(.swal2-icon).swal2-success .swal2-success-ring {
        position: absolute;
        z-index: 2;
        top: -0.25em;
        left: -0.25em;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        border: .25em solid rgba(165,220,134,.3);
        border-radius: 50%
    }

    div:where(.swal2-icon).swal2-success .swal2-success-fix {
        position: absolute;
        z-index: 1;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        transform: rotate(-45deg)
    }

    div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        z-index: 2;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86
    }

        div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
            top: 2.875em;
            left: .8125em;
            width: 1.5625em;
            transform: rotate(45deg)
        }

        div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            transform: rotate(-45deg)
        }

@container swal2-popup style(--swal2-icon-animations:true) {
    div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-animate-success-line-tip .75s
    }

    div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-animate-success-line-long .75s
    }

    div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
        animation: swal2-rotate-success-circular-line 4.25s ease-in
    }
}

[class^=swal2] {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.swal2-show {
    animation: var(--swal2-show-animation)
}

.swal2-hide {
    animation: var(--swal2-hide-animation)
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns: min-content auto min-content;
    padding: 1em;
    overflow-y: hidden;
    border: var(--swal2-toast-border);
    background: var(--swal2-background);
    box-shadow: var(--swal2-toast-box-shadow);
    pointer-events: all
}

    .swal2-toast > * {
        grid-column: 2
    }

    .swal2-toast h2:where(.swal2-title) {
        margin: .5em 1em;
        padding: 0;
        font-size: 1em;
        text-align: initial
    }

    .swal2-toast .swal2-loading {
        justify-content: center
    }

    .swal2-toast input:where(.swal2-input) {
        height: 2em;
        margin: .5em;
        font-size: 1em
    }

    .swal2-toast .swal2-validation-message {
        font-size: 1em
    }

    .swal2-toast div:where(.swal2-footer) {
        margin: .5em 0 0;
        padding: .5em 0 0;
        font-size: .8em
    }

    .swal2-toast button:where(.swal2-close) {
        grid-column: 3/3;
        grid-row: 1/99;
        align-self: center;
        width: .8em;
        height: .8em;
        margin: 0;
        font-size: 2em
    }

    .swal2-toast div:where(.swal2-html-container) {
        margin: .5em 1em;
        padding: 0;
        overflow: initial;
        font-size: 1em;
        text-align: initial
    }

        .swal2-toast div:where(.swal2-html-container):empty {
            padding: 0
        }

    .swal2-toast .swal2-loader {
        grid-column: 1;
        grid-row: 1/99;
        align-self: center;
        width: 2em;
        height: 2em;
        margin: .25em
    }

    .swal2-toast .swal2-icon {
        grid-column: 1;
        grid-row: 1/99;
        align-self: center;
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0 .5em 0 0
    }

        .swal2-toast .swal2-icon .swal2-icon-content {
            display: flex;
            align-items: center;
            font-size: 1.8em;
            font-weight: bold
        }

        .swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em
        }

        .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            top: .875em;
            width: 1.375em
        }

            .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: .3125em
            }

            .swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: .3125em
            }

    .swal2-toast div:where(.swal2-actions) {
        justify-content: flex-start;
        height: auto;
        margin: 0;
        margin-top: .5em;
        padding: 0 .5em
    }

    .swal2-toast button:where(.swal2-styled) {
        margin: .25em .5em;
        padding: .4em .6em;
        font-size: 1em
    }

    .swal2-toast .swal2-success {
        border-color: #a5dc86
    }

        .swal2-toast .swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 1.6em;
            height: 3em;
            border-radius: 50%
        }

            .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -0.8em;
                left: -0.5em;
                transform: rotate(-45deg);
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em
            }

            .swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -0.25em;
                left: .9375em;
                transform-origin: 0 1.5em;
                border-radius: 0 4em 4em 0
            }

        .swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em
        }

        .swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em
        }

        .swal2-toast .swal2-success [class^=swal2-success-line] {
            height: .3125em
        }

            .swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
                top: 1.125em;
                left: .1875em;
                width: .75em
            }

            .swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
                top: .9375em;
                right: .1875em;
                width: 1.375em
            }

@container swal2-popup style(--swal2-icon-animations:true) {
    .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: swal2-toast-animate-success-line-tip .75s
    }

    .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: swal2-toast-animate-success-line-long .75s
    }
}

.swal2-toast.swal2-show {
    animation: var(--swal2-toast-show-animation)
}

.swal2-toast.swal2-hide {
    animation: var(--swal2-toast-hide-animation)
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }

    100% {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }

    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }

    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }

    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }

    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg)
    }

    33% {
        transform: translateY(0) rotateZ(-2deg)
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg)
    }

    100% {
        transform: translateY(0) rotateZ(0deg)
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -0.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}
@media (max-width: 4130px) {
    .site-header .primary-menu.horizontal-menu .menu > .menu-item + .menu-item {
        margin-left: 1.8rem;
    }

    .top-search input[type='text'] {
        width: 200px;
    }
}

@media (max-width: 1130px) {
    .site-header .primary-menu.horizontal-menu .menu > .menu-item + .menu-item {
        margin-left: .8rem;
    }

    .top-search input[type='text'] {
        width: 180px;
    }
}
@media (max-width: 62rem) {
    .site-header .primary-menu.horizontal-menu .menu > .menu-item + .menu-item {
        margin-left: .5rem;
    }

    .top-search input[type='text'] {
        width: 160px;
    }
    .site-footer .site-social {
        display: block;
    }
}

.shopList-A {
    border: solid 1px #3a905e;
    margin: 10px;
    overflow: hidden;
}
    .shopList-A h4 {
        background-color: #3a905e;
        color: #fff;
        padding: 4px 8px;
    }
.shop-list{
    padding:0px 20px;
}
.shop-subtotal{
    padding:0px 20px;
}
.actions--wrapper {
    padding: 20px 20px 0px 20px;
}
.freebies-list{
    padding:0px 20px;
}
.coupon-box {
    border-top: 1px solid #dbdbdb;
    border-bottom: 0px;
}
.gold-box {
    border-top: 1px solid #dbdbdb;
    border-bottom: 0px;
    font-size: 14px;
}
    .gold-box .gold-title i{
        padding:0px 4px;
    }
    .gold-box .gold-title input {
        width: 60px;
        height: 24px;
        margin: 0px 4px;
        padding:2px 4px;
    }
    .gold-box .gold-button {
        position:relative;
        left:0px;
        padding:0px 4px;
    }
.shopList-B {
    border: solid 1px #ccc80d;
    margin: 10px;
    overflow:hidden;
}
    .shopList-B h4 {
        background-color: #ccc80d;
        color: #fff;
        padding: 4px 8px;
    }
.shopList-C {
    border: solid 1px #1269c1;
    margin: 10px;
    overflow: hidden;
}
    .shopList-C h4 {
        background-color: #1269c1;
        color: #fff;
        padding: 4px 8px;
    }
.shopList-D {
    border: solid 1px #ef4626;
    margin: 10px;
    overflow: hidden;
}
    .shopList-D h4 {
        background-color: #ef4626;
        color: #fff;
        padding: 4px 8px;
    }
.shopList-All {
    margin:30px 0px 10px 0px;
}

.shop-amount_A {
    border: solid 1px #3a905e;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
}
    .shop-amount_A th {
        background-color: #3a905e;
        color: #fff;
        padding: 0px !important;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
.shop-amount_A .shop-subtotal {
    padding: 0px;
    border-top: solid 1px var(--color-main-border);
}
    .shop-amount_A .shop-subtotal .amount {
        color: #3a905e;
    }
.shop-amount_B {
    border: solid 1px #ccc80d;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
}
    .shop-amount_B th {
        background-color: #ccc80d;
        color: #fff;
        padding: 0px !important;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
.shop-amount_B .shop-subtotal {
    padding: 0px;
    border-top: solid 1px var(--color-main-border);
}
    .shop-amount_B .shop-subtotal .amount {
        color: #aba80a;
    }
        .shop-amount td {
            padding: 0px !important;
        }
.shop-amount_C {
    border: solid 1px #1269c1;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
}
    .shop-amount_C th {
        background-color: #1269c1;
        color: #fff;
        padding: 0px !important;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    .shop-amount_C .shop-subtotal {
        padding: 0px;
        border-top: solid 1px var(--color-main-border);
    }
    .shop-amount_C .shop-subtotal .amount {
        color: #1269c1;
    }
.shop-amount_D {
    border: solid 1px #ef4626;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
}

    .shop-amount_D th {
        background-color: #ef4626;
        color: #fff;
        padding: 0px !important;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
.shop-amount_D .shop-subtotal {
    padding: 0px;
    border-top: solid 1px var(--color-main-border);
}
        .shop-amount_D .shop-subtotal .amount {
            color: #ef4626;
        }
td.product-price {
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
}
.woocommerce-form-row .col-address {
    padding: 12px 0px;
    width:100% !important;
}
.woocommerce-form-row .address-list{
    padding:0px 0px 6px 0px;
}
.woocommerce-form-row .address-list label {
    display: inline-block;
    padding: 2px 0px 0px 4px;
    line-height: 100%;
    width: auto;
}
.site-shop--content .customer_details .woocommerce-mini-cart__buttons {
    text-align: center !important;
    padding: 40px 0px 0px 0px;
}
.customer_details .woocommerce-mini-cart__buttons a.button {
    padding: 2px 30px;
    background: #ef4626;
    color: #fff;
    border: solid 1px #ef4626;
    height:32px;
}
.cart-collaterals{
    margin:10px 0px 0px 0px;
}
.payment-checkbox label {
    padding-left: 6px;
    font-size: .9rem;
}
.payment-radio label {
    padding-left: 6px;
    font-size: .9rem;
}
.payment-input {
    display: flex;
}
    .payment-input label {
        width: 120px;
        padding: 8px 0px;
        font-size: .9rem;
    }
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals > h4 {
    font-size: 1.6rem;
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-main-border);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals table th{
    font-size:.8rem;
}
.btn-success {
    font-size: .825rem !important;
    padding:4px 10px !important;
}
.site-login .login-form-container > * form .form-row .col-select-shop label {
    display: inline-block;
    width: auto;
    font-size: .975rem;
    padding:6px 10px;
}
.dataTable{
    width:100% !important;
}
.dataTable th,
.dataTable td {
    padding: 0.25rem !important;
}
    .dataTable tr.active {
        background-color: #ef4626a3 !important;
        color: #fff !important;
    }
        .dataTable tr.active td:before {
            font-family: "klbtheme";
            content: '\e818';
            border-radius: 20px;
            width: 16px;
            height: 16px;
            margin-right: 5px;
            font-size: 14px;
            color: #fff;
            background: #fff;
            display: inline-block;
            color: #ef4626;
            line-height:15px;
            text-align: center;
        }
    .form-row {
        display: block !important;
    }
.dataTables_length label {
    display: inline-flex;
    vertical-align: middle;
    line-height: 40px;
}
    .dataTables_length label select {
        width: 60px;
    }
.dataTables_filter label {
    display: inline-flex;
    vertical-align: middle;
    line-height: 40px;
}
.dataTables_filter input[type=search] {
    width: 146px !important;
}
.dataTables_paginate{
    padding:10px 0px;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 50px) !important;
    transform: translate(0, 50px) !important;
}

#datatable-lookup_wrapper .col-sm-5 {
    width:100%;
}

#datatable-lookup_wrapper .col-sm-7 {
    width: 100%;
}
@media (min-width: 576px) {
    #datatable-lookup_wrapper .col-sm-5 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #datatable-lookup_wrapper .col-sm-7 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
 

.paginate_button a {
    position: relative;
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    color:#333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.paginate_button.active a {
    z-index: 3;
    color: #fff;
    background-color: #ef4626;
    border-color: #ef4626;
}
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals table th{
    opacity:1;
} 
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals table th,
.cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table thead tr th,
.cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td {
    font-size: .9rem !important;
}
.product-remove{
    width:60px;
}
.entry-name.woocommerce-loop-product__title input[type="checkbox"] { 
    display: inline-block;
    vertical-align: top;
    margin-top:4px;
}
    .entry-name.woocommerce-loop-product__title label {
    width: calc(100% - 40px);
}
.main-content{
    min-height:500px;
  
}
.no-content {
    padding: 120px 0px 120px 0px;
    text-align: center;
}
.no-img img{
    width:120px;
}
.no-text {
    font-size:.9rem;
}
::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent !important;
    background-image: url('../../images/wink.png'); 
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color:transparent;
    outline: transparent;
    background-color:transparent;
    
}
.hideShowPassword-toggle:hover {
    opacity: .5;
}
.single_add_to_cart_button{
    margin:0px 0px 10px 0px;
}
.quantity .button-minus {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 2rem;
    background-color: transparent;
    border: none;
    padding: 0px;
}
.quantity .button-plus {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 2rem;
    background-color: transparent;
    border: none;
    padding:0px;
}
.quantity .quantity-button-custom .minus {
    left: inherit;
}
.quantity .quantity-button-custom .plus {
    right: inherit;
}
.quantity .quantity-button-custom:active,
.quantity .quantity-button-custom:focus,
.quantity .quantity-button-custom:link {
    border: none;
    outline: 0;
}
.address-list th{
    background-color:#f0f0f0;
    padding:4px 4px;
    border:solid 1px #ccc !important;
    text-align:center !important;
}
.address-list td {
    padding: 4px 4px !important;
    border: solid 1px #ccc !important;
}
    .address-list td.chbox {
        text-align:center;
        max-width:20px;
    }
    .address-list td.name {
        text-align: center;
        max-width: 50px;
    }
    .address-list td.tel {
        text-align: center;
        max-width: 70px;
    }
    .address-list td.address {
        text-align: center;
        max-width: 150px;
    }
    .address-list td.del {
        text-align: center;
        max-width: 34px;

    }
        .address-list td.del .delAddressBtn {
            border: solid 1px #ccc;
            background:#ffb700;
            padding:4px 8px;
            line-height:150%;
            height:30px;
            font-size:.8rem;
            border-radius:4px;
        }
.goldAllUseBtn {
    border: solid 1px #ffb700;
    background: #ffb700;
    padding: 4px 8px;
    line-height: 150%;
    height: 30px;
    font-size: .8rem;
    border-radius: 4px;
}
.wallet-list .wallet-page-tab li a.active:after, .coin-list .coin-page-tab li a.active:after, .purchase-list .purchase-page-tab li a.active:after {
    bottom: 0px;
    margin:0px;
}
.wallet-page-tab, .coin-page-tab, .purchase-page-tab {
    padding-bottom: 00px !important;
}
.site-shop--filterbar{
    padding:0px;
    margin:0px;
}
.woocommerce-breadcrumb {
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
.entry-title .p-number {
    font-size:18px;
    display:inline-block; 
    width:auto;
    padding:0px 0px 0px 10px;
}
.card-body{
    padding:0px 20px;
}
.signature-modal.modal.fade .modal-dialog,
.game-modal.modal.fade .modal-dialog,
.order-modal.modal.fade .modal-dialog {
    top: 2% !important;
    position: absolute;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%) !important;
}
.order-cancel-modal.modal.fade .modal-dialog,
.address-modal.modal.fade .modal-dialog {
    width:100%;
    max-width: 680px;
    margin: 0px auto;
    top: 2% !important;
    position: absolute;
    -webkit-transform: none !important;
    transform: none !important;
    left:50%;
    transform:translateX(-50%) !important;
}
.signature-modal.modal.fade.in,
.game-modal.modal.fade.in,
.order-modal.modal.fade.in,
.order-cancel-modal.modal.fade.in,
.address-modal.modal.fade.in {
    top: 2%;
} 
.order-modal .modal-body {
    background-color: #fff;
}
.remove_from_cart_button {
    font-size: 50px;
    line-height: 20px;
}
.hideShowPassword-wrapper{
    width:100% !important;
}
@media (max-width: 979px) {
    .signature-modal .modal-body,
    .game.modal .modal-body,
    .order-modal .modal-body {
        top: 0% !important;
        -webkit-transform: none !important;
        transform: none !important;
        position: absolute;
        width: 99%;
    }
    .purchase-total .p-order{
        padding:0px;
    }
    .p-number {
        display: block;
        width: 100%;
    }
}
@media screen and (min-width: 62rem) {
    .cart-page-wrapper {
        margin-top: 0.75rem;
    }
}
@media (max-width: 568px) {
    .woocommerce-cart-form .pickup-checkbox {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0px 20px 0px 20px;
        margin: 0px -2px;
    }

    .woocommerce-cart-form .shop-subtotal {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0px 20px 20px 20px;
        margin: 0px -2px;
    }
    .shop_table thead {
        display: none;
    }

    .shop_table tbody td {
        display: block;
        padding: 2px 0px !important;
        border: none !important;
        text-align: left !important;
        position: initial;
    }

    .shop_table tbody tr {
        position: relative;
        border-top: none;
        padding: 0px 0px 10px 0px;
    }

    .shop_table tbody td:before {
        display: inline-block;
        font-weight: bold;
    }

    .cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-thumbnail img {
        max-width: 90% !important;
        width: 100%;
    }

    .shop_table tbody td.product-name:before {
        content: '商品：';
    }

    .shop_table tbody td.product-price:before {
        content: '單價：';
    }

    .shop_table tbody td.product-quantity:before {
        content: '數量：';
    }

    .shop_table tbody td.product-subtotal:before {
        content: '小計：';
    }

    .cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a {
        top: 40px;
        left: initial;
        right: 0px;
    }

    .gold-group,
    .coupon-group {
        margin-left: 0%;
        width: 100%;
    }

    body.elementor-page-640 .container {
        display: block;
    }

    .col.col-left {
        width: 20%;
    }

    .col.col-middle {
        width: 60%;
    }

    .col.col-right {
        width: 20%;
    }

    .container,
    .container-fluid
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding: 0px 5px;
    }

    #toast-container {
        width: 90%;
        max-width: 240px;
    }

    button.medium.wide,
    input[type="submit"].medium.wide,
    input[type=button].medium.wide,
    input[type=reset].medium.wide,
    input[type=submit].medium.wide,
    .button.medium.wide,
    .single_add_to_cart_button {
        padding: 0px 0px;
    }
    .address-list thead{
        display:none;
    }
    .address-list tr {
        position:relative;
        width:100%;
        display: block;
        margin: 0px 0px;
        padding: 6px;
        border-bottom: solid 1px #ccc !important;
    }
    .address-list td {
        border: none !important;
        display: block !important;
        width: calc(100% - 20px)!important;
        max-width: 100% !important;
        margin-left:20px;
        padding:2px 2px !important;
        text-align:left !important;
    }
        .address-list td.chbox {
            text-align: center !important;
            max-width: 20px !important;
            margin:0px;
            position:absolute;
            left:0px;

        }
        .address-list td.name:before {
            content: '收件人：';
            font-weight:500;
        }

        .address-list td.tel:before {
            content: '電話：';
            font-weight: 500;
        }

        .address-list td.address:before {
            content: '地址：';
            font-weight: 500;
        }

        .address-list td.note:before {
            content: '備註：';
            font-weight: 500;
        }
        .address-list td.del {
            position:absolute;
            right:10px;
            top:10px;
            width:80px !important;
        }
    .purchase-page-tab{
        display:block;
        text-align:left; 
    }
    .purchase-page-tab li {
        width: 30%;
        text-align:center;
        display: inline-block;
        margin: 0px -2px !important;
    }
    .purchase-total {
        display: block;
        padding: 0px 0px;
    }

        .purchase-total .p-order {
            padding: 0px 0px 0px 0px;
            text-align: left;
        }
            .purchase-total .p-order .p-number { 
            }
    .purchase-total .p-order .p-time { 
    }
        .purchase-total .p-total {
            padding: 10px 10px 0px 10px;
        }

        .purchase-total .p-state {
            padding: 18px 10px 0px 10px;
        }

 
    .purchase-item .purchase-icon {
        width:80%;
        margin:0px 10%;
        height:auto;
    }
    .purchase-item .purchase-content {
        width: 80%;
        margin: 0px 10%;
        padding:10px 0px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .purchase-item .purchase-price {
        width: 80%;
        margin: 0px 10%;
    }
    .freebies-item{
        padding:10px;
    }
    .freebies-icon {
        width: 80%;
        height: auto;
        margin: 0px 10%;
    }
    .freebies-content {
        width: 80%;
        margin: 0px 10%;
        padding: 10px 0px;
    }
    .woocommerce-Reviews {
        width: 80%;
        margin: 0px 10%;
    }
    .order-progress .order-progress-s1, 
    .order-progress .order-progress-s2, 
    .order-progress .order-progress-s3, 
    .order-progress .order-progress-s4, 
    .order-progress .order-progress-s5 {
        position: relative;
        margin:0px auto;
        left:inherit;
    }
    .order-progress-line2,
    .order-progress-line3,
    .order-progress-line4,
    .order-progress-line5 {
        width: 2px;
        height: 20px;
        left: 50%;
        position: relative;
        top: 0px;
        margin: 10px 0px 0px 0px;
    }
    .address-info {
        width: 100%;
        margin: 0px;
    }
    .order-detail .purchase-total .woocommerce-Price-amount{
        width:calc(100% - 130px);
    }
    .purchase-state .p-time {
        display: block;
        width: 100%;
        text-align:left;
    }
    .purchase-state .p-number {
        display: block;
        width: 100%;
        text-align:left;
    }
    .order-progress {
        padding: 0px 0px;
        margin: 20px 40px 20px 40px;
    }
    .cart_item img{
        width:80%;
        margin:0px 10%;
    }
    .modal-content .coupon-list, 
    .modal-content .address-form,
    .modal-content .woocommerce-Reviews, 
    .modal-content .woocommerce-Order{
        padding:20px 20px;
    }
    .entry-title .p-number {
        padding: 0px 0px 0px 0px;
    }
}
