/*
Theme Name:   Machic Child
 Theme URI:    http://klbtheme.com/machic/
 Description:  Machic Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     machic
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  machic-child
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot?83939722');
  src: url('./fonts/fontello.eot?83939722#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff2?83939722') format('woff2'),
       url('./fonts/fontello.woff?83939722') format('woff'),
       url('./fonts/fontello.ttf?83939722') format('truetype'),
       url('./fonts/fontello.svg?83939722#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?83939722#fontello') format('svg');
  }
}
*/

.klbth-icon-dzen:before { 
	content: '\e800'; 
	  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* 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;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* 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-vc:before { 
	content: '\e801'; 
	  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* 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;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

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

body {
    font-size: 0.95rem;
    --color-main-text: #333333;
}
:root {
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Roboto", sans-serif;
}

.site-payment-logos img {
    width: 220px;
}
.header-type1 .header-top {
    background-color: #f7f8f9;
}
.site-header .header-addons-icon .button-count, .site-header .header-addons-icon .button-count, .site-footer .footer-newsletter .site-newsletter .subscribe-form button {
    color: #ffffff;
}

.site-header .phones .header-addons-text {
    line-height: inherit;
}

.wpcf7 input[type="checkbox"] {
    border: 1px solid var(--color-form-border);
    height: 1.5rem;
    width: 1.5rem;
}
.header-wrapper .callback a {
    text-decoration: underline dashed !important;
    text-underline-offset: 3px;
    text-decoration-color: #4CAF50 !important;
    color: #4CAF50 !important;
    cursor: pointer !important;
	font-weight: bold;
	font-size: 13px;
}
.header-wrapper .callback a:hover {
    color: #0070dc !important;
    text-decoration-color: #0070dc !important;
}
.ui-widget-content .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
}
.ui-widget-content .ui-slider-range {
    height: 2px !important;
}
.ui-widget-content {
    height: 7px;
    border: none;
    background: none;
}
.pc-range-slider__control .ui-slider-handle:last-of-type {
    margin-left: 0px !important;
}
.product-price-credit {
    display: inline-block;
    background: #e6f9ff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #00a3dd;
}

.product-price-credit::before {
    font-family: "klbtheme";
    font-size: 0.875rem;
    content: "";
    margin-right: 6px;
    color: #00a3dd;
}
.box {
    border: 1px solid #d9dde3;
    padding: 10px;
    border-radius: var(--size-form-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box label input[type="checkbox"], .box label input[type="radio"] {
    margin-right: 10px;
}

.term-description {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #646464;
}

.term-description h2 {
    font-size: 25px;
}

.term-description h3 {
    font-size: 20px;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description {
    font-size: 14px !important;
}


/* Popup Maker */

.pum-theme-vipecology .pum-content {
    font-size: 14px;
}
.pum-theme-vipecology .pum-content input {
    margin-bottom: 20px;
}

.pum-theme-vipecology .pum-content .wpcf7-submit {
    margin: 0 auto;
    display: flex;
}

.pum-theme-vipecology span.wpcf7-spinner {
    position: relative;
    top: -30px;
    float: right;
    right: 100px;
}

.pum-theme-vipecology .wpcf7-response-output {
    border: 1px solid #00a3dd !important;
    padding: 15px !important;
    border-radius: 10px;
}

.pum-theme-vipecology .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.site-header .header-top .site-menu .menu > li > a:hover {
    color: #00a3dd !important;
}

ul#shipping_method label {
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
}
.cfw-trust-badges {
    font-size: .775em !important;
}

.item-description {
    font-size: 14px;
    color: var(--color-text-light);
}
.item h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
button.btn.btn-primary {
    background: #00a3dd !important;
    border: 1px solid #3fc2f0;
}
tr.woocommerce-shipping-totals.shipping {
    display: none;
}
button#place_order {
    padding: revert;
}
.cfw-review-pane-content.cfw-review-pane-shipping-address-value {
    color: #818ea0 !important;
    font-size: 13px !important;
    line-height: normal;
}
#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-title {
    font-size: 15px !important;
    font-weight: 400;
    line-height: normal;
}

/* Правки левого мега-меню */

.site-departments .departments-menu .column-2 > ul.sub-menu {
    max-width: 780px !important;
}

.site-departments .departments-menu > li.menu-item-has-children.column-2 > .sub-menu > .menu-item-has-children {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.site-departments .departments-menu > li.menu-item-has-children.column-2 > .sub-menu {
	column-count: 3;
	display: block !important;
}

.departments-menu .menu-item-has-children.column-2 > ul > li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 150px !important;
    height: auto !important;
}
.elementor-widget-machic-clients-box {
    overflow-x: hidden !important;
}

.grecaptcha-badge {
    display: none !important;
}

li#menu-item-11268 {
    background: #00a3dd;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
#menu-item-11268 a:hover {
    color: #fff !important;
}
li#menu-item-11268:hover {
    opacity: 0.8;
}
.header-addons.clock {
    display: flex;
    flex-direction: column;
	padding: 0;
    margin: 0;
}
.header-addons.clock .secondary-text {
    font-size: 12px;
    color: var(--color-text-light);
}

.header-addons.clock .primary-text a {
    color: var(--color-link) !important;
}

.seo-tags {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
}

.seo-tags ul {
    list-style: none;
    padding: 0;
}
.seo-tags li {
    float: left;
    background: #f7f8f9;
    margin: 4px;
    padding: 3px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
}
span.small-text {
    display: contents;
    font-size: 8px;
    text-transform: math-auto;
}
.badge {
    background: #ef262c !important;
}

.up-sells .products {
    width: 100%;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-04d99c7.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    max-height: 500px;
}
.atributes-loop {
    margin-bottom: 15px;
}
.atributes-loop .name {
    font-size: 12px;
	display: flex;
    align-items: center;
	color: var(--color-text-light);
}
.atributes-loop .value {
    font-size: 12px;
	font-weight: bold;
    display: inline-block;
    border: 1px solid var(--color-link);
    border-radius: 5px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 3px;
    padding-bottom: 3px;
	
}
.product-message.color-danger {
    color: #818ea0;
}
.recommendArticles .entry-content {
    font-size: 13px;
    color: #8a8e94;
}
.woocommerce-additional-fields h3 {
    display: none;
}
.site-offcanvas-close i.klbth-icon-cancel {
	color: #fff;
}
.podbor {
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podbor .btn {
    height: 3rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: var(--color-link);
    border-color: var(--color-link);
	color: #fff !important;
	position: relative; 
    overflow-x: hidden; 
}
.podbor .btn .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}

.podbor .btn:hover {
	opacity: 0.8;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.item-date {
    font-size: 13px;
    margin-top: 15px;
    color: #9a9a9a;
}
li.product-category.product {
    text-align: center;
}

.portfolio .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
	 width: 100%;
      height: 450px;
}

.portfolio .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.portfolio .mySwiper2 {
      height: 450px;
      width: 100%;
    }

.portfolio .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.portfolio .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

.portfolio .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.portfolio .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.site-offcanvas nav.categories a.all-categories {
    background-color: #00a3dd !important;
    color: #ffffff !important;
}
.lowprice span {
    color: var(--color-link);
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px dashed;
    font-weight: 500;
}
.lowprice {
    margin-bottom: 15px;
}

.lowprice:hover {
	cursor:pointer;
}
.lowprice:hover span {
    opacity: 0.5;
}

.search-button .site-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 57px;
    bottom: 0;
	display: none;
}
.header-addons.search-button.show .site-search {
	display:block;
}
.header-mobile .header-addons-icon {
    width: auto !important;
}

.search-button .site-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-left: none;
	border-radius: 0px;
}

.search-button .site-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	border-radius: 0px;
}
.search-button .site-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-left: none;
    border-radius: 0;
}

.snow{
background-image:
	url(./img/uYjnk8N_w.png),
	url(./img/iAGD6MA_w.png),
	url(./img//hIJDjbg_w.png);
animation: snow 30s linear infinite;
}

.snow_blue{
background-image:
	url(./img/uYjnk8N.png),
	url(./img/iAGD6MA.png),
	url(./img//hIJDjbg.png);
animation: snow 30s linear infinite;
}

@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px}
}



.products .outofstock {
    opacity: 0.6;
}
.url-adress {display: none}

nav.site-menu.horizontal {
    display: flex;
	gap: 20px;
}
a.button.button-primary {
    color: #fff !important;
}
a.checkout-button.button.alt.wc-forward {
    color: #fff !important;
}
#shipping_method input.shipping_method {
    position: relative;
    top: 3px;
    float: right;
    margin-right: 0;
    margin-left: 7px;
    vertical-align: middle;
    padding: 0 !important;
}

p#shipping_city_field {
    display: none;
}
p#shipping_country_field {
    display: none;
}
h3.cfw-billing-address-heading {
    display: none;
}
h4.cfw-billing-address-description.cfw-small {
    display: none;
}
div#cfw-shipping-same-billing {
    display: none;
}
div#cfw-payment-method .row {
    display: none;
}
.checkoutwc .wc_payment_method input.input-radio[name=payment_method] {
    display: block;
    padding: 0 !important;
}

input[type=checkbox], main.checkoutwc input[type=checkbox] {
    background-color: #fff;
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 #000;
    cursor: pointer;
    height: 18px!important;
    margin-left: 0;
    margin-right: 0.5em!important;
    min-width: 18px!important;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: -4px;
    width: 18px!important;
    padding: 0 !important;
    border-radius: 3px !important;
}
h4.cfw-small.secure-notice {
    display: none;
}

#cfw-place-order button {
    padding: 0px 15px !important;
}
#cfw-delivery-method input {
    padding: 0 !important;
}

.site-social ul li:nth-child(1) a {
    background: #26d367;
}
.site-social ul li:nth-child(2) a {
    background: #1d9ede;
}
.site-social ul li:nth-child(3) a {
    background: linear-gradient(135deg, #6f7cff 0%, #7b5cff 50%, #5a3fff 100%);
}

.site-social ul li:nth-child(4) a {
    background: #f41f1fcc;
}
.site-social ul li:nth-child(5) a {
    background: #535050;
}
.site-social ul li:nth-child(6) a {
    background: #fbadad;
}
a.button {
    color: #fff;
}
.has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title:before {
    background-color: #007a3d !important;
}
.fc-checkout__branding a img {
    height: 50px !important;
    line-height: 50px;
    width: auto !important;
}

div#woocommerce-shipping-fields__field-wrapper {
    padding-bottom: 0;
}
p#shipping_city_field {
    margin-bottom: 0 !important;
}
button.fc-step__substep-save.button {
    padding: 0 1.25rem;
}
.quantity input {
    padding: 0 !important;
    background: none !important;
    color: #818ea0 !important;
    font-size: 13px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px;
}
p.sku {
    color: var(--color-text-light);
    font-size: 13px;
}


.products .product-footer {
    position: relative;
    height: 55px;
    left: 0;
    right: 0;
    border-top: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
	margin-bottom: 30px;
}
.product-footer-details {
    padding-top: 0 !important;
}
.product-wrapper:hover .product-footer {
    height: auto;
}

#gallery-1 img {
    border: 1px solid #f5f5f5 !important;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
	margin: 0;
	margin-right: 30px;
}
.social-icons li {
    padding-right: 10px;
}
.woocommerce-cart-form td.actions {
    display: none;
}
.site-details {
    justify-content: space-between;
}

@media screen and (min-width: 64rem) {
.site-footer .footer-details .site-details .site-social {
    margin-left: 0 !important;
}
}
@media (max-width: 64rem) {
.yandex-widget {
    margin-top: 15px;
}
}

header.sticky-header, header.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.home header.sticky-header, .home header.sticky-header{
    position: relative;
   
}
@media (max-width: 64rem) {
	.home header.sticky-header, .home header.sticky-header{
    position: fixed;
   }
   .header-mobile-switcher.hide-desktop {
    display: none;
}
}

header.sticky-header .header-desktop, header.sticky-header .header-desktop {
	background: #fff;
}

header.sticky-header .header-nav, header.sticky-header .header-top{
    display: none;
}

.home header.sticky-header .header-nav, .home header.sticky-header .header-top{
    display: block;
}
.site-offcanvas .site-menu .menu a i.red {
    display: none;
}

.button-count.cart-count {
    color: #fff !important;
}
ul.grey {
    background: #f7f8f9;
    padding: 30px !important;
}
.products .product-content-fade {
	bottom: -70px !important;
}
.product-footer {
    padding-bottom: 15px;
    padding-top: 15px;
}
.products .product-price-cart .price del {
    top: 0px !important;
}
.site-offcanvas nav.categories a.all-categories {
    border-radius: 7px;
}
.site-offcanvas-header {
    background-color: #fff !important;
}

.site-offcanvas .social-icons {
    margin-top: 20px;
}

.icon-offcanvas {
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
	margin-right: 10px;
}

.icon-offcanvas svg {
    fill: #00a3dd;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
	margin-right: 10px;
}

.iconboxes-widget .item {
    border-top: 1px solid var(--color-theme-border) !important;
}

#wc-choose-your-gift h2 {
    font-size: 20px;
}
.product-badges span {
    margin-bottom: 5px;
}
.klb-notice-ajax a {
	color: #fff !important;
}
.woocommerce-message a.button {
    color: #fff;
}

@media screen and (min-width: 75rem) {
    .site-search button {
        height: 100% !important;
    }
}
.search_form button:hover {
    background: none !important;
}
form#search-form {
    margin: 0 !important;
}

.guaven_woos_titlediv {
    font-size: 13px !important;
}

.show form#search-form {
    background: #fff;
    padding: 15px;
	display: flex;
}
.show form button {
    position: relative;
    height: auto !important;
    border-radius: 0px 10px 10px 0px;
}
.show form#search-form input.form_control {
    border-radius: 10px 0px 0px 10px !important;
}
.discount-pricing-table {
    margin-top: 0;
}

.vipecology-discount-pricing {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.5rem;
}

.vipecology-discount-pricing__title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
}

.vipecology-discount-pricing__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.vipecology-discount-chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    min-width: 0;
    height: auto;
    padding: 0.375rem 0.75rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-align: left;
    cursor: default;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.vipecology-purchase-card button.vipecology-discount-chip {
    height: auto;
    min-height: 0;
    padding: 0.375rem 0.75rem;
    color: inherit;
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
    box-shadow: none !important;
    font-weight: inherit;
    letter-spacing: normal;
}

.vipecology-discount-chip:hover,
.vipecology-discount-chip:focus {
    border-color: #60a5fa;
    background: #eff6ff;
    outline: none;
}

.vipecology-discount-chip__meta {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.3;
}

.vipecology-discount-chip:hover .vipecology-discount-chip__meta,
.vipecology-discount-chip:focus .vipecology-discount-chip__meta {
    color: #2563eb;
}

.vipecology-discount-chip__price,
.vipecology-discount-chip__price .woocommerce-Price-amount.amount {
    font-size: 0.875rem !important;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.vipecology-purchase-card .vipecology-discount-pricing {
    margin-top: 0;
}

.vipecology-purchase-card__head .vipecology-discount-pricing {
    margin-top: 0.25rem;
}



.site-search .search_form button {
    background: var(--e-global-color-primary);
}
.site-search .search_form button:hover {
	 background: #041E42 !important;
}

.site-search .search_form button i {
	color: #fff;
}

.site-search .search_form input.form_control {
    border: 1px solid #e5e8ec !important;
}
.notify {
    background: #f7f8f9;
}
.notify .btn-default {
    color: #fff !important;
}
.notify i {
    font-size: 30px;
}

.wpforms-13320-field_19-container legend.wpforms-field-label {
    float: right;
}

.gdpr-inner {
    display: flex;
}

.gdpr-text a {
    font-weight: 500;
    color: var(--color-link) !important;
    text-decoration: none !important;
}
span.badge.onsale.green {
    background: #4CAF50 !important;
}
button.show-password-input {
    display: none;
}
@media screen and (min-width: 64rem) {
    .gdpr-text {
        margin-bottom: 0 !important;
    }
}


ul.products.column-4.mobile-2.categories {
    gap: 15px;
}
li.product-category.product {
    background: #ededed;
	border-radius: 5px;
}

@media screen and (min-width: 20rem) {
    .products.column-4.categories  .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media screen and (min-width: 75rem) {
    .products.column-4.categories .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 23.7%;
        max-width: 25%;
		padding: 10px;
    }
	.products.column-4.categories .product:hover {
		opacity: 0.8;
	}
	.reviews {
		display:flex;
		justify-content:center;
	}
	
}

@media (max-width: 767px) {
	.reviews {
		display:flex;
		justify-content:center;
	}
}

input#billing_country {
    display: none;
}
.notify-header {
    background: #00a3dd;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
}


.klbth-icon-max:before {
    content: "";
   background: url('./img/max.svg');
    height: 20px;
    width: 20px;
    display: flex;
    background-repeat: no-repeat;
}
.klb-post h2 {
	font-size: 25px !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
span.price {
    font-size: 14px !important;
}
.single-product-container span.woocommerce-Price-amount.amount {
    font-size: 30px;
}

.single-product-wrapper .product-stock.onbackorder {
    border-radius: 4px;
    background-color: #ffeabb;
    color: #8f6f27;
    padding: 6px 14px;
}
.single-product-wrapper .product-stock.onbackorder::before {
    font-family: "klbtheme";
    font-size: .875rem;
    content: "";
    margin-right: 6px;
}
.header-addons-text span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
del span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
}
.single-product-wrapper .product-price .price del {
    font-size: 80% !important;
}

@media screen and (min-width: 48rem) {
    .banner.large .entry-title strong {
        font-size: 2.5rem !important;
    }
}

/* Single product summary column */
.vipecology-product-summary {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 520px;
}

.vipecology-product-heading {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vipecology-product-title,
.single-product-wrapper .vipecology-product-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
}

@media (min-width: 640px) {
    .vipecology-product-title,
    .single-product-wrapper .vipecology-product-title {
        font-size: 1.875rem;
    }
}

.vipecology-product-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.vipecology-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.vipecology-meta-value {
    color: #374151;
    font-weight: 500;
}

.vipecology-meta-dot {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #d1d5db;
    flex-shrink: 0;
}

.vipecology-purchase-card {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.vipecology-purchase-card__head {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vipecology-purchase-card__head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.5rem;
}

.vipecology-purchase-card__brand {
    flex-shrink: 0;
    margin-left: auto;
}

.vipecology-purchase-card__brand-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
}

.vipecology-purchase-card__brand img,
.vipecology-purchase-card__brand .brand-thumbnail {
    display: block;
    max-height: 2.5rem;
    max-width: 7.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.vipecology-product-summary .product_meta .posted_in {
    display: none !important;
}

.vipecology-purchase-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vipecology-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
}

.vipecology-stock--in-stock {
    background: #ecfdf5;
    color: #059669;
}

.vipecology-stock--out-of-stock {
    background: #fef2f2;
    color: #dc2626;
}

.vipecology-stock--onbackorder {
    background: #fffbeb;
    color: #d97706;
}

.vipecology-stock__icon,
.vipecology-stock .vipecology-btn-check {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.vipecology-product-price {
    margin: 0;
}

.vipecology-price-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.35rem;
}

.vipecology-price-old {
    color: #9aa3ad;
    font-size: 0.875rem;
    text-decoration: line-through;
}

.vipecology-price-old .woocommerce-Price-amount.amount {
    font-size: 0.875rem !important;
    color: #9aa3ad;
}

.vipecology-price-benefit {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.vipecology-price-current,
.vipecology-price-current .woocommerce-Price-amount.amount,
.single-product-container .vipecology-price-current .woocommerce-Price-amount.amount {
    font-size: 2.25rem !important;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
    letter-spacing: -0.02em;
}

.vipecology-price-current--simple .price {
    margin: 0;
}

.vipecology-price-note {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #9aa3ad;
    font-size: 0.8125rem;
}

.vipecology-price-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border: 1px solid #c5ccd3;
    border-radius: 50%;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
    cursor: help;
}

.vipecology-purchase-form,
form.variations_form.vipecology-purchase-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.vipecology-qty-row {
    display: none;
}

.vipecology-purchase-form.is-in-cart .vipecology-qty-row,
form.variations_form.is-in-cart .vipecology-qty-row {
    display: block;
}

.vipecology-buttons-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .vipecology-buttons-row {
        flex-direction: row;
    }
}

.vipecology-purchase-form.is-in-cart .quantity,
form.variations_form.is-in-cart .quantity {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
}

.vipecology-add-to-cart-btn,
.vipecology-quick-order-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.25rem;
    border: none !important;
    border-radius: 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.25rem !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.vipecology-add-to-cart-btn {
    flex: 1 1 auto;
    min-width: 0;
    background: #dc2626 !important;
    color: #fff !important;
}

.vipecology-add-to-cart-btn:hover,
.vipecology-add-to-cart-btn:focus {
    background: #b91c1c !important;
    color: #fff !important;
}

.vipecology-add-to-cart-btn.vipecology-in-cart-btn {
    background: #dc2626 !important;
}

.vipecology-add-to-cart-btn .vipecology-btn-cart,
.vipecology-add-to-cart-btn .vipecology-btn-check {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.vipecology-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vipecology-quick-order-btn,
.vipecology-request-price-btn {
    flex: 0 0 auto;
    background: #f3f4f6 !important;
    color: #1f2937 !important;
}

.vipecology-quick-order-btn:hover,
.vipecology-quick-order-btn:focus,
.vipecology-request-price-btn:hover,
.vipecology-request-price-btn:focus {
    background: #e5e7eb !important;
    color: #1f2937 !important;
}

.vipecology-product-meta {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vipecology-service-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.vipecology-service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    color: #475569;
    flex-shrink: 0;
}

.vipecology-service-card__icon i {
    font-size: 1.5rem;
}

.vipecology-service-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.vipecology-service-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.vipecology-service-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #4b5563;
}

.vipecology-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.vipecology-service-card__link:hover {
    color: #1e40af;
}

.vipecology-variations-table {
    margin-bottom: 0.5rem;
}

.vipecology-buttons-row--variable-extra {
    margin-top: 0.25rem;
}

.single-product-wrapper .vipecology-product-summary .product-stock,
.single-product-wrapper .vipecology-product-summary .klb-single-stock,
.single-product-wrapper .vipecology-product-summary .product_meta .sku_wrapper,
.single-product-wrapper .vipecology-product-summary .product_meta .tagged_as {
    display: none !important;
}

.single-product-wrapper .vipecology-product-summary .product-ratings {
    margin: 0;
}

@media (max-width: 480px) {
    .vipecology-price-current,
    .vipecology-price-current .woocommerce-Price-amount.amount {
        font-size: 1.75rem !important;
    }
}