/*
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
*/
.hover-slider-indicator {
	bottom: -15px;
}
.products .product .product-buttons .tinv-wraper.tinv-wishlist {
	opacity: 0;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
	-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);
	will-change: opacity, transform;
	text-decoration: none;
}
.products .product:hover .product-buttons .tinv-wraper.tinv-wishlist {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}
.shop-content .content-wrapper {
	margin-top: 5px;
}
.badge {
	padding: 0.275rem 0.55rem;
}
.badge.onsale {
	font-size: 0.6125rem;
}
.products .product.custom-hover .product-buttons, .products .product.custom-hover .product-badges {
	top: 1.225rem;
}
.site-header .header-addons-icon .button-count {
	color: #fff;
}
.banner .entry-subtitle.style-3 {
	color: #fff;
}
.site-footer .footer-newsletter .site-newsletter .subscribe-form button {
	color: #fff;
}
.add_to_cart_button {
	background-color: #0a58ca;
}
.products .product.custom-hover .product-badges {
	top: 5px;
	left: 1px;
}
.thumbnail-wrapper > a img {
	margin: 0 auto;
}
.wpclv-attributes .wpclv-terms .wpclv-term.active {
	border-color: #0a58ca;
}
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color: #0a63e1;
}
.wpclv-attribute-label {
	font-weight: 900;
}
.woocommerce-product-gallery__image {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.product-card {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-grow: 1;
}
.products {
	align-items: stretch;
}
.products .product-wrapper {
	height: 100%;
}
.product-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.thumbnail-wrapper > a {
	height: 100%;
	display: flex;
}
.thumbnail-wrapper > a img {
	object-fit: contain;
}
.products .thumbnail-wrapper {
	flex-grow: 1;

	overflow: hidden;
	/*max-height: 340px;*/
	max-height: 275px;
	margin-bottom: 0;
}
.list-products .thumbnail-wrapper {
	max-width: 100%;
	flex: 0 0 100%;
	padding-bottom: 1rem !important;
}
#brands-carusel img {
	max-height: 3rem;
	object-fit: contain;
	opacity: 0.3;
	transition: 0.3s opacity;
}
#brands-carusel .swiper-slide:hover img {
	opacity: 1;
}
.site-header .site-menu.primary .menu > li > a {
	font-size: 14px !important;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-weight: 600;
}
.site-header .cart-dropdown .products .product .product-content {
	flex-direction: row;
}
.wpclv-attribute-label {
	font-weight: 700;
}
.banner.large .entry-title {
	font-size: 2.0rem;
}
.slider-module.full-width .banner-image img {
	height: 100%;
}
.site-payment-logos img {
	max-width: 45px;
	margin-right: 10px;
	height: auto;
}
.site-payment-logos img:last-child {
	max-width: 60px;
}
.product-footer {
	display: none;
}
.product-content-fade {
	margin-bottom: 0 !important;
}
.terms-info__hidden {
	position: absolute !important;
	top: 100%;
	width: 100%;
	left: 0;
	font-size: 10px;
	display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	margin-bottom: 35px;
}
.terms-info__hidden.active {
	display: block;
}
.no-more-products {
	display: none !important;
}
.woocommerce-checkout .row.content-wrapper.sidebar-right {
	width: 100%;
}
.single-product-wrapper .product-info-bottom .info-message {
	min-width: 200px;
	display: flex;
	align-items: center;
}
ul#menu-brendy {
	display: flex;
	flex-wrap: wrap;
}
ul#menu-brendy li {
	width: 47%;
	margin-top: 0 !important;
	margin-bottom: 5px;

}
.site-footer .footer-widgets .widget-title {
	margin-bottom: 0;
}
.site-footer .footer-widgets .address-detail .country {
	margin-bottom: 5px;
}
.site-footer .footer-widgets .address-detail .address-title {
	/*color: #000;*/
	font-size: 0.9rem;
	margin-bottom: 3px;
}
.site-footer .footer-widgets .address-detail .address {
	margin-bottom: 8px;
	/*color: #000;*/
}
.site-footer .footer-widgets .address-detail .phone a {
	color: currentColor;
}
.site-footer .footer-widgets .address-detail .phone a:hover {
	color: #021523;
	text-decoration: underline;
}
.price ins {
	color: #000;
	font-weight: 500;
	font-family: var(--e-global-typography-accent-font-family);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods input {
	display: none;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
	margin-left: 0;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label img {
	display: none;
}
.klb-mobile-search {
	top: 56px !important;
	bottom: unset !important;
}
body form.dgwt-wcas-search-form:before {
	left: 0.25rem;
}
@media screen and (max-width: 1200px) {
	.banner.large .entry-title {
		font-size: 1.5rem;
	}
	.site-header .header-mobile .column.center,
	.site-header .header-mobile .site-brand img {
		height: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.banner.large .entry-title {
		font-size: 1rem;
		max-width: 235px;
	}
	.banner.large .entry-title strong {
		font-size: 1.2em;
	}

}
@media screen and (max-width: 768px) {
	.products-module .total-5 > .product {
		display: none;
	}
	.products-module .total-5 > .product:first-of-type,
	.products-module .total-5 > .product:nth-of-type(2) {
		display: block;
	}
	html {
		font-size: 18px;
	}
	.woocommerce-thankyou-order-received {
		font-size: 18px;
	}
	[data-elementor-id="929"] {
		display: flex;
		flex-direction: column;
	}
	#primmm {
		order: 3;
		margin-bottom: -25px;
	}
	.site-footer .footer-newsletter .site-newsletter .subscribe-form button {
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}
}

.order-again a {
	color: #fff !important;
}
.single-product-wrapper.product-list-archive {
	margin-top: -3px;
}
.single-product-wrapper.product-list-archive .product-stock {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
}
.maintance {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.maintance .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0,0,0,.5);
}
.maintance .block {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	max-width: 100%;
	transform: translate(-50%,-50%);
	
}
.maintance .block a {
	padding: 8px 15px;
	display: flex;
	max-width: 320px;
	background: #0070dc;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 15px;
}
.to-link-cart {
	display: none;
	background: var(--color-theme-success);
	box-shadow: inset -2px -2px 0px 0px rgba(0,0,0,0.5);
}
.to-link-cart:hover {
	background: var(--color-theme-success);
}
.grecaptcha-badge {
	display: none !important;
}
.site-departments .site-departments-wrapper > a .departments-text {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.site-departments.large .site-departments-wrapper > a {
	min-width: unset;
}
.woocommerce-ResetPassword.lost_reset_password {
	display: flex;
	flex-direction: column;
}



.product-meta.d-f {
	display: flex;
	align-items: flex-start;
}
.block-add-to-cart-quantity {
	margin-left: auto;
	width: 70px;
	order: 2;
	position: relative;
}

.block-add-to-cart-quantity .plus,
.block-add-to-cart-quantity .minus {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	cursor: pointer;
	
}
.block-add-to-cart-quantity .plus {
	left: unset;
	right: 10px;
}
.block-add-to-cart-quantity .plus:after,
.block-add-to-cart-quantity .minus:after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #4207e6;
	transform: translateY(-50%);
	
}
.block-add-to-cart-quantity .plus:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 100%;
	width: 2px;
	background: #4207e6;
	transform: translateX(-50%);

}
.block-add-to-cart-quantity input {
	text-align: center;
	height: 33px;
}
.product-price-cart .button:not(.add_to_cart_button),
.block-add-to-cart-quantity.out-of-stock{
	display: none;
}
.product-meta .product-price-cart .add_to_cart_button {
	display: none;
}
.woocommerce-cart-form table td .quantity .plus::before {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce-cart-form table td .quantity .plus:after {
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}
.products .product-price-cart {
	align-items: flex-end;
}
.product-meta .product-price-cart {
	order: 3;
	margin-left: auto;
}
.product-meta .block-add-to-cart-quantity {
	display: none;
}
.product-price-cart .add_to_cart_button {
	display:none;
}
.product-meta .product-price-cart a.add_to_cart_button.button {
	display: flex;
	margin-left: auto;
	width: 70px;
	height: 33px;
}
.product-meta .product-price-cart a.add_to_cart_button.button.added {
	width: 2.25rem;
}
@media screen and (max-width: 576px) {
	.product-price-cart .block-add-to-cart-quantity {
		display: none;
	}
	.product-meta .block-add-to-cart-quantity {
		display: flex;
	}

	.product-meta.d-f {
		align-items: flex-start;

	}
	.block-add-to-cart-quantity {
		margin-left: 10px;
		flex-grow: 1;
	}
	.product-price-cart .add_to_cart_button {
		display: none
	}
	.product-meta .product-price-cart {
		order: 3;
		/* margin-left: auto; */
		margin-left: 10px;
		margin-bottom: 0;
	}
	.product-meta .product-price-cart .add_to_cart_button {
		display: flex;
	}
	.product-meta .product-price-cart .add_to_cart_button.added {
		display: none;
	}
	.block-add-to-cart-quantity input {
		height: 35px;
	}
	.products .product-meta .product-price-cart a.button,
	.products .product-price-cart a.added_to_cart{
		width: 35px;
		height: 35px;
	}
	.products .product-meta .product-price-cart a.button i  {
		font-size: 1.15rem;
	}
}
#wb-code-form {
	display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
	gap: 15px;
}
#wb-code-form button {
	box-shadow: 0px 4px 0px black;
    border: none;
}
#wb-code-form button:hover {
	box-shadow: 0px 3px 0px black;

}
#wb-code-form button:active {
	box-shadow: 0px 0px 0px black;

}
.page-id-4950 h1 {
	text-align: center;
	font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
	.page-id-4950 h1 {
		
		font-size: 1.2rem;
	}
}
div#logs pre:empty {
    display: none;
}
label[for="phone"] {
	display: flex;
	flex-direction: column;
}
.data-consent {
	margin: 1px 0;
	font-size: 14px;
}

.data-consent input[type="checkbox"] {
	margin-right: 10px;
}

.data-consent a {
	color: #007BFF;
	text-decoration: none;
}

.data-consent a:hover {
	text-decoration: underline;
}
.dop-info a {
	color: currentColor;
	display: block;
	margin-bottom: 8px;
}

/* Общие стили для контейнера */
.custom-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
	margin-top: 30px;
    flex-wrap: wrap;
}

/* Стили для колонок */
.custom-container .column {
    flex: 1 1 25%; /* Разделение пространства между колонками */
    box-sizing: border-box; /* Учет padding и border в ширине и высоте элемента */
    padding: 10px; /* Внутренний отступ для создания пространства вокруг содержимого */
}

/* Стили для блока с иконкой */
.custom-container .icon-box {
    display: flex;
    flex-direction: row; /* Вертикальное выравнивание элементов */
    align-items: center; /* Горизонтальное выравнивание элементов */
	gap: 10px;
}
.custom-container .icon-box h4 {
	font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 3px;
}
.custom-container .icon-box p {
	font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 0;
}
/* Стили для иконки */
.custom-container .icon i {
    font-size: 2em; /* Увеличение размера иконки */
    margin-bottom: 10px; /* Отступ снизу для создания пространства между иконкой и текстом */
	color: var(--color-link);;
}
@media (max-width: 1366px) {
    .custom-container .icon-box h4 {
		font-size: 1rem;

	}
	.custom-container .icon-box p {
		font-size: 0.8rem;

	}
}
/* Адаптивные стили для меньших экранов */
@media (max-width: 1024px) {
    .custom-container {
        max-width: 1024px;
        flex-wrap: wrap;
    }
    .custom-container .column {
        flex: 1 1 50%; /* Два элемента в ряд на экранах среднего размера */
    }
}

@media (max-width: 767px) {
    .custom-container {
        max-width: 767px;
    }
    .custom-container .column {
        flex: 1 1 100%; /* Один элемент в ряд на маленьких экранах */
    }
}
.qa-section {
    list-style-type: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.qa-section li:nth-child(odd) {
    border: 1px solid #007BFF;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px; /* Adds spacing between questions */
    position: relative;
}

.qa-section li:nth-child(even) {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px; /* Adds spacing between questions */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, height 0.3s ease;
}

.qa-section li:nth-child(odd)::before {
    content: '';
    border: solid #007BFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.qa-section li.open {
    height: auto;  /* Updated this line */
}
.qa-section li:nth-child(even).open {
    border: 1px solid #007BFF;
    padding: 10px;
}
.qa-section li:nth-child(odd).open {
    border-radius: 10px 10px 0 0;
}
.qa-section li:nth-child(odd).open::before {
    transform: translateY(-50%) rotate(-135deg);
}
#yith-wcwtl-output form #yith-wcwtl-email, 
#yith-wcwtl-output .button {
    height: 2.5rem;
}
.video-wrapper {
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%; 
		height: 0;
		overflow: hidden;
		max-width: 800px;
		width: 100%;
		
		max-height: 400px;
	}
	
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}



.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0;
}
.forms-container.u-columns.col2-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.forms-container.u-columns.col2-set > div {
	width: 49%;
}
.yith-wcaf-registration-form input[type=submit] {
	padding: 0 !important;
}
@media screen and (max-width: 991px) {
	.forms-container.u-columns.col2-set > div {
		width: 100%;
	}
}
.plitka-tegov ul {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Расстояние между элементами */
}

.plitka-tegov__item {
    
    
    
}

.plitka-tegov__link {
    display: block;
    padding: 5px 15px; /* Отступы внутри элементов */
    text-decoration: none; /* Убрать подчеркивание текста */
    color: #333; /* Цвет текста */
    font-weight: 500; /* Жирный текст */
    font-size: 0.85rem; /* Размер текста */
    transition: background-color 0.3s, color 0.3s; /* Плавные переходы для фона и текста */
	border-radius: 20px; /* Закругленные углы */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Тень под элементами */
	background: #9dc5ff24; /* Фон элементов */
}

.plitka-tegov__link:hover {
    background-color: #0a58ca; /* Фон элементов при наведении */
    color: #fff; /* Цвет текста при наведении */
}
/* @media screen and (max-width: 1200px) {
	.banner {
		padding: 15px 10px 35px !important;
	}
} */
@media screen and (max-width: 991px) {
	.plitka-tegov__link {
		font-size: 14px;
		padding: 5px 10px;
	}
	.banner {
		padding: 15px 10px 35px !important;
	}
	.elementor-929 .elementor-element.elementor-element-18c5c92 .entry-title {
		font-size: 23px !important;
	}
	.elementor-929 .elementor-element.elementor-element-18c5c92 .banner-content .entry-title strong {
		font-size: 26px !important;
	}
	.elementor-929 .elementor-element.elementor-element-18c5c92 .banner-content .entry-description {
		line-height: 1.4 !important;
	}
	.elementor-929 .elementor-element.elementor-element-18c5c92 .banner-content .entry-description,
	.banner.large .entry-title {
		max-width: 250px !important;
	}
	.elementor-929 .elementor-element.elementor-element-18c5c92 .entry-button .btn {
		padding: 14px !important;
	}
}

#billing_country_field,
#shipping_country_field,
.address-field  {
    display:none !important;
}
.woocommerce-MyAccount-content {
	width: 75%;
}
h1.search-title {
    margin-bottom: 1.875rem;
    font-weight: 600;
    font-size: 2.5rem;
}
.blog-posts .activation-guides {
	list-style-type:none;
}
.blog-posts .activation-guides a {
	font-size:20px;
    font-weight:300;
}
.blog-posts .activation-guides a:hover .elementor-icon-list-text {
    text-decoration:underline;
}
.blog-posts .activation-guides li {
	padding-bottom: calc(20px / 2);
}
.blog-posts .activation-guides .elementor-icon-list-icon {
	padding-right: 15px;
}
.klb-blog .breadcrumb {
	font-size: 0.75rem;
	color: #818ea0;
}
.klb-blog .breadcrumb a {
	color: #818ea0;
}