/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.7.1733305474
Updated: 2024-12-04 12:44:34

*/

.header-contact-item {
	display:  inline!important;
}

.woocommerce ul.products li.product .product-action-wrap {
	display: none;
}
.wpcf7-spinner {
	display: none;
}

.grid-cols {
      column-gap: 1.5rem!important;
}


.kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
	    box-shadow: 0px 8px 14px -4px rgb(0 0 0 / 10%);
}


@media screen and (min-width: 1025px){
.has-sidebar .content-container {
    grid-gap: 2rem!important;
	}
.has-sidebar:not(.has-left-sidebar) .content-container {
    grid-template-columns: 1fr 25%;
	grid-gap: 3rem!important;
}
}
select {
	color: var(--global-palette5);
}
input[type="text"], input[type="email"],
input[type="tel"],  textarea, select {
margin-bottom: 10px;
	width: 100%;
	background-color: #f1f0f0;
	border: 0px;
	padding-left: 20px;
}
input[type="submit"] {
	width: 100%;
	margin-bottom: 0px;
}
.acept {
	font-size: 0.9em!important;
	display: block;
text-align: left;
	margin-left: -10px;
}

.kadence-breadcrumbs a, .yoast-breadcrumbs a {
	color: #fc1f28!important;
	font-size: 15px;
	font-weight: 400;
}

/* Social icons container */
.site-header-icons-container {
	display: none;
  align-items: center;
	position: relative;
}

.site-header-icons-container img {
	width: 32px;
	cursor: pointer;
}

.site-header-tooltip-whatsapp, .site-header-tooltip-telegram {
	display:none;
	position: absolute;
  top: 60px;
  right: -50px;
	width: 300px;
  padding: 12px;
  background-color: #ededed;
	border-radius: 4px;
}

.site-header-tooltip-whatsapp.active, .site-header-tooltip-telegram.active {
	display:block;
}

.site-header-tooltip-whatsapp button, .site-header-tooltip-telegram button {
	display: block;
	width: 246px;
  margin: 12px auto;
	padding: 6px 12px;
}

/* YITH badges custom */
.yith-wcbm-badge {
	top: 10px!important;
	left: 10px!important;
}

/* Header-Link Widget */
a.header-link-widget {
	text-decoration: none;
	color: #585757;
	transition: color .1s linear;
}
a.header-link-widget:hover {
	color: #f41019;
}

.social-link-custom1 > span:nth-child(2) {
  color: #ED1C24;
}
.kt-btn-inner-text {
  font-size: 13px !important;
}

.kwt-excerpt-wrap.kwt-excerpt-_d10303-2c {
  height: 120px;
}

/* Телефон в шапке */
.custom-html3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto;
    font-weight: 600;
}

.custom-html3 a {
    color: #000;
    text-decoration: none;
    margin-top: 4px;
}

.custom-html3 a:hover {
    color: #fc1f28;
}

.wrap__DE9DM {
    bottom: 50px !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    height: 120px;
}
ul.products li.product {
    clear: none !important;
}
/* Цвет текста нопок */
.kt-btn-inner-text {
    font-size: 13px !important;
    color: white !important;
  }

/* Скрыть рекапчу */
.grecaptcha-badge { visibility: hidden; }

/* выбор города */
.custom-select {
    position: relative;
    width: 200px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.custom-select select {
    display: none;
}
.select-selected {
    border-radius: 4px;
    cursor: pointer;
    color: #f41019;
}
/* .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
} */
/* .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
} */
.select-items div {
    padding: 8px 16px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    width: 100%;
    color: #f41019;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 4px;
}
.select-items div:hover {
    background-color: #f1f1f1;
}
.select-hide {
    display: none;
}
/* выбор города - end */


/* Мобилка */
@media (max-width: 900px) {
    .site-header-row {
        align-content: space-evenly;
    }
    /* .site-header-row.site-header-row-center-column {
        grid-template-columns: 1fr auto 0fr !important;
    } */
}

/* Сетка категорий */
.prod-items-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 колонки на десктопе */
    gap: 20px; /* Расстояние между элементами */
}

.prod-item {
    width: 100%;
}

.prod-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #b7b7b7;
    padding: 30px;
    font-family: var(--global-body-font-family);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    row-gap: 10px;
    text-align: center;
    height: 100%;
}
.prod-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

/* Ховер-эффект для ссылок */
.prod-item a:hover {
    background-color: #f1f0f0;
}
/* Ховер-эффект для ссылок */
.prod-item a:hover img{
transform: scale(1.1);
}

/* Популярные на главной */
.woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image {
    position: relative;
}

/* Медиа-запрос для мобильных устройств (ширина экрана меньше 768px) */
@media (max-width: 768px) {
    .prod-items-list {
        grid-template-columns: repeat(2, 1fr);
        /* 2 колонки на мобильных */
        gap: 10px;
    }

    .content-width-fullwidth .content-area,
    .content-vertical-padding-hide .content-area {
        margin-top: -24px;
    }

    .prod-item a {
        padding: 10px;
        font-size: 12px;
    }

    .prod-item img {
        margin-bottom: 4px;
        height: 70px;
    }
}

/* Карта */
#map {
    width: 100%;
    height: 600px;
}

/* Фотогалерея товара */
.kadence-product-gallery-main {
    overflow: hidden;
}

/* 1) Фиксируем рамку у главного слайдера и у треков */
.kadence-product-gallery-main.splide {
  height: 480px !important;
}
.kadence-product-gallery-main .splide__track,
.kadence-product-gallery-main .splide__list {
  height: 100% !important;
}

.kadence-product-gallery-main .splide__slide {
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.kadence-product-gallery-main .splide__slide > a {
  width: 100%;
  height: 100%;
  display: block;
}

.kadence-product-gallery-main .splide__slide img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;              /* cover = кроп; нужно без кропа → contain */
  object-position: center center;
  display: block;
}

/* 5) На всякий случай гасим чужие позиционирования */
.kadence-product-gallery-main .splide__slide img {
  position: static !important;
  top: auto !important;
}

/* Фикс для плагина-таймлайна */
.timeline--horizontal .timeline__item .timeline__content__wrap {
    width: 200px;
}

.woocommerce ul.products li.product .kwt-image-wrap.kwt-image-full.kwt-image-_dfd9d6-ac img, .kwt-image-wrap.kwt-image-full.kwt-image-_dfd9d6-ac img {
    max-height: 240px;
    object-fit: contain;
}
.woocommerce ul.products li.product .kwt-image-wrap.kwt-image-full.kwt-image-_dfd9d6-ac img, .kwt-image-wrap.kwt-image-full.kwt-image-_dfd9d6-ac img {
    max-height: 160px;
}

h2.woocommerce-loop-product__title.entry-title {
    min-height: 80px;
}

.catalog-pdf-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.catalog-pdf-button {
    display: inline-flex;
    padding: 12px 20px;
    background: var(--global-palette-btn-bg);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.2s 
ease;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.catalog-pdf-button:hover {
    opacity: 0.70;
    color: #fff;
}
.catalog-pdf-button svg {
    width: 32px;
    height: auto;
}
.img-height a img {
	min-height: 160px;
}
.item-link {
	min-height: 90px;
}
.cookies {
    position: fixed;
	max-width: 700px;
    left: calc(50% - 700px / 2);
    bottom: 16px;
    display: none;
    align-items: center;
    gap: 16px;
    padding: 20px;
    backdrop-filter: blur(12.5px);
    background: #242424f2;
    border-radius: 8px;
    z-index: 10000;
}
p.cookies__text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
	.cookies {
		bottom: 105px;
	}
}
@media screen and (max-width: 920px) {
	.cookies {
		max-width: 70%;
    	left: calc(50% - 70% / 2);
	}
}
@media screen and (max-width: 767px) {
	.cookies {
		bottom: 75px;
        left: 100px;
        right: 120px;
        max-width: 100%;
	}
}
@media screen and (max-width: 530px) {
	.cookies {
		flex-direction: column;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	.cookies {
		bottom: 175px;
		left: 20px;
		right: 20px;
		padding: 10px;
		gap: 10px;
	}
}

@media screen and (max-width: 767px){
    #mobile-header .site-main-header-inner-wrap .site-header-item[data-section="kadence_customizer_header_search"]{
        display: none;
    }
    #mobile-header .site-main-header-inner-wrap .site-header-item[data-section="kadence_customizer_mobile_trigger"]{
        margin-left: 10px;
    }
    #mobile-header .site-main-header-inner-wrap .site-header-item[data-section="kadence_customizer_mobile_social"]{
        margin-right: 10px;
    }
    #mobile-header .site-main-header-inner-wrap .site-header-item[data-section="kadence_customizer_mobile_social"] svg{
        height: 1.3em;
        width: 1.3em;
    }
}