/*** uncss> filename: css/single-ajax.css ***/

.klb-notice-ajax {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	color: #fff;
    max-width: 400px;
}

@media(max-width:600px){
	.klb-notice-ajax {
		left: 15px;
		right: 15px;
	}	
}

.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3rem;
}

.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.klb-notice-ajax ul.woocommerce-error {
    border: none;
    margin: 0;
    background: var(--color-danger);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message {
    border: none;
    margin: 0;
    background: var(--color-success);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message p {
    margin-bottom: 8px;
} 
/*** uncss> filename: css/notice-ajax.css ***/
.klb-notice-ajax {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	color: #fff;
    max-width: 400px;
}

@media(max-width:600px){
	.klb-notice-ajax {
		left: 15px;
		right: 15px;
	}	
}

.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3rem;
}

.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.klb-notice-ajax ul.woocommerce-error {
    border: none;
    margin: 0;
    background: var(--color-danger);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message {
    border: none;
    margin: 0;
    background: var(--color-success);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message p {
    margin-bottom: 8px;
} 
/*** uncss> filename: css/swatches.css ***/

table.variations span.selected-value img {
    display: none;
}

.single-product-wrapper .product-detail form.cart table.variations .label span.selected-value {
    color: var(--color-text-primary);
    font-weight: bolder;
} 
/*** uncss> filename: css/free-shipping.css ***/
.klbth-free-shipping {
  padding: 0.9375rem;
  margin-bottom: 0.75rem;
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-base);
  width: 100%;
}
.klbth-free-shipping .free-shipping-notice {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.klbth-free-shipping .free-shipping-notice .woocommerce-Price-amount {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  color: var(--color-danger);
}
.klbth-free-shipping .shipping-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.klbth-free-shipping .shipping-progress span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-danger);
  border-radius: 0.9375rem;
} 
/*** uncss> filename: css/ajax-search.css ***/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
} 
/*** uncss> filename: css/product-badge.css ***/
.product-badges {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;	
}

.product-badges .badge {
    background: #868E96;
} 
/*** uncss> filename: css/single-gallery.css ***/

@media screen and (min-width: 576px) {
    .single-product-wrapper .vertical .woocommerce-product-gallery {
        padding-left: 6.5rem;
    }
}

.single-gallery-carousel2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.single-gallery-carousel2columns .woocommerce-product-details__short-description {
    display: none;
}

.single-gallery-1column .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.single-gallery-1column .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
    margin-top: 5px;
}

.single-gallery-2columns .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.single-gallery-2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
	border: 1px solid #f3f3f3;
}

@media screen and (max-width: 600px) {
    .single-gallery-1column .woocommerce-product-gallery__wrapper,
    .single-gallery-2columns .woocommerce-product-gallery__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }
	.single-gallery-1column .woocommerce-product-gallery__wrapper > *,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper > * {
	    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
	}
	
	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
		width: 3px;
		height: 4px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
		background-color: #f6f4f0;
		border-radius: 9px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 9px;
	}
}

 
/*** uncss> filename: css/bootstrap.min.css ***/
@charset "UTF-8";/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ul{padding-left:2rem}ul{margin-top:0;margin-bottom:1rem}ul ul{margin-bottom:0}b,strong{font-weight:bolder}small{font-size:.875em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}iframe{border:0}[hidden]{display:none!important}.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-12{flex:0 0 auto;width:100%}@media (min-width:768px){.col-md-3{flex:0 0 auto;width:25%}.col-md-6{flex:0 0 auto;width:50%}}@media (min-width:992px){.col-lg-3{flex:0 0 auto;width:25%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-12{flex:0 0 auto;width:100%}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn:focus{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn.active,.btn.show,.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn.active:focus,.btn.show:focus,.btn:active:focus{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-menu{--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#212529;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius:calc(0.375rem - 1px);--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color:#212529;--bs-dropdown-link-hover-color:#1e2125;--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:1000;display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-item.active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-menu.show{display:block}.btn-group-vertical>.btn.active,.btn-group>.btn.active{z-index:1}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.tab-content>.active{display:block}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.progress{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#e9ecef;--bs-progress-border-radius:0.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item.active{margin-top:calc(var(--bs-list-group-border-width) * -1);border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width) * -1);border-left-width:var(--bs-list-group-border-width)}}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.toast.showing{opacity:0}.toast:not(.show){display:none}.modal.show .modal-dialog{transform:none}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.carousel-item.active{display:block}.active.carousel-item-end{transform:translateX(100%)}.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-indicators .active{opacity:1}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop.show{opacity:.5}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.w-50{width:50%!important}.w-100{width:100%!important}.justify-content-start{justify-content:flex-start!important}.justify-content-between{justify-content:space-between!important}.text-wrap{white-space:normal!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}
 
/*** uncss> filename: css/base.css ***/
@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
  01. Theme Variables
  02. Mixins
  03. Helper
  04. Icons
    04.1 Car Service Icons
    04.2 Phone Service Icons
  05. Plugins
    05.1 - Perfect Scrollbar
    05.2 - Slick slider
    05.3 - Select2
    05.4 - Magnific Popup
  06. Form
  07. Theme Menus
  08. Header
  09. Drawer
  10. Modules
    10.1 - SLider Module
    10.2 - Banner Module
    10.3 - Deals products
    10.4 - Coupon Banner
    10.5 - Category Products
    10.6 - Categories
    10.7 - Testimonial
    10.8 - Blog Posts
    10.9 - Logos
    10.10 - Search Holder
  11. WooCommerce
  12. Sidebar
  13. Footer
  14. Social Media
-------------------------------------------------------------------*/
/*------------------------------------ 
    01 - Theme Settings 
------------------------------------*/
/*------------------------------------ 
    02 - Mixins
------------------------------------*/
:root {
  --color-body: #fff;
  --color-text-primary: #212529;
  --color-text-description: #868E96;
  --color-text-light: #B8BDC1;
  --color-text-lighter: #CED4DA;
  --color-info: #E9ECEF;
  --color-info-dark: #DEE2E6;
  --color-info-light: #F1F3F5;
  --color-form-border: #CED4DA;
  --color-form-active-shadow: #ebedf0;
  --color-form-placeholder: #ADB5BD;
  --color-primary: #EF233C;
  --color-primary-dark: #D81D33;
  --color-primary-lighter: #FFF4F6;
  --color-secondary: #3BC9DB;
  --color-secondary-dark: #15AABF;
  --color-secondary-lighter: #E3FAFC;
  --color-success: #12B886;
  --color-success-dark: #099268;
  --color-success-lighter: #E6FCF5;
  --color-danger: #F03E3E;
  --color-danger-dark: #C92A2A;
  --color-danger-light: #FFF5F5;
  --color-warning: #FD7E14;
  --color-warning-dark: #E8590C;
  --color-warning-lighter: #FFF4E6;
  --color-review: #FFD43B;
  --color-review-dark: #FCC419;
  --color-review-lighter: #FFF9DB;
  --color-gradient-1: linear-gradient(45deg, rgb(239, 35, 60) 0%, rgb(244, 113, 3) 100%);
}

:root {
  --theme-primary-font: "Krub", sans-serif;
  --theme-secondary-font: "Krub", sans-serif;
  --theme-font-size: 1rem;
  --theme-font-weight: 400;
  --theme-letter-spacing: -0.03px;
  --theme-container: 1280px;
  --theme-gutter: 15px;
  --theme-theme-radius-xsmall: 6px;
  --theme-theme-radius-small: 8px;
  --theme-theme-radius-base: 12px;
  --theme-theme-radius-large: 18px;
  --theme-form-font-size: 15px;
  --theme-form-font-weight: 500;
  --theme-form-radius: 12px;
  --theme-form-height: 42px;
}
@-webkit-keyframes animation-b7n1on {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animation-b7n1on {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*------------------------------------ 
    03 - Helper 
------------------------------------*/
body {
  font-family: var(--theme-primary-font);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  letter-spacing: var(--theme-letter-spacing);
  color: var(--color-text-primary);
  background-color: var(--color-body);
}

h1, h2, h3, h4, h5 {
  font-family: var(--theme-primary-font);
  font-weight: 700;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 991.98px) {
  .hide-below-992 {
    display: none !important;
  }
}

@media screen and (max-width: 1119.98px) {
  .hide-below-1200 {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide-above-992 {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hide-above-1200 {
    display: none !important;
  }
}

.container {
  padding-left: var(--theme-gutter);
  padding-right: var(--theme-gutter);
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: var(--theme-container);
  }
}
.container .row {
  margin-left: calc(var(--theme-gutter) * -1);
  margin-right: calc(var(--theme-gutter) * -1);
}
.container .row .col {
  padding-left: var(--theme-gutter);
  padding-right: var(--theme-gutter);
}

.content-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .content-wrapper.sidebar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .content-wrapper.sidebar-left .primary-column {
    padding-left: 1.875rem;
  }
}

.column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.column.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.column.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-brand a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  text-decoration: none;
}

.badge.large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  min-height: 1.25rem;
  line-height: 0;
  padding: 0.125rem 0.625rem;
}
.badge.theme-secondary {
  background-color: var(--color-secondary);
}

.site-close 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;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 2.125rem;
  color: var(--color-text-primary);
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-small);
  -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);
}
.site-close a:hover {
  background-color: var(--color-info);
}
.site-close a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.klbth-modal-holder {
  position: fixed;
  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;
  font-size: initial;
  line-height: initial;
  white-space: initial;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  color: var(--color-text-primary);
  cursor: initial;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 1050;
}
.klbth-modal-holder .klbth-modal-inner {
  max-width: 36.25rem;
  width: 100%;
  background-color: var(--color-body);
  border-radius: var(--theme-theme-radius-large);
  opacity: 0;
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.klbth-modal-holder .klbth-modal-inner.size--sm {
  max-width: 32.5rem;
}
.klbth-modal-holder .klbth-modal-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.5);
}
.klbth-modal-holder .klbth-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-modal-holder .klbth-modal-header {
    padding: 1.25rem 1.875rem 0.625rem;
  }
}
.klbth-modal-holder .klbth-modal-header .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.klbth-modal-holder .klbth-modal-header .site-close {
  margin-left: auto;
}
.klbth-modal-holder .klbth-modal-body {
  padding: 0.9375rem 1.25rem 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-modal-holder .klbth-modal-body {
    padding: 0.9375rem 1.875rem 0.9375rem;
  }
}

.entry-description {
  font-size: 0.875rem;
  line-height: 1.4;
}
.entry-description p {
  line-height: inherit;
}
.service-search-modal .form-column {
  margin-bottom: 0.625rem;
}
.service-search-modal .form-column:last-child {
  margin-top: 1.25rem;
}
.service-search-modal .form-column button {
  height: 2.875rem;
}
.service-search-modal .service-description {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 0.5rem;
  color: var(--color-text-description);
}
.service-search-modal .service-description p {
  margin-bottom: 0.5rem;
}

.site-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 999;
}

.klbth-loader {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 99999px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 0.45s linear 0s infinite normal none running animation-b7n1on;
          animation: 0.45s linear 0s infinite normal none running animation-b7n1on;
}
.klbth-loader.color-primary {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
}
.klbth-loader.border-sm {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.klbth-loader.size-md {
  width: 2.5rem;
  height: 2.5rem;
}

.entry-media {
  border-radius: var(--theme-theme-radius-base);
  overflow: hidden;
}

.font-xs {
  font-size: 0.75rem;
  line-height: normal;
}

.font-sm {
  font-size: 0.8125rem;
  line-height: normal;
}

.font-xlg {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-xlg {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.font-2xlg {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-2xlg {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.font-3xlg {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-3xlg {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.font-banner-xs {
  font-size: 1.25rem;
  line-height: normal;
}

.font-banner-sm {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-sm {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.font-banner-xlg {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-xlg {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.font-large-md {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-md {
    font-size: 3rem;
    line-height: normal;
  }
}

.weight-300 {
  font-weight: 300;
}

@media screen and (max-width: 767.98px) {
  .overlay-10-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-15-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-25-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .overlay-15-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

.link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.entry-subtitle {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .entry-subtitle {
    font-size: 1rem;
    line-height: normal;
  }
}

.entry-content {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .entry-content {
    font-size: 1rem;
    line-height: normal;
  }
}

.kblth-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}
.kblth-countdown .separator {
  font-size: 80%;
  font-weight: 600;
  margin: 0 4px;
}
.kblth-countdown .count-item {
  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-weight: 600;
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--color-info);
  border-radius: var(--theme-theme-radius-small);
}

.banner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .banner-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .banner-group .klbth-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .banner-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-group .klbth-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .banner-group.no-gutter {
    gap: 0;
  }
  .banner-group.no-gutter .klbth-banner:first-child .entry-media {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .banner-group.no-gutter .klbth-banner:last-child .entry-media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .banner-group.no-gutter .klbth-banner + .klbth-banner:not(:last-child) .entry-media {
    border-radius: 0;
  }
}

.iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iconbox .iconbox-icon {
  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: 1.75rem;
  line-height: 1;
  color: var(--color-secondary);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  max-width: 2.5rem;
  margin-right: 0.9375rem;
}
.iconbox .iconbox-detail .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
}
.iconbox .iconbox-detail .entry-description {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
.iconbox .iconbox-detail .entry-description p {
  margin-bottom: 0;
}

.woocommerce-pagination {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-pagination {
    margin-top: 3rem;
  }
}
.woocommerce-pagination ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination ul li > * {
  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: 0.875rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  color: var(--color-text-primary);
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-xsmall);
  -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 screen and (min-width: 992px) {
  .woocommerce-pagination ul li > * {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.site-pagination ul li > *:not(.current):hover, .woocommerce-pagination ul li > *:not(.current):hover {
  background-color: var(--color-info);
}
.woocommerce-pagination ul li > *.dots {
  font-size: 1.25rem;
  background-color: transparent !important;
  padding-bottom: 0.625rem;
}
.site-pagination ul li > *.current, .woocommerce-pagination ul li > *.current {
  color: #fff;
  background-color: var(--color-primary);
}
.woocommerce-pagination ul li > *.prev, .woocommerce-pagination ul li > *.next {
  font-size: 1.125rem;
  background-color: transparent !important;
}
.woocommerce-pagination ul li > *.prev {
  margin-right: 0.625rem;
}
.woocommerce-pagination ul li > *.next {
  margin-left: 0.625rem;
}

.entry-page-header {
  position: relative;
}
.entry-page-header > .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.entry-page-header .entry-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.entry-page-header .entry-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.entry-page-header .entry-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-page-header .page-header-content {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content {
    padding-top: 10rem;
    padding-bottom: 17.5rem;
  }
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content .entry-title {
    font-size: 3.75rem;
  }
}
.entry-page-header .page-header-content .entry-description {
  font-size: 0.875rem;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content .entry-description {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.entry-page-header .page-header-content .entry-description p {
  margin-bottom: 0;
}

.contact-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .contact-addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-addresses .address-item {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
@media screen and (min-width: 992px) {
  .contact-addresses .address-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}
.contact-addresses .address-item > span {
  font-weight: 500;
  color: var(--color-text-light);
}

.contact-iconboxes .iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-iconboxes .iconbox .icon {
  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: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.375rem;
          flex: 0 0 2.375rem;
  max-width: 2.375rem;
  height: 2.375rem;
  color: var(--color-text-description);
  border: 1px solid var(--color-info-dark);
  border-radius: 50%;
  margin-right: 1.25rem;
}
.contact-iconboxes .iconbox .detail > span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-light);
}
.contact-iconboxes .iconbox .detail > p {
  margin-bottom: 0;
}

.mobile-bottom-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: var(--color-text-description);
  background-color: var(--color-body);
  border-top: 1px solid var(--color-info-dark);
  padding: 0.625rem 1.25rem;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}
.mobile-bottom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bottom-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.mobile-bottom-menu ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
}
.mobile-bottom-menu ul li a i {
  font-size: 1.375rem;
}
.mobile-bottom-menu ul li.active > a {
  color: var(--color-primary);
}

/*------------------------------------ 
    05 - Plugins 
------------------------------------*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
} /* Magnific Popup CSS */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}

/*------------------------------------ 
    06 - Form 
------------------------------------*/
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea, select, .form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  width: 100%;
  height: var(--theme-form-height);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: var(--color-text-primary);
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: var(--theme-form-radius);
}
input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=email]:focus, input[type=email]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  outline: none;
  border-color: var(--color-form-border);
  -webkit-box-shadow: 0 0 0 3px var(--color-form-active-shadow);
          box-shadow: 0 0 0 3px var(--color-form-active-shadow);
}

textarea {
  min-height: 150px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

label {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0.375rem;
}

.select2.select2-container {
  width: 100% !important;
}
.select2 .select2-selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--theme-form-height);
  color: var(--color-text-primary);
  border-color: var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: var(--theme-form-radius);
}
.select2 .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__clear {
  all: unset;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: 2.5rem;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 92%;
  line-height: 1;
  color: var(--color-form-placeholder);
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  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;
  background: transparent url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - 8px) 13px no-repeat;
  background-size: 22px 16px;
  width: 1.875rem;
  height: 100%;
  top: 0;
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

button, .button, input[type=submit], .btn {
  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-family: var(--theme-primary-font);
  font-size: var(--theme-form-font-size);
  font-weight: 600;
  height: var(--theme-form-height);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: var(--theme-form-radius);
}
button:not(.link), .button:not(.link), input[type=submit]:not(.link), .btn:not(.link) {
  color: var(--color-text-primary);
  background-color: var(--color-info);
}
button:not(.link):hover, .button:not(.link):hover, input[type=submit]:not(.link):hover, .btn:not(.link):hover {
  border-color: transparent;
  background-color: var(--color-info-dark);
}
button i, .btn i {
  font-size: 90%;
  margin-left: 0.625rem;
}
button.primary, input[type=submit].wpcf7-submit, .btn.primary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
button.primary:hover, input[type=submit].wpcf7-submit:hover, .btn.primary:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.btn.secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn.secondary:hover {
  background-color: var(--color-secondary-dark);
  border-color: var(--color-secondary-dark);
}
button.link, .btn.link {
  font-size: 0.8125rem;
  height: auto;
  padding: 0;
  border: 0;
}
button.link i, .btn.link i {
  font-size: 0.75rem;
}
button.link:hover, .btn.link:hover {
  color: var(--color-primary);
}

.form-column {
  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%;
  margin-bottom: 0.9375rem;
}

/*------------------------------------ 
    07 - Theme Menus 
------------------------------------*/
.klbth-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.klbth-menu li {
  white-space: nowrap;
}
.klbth-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.klbth-menu-wrapper.horizontal .klbth-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-menu-wrapper.horizontal .klbth-menu .sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.klbth-menu-wrapper.horizontal .klbth-menu li:not(.mega-menu) {
  position: relative;
}
.klbth-menu-wrapper.horizontal .klbth-menu li.mega-menu {
  position: static;
}
.klbth-menu-wrapper.horizontal .klbth-menu li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-menu-wrapper.horizontal .klbth-menu .menu-item-has-children > a::after {
  content: "";
  font-family: "klbtheme";
}
.klbth-menu-wrapper.horizontal .klbth-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.klbth-menu-wrapper.horizontal .klbth-menu > .menu-item-has-children > a::after {
  content: "\e9a2";
  font-size: 75%;
  margin-left: 0.4375rem;
}
.klbth-menu-wrapper.vertical .klbth-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.klbth-menu-wrapper .menu-icon {
  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: 1.125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}

/*------------------------------------ 
    08 - Header 
------------------------------------*/
.site-header {
  position: relative;
}
.site-header a {
  color: inherit;
  -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);
}
.site-header.shadow-enable {
  -webkit-box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
          box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
}
.site-header .header-border {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #EF233C;
}
.site-header .header-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-color: inherit;
  width: 100%;
  z-index: 1;
}
.site-header .header-row {
  position: relative;
}
.site-header .header-row.border-bottom-full {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-header .klbth-menu-wrapper.topbar {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar.shadow-enable .sub-menu {
  -webkit-box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
          box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li + li {
  margin-left: 1.25rem;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li > a {
  font-weight: 500;
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li > a:hover {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li:hover > a {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu {
  border-color: #E9ECEF;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-small);
  left: -1.3125rem;
  padding: 0.5rem 0;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0.3125rem;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li a {
  font-weight: 500;
  width: 100%;
  padding: 0.3125rem 0.9375rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li a:hover {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary {
  height: 100%;
  z-index: 101;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu {
  position: static;
  height: 100%;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item {
  height: 100%;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item > a {
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -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);
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item > a:hover {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item:hover > a {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children > a::after {
  position: relative;
  font-size: 80%;
  content: "\e995";
  line-height: 1;
  margin-left: 0.5rem;
  top: -1px;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children:not(.mega-menu) .sub-menu {
  min-width: 13.75rem;
  left: -0.625rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1.5625rem 0.5rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.25rem;
  pointer-events: none;
  color: #c8cdd3;
  margin-bottom: 0.3125rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a::after {
  display: none;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a:hover {
  color: #c8cdd3;
  background-color: transparent;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item:hover > a {
  color: #c8cdd3;
  background-color: transparent;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu {
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border-color: #E9ECEF;
  padding: 0.75rem 0;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu > .menu-item {
  padding: 0 0.5rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item a {
  font-size: 0.8125rem;
  font-weight: 500;
  width: 100%;
  padding: 0.375rem 0.9375rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item a:hover {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item:hover > a {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary.shadow-enable .sub-menu {
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
}
.site-header .search-form-wrapper {
  width: 100%;
}
.site-header .search-form-wrapper .search-form {
  position: relative;
}
.site-header .search-form-wrapper .search-form .btn {
  all: unset;
  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;
  font-size: 1.5rem;
  color: #212529;
  width: 3.875rem;
  height: 3.125rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.site-header .search-form-wrapper .search-form .btn i {
  text-shadow: 0 0 0;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.site-header .search-form-wrapper .search-form input {
  height: 3.125rem;
  color: #212529;
  border-color: #CED4DA;
  background-color: #fff;
  padding-left: 1.125rem;
  padding-right: 3.875rem;
}
.site-header .search-form-wrapper .search-form input::-webkit-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input::-moz-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input:-ms-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input::-ms-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input:focus, .site-header .search-form-wrapper .search-form input:active {
  border-color: #EF233C;
  -webkit-box-shadow: 0 0 0 1px #EF233C;
          box-shadow: 0 0 0 1px #EF233C;
}
.site-header .search-form-wrapper .search-form input:focus + .btn, .site-header .search-form-wrapper .search-form input:active + .btn {
  color: #EF233C;
}
.site-header .quick-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.site-header .quick-button + .quick-button {
  margin-left: 0.625rem;
}
.site-header .quick-button > *:not(.header-dropdown-wrapper) {
  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: 1.5rem;
  line-height: 1;
  color: currentColor;
  min-width: 2.625rem;
  height: 2.625rem;
  cursor: pointer;
  -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);
}
.site-header .quick-button.toggle-button .quick-button-inner {
  min-width: 2.375rem;
}
.site-header .quick-button.toggle-button .quick-button-inner .quick-icon {
  width: 100%;
}
.site-header .quick-button.custom-button .quick-button-inner {
  width: 2.875rem;
  height: 2.875rem;
}
.site-header .quick-button.custom-button .quick-button-inner .quick-icon {
  width: 2.875rem;
  background-color: #F1F3F5;
  border-radius: var(--theme-theme-radius-base);
  -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);
}
.site-header .quick-button.custom-button:hover .quick-icon {
  background-color: #E9ECEF;
}
.site-header .quick-button.custom-button + .search-form-wrapper {
  margin-left: 0.625rem;
}
.site-header .quick-button .quick-icon {
  position: relative;
  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;
  width: 2.625rem;
  height: 100%;
}
.site-header .quick-button .quick-icon + .quick-text {
  margin-left: 0.625rem;
}
.site-header .quick-button .quick-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .quick-button .quick-text .count-text {
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 0.375rem;
}
.site-header .quick-button .quick-text .sub-text {
  font-size: 0.75rem;
}
.site-header .quick-button .quick-text .primary-text {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
.site-header .quick-button .quick-text .price {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.site-header .quick-button .count {
  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;
  font-size: 0.625rem;
  font-weight: 600;
  min-width: 1rem;
  height: 1rem;
  top: 0.25rem;
  right: 0;
  padding: 0 0.125rem;
  color: #fff;
  background-color: #EF233C;
  border-radius: 50%;
}
.site-header .quick-button .arrow {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.6875rem;
  margin-left: 0.75rem;
  top: 13%;
}
.site-header .quick-button i.klbth-icon-shopping-bag-large {
  font-size: 1.5625rem;
}
.site-header .quick-button .login-dropdown {
  position: absolute;
  font-size: inherit;
  min-width: 17.5rem;
  max-width: 17.5rem;
  height: auto;
  cursor: inherit;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border: 1px solid #E9ECEF;
  -webkit-box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
          box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .login-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  white-space: initial;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper a {
  width: 100%;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .new-customer {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .new-customer a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-secondary);
}
.site-header .quick-button .cart-dropdown {
  position: absolute;
  font-size: inherit;
  min-width: 20rem;
  height: auto;
  cursor: inherit;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border: 1px solid #E9ECEF;
  -webkit-box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
          box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper {
  width: 100%;
  padding: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.9375rem;
  margin-bottom: 0.875rem;
  border-top: 1px solid var(--color-info);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-description);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total span {
  font-weight: 700;
  margin-left: auto;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-bottom: 0;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  height: 2.5rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products {
  max-height: 242px;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product {
  position: relative;
  margin-bottom: 0.3125rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.875rem;
          flex: 0 0 3.875rem;
  max-width: 3.875rem;
  margin-bottom: 0;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper {
  padding-right: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper .product-title {
  white-space: initial;
  margin-bottom: 0.3125rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper .price {
  font-size: 0.875rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .remove_from_cart_button {
  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;
  font-size: 0.625rem;
  font-weight: 600;
  text-shadow: 0 0 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid var(--color-info-dark);
  border-radius: 50%;
  top: 0;
  right: 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);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .remove_from_cart_button:hover {
  color: #fff;
  background-color: var(--color-danger);
  border-color: transparent;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping {
  padding: 0.9375rem;
  margin-bottom: 0.75rem;
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-base);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .free-shipping-notice {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .free-shipping-notice .woocommerce-Price-amount {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  color: var(--color-danger);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .shipping-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .shipping-progress span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-danger);
  border-radius: 0.9375rem;
}
.site-header .quick-button .cart-dropdown .cart-empty {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-icon {
  max-width: 4.125rem;
  margin: auto;
  color: var(--color-info-dark);
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-icon svg {
  width: 100%;
  fill: currentColor;
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
.site-header .quick-button.cart-button:hover .cart-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .quick-button.login-button:hover .login-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .dropdown-cats {
  position: relative;
  width: 100%;
}
.site-header .dropdown-cats > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  color: #fff;
  background-color: #EF233C;
  border-top-left-radius: 0.875rem;
  border-top-right-radius: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.site-header .dropdown-cats > a::after {
  display: none;
}
.site-header .dropdown-cats > a.show {
  cursor: pointer;
  pointer-events: none;
}
.site-header .dropdown-cats > a .text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.site-header .dropdown-cats > a .icon {
  font-size: 0.8125rem;
  margin-left: auto;
  padding-left: 0.9375rem;
}
.site-header .dropdown-cats .dropdown-menu {
  width: 100%;
  padding: 0.625rem 0;
  border-color: var(--color-info);
  background-color: var(--color-body);
  border-radius: var(--theme-theme-radius-base);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
          box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
  z-index: 9;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: currentColor;
  -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);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a .menu-icon {
  margin-right: 0.9375rem;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a:hover {
  color: var(--color-primary);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a {
  min-height: 2.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a:hover {
  background-color: var(--color-primary-lighter);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a .badge {
  margin-left: auto;
}
.site-header .mega-items {
  height: 100%;
}
.site-header .mega-items .mega-item {
  height: 100%;
}
.site-header .mega-items .mega-item > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -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);
}
.site-header .mega-items .mega-item > a::after {
  position: relative;
  font-family: "klbtheme";
  font-size: 75%;
  content: "\e995";
  line-height: 1;
  margin-left: 0.5rem;
}
.site-header .mega-items .mega-item > a .menu-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.site-header .mega-items .mega-item .sub-item {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #E9ECEF;
  border-radius: var(--theme-theme-radius-base);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 102;
}
.site-header .mega-items .mega-item:hover > a {
  color: #EF233C;
}
.site-header .mega-items .mega-item:hover > .sub-item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .notice-button {
  margin-left: auto;
  padding-left: 0.625rem;
}
.site-header .notice-button .notice-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EF233C;
}
.site-header .notice-button .notice-link .notice-icon {
  margin-right: 0.5rem;
}
.site-header .notice-button .notice-link .notice-text {
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.site-header .header-notify {
  color: #fff;
  background: linear-gradient(-45deg, #ed1c66, #6a23d5, #23a6d5, #23d5ab, #f03e3e, #e8890c, #e73c7e);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}
.site-header .header-notify .header-inner {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.site-header .header-notify .header-notify-messages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .header-notify .header-notify-messages ul li {
  font-size: 0.8125rem;
  line-height: normal;
}
.site-header .header-notify .header-notify-messages ul li + li {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid currentColor;
}
.site-header .header-notify .counter-text {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  margin-right: 0.5rem;
}
.site-header .header-notify .klbth-countdown-wrapper .kblth-countdown {
  font-size: 0.8125rem;
  line-height: normal;
}
.site-header .header-notify .klbth-countdown-wrapper .separator {
  margin: 0 2px;
}
.site-header .header-notify .klbth-countdown-wrapper .count-item {
  width: 1.625rem;
  height: 1.5625rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.site-header .header-topbar {
  font-size: 12px;
  color: #212529;
  background-color: #fff;
  border-color: #E9ECEF;
  z-index: 10;
}
.site-header .header-topbar .header-inner {
  height: 42px;
  border-color: #E9ECEF;
}
.site-header .header-topbar .header-inner > .column {
  height: 100%;
}
.site-header .header-topbar .header-notice p {
  font-size: inherit;
  margin-bottom: 0;
}
.site-header .header-topbar .header-notice p span {
  color: #868E96;
}
.site-header .header-topbar .header-notice p a {
  font-weight: 600;
  -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);
}
.site-header .header-topbar .header-notice p a:hover {
  color: #EF233C;
}
.site-header .header-topbar .header-notice + .header-switcher {
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid #E9ECEF;
}
.site-header .header-topbar .header-switcher {
  height: 100%;
}
.site-header .header-topbar .header-switcher .klbth-menu > li > a {
  font-weight: 600;
}
.site-header .header-topbar .header-switcher .klbth-menu > li:last-child .sub-menu {
  left: auto !important;
  right: -0.9375rem;
}
.site-header .header-sub {
  font-size: 12px;
  color: #212529;
  background-color: #fff;
  border-color: #E9ECEF;
  z-index: 10;
}
.site-header .header-sub .header-inner {
  height: 48px;
  border-color: #E9ECEF;
}
.site-header .header-sub .header-inner > .column {
  height: 100%;
}
.site-header .header-sub .klbth-menu-wrapper.primary .klbth-menu > li:first-child > a {
  padding-left: 0.5rem;
}
.site-header .header-sub .klbth-menu-wrapper.primary .klbth-menu > li > a {
  font-size: 0.8125rem;
  line-height: normal;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.site-header .header-sub .header-switcher {
  height: 100%;
}
.site-header .header-sub .header-switcher .klbth-menu > li > a {
  font-weight: 600;
}
.site-header .header-sub .header-switcher .klbth-menu > li:last-child .sub-menu {
  left: auto !important;
  right: -0.9375rem;
}
.site-header .header-main {
  color: #212529;
  background-color: #fff;
  z-index: 9;
}
.site-header .header-main.spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header .header-main .site-brand img {
  height: 40px;
}
.site-header .header-main .column.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.site-header .header-main .toggle-button {
  margin-right: 1.25rem;
}
.site-header .header-nav {
  color: #212529;
  background-color: #fff;
  z-index: 8;
}
.site-header .header-nav .column {
  height: 3rem;
}
.site-header .header-nav .column.left:nth-child(1) {
  padding-right: 0.9375rem;
}
.site-header .header-nav .column.left:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .header-mobile {
  color: #212529;
  background-color: #fff;
}
.site-header .header-mobile .header-inner {
  height: 3.375rem;
}
.site-header .header-mobile .header-inner .column.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-header .header-mobile .header-inner .quick-button.toggle-button {
  margin-right: 0;
}
.site-header .header-mobile .site-brand img {
  height: 36px;
}

/*------------------------------------ 
    09 - Drawer 
------------------------------------*/
.site-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #212529;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  will-change: transform;
  z-index: 1001;
}
@media screen and (min-width: 320px) {
  .site-drawer {
    max-width: 21.25rem;
  }
}
.site-drawer-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 576px) {
  .site-drawer-row {
    padding: 0.75rem 1.5rem;
  }
}
.site-drawer-row.site-drawer-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .site-drawer-row.site-drawer-header {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.site-drawer-row.site-drawer-header .site-close a {
  font-size: 0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
}
.site-drawer-row.site-drawer-body {
  border-top: 1px solid getDrawer(border);
}
.site-drawer-row.site-drawer-footer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 576px) {
  .site-drawer-row.site-drawer-footer {
    padding-top: 2.5rem;
  }
}
.site-drawer a {
  color: currentColor;
}
.site-drawer .site-brand img {
  height: 36px;
}
.site-drawer .drawer-heading {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  opacity: 0.3;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item a .badge {
  margin-left: auto;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .menu-dropdown {
  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.75rem;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .menu-dropdown svg {
  width: 1rem;
  pointer-events: none;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .sub-menu {
  position: relative;
  width: 100%;
  height: 0;
  padding-left: 0.9375rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .sub-menu a {
  font-size: 87.5%;
  font-weight: 500;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}
.site-drawer .klbth-menu-wrapper .klbth-menu > .menu-item + .menu-item {
  border-top: 1px solid #E9ECEF;
}
.site-drawer .klbth-menu-wrapper .klbth-menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  padding-bottom: 0.625rem;
}
.site-drawer .klbth-menu-wrapper + .drawer-heading {
  margin-top: 1.875rem;
}
.site-drawer .drawer-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-drawer .drawer-contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-drawer .drawer-contacts ul li + li {
  margin-top: 1.25rem;
}
.site-drawer .drawer-contacts ul li .contact-icon {
  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: 1.125rem;
  line-height: 1;
  width: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.1875rem;
}
.site-drawer .drawer-contacts ul li .contact-detail {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}
.site-drawer .drawer-contacts ul li .contact-description {
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  opacity: 0.5;
}
.site-drawer .site-copyright {
  font-size: 0.75rem;
}

/*------------------------------------ 
    10 - Modules 
------------------------------------*/
.klbth-module {
  position: relative;
}
.klbth-module-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.klbth-module-header.with-border {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid var(--color-info-dark);
}
.klbth-module-header.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-module-header.align-center {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center .entry-title {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0.625rem;
  }
}
.klbth-module-header.align-center .entry-description {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center .entry-description {
    font-size: 0.9375rem;
    line-height: normal;
  }
}
.klbth-module-header .entry-title {
  font-size: 1.0625rem;
  line-height: normal;
  font-weight: 600;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .entry-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .entry-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.klbth-module-header .klbth-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575.98px) {
  .klbth-module-header .klbth-countdown-wrapper .countdown-description {
    font-size: 0.6875rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .klbth-countdown-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown {
  font-size: 1rem;
  height: 2.25rem;
  color: #fff;
  background: rgb(232, 89, 12);
  background: linear-gradient(45deg, rgb(232, 89, 12) 0%, rgb(240, 62, 62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8590c",endColorstr="#f03e3e",GradientType=1);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: 0.625rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown .separator {
  line-height: 1;
  margin: 0;
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown .count-item {
  background-color: transparent;
}
.klbth-module-header .klbth-countdown-wrapper .countdown-description {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-light);
  margin-bottom: 0;
}
.klbth-module-header .entry-description {
  width: 100%;
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-light);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .entry-description {
    width: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .entry-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.125rem;
  }
}
.klbth-module-header .entry-description p {
  margin-bottom: 0;
}
.klbth-module-header .btn {
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.klbth-module-header .klbt-module-tab-links {
  display: none;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.klbth-module-header .klbt-module-tab-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 {
    padding-left: 1.25rem;
    border-left: 1px solid var(--color-info-dark);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 li {
    margin-right: 1.875rem;
  }
  .klbth-module-header .klbt-module-tab-links.style-1 li:last-child {
    margin-right: 0;
  }
}
.klbth-module-header .klbt-module-tab-links.style-1 li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 500;
  height: 1.5625rem;
  color: var(--color-text-description);
  -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);
}
.klbth-module-header .klbt-module-tab-links.style-1 li a:hover {
  color: var(--color-text-primary);
}
.klbth-module-header .klbt-module-tab-links.style-1 li.active a {
  color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 li.active a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1.1875rem;
    left: 0;
    background-color: currentColor;
  }
}
.klbth-module-header .klbt-module-tab-links.style-2 .tab-item.active .tab-link {
  color: #fff;
  background: var(--color-gradient-1);
}
.klbth-module-header.color-danger {
  border-bottom-width: 2px;
  border-bottom-color: var(--color-danger);
}
.klbth-module-header.color-danger .entry-title {
  color: var(--color-danger);
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header.counter-active .entry-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .klbth-module-header.counter-active .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.klbth-slider-wrapper {
  position: relative;
  min-height: 12.5rem;
}
.klbth-slider-wrapper .klbth-slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-slider-wrapper .klbth-slider {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-slider-wrapper.slider-loaded {
  min-height: auto;
}
.klbth-slider-wrapper.slider-loaded .klbth-slider-loader {
  opacity: 0;
  visibility: hidden;
}
.klbth-slider-wrapper.slider-loaded .klbth-slider {
  opacity: 1;
  visibility: visible;
}
.klbth-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.klbth-slider-wrapper .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.klbth-slider-wrapper .slick-dots li button {
  all: unset;
  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: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: var(--color-text-lighter);
  -webkit-transition: background-color 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: background-color 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  cursor: pointer;
}
.klbth-slider-wrapper .slick-dots li button:hover {
  background-color: var(--color-text-light);
}
.klbth-slider-wrapper .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.klbth-slider-wrapper .slick-arrow {
  all: unset;
  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;
  width: 2rem;
  height: 2.375rem;
  top: 50%;
  background-color: var(--color-info);
  border-radius: var(--theme-theme-radius-xsmall);
  z-index: 1;
  cursor: pointer;
}
.klbth-slider-wrapper .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .slick-arrow.slick-prev svg {
  left: -2px;
}
.klbth-slider-wrapper .slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .slick-arrow.slick-next svg {
  right: -2px;
}
.klbth-slider-wrapper .slick-arrow svg {
  position: relative;
  width: 80%;
  height: 80%;
}
.klbth-slider-wrapper .slick-arrow [stroke-width] {
  stroke-width: 1.2;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-sm .slick-arrow {
  width: 1.5rem;
  height: 1.875rem;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-md .slick-arrow {
  width: 2rem;
  height: 2.375rem;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow {
  width: 2.375rem;
  height: 3.25rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow.slick-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow {
  width: 2.875rem;
  height: 4.125rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow.slick-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrows-light .slick-arrow {
  background-color: var(--color-body);
  -webkit-box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
          box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow {
  opacity: 0;
  will-change: opacity, transform;
  -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);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow.slick-prev {
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow.slick-next {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate:hover .slick-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
  margin-top: -0.875rem;
  margin-bottom: 0.125rem;
  padding: 0.625rem;
  background-color: var(--color-body);
  -webkit-box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
          box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
  border-radius: var(--theme-theme-radius-large);
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
    position: relative;
    z-index: 1;
  }
}
.klbth-slider-wrapper .klbth-slider.dots-style-def .slick-dots {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-def .slick-dots {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-align-right .slick-dots {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.klbth-slider-wrapper .klbth-slider.dots-align-center .slick-dots {
  position: relative;
  margin-top: -0.875rem;
  margin-bottom: 2px;
  z-index: 2;
}
.klbth-slider-wrapper .klbth-slider.slider-radius .slick-list {
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.slider-overflow {
  overflow: hidden;
}
.klbth-slider-wrapper .klbth-slider[data-margin="10"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="10"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list .slider-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list .slider-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow {
  width: 36px;
  height: 44px;
  border-radius: var(--theme-theme-radius-small);
  padding: 0;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow.slick-prev {
  left: -1.375rem;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow.slick-next {
  right: -1.375rem;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.dots-align-def .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-info);
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.klbth-carousel.dots-align-def .slick-dots {
    padding-top: 1.875rem;
  }
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.arrows-light .slick-arrow {
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
  border: 1px solid var(--color-info);
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.arrows-light .slick-arrow:hover {
  background-color: var(--color-info-light);
}

.klbth-banner {
  position: relative;
  overflow: hidden;
}
.klbth-banner .entry-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.klbth-banner .entry-wrapper .entry-inner {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    max-width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-90 {
    max-width: 90%;
  }
}
.klbth-banner.style-inner .entry-wrapper {
  padding: 2.5rem 1.875rem;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .klbth-banner.style-inner .entry-wrapper {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-banner.style-inner .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.875rem;
  }
}
.klbth-banner.style-inner .entry-wrapper:before {
  border-radius: var(--theme-theme-radius-base);
}
.klbth-banner.style-inner .entry-media::before {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .klbth-banner.style-inner .entry-media {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-banner.style-inner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .klbth-banner.style-inner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klbth-banner.style-inner .entry-media img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .klbth-banner.style-inner.space-md .entry-wrapper {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner.style-inner.space-xlg .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .klbth-banner.style-inner.space-xlg .entry-wrapper {
    padding: 3.75rem;
  }
}
.klbth-banner.color-scheme-light {
  color: #fff;
}
.klbth-banner.align-center .entry-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.justify-start .entry-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.klbth-banner.justify-center .entry-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.klbth-banner.justify-center .entry-wrapper .entry-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.hover-zoom .entry-media img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-banner.hover-zoom:hover .entry-media img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.klbth-banner .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-footer {
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.klbth-banner .entry-footer.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-banner .entry-footer.vertical > * {
  width: 100%;
}
.klbth-banner .entry-footer .btn.link {
  color: currentColor;
}
.klbth-banner .entry-footer.slider-footer .price {
  font-size: 1.625rem;
  line-height: 1.1538461538;
}
.klbth-banner .entry-footer.slider-footer .price del {
  color: currentColor;
  opacity: 0.7;
}
.klbth-banner .entry-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-heading {
    gap: 0.625rem;
  }
}
.klbth-banner .entry-heading > * {
  margin-bottom: 0;
}
.klbth-banner .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  height: 1.25rem;
  background-color: var(--color-primary);
  border-radius: 1.875rem;
}
.klbth-banner .entry-sale-percentage {
  font-size: 3rem;
  line-height: 1.0833333333;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-sale-percentage {
    font-size: 4.125rem;
    line-height: 1.0909090909;
    margin-bottom: 0.9375rem;
  }
}
.klbth-banner .entry-sale-percentage span {
  font-size: 70%;
}
.klbth-banner .entry-small {
  font-size: 0.8125rem;
  font-weight: 600;
}
.klbth-banner .entry-excerpt {
  opacity: 0.7;
}
.klbth-banner .price {
  color: currentColor;
}
.klbth-banner .price ins {
  font-weight: 600;
  color: inherit;
}

.klbth-module-deals .deal-item {
  position: relative;
  padding: 1.25rem;
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border-radius: var(--theme-theme-radius-base);
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item {
    padding: 2.1875rem;
  }
}
.klbth-module-deals .deal-item:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 3px solid var(--color-danger);
  border-radius: var(--theme-theme-radius-base);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  -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);
}
.klbth-module-deals .deal-item:hover::before {
  opacity: 1;
}
.klbth-module-deals .deal-item .product .product-content .product-title {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .product .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .klbth-module-deals .deal-item .product .product-content .thumbnail-wrapper {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
    max-width: 12.5rem;
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
  .klbth-module-deals .deal-item .product .product-content .content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-deals .deal-item .product .product-content .product-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.klbth-module-deals .deal-item .product .product-content .price {
  font-size: 1.375rem;
  line-height: normal;
  margin-bottom: 0.9375rem;
}
.klbth-module-deals .deal-item .product .product-content .product-progress {
  height: 0.5rem;
  margin-bottom: 0.625rem;
}
.klbth-module-deals .deal-item .product .product-content .product-progress-count {
  font-size: 0.8125rem;
  line-height: normal;
}
.klbth-module-deals .deal-item .deal-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-info);
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .deal-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .klbth-module-deals .deal-item .deal-counter .cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.klbth-module-deals .deal-item .deal-counter .entry-title {
  font-size: 1.125rem;
  color: var(--color-danger);
  margin-bottom: 0;
}
.klbth-module-deals .deal-item .deal-counter .entry-description {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
.klbth-module-deals .deal-item .deal-counter .entry-description p {
  margin-bottom: 0;
}
.klbth-module-deals .deal-item.red-border::before {
  opacity: 1;
}

.klbth-coupon-banner {
  position: relative;
}
.klbth-coupon-banner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.25rem;
  color: var(--color-danger);
  background-color: var(--color-danger-light);
  border: 1px dashed var(--color-danger);
  border-radius: var(--theme-theme-radius-base);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    text-align: inherit;
    padding: 1.25rem 2.5rem;
  }
}
.klbth-coupon-banner.style-1 a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-coupon-banner.style-1 .coupon-sale {
  font-size: 3.25rem;
  line-height: normal;
  font-weight: 700;
}
.klbth-coupon-banner.style-1 .coupon-sale span {
  font-size: 70%;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-sale {
    font-size: 2.875rem;
    line-height: normal;
    margin-right: 2.5rem;
  }
}
.klbth-coupon-banner.style-1 .coupon-title {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-title {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.klbth-coupon-banner.style-1 .coupon-description {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-description);
}
.klbth-coupon-banner.style-1 .coupon-code {
  font-size: 1.375rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-code {
    margin-left: auto;
    margin-top: 0;
  }
}
.klbth-coupon-banner.style-1 .sale-overflow {
  position: absolute;
  font-size: 15rem;
  line-height: normal;
  font-weight: 700;
  opacity: 0.1;
  right: 15%;
}
@media screen and (max-width: 991.98px) {
  .klbth-coupon-banner.style-1 .sale-overflow {
    display: none;
  }
}
.klbth-coupon-banner.style-1 .sale-overflow span {
  font-size: 70%;
  font-weight: 600;
}
.klbth-coupon-banner.style-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klbth-coupon-banner.style-2 a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-coupon-banner.style-2 .coupon-title {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-2 .coupon-title {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.klbth-coupon-banner.style-2 .coupon-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  height: 2.3125rem;
  padding: 0 0.9375rem;
  color: #fff;
  background-color: var(--color-danger);
  border-radius: 2.5rem;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-2 .coupon-code {
    margin: 0 0.9375rem;
  }
}
.klbth-coupon-banner.style-2 .coupon-description {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-description);
}

.klbth-module-category-products {
  position: relative;
}
.klbth-module-category-products .klbth-module-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-module-category-products .klbth-module-wrapper .block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.klbth-module-category-products.style-1 .klbth-module-wrapper .block-column.banner-column {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-1 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column {
    margin-bottom: 0 !important;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 22.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(2n+1) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(7), .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(8) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-1 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--theme-theme-radius-base);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .products-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item {
    border-bottom: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-of-type(odd) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(-n+4) {
    border-bottom: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(4n+2) {
    border-right: 1px solid var(--color-info);
  }
}
.klbth-module-category-products.style-2 .klbth-module-wrapper .block-column.banner-column {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-2 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column {
    height: 17.5rem;
    margin-top: 0 !important;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner {
    height: 100%;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-child(2n+1) {
    border-right: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-2 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    height: auto;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--theme-theme-radius-base);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .products-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .products-column .products {
    height: 100%;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-of-type(odd) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-child(4n+2) {
    border-right: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-3 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 22.5rem;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .column-item + .column-item {
    border-left: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-3 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column {
    position: relative;
    min-height: 15rem;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.klbth-module-categories {
  position: relative;
}
.klbth-module-categories.style-1 .categories {
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border-radius: var(--theme-theme-radius-base);
}
.klbth-module-categories .categories.grid-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.klbth-module-categories .categories.grid-style .category-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style .category-item + .category-item {
    border-left: 1px solid var(--color-info-dark);
  }
}
.klbth-module-categories .categories.grid-style .category-item .entry-media {
  border: 1px solid var(--color-info);
  margin-bottom: 0.625rem;
}
.klbth-module-categories .categories.grid-style .category-item .entry-media img {
  -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);
}
.klbth-module-categories .categories.grid-style .category-item .category-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 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);
}
.klbth-module-categories .categories.grid-style .category-item .counter {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
@media screen and (min-width: 768px) {
  .klbth-module-categories .categories.grid-style.column-6 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style.column-6 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666%;
            flex: 1 0 16.6666666%;
  }
}
.klbth-module-categories .categories .category-inner {
  color: currentColor;
}
.klbth-module-categories .categories .category-inner:hover .category-name {
  color: var(--color-primary);
}
.klbth-module-categories .categories .category-inner:hover .entry-media img {
  opacity: 0.8;
}

.klbth-module-testimonial {
  position: relative;
}
.klbth-module-testimonial.style-1 .slick-list {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.klbth-module-testimonial.style-1 .testimonial {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.klbth-module-testimonial.style-1 .testimonial .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.klbth-module-testimonial.style-1 .testimonial .customer-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  max-width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  overflow: hidden;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--color-review);
  margin-bottom: 0.3125rem;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-name {
  font-size: 1rem;
  font-weight: 600;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-mission {
  display: block;
  font-size: 0.6875rem;
  color: var(--color-text-description);
  margin-top: -2px;
  margin-bottom: 0.3125rem;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-description {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: var(--color-text-description);
}

.klbth-module-grid {
  position: relative;
}
.klbth-module-grid .blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.klbth-module {
  position: relative;
}
.klbth-module .logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-module .logos-wrapper .logo-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
          flex: 1 0 33.3333%;
}
.klbth-module .logos-wrapper .logo-item img {
  opacity: 0.5;
  -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);
}
.klbth-module .logos-wrapper a:hover img {
  opacity: 1;
}
.klbth-module.grayscale-enable img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.search-holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -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);
}
.search-holder.active {
  opacity: 1;
  visibility: visible;
}
.search-holder .search-holder-inner {
  position: relative;
  height: 100%;
}
.search-holder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.search-holder .container .search-holder-item {
  width: 100%;
}
.search-holder .container .search-holder-header {
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .search-holder .container .search-holder-header {
    margin-bottom: 1.25rem;
  }
}
.search-holder .container .search-holder-header span {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .search-holder .container .search-holder-header span {
    font-size: 1.5rem;
  }
}
.search-holder .container .search-holder-header .site-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-holder-header .site-close {
    top: 1.875rem;
    right: 2.5rem;
  }
}
.search-holder .container .search-form {
  position: relative;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-form input {
    height: 3.5rem;
  }
}
.search-holder .container .search-form button {
  position: absolute;
  font-size: 1.25rem;
  background-color: transparent;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-form button {
    font-size: 1.875rem;
    height: 3.5rem;
  }
}

/*------------------------------------ 
    11 - WooCommerce 
------------------------------------*/
.shop-container {
  margin-top: 0.9375rem;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
.price del {
  font-size: 80%;
  color: var(--color-text-description);
}
.price ins {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-danger);
}

.product-stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: normal;
}
.product-stock i {
  font-size: 0.875rem;
  line-height: normal;
}
.product-stock span {
  font-weight: 600;
  margin-left: 0.5rem;
}
.product-stock.in-stock {
  color: var(--color-success-dark);
}

.product-badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  pointer-events: none;
}
.product-badges .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.5rem;
}
.product-badges .badge:not(.sale) {
  font-size: 0.6875rem;
  line-height: 0;
  text-transform: uppercase;
}
.product-badges .badge.sale {
  background-color: var(--color-danger);
}

.product-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  top: 0.75rem;
  right: 0.75rem;
}

.product-progress-wrapper {
  position: relative;
}
.product-progress-wrapper .product-progress {
  margin-bottom: 0.4375rem;
}
.product-progress-wrapper .product-progress-count {
  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;
  font-size: 0.75rem;
  line-height: normal;
  color: var(--color-text-light);
}
.product-progress-wrapper .product-progress-count strong {
  color: var(--color-text-primary);
}

.product-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.375rem;
  border-radius: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#F03E3E), color-stop(#F76028), color-stop(#FFD43B), to(#12B886));
  background: linear-gradient(to right, #F03E3E, #F76028, #FFD43B, #12B886);
  overflow: hidden;
}
.product-progress span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}
.product-progress span.progress {
  background-color: transparent;
}
.product-progress span.not-progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color-info);
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.product {
  position: relative;
}
.product .product-wrapper {
  position: relative;
  z-index: 1;
}
.product .thumbnail-wrapper {
  border: 1px solid var(--color-info);
  margin-bottom: 1.25rem;
}
.product .thumbnail-wrapper .hover-slider-indicator .hover-slider-indicator-dot.active {
  background-color: var(--color-review-dark);
}
.product .product-title {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.product .product-title a {
  position: relative;
  color: currentColor;
  -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);
}
.product .product-title a:hover {
  color: var(--color-primary);
}
.product .price {
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .product .price {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.product .product-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
.product .product-cart-form .price {
  -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;
  gap: 0.125rem;
  padding-right: 0.75rem;
  margin-bottom: 0;
}
.product .product-footer {
  position: relative;
  left: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .product .product-footer {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
    -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  }
}
.product .product-footer .product-footer-details {
  font-size: 0.75rem;
}
.product .product-footer .product-footer-details ul {
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.product .product-footer .product-footer-details ul li {
  font-weight: 500;
}
.product .product-footer .product-footer-inner {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .product .product-footer .product-footer-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0.9375rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-top: 1px solid var(--color-info);
  }
}
.product .product-content-fade {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  background-color: var(--color-body);
  border: 1px solid var(--color-info);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
          box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
@media screen and (max-width: 575.98px) {
  .product .product-content-fade {
    display: none;
  }
}
.products .product:hover.custom-hover {
  z-index: 11;
}
@media screen and (min-width: 992px) {
  .products .product:hover .product-footer, .products .product:hover .product-content-fade {
    opacity: 1;
    visibility: visible;
  }
}

.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.products:not(.klbth-slider) {
  margin-left: -5px;
  margin-right: -5px;
}
.products > *:not(.slick-list) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.875rem;
}
.products.list-style {
  margin-left: 0;
  margin-right: 0;
}
.products.list-style .product {
  padding-left: 0;
  padding-right: 0;
}
.products.list-style.small-list .product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products.list-style.small-list .product .product-content .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  max-width: 6rem;
  margin-right: 1.25rem;
}
.products.list-style.small-list .product .product-content .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.products.list-style.small-list .product .product-content .content-wrapper .product-title {
  font-size: 0.8125rem;
  line-height: normal;
}
.products.list-style.small-list .product .product-content .content-wrapper .price {
  font-size: 1.0625rem;
  line-height: normal;
}
.products.list-style.small-list .product .product-content .product-details {
  font-size: 0.6875rem;
  line-height: normal;
  color: var(--color-text-description);
}
.products.list-style.small-list .product .product-content .product-details ul {
  padding-left: 0.9375rem;
}
.products.list-style.small-list .product .product-content .product-details ul li + li {
  margin-top: 0.3125rem;
}
.products.list-style.small-list.bordered .product {
  margin-bottom: 1.375rem;
}
.products.list-style.small-list.bordered .product + .product {
  padding-top: 1.375rem;
  border-top: 1px solid var(--color-info);
}
@media screen and (min-width: 992px) {
  .products.list-style.small-list.medium-image .thumbnail-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 9.0625rem !important;
            flex: 0 0 9.0625rem !important;
    max-width: 9.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .products.list-style.small-list.medium-image .product-title {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media screen and (min-width: 992px) {
  .products.list-style.small-list.large-space.bordered .product {
    margin-bottom: 2.5rem;
  }
  .products.list-style.small-list.large-space.bordered .product + .product {
    padding-top: 2.5rem;
    border-top: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 320px) {
  .products.mobile-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .products.column-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .products.column-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .products.gutter-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .products.gutter-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products.gutter-30 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .products.gutter-30 > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.woocommerce-breadcrumb, .site-breadcrumb {
  margin-bottom: 0.9375rem;
}
.woocommerce-breadcrumb ul, .site-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-breadcrumb ul li, .site-breadcrumb ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}
.woocommerce-breadcrumb ul li::after, .site-breadcrumb ul li::after {
  font-family: "klbtheme";
  font-size: 0.625rem;
  content: "\e9ab";
  color: var(--color-text-light);
  margin: 0 7px;
}
.woocommerce-breadcrumb ul li:last-child::after, .site-breadcrumb ul li:last-child::after {
  display: none;
}
.woocommerce-breadcrumb ul li a, .site-breadcrumb ul li a {
  color: var(--color-text-light);
  -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);
}
.woocommerce-breadcrumb ul li a:hover, .site-breadcrumb ul li a:hover {
  color: var(--color-text-description);
}

.site-breadcrumb {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 32px;
  padding-right: 32px;
  margin-right: 7px !important;
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
}
.quantity .minus, .quantity .plus {
  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;
  width: 32px;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  color: var(--color-text);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity .minus:after, .quantity .plus:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 13px;
}
.quantity .plus {
  left: auto;
  right: 0;
}
.quantity .plus::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: currentColor;
  position: absolute;
  top: 19px;
  left: 13px;
}
.quantity .plus:after {
  left: auto;
  right: 13px;
}
.quantity .qty {
  width: 42px;
  border: 0;
  margin-bottom: 0;
  height: 2.875rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9375rem;
  text-align: center;
}

.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .single-product-wrapper .product-gallery {
    padding-right: 6.875rem;
  }
  .single-product-wrapper .product-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: -1.875rem;
  }
}
.single-product-wrapper .product-gallery.thumbnails-bottom .product-thumbnails-wrapper .slick-list {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
.single-product-wrapper .product-gallery.thumbnails-bottom .product-thumbnails-wrapper .slick-list .slick-track {
  margin: 0;
}
.single-product-wrapper .product-gallery.thumbnails-bottom .product-thumbnails-wrapper .slick-list .slick-track .slider-item {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}
.single-product-wrapper .product-gallery.thumbnails-bottom .product-thumbnails-wrapper .slick-list .slick-track .slider-item.slick-current .entry-media {
  border-color: var(--color-text-primary);
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-gallery.thumbnails-left .product-thumbnails-wrapper .slider-item.slick-current .entry-media {
    border-color: var(--color-text-primary);
  }
}
.single-product-wrapper .product-gallery .product-extra-details {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-gallery .product-extra-details {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail .product_title {
    margin-bottom: 1.25rem;
  }
}
.single-product-wrapper .product-detail .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-detail .product-meta .product-sku {
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 1px solid var(--color-info-dark);
  margin-right: 0.9375rem;
}
.single-product-wrapper .product-detail .product-meta .product-sku > span {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  color: var(--color-text-description);
}
.single-product-wrapper .product-detail .product-meta .product-stock {
  padding: 0.375rem 0.8125rem;
  border-radius: var(--theme-theme-radius-small);
}
@media screen and (max-width: 767.98px) {
  .single-product-wrapper .product-detail .product-meta .product-stock {
    margin-top: 0.625rem;
  }
}
.single-product-wrapper .product-detail .product-meta .product-stock.in-stock {
  background-color: var(--color-success-lighter);
}
.single-product-wrapper .product-detail .product-meta.bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid var(--color-info-dark);
  padding-top: 0.9375rem;
  margin-top: 0.625rem;
}
.single-product-wrapper .product-detail .product-meta.bottom > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.single-product-wrapper .product-detail .product-meta.bottom > * > span {
  font-size: 0.8125rem;
  color: var(--color-text-description);
  margin-right: 0.375rem;
}
.single-product-wrapper .product-detail .product-meta.bottom > * a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: currentColor;
}
.single-product-wrapper .product-detail .price {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
.single-product-wrapper .product-detail form {
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-detail form.cart {
  border-top: 1px solid var(--color-info-dark);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.single-product-wrapper .product-detail .product-iconboxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.single-product-wrapper .product-detail .product-iconboxes > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail .product-iconboxes > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-product-wrapper .product-detail .product-iconboxes .iconbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-detail .product-iconboxes .iconbox .icon {
  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: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem;
  border: 1px solid var(--color-info);
  border-radius: 50%;
}
.single-product-wrapper .product-detail .product-iconboxes .iconbox .entry-title {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-product-wrapper .product-detail .product-iconboxes .iconbox p {
  font-size: 0.75rem;
  color: var(--color-text-description);
}

.product-extra-details {
  position: relative;
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  overflow: hidden;
}
.product-extra-details table {
  font-size: 0.875rem;
  margin: 0;
}
.product-extra-details table tr th {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.product-extra-details table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 1.25rem;
}
.product-extra-details table tr:nth-of-type(even) > * {
  background-color: #f6f6f8;
}
.product-extra-details table tr:last-child > * {
  border-bottom: 0;
}

.woocommerce-tabs {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs {
    margin-top: 3.75rem;
  }
}
.woocommerce-tabs ul.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 0.9375rem;
  list-style: none;
  border-bottom: 1px solid var(--color-info-dark);
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs ul.wc-tabs {
    padding-bottom: 1.5rem;
  }
}
.woocommerce-tabs ul.wc-tabs li {
  margin-right: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs ul.wc-tabs li {
    margin-right: 1.875rem;
  }
}
.woocommerce-tabs ul.wc-tabs li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text-light);
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs ul.wc-tabs li a {
    font-size: 1.125rem;
  }
}
.woocommerce-tabs ul.wc-tabs li.active > a {
  color: var(--color-text-primary);
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 1.25rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > h2 {
  display: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.shop-page-wrapper .woocommerce-breadcrumb + .klbth-banner {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .shop-page-wrapper .woocommerce-breadcrumb + .klbth-banner {
    margin-bottom: 1.25rem;
  }
}

.before-shop-loop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.9375rem;
  background-color: rgba(241, 243, 245, 0.5);
  border-radius: var(--theme-theme-radius-base);
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .before-shop-loop {
    padding: 1.25rem 1.875rem;
  }
}
.before-shop-loop .filter-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: 0.8125rem;
  font-weight: 600;
  margin-right: auto;
}
.before-shop-loop .filter-button a {
  color: currentColor;
}
.before-shop-loop .woocommerce-result-count {
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-right: auto;
}
.before-shop-loop .sorting-products {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.before-shop-loop .sorting-products > span {
  font-size: 0.8125rem;
  color: var(--color-text-description);
  margin-right: 0.375rem;
}
.before-shop-loop .sorting-products select {
  font-size: 0.8125rem;
  font-weight: 600;
  padding-left: 0;
  height: auto;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.before-shop-loop .product-views-buttons {
  margin-left: 0.9375rem;
}
.before-shop-loop .product-views-buttons > * {
  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: 1.875rem;
  color: var(--color-text-description);
  background-color: var(--color-body);
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-small);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
  -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);
}
.before-shop-loop .product-views-buttons > *:hover {
  color: var(--color-text-primary);
}
.before-shop-loop .product-views-buttons > * + * {
  margin-left: 3px;
}
.before-shop-loop .product-views-buttons > *.active {
  color: var(--color-text-primary);
  background-color: var(--color-info);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .cart-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .cart-wrapper .woocommerce-cart-form, .cart-wrapper #customer_details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-wrapper .cart-collaterals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    max-width: 20rem;
    margin-left: 1.875rem;
  }
  .cart-wrapper .order-review-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    max-width: 25rem;
    margin-left: 1.875rem;
  }
}

.woocommerce-cart-form {
  position: relative;
}
.woocommerce-cart-form table th {
  font-size: 0.75rem;
  font-weight: 600;
  border-top: 0;
  border-bottom: 1px solid var(--color-info-dark);
  color: var(--color-text-light);
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-form table th.product-price, .woocommerce-cart-form table th.product-subtotal, .woocommerce-cart-form table th.product-remove {
    display: none !important;
  }
}
.woocommerce-cart-form table td {
  font-size: 0.875rem;
  vertical-align: middle;
}
.woocommerce-cart-form table td a {
  color: currentColor;
  text-decoration: none;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-form table td.product-remove {
    padding: 0 !important;
    width: 0 !important;
  }
  .woocommerce-cart-form table td.product-remove a {
    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;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-danger);
    font-size: 0.625rem;
    left: 0;
    margin-top: -10px;
  }
}
.woocommerce-cart-form table td.product-thumbnail img {
  max-width: 4.375rem;
}
.woocommerce-cart-form table td .amount {
  font-weight: 500;
}
.woocommerce-cart-form table td.product-price .amount {
  color: var(--color-text-light);
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-form table td.product-price {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-form table td.product-subtotal {
    display: none !important;
  }
}
.woocommerce-cart-form table td .quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.woocommerce-cart-form table td .quantity .minus:after {
  left: 10px;
}
.woocommerce-cart-form table td .quantity .plus::before {
  top: 11px;
  left: 14px;
}
.woocommerce-cart-form table td .quantity .plus:after {
  right: 10px;
}
.woocommerce-cart-form table td .quantity-button {
  width: 1.875rem;
  height: 1.875rem;
}
.woocommerce-cart-form table td .qty {
  font-size: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.woocommerce-cart-form table td.actions {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form table tbody {
  position: relative;
}
.woocommerce-cart-form table tbody tr {
  position: relative;
}
.woocommerce-cart-form table tbody td:first-child {
  padding-left: 0;
}
.woocommerce-cart-form table tbody td:last-child {
  padding-right: 0;
}
.woocommerce-cart-form .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;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart-form .actions-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce-cart-form .actions-wrapper .empty-cart-button {
  display: none;
}
.woocommerce-cart-form .actions-wrapper .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form .actions-wrapper .coupon label {
  display: none;
}
.woocommerce-cart-form .actions-wrapper .coupon #coupon_code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 576px) {
  .woocommerce-cart-form .actions-wrapper .coupon #coupon_code {
    min-width: 17.5rem;
  }
}
.woocommerce-cart-form .actions-wrapper .coupon .button {
  white-space: nowrap;
  margin-left: 0.625rem;
  border: 0;
}
.woocommerce-cart-form .actions-wrapper input {
  height: 2.75rem;
}
.woocommerce-cart-form .actions-wrapper .button {
  font-size: 0.75rem;
  height: 2.75rem;
}
.woocommerce-cart-form .actions-wrapper .button[name=update_cart] {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: transparent;
}
.woocommerce-cart-form .actions-wrapper .button[name=update_cart]:disabled {
  color: var(--color-text-light);
  background-color: transparent;
  opacity: 0.6;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-form .actions-wrapper .button[name=update_cart] {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.cart-collaterals {
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-small);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  padding: 1.25rem;
}
.cart-collaterals .cart_totals > h2 {
  font-family: getFont(secondary);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid var(--color-info);
}
.cart-collaterals .shop_table {
  width: 100%;
}
.cart-collaterals .shop_table th {
  font-size: 0.8125rem;
  font-weight: 600;
}
.cart-collaterals .shop_table td {
  text-align: right;
}
.cart-collaterals .shop_table .amount {
  font-size: 0.9375rem;
}
.cart-collaterals .shop_table .cart-subtotal th, .cart-collaterals .shop_table .cart-subtotal td {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-info-dark);
}
.cart-collaterals .shop_table .order-total th, .cart-collaterals .shop_table .order-total td {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}
.cart-collaterals .shop_table .order-total td strong {
  font-weight: 600;
}
.cart-collaterals .shop_table .order-total .amount {
  font-size: 1.25rem;
}
.cart-collaterals .checkout-button {
  width: 100%;
}

.wc-proceed-to-checkout {
  padding-top: 0.9375rem;
  border-top: 1px solid var(--color-info-dark);
}
.wc-proceed-to-checkout .checkout-button {
  height: 3rem;
}

@media screen and (min-width: 1024px) {
  #customer_details {
    padding-right: 1.875rem;
  }
}
#customer_details .col-1, #customer_details .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
#customer_details h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-info-dark);
}
#customer_details .woocommerce-billing-fields__field-wrapper, #customer_details .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row, #customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row label, #customer_details .woocommerce-additional-fields__field-wrapper .form-row label {
  font-size: 0.8125rem;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper > input, #customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > input {
  height: 2.875rem;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea, #customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea {
  min-height: 120px;
  resize: none;
}
@media screen and (min-width: 768px) {
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_last_name_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
#customer_details .woocommerce-additional-fields {
  margin-top: 1.875rem;
}

.order-review-wrapper {
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  padding: 0.9375rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .order-review-wrapper {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .order-review-wrapper {
    margin-top: 1.25rem;
  }
}
.order-review-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-info-dark);
}
.order-review-wrapper .shop_table {
  width: 100%;
  font-size: 0.8125rem;
}
.order-review-wrapper .shop_table .amount {
  font-size: 0.9375rem;
}
.order-review-wrapper .shop_table th {
  font-weight: 600;
}
.order-review-wrapper .shop_table thead th {
  color: var(--color-text-light);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-info-dark);
}
.order-review-wrapper .shop_table thead th:last-child {
  text-align: right;
}
.order-review-wrapper .shop_table tbody td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.order-review-wrapper .shop_table tbody td.product-name {
  font-size: 0.8125rem;
  padding-right: 1.25rem;
}
.order-review-wrapper .shop_table tbody td:last-child {
  text-align: right;
}
.order-review-wrapper .shop_table tfoot tr th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--color-text-light);
  border-top: 1px solid var(--color-info-dark);
}
.order-review-wrapper .shop_table tfoot tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: right;
  border-top: 1px solid var(--color-info-dark);
}
.order-review-wrapper .shop_table tfoot tr.order-total .amount {
  font-size: 1.25rem;
  font-weight: 600;
}
.order-review-wrapper .woocommerce-checkout-payment {
  padding-top: 0.9375rem;
  border-top: 1px solid var(--color-info-dark);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 1.25rem;
  color: var(--color-primary);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods .payment_box p {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--color-text-light);
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 0.9375rem;
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
  font-size: 0.75rem;
  line-height: 1.6;
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a {
  color: var(--color-danger);
  font-weight: 500;
  text-decoration: underline;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required {
  margin-left: 0;
  margin-right: 0;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label input {
  position: relative;
  top: -9px;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span {
  position: relative;
  line-height: 1.5;
  padding-left: 0.625rem;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span a {
  font-weight: 500;
  color: var(--color-danger);
  text-decoration: underline;
}
.order-review-wrapper .woocommerce-checkout-payment #place_order {
  width: 100%;
  height: 3rem;
  color: #fff;
  background-color: var(--color-danger);
  border-color: transparent;
}
.order-review-wrapper .woocommerce-checkout-payment #place_order:hover {
  background-color: var(--color-danger-dark);
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li + li {
  border-top: 1px solid var(--color-info-dark);
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  color: var(--color-text-primary);
  -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);
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--color-info-light);
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  background-color: var(--color-primary);
}
.my-account-wrapper .woocommerce-MyAccount-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .my-account-wrapper .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    margin-left: auto;
  }
}
.my-account-wrapper .woocommerce-MyAccount-content a {
  font-weight: 500;
  text-decoration: none;
  color: var(--color-primary);
}

/*------------------------------------ 
    12 - Sidebar 
------------------------------------*/
.widget {
  margin-bottom: 2.5rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.widget_nav_menu ul li a {
  font-size: 0.875rem;
  color: currentColor;
}
.widget_nav_menu ul li a:hover {
  text-decoration: underline;
}

.widget_contact .company-phone {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .widget_contact .company-phone {
    font-size: 1.5rem;
  }
}
.widget_contact .company-works {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
.widget_contact .company-works p {
  margin-bottom: 0;
  opacity: 0.6;
}
.widget_contact .company-mail {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-primary);
}
.widget_contact .company-mail:hover {
  text-decoration: underline;
}

.widget_about_company .company-logo {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .widget_about_company .company-logo {
    margin-bottom: 1.875rem;
  }
}
.widget_about_company .company-logo img {
  height: 2.375rem;
}
.widget_about_company .company-content .entry-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .widget_about_company .company-content .entry-title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.widget_about_company .company-content .entry-description {
  font-size: 0.875rem;
}
.widget_about_company .company-content .entry-description p {
  opacity: 0.6;
}
.widget_about_company .company-content a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-primary);
}
.widget_about_company .company-content a:hover {
  text-decoration: underline;
}

.widget_iconbox ul {
  border: 1px solid var(--color-info-dark);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_iconbox ul li {
  padding: 1.375rem 1.25rem;
}
.widget_iconbox ul li + li {
  border-top: 1px solid var(--color-info);
}

.widget_testimonial .widget-body {
  background-color: var(--color-review-lighter);
  border-radius: var(--theme-theme-radius-base);
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .widget_testimonial .widget-body {
    padding: 1.875rem;
  }
}
.widget_testimonial .widget-body .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.widget_testimonial .widget-body .testimonial-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget_testimonial .widget-body .testimonial-inner .customer-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  max-width: 5.375rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
.widget_testimonial .widget-body .testimonial-inner .customer-detail .stars {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-review-dark);
  margin-bottom: 0.1875rem;
}
.widget_testimonial .widget-body .testimonial-inner .customer-detail .customer-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: -3px;
}
.widget_testimonial .widget-body .testimonial-inner .customer-detail .customer-mission {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
.widget_testimonial .widget-body .testimonial-inner .customer-detail .customer-description {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.sidebar-mobile-header {
  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;
  margin-bottom: 1.875rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--color-info-dark);
}
@media screen and (min-width: 1024px) {
  .sidebar-mobile-header {
    display: none;
  }
}
.sidebar-mobile-header .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.widget-checkbox-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-checkbox-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.widget-checkbox-list ul li + li {
  margin-top: 0.5rem;
}
.widget-checkbox-list ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.8125rem;
  color: var(--color-text);
  text-decoration: none;
}
.widget-checkbox-list ul li a input[type=checkbox] {
  display: none;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label {
  color: var(--color-primary);
  font-weight: 500;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.widget-checkbox-list ul li a label {
  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;
  font-size: 0.875rem;
  cursor: pointer;
  margin-bottom: 0;
}
.widget-checkbox-list ul li a label span {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  max-width: 1.125rem;
  width: 100%;
  height: 1.125rem;
  margin-right: 0.9375rem;
  top: -1px;
  border-radius: var(--theme-theme-radius-xsmall);
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
}
.widget-checkbox-list ul li a label span::before {
  position: relative;
  content: "✔";
  font-size: 0.75rem;
  line-height: 1;
  left: 0.5px;
  text-shadow: 0px 0px 0px;
  opacity: 0;
}
.widget-checkbox-list ul li a::after {
  display: none;
}

/* filtered sidebar */
@media screen and (max-width: 1023.98px) {
  .filtered-sidebar {
    position: fixed !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 1.25rem 1.25rem 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 10001;
  }
  .filtered-sidebar::before {
    display: none;
  }
}

/*------------------------------------ 
    13 - Footer 
------------------------------------*/
.site-footer {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .site-footer {
    margin-top: 5.625rem;
  }
}
.site-footer .footer-row.border-boxed .footer-inner {
  border-top: 1px solid;
}
.site-footer .footer-row.dark {
  color: var(--color-text-primary);
  border-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-row.dark .footer-inner {
  border-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-row.dark .custom-column {
  border-right-color: rgba(0, 0, 0, 0.1) !important;
}
.site-footer .footer-row.dark .sub-banners ul li + li {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-row.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.site-footer .footer-row.light .footer-inner {
  border-color: rgba(255, 255, 255, 0.15);
}
.site-footer .footer-row.light .custom-column {
  border-right-color: rgba(255, 255, 255, 0.15) !important;
}
.site-footer .footer-row.light .sub-banners ul li + li {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}
.site-footer .footer-row.custom-background-light {
  background-color: #F6F7F9;
}
.site-footer .footer-row.custom-background-dark {
  background-color: #212529;
}
.site-footer .footer-widgets .footer-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-widgets .footer-sidebar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.site-footer .footer-widgets .footer-sidebar > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-widgets .footer-sidebar > *.custom-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
    border-right: 1px solid;
    padding-right: 2.5rem;
  }
}
.site-footer .footer-widgets .footer-sidebar > *.custom-column + .widgets-column {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-widgets .footer-sidebar > *.custom-column + .widgets-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 4.6875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-widgets .footer-sidebar .widgets-column .widget {
    margin-bottom: 1.875rem;
  }
}
.site-footer .subfooter .sub-banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .subfooter .sub-banners ul li {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .site-footer .subfooter .sub-banners ul li {
    width: auto;
  }
}
.site-footer .subfooter .sub-banners ul li + li {
  border-top: 1px solid;
}
@media screen and (min-width: 992px) {
  .site-footer .subfooter .sub-banners ul li + li {
    border-top: 0;
    border-left: 1px solid;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}
.site-footer .footer-copyright .footer-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .footer-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.site-footer .footer-copyright .copyright-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .copyright-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-footer .footer-copyright .copyright-row:nth-child(3) {
    margin-top: 1.875rem !important;
  }
}
.site-footer .footer-copyright .copyright-row + .copyright-row {
  margin-top: 0.3125rem;
}
.site-footer .footer-copyright .copyright-row .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .copyright-row .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .site-footer .footer-copyright .copyright-row .column:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-footer .footer-copyright .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-copyright .footer-menu ul li {
  margin-right: 1.25rem;
}
.site-footer .footer-copyright .footer-menu ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-copyright .footer-menu ul li a {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  color: currentColor;
}
.site-footer .footer-copyright .footer-menu ul li a:hover {
  text-decoration: underline;
}
.site-footer .footer-copyright .site-copyright {
  font-size: 0.8125rem;
  line-height: normal;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .site-copyright {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.site-footer .footer-copyright .site-copyright p {
  opacity: 0.5;
  margin-bottom: 0;
}
.site-footer .footer-copyright .mobile-app-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .mobile-app-content {
    margin-top: 0;
  }
}
.site-footer .footer-copyright .mobile-app-content span {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-copyright .mobile-app-content span {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

/*------------------------------------ 
    14 - Social Media 
------------------------------------*/
.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.social-media.social-share li 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: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
.social-media a {
  -webkit-transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.social-media.colored a {
  color: #fff;
}
.social-media.colored a.facebook {
  background-color: #1877f2;
}
.social-media.colored a.facebook:hover {
  background-color: #0b5fcc;
}
.social-media.colored a.twitter {
  background-color: #1da1f2;
}
.social-media.colored a.twitter:hover {
  background-color: #0c85d0;
}
.social-media.colored a.linkedin {
  background-color: #0077b5;
}
.social-media.colored a.linkedin:hover {
  background-color: #005582;
}
.social-media.colored a.pinterest {
  background-color: #e60023;
}
.social-media.colored a.pinterest:hover {
  background-color: #b3001b;
}
.social-media.colored a.whatsapp {
  background-color: #25d366;
}
.social-media.colored a.whatsapp:hover {
  background-color: #1da851;
} 
/*** uncss> filename: css/klbicon.css ***/
/*------------------------------------ 
    04 - Icons
------------------------------------*/

@font-face {
  font-family: "klbtheme";
  src: url(https://www.adworldglobal.com/wp-content/themes/partdo/assets/fonts/klbtheme.woff2);
}

[class^=klbth-icon-]:before {
  font-family: "klbtheme";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-amazon-pay:before {
  content: "\e818";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-star:before {
  content: "\e853";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-right-open-big:before {
  content: "\e870";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-facebook:before {
  content: "\e893";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-linkedin:before {
  content: "\e8f5";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-pinterest:before {
  content: "\e934";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-arrow-right-long:before {
  content: "\e96d";
} /* '' */ /* '' */ /* '' */
.klbth-icon-arrow-rotate-left:before {
  content: "\e970";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-caret-down:before {
  content: "\e995";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-chevron-down:before {
  content: "\e9a2";
} /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-twitter:before {
  content: "\e9a6";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-circle-arrow-right-fill:before {
  content: "\e9ba";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-whatsapp:before {
  content: "\e9c4";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-circle-info-fill:before {
  content: "\e9d5";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-filter:before {
  content: "\e9f4";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-xmark:before {
  content: "\ea1c";
} /* '' */
.klbth-icon-shield:before {
  content: "\ea1d";
} /* '' */ /* '' */ /* '' */
.klbth-icon-garage-house:before {
  content: "\ea20";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-4-grid:before {
  content: "\ea25";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-shopping-bag-large:before {
  content: "\ea2c";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-search:before {
  content: "\ea38";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-home-simple-door:before {
  content: "\ea41";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-view-grid-thin:before {
  content: "\ea54";
} /* '' */
.klbth-icon-view-list-thin:before {
  content: "\ea55";
} /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-menu:before {
  content: "\ea59";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-ecommerce-package-ready:before {
  content: "\ea8f";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-ecommerce-percentage-return:before {
  content: "\ea95";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-ecommerce-store:before {
  content: "\eadb";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-ecommerce-discount-black:before {
  content: "\eaeb";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-envelope-filled:before {
  content: "\eb5e";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-delivery-ship:before {
  content: "\f110";
} /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */ /* '' */
.klbth-icon-phone-squared:before {
  content: "\f098";
} /* '' */


 
/*** uncss> filename: css/css2.css ***/
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQiwLBCUIASSf8.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQiwLBCS4ASSf8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQiwLBCSoASSf8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQiwLBCRIAS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQipLNCUIASSf8.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQipLNCS4ASSf8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQipLNCSoASSf8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQipLNCRIAS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlFdRyC6CRYbkQqG5FXe6E.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlFdRyC6CRYbkQqAJFXe6E.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlFdRyC6CRYbkQqAZFXe6E.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlFdRyC6CRYbkQqD5FX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi_LJCUIASSf8.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi_LJCS4ASSf8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi_LJCSoASSf8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi_LJCRIAS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi0LVCUIASSf8.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi0LVCS4ASSf8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi0LVCSoASSf8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQi0LVCRIAS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQitLRCUIASSf8.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQitLRCS4ASSf8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQitLRCSoASSf8.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlGdRyC6CRYbkQitLRCRIAS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZo47GKJyRpgW.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZo47GLlyRpgW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZo47GLhyRpgW.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZo47GLZyRg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZuo4GKJyRpgW.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZuo4GLlyRpgW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZuo4GLhyRpgW.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZuo4GLZyRg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlLdRyC6CRYblUaDYlT.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlLdRyC6CRYbk4aDYlT.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlLdRyC6CRYbk8aDYlT.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlLdRyC6CRYbkEaDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZrI5GKJyRpgW.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZrI5GLlyRpgW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZrI5GLhyRpgW.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZrI5GLZyRg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZp4-GKJyRpgW.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZp4-GLlyRpgW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZp4-GLhyRpgW.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZp4-GLZyRg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZvo_GKJyRpgW.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZvo_GLlyRpgW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZvo_GLhyRpgW.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.adworldglobal.com/wp-content/fonts/sZlEdRyC6CRYZvo_GLZyRg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 
/*** uncss> filename: https://www.adworldglobal.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6 ***/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="email"] {
	direction: ltr;
}
