:root {
    /* --bg-color: #f5f5f5; */
    --bg-color: #FFFFFF;
    --text-color: #6c757d;
    --accent-color: #ffd333;
    --contrast-color: #3d464d;
    --gray-color: #ccc;
    --red-color: #ee6e73;
    --light-grey-color: #eee;
}

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
}

a {
    color: var(--text-color);
    text-decoration: underline;
}

textarea {
    resize: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn,
.dropdown-menu,
.form-control,
.form-select {
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    color: var(--text-color);
    border-color: var(--accent-color);
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--gray-color);
}

.btn-warning {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.btn-outline-warning {
    border-color: var(--accent-color);
}

.bg-warning {
    background-color: var(--accent-color) !important;
}

.btn-outline-warning:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

/* ============================= General rules ============================ */
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main.main {
    flex: 1 1 auto;
}

section {
    padding: 50px 0;
}

.section-title {
    position: relative;
    text-transform: uppercase;
    color: var(--contrast-color);
    font-weight: 700;
}

.section-title span {
    background-color: var(--bg-color);
    padding-right: 1rem;
    position: relative;
    z-index: 1;
}

/* .section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    border-top: 1px dashed var(--text-color);
} */

label.required::before {
    content: '* ';
    color: #dc3545;
    font-weight: bold;
}

/* ============================= General rules ============================ */

/* ============================= Header ============================ */
/* .header-top{
color: var(--contrast-color);
background-color:var(--accent-color);
margin: 0;
padding-left: 5px;
padding-right: 5px;
width: 100%;
} */


.header {
    border-top: 3px solid var(--accent-color);
}

.header-top-phone a {
    text-decoration: none;
}

.header-top-phone a:hover {
    text-decoration: underline;
    color: var(--contrast-color);
}

ul.social-icons {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

ul.social-icons li {
    margin-right: 10px;
}

ul.social-icons a {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    text-align: center;
    transition: all .3s;
}

ul.social-icons a:hover {
    background-color: var(--contrast-color);
    color: var(--accent-color);
}

.header-top .btn {
    background-color: #fff;
}

.header-logo {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--accent-color);
    transition: all .3s;
}

.header-logo:hover {
    color: var(--contrast-color);
}

.cart-buttons .btn {
    color: var(--contrast-color);
    transition: all .3s;
}

.cart-buttons .btn:hover {
    border: 1px solid var(--contrast-color);
}

.offcanvasCart-table .product-img-td {
    width: 70px;
    text-align: center;
}

.offcanvasCart-table img {
    max-width: 50px;
}

.offcanvasCart-table a {
    text-decoration: none;
    display: block;
}

.offcanvasCart-table a:hover {
    text-decoration: underline;
}

.header-bottom {
    border-top: 3px solid var(--accent-color);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}

.header-bottom .navbar{
    padding-left: 20px;
    padding-right: 20px;
}

.header-bottom .navbar,
.header-bottom .navbar .dropdown-menu {
    background-color: var(--contrast-color) !important;
}

.header-bottom .nav-item:first-child .nav-link {
    padding-left: 0;
}

.header-bottom .navbar .nav-link {
    color: #fff;
    transition: .3s all;
    letter-spacing: .1rem;
}

.header-bottom .navbar .nav-link:hover {
    color: var(--accent-color);
}

.header-bottom .navbar .nav-link.active {
    color: var(--accent-color);
}

.header-bottom .navbar .dropdown-menu {
    margin-top: 7px;
}

.header-middle ul{
	margin-bottom: 0;
}

.headernav-scroll.header-bottom .navbar .offcanvas:not(.show) .nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.contact-icon-header{
	width: 30px;
	height: 30px;
	margin-right:10px;
}

.user-icon{
	width: 32px;
	height: 32px;
	margin: auto 10px;
}

#menu-top-menu .sub-menu{
     list-style: none;
	 padding-left: 1rem; /* опционально — убирает отступ слева */
  	 margin: 0.5rem auto;  
}

#menu-top-menu .sub-menu li{
     list-style: none;
	 padding-left: 0; /* опционально — убирает отступ слева */
  	 margin: 0;  
}

#menu-top-menu a {
    text-decoration: none;
}

#menu-top-menu .sub-menu a{
  	 font-size: 0.8rem;  
}
  
#menu-top-menu a:hover {
    text-decoration: underline;
    color: var(--contrast-color);

}

.wpc-filters-widget-wrapper{
	font-size: 0.8rem;
}

   /* Скрываем чекбокс */
        .toggle-checkbox {
            display: none;
        }

        /* Меню по умолчанию скрыто на мобильных */
        .wpc-filter-menu {
            display: none;
            padding: 1rem 0;
        }

        /* Показываем меню, когда чекбокс отмечен */
        .toggle-checkbox:checked ~ .wpc-filter-menu {
            display: block;
        }

        /* На десктопах — всегда показываем меню */
        @media (min-width: 768px) {
            .wpc-filter-menu {
                display: block !important;
            }
            /* Скрываем кнопку на десктопах */
            .wpc-filter-toggle {
                display: none !important;
            }

        }

        /* Стиль кнопки */
        .wpc-filter-toggle {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 0.5rem 0;
            background: none;
            border: none;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            text-align: left;
            color: #212529;
            text-decoration: none;
        }

        /* Анимация стрелки */
        .toggle-icon {
            transition: transform 0.3s ease;
        }

        .toggle-checkbox:checked ~ .wpc-filter-toggle .toggle-icon {
            transform: rotate(180deg);
        }

        /* Убираем outline при фокусе */
        .wpc-filter-toggle:focus {
            outline: none;
        }
/* ============================= Header ============================ */


/* ============================= Main ============================ */


/* ============================= Carousel ============================ */
.carousel-caption {
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.carousel-caption p {
    font-size: 1.5rem;
}

/* ============================= Carousel ============================ */


/* ============================= Advantages ============================ */

.advantages .item {
    background-color: #fff;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .3s;
}

.advantages .item:hover {
    box-shadow: 0 15px 30px -20px rgba(0, 0, 0, .5);
}

.advantages i {
    font-size: 70px;
    color: var(--accent-color);
}

/* ============================= Advantages ============================ */

/* ============================= Featured products ============================ */

/* ============================= Product card ============================ */
.product-card {
    transition: all .3s;
    border: 2px solid var(--gray-color);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.product-card-offer {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
}

.product-card-offer>div {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.offer-hit {
    background-color: var(--red-color);
}

.offer-new {
    background-color: var(--accent-color);
}

.product-thumb {
    text-align: center;
}

.product-thumb img {
    max-height: 300px;
    width: auto;
}

.product-details {
    padding: 10px;
}

.product-details h4 {
    font-size: 1.2rem;
}

.product-details h4 a {
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: all .3s;
}

.product-details h4 a:hover {
    color: var(--accent-color);
}

.product-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    overflow: hidden;
}

.product-bottom-details {
    border-top: 1px solid var(--light-grey-color);
    padding-top: 1rem;
}

.product-price {
    font-size: 18px;
    color: var(--red-color);
    font-weight: 600;
}

.product-price small {
    color: var(--gray-color);
    font-weight: 400;
    text-decoration: line-through;
    font-size: 0.8rem;
}

.owl-carousel-full .owl-item img {
    display: inline-block;
    width: auto;
}

/* ============================= Product card ============================ */

/* ============================= Featured products ============================ */

/* ============================= About Us ============================ */
.about-us {
    background-color: #fff;
}

.about-us .section-title span,
.sidebar .section-title span,
.bg-white .section-title span {
    background-color: #fff;
}

/* ============================= About Us ============================ */

/* ============================= Footer ============================ */
footer {
    background-color: var(--contrast-color);
	padding: 50px 20px 30px 20px;
    color: #fff;
}

footer h4 {
    color: var(--accent-color);
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

footer a:hover {
    color: var(--accent-color);
}

.footer-icons {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    font-size: 20px;
}

.contact-icon-footer{
	width: 16px;
	height: 16px;
	margin-right:5px;
}

.footer_line{
	background-color: var(--gray-color);
	width: 100%;
	height: 1px;
	margin-top: 1rem;
}

.footer-img-cart-group{
	display:flex;
	justify-content:flex-end;
}

.footer-img-cart-group img{
	width: 15rem;
	margin-top:1rem;
	margin-right:2rem;
}

.footer_h_details{
	display:flex;
/* 	justify-content:center; */
}

.footer_h_details p{
	font-size: 0.5rem;
	margin-top: 0.3rem;
	color: var(--light-grey-color);
}
/* ============================= Footer ============================ */

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--accent-color);
    opacity: .5;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    font-size: 25px;
    transition: all .5s;
    z-index: 10;
    display: none;
}

#top:hover {
    opacity: 1;
}

.slide p {
	font-size: calc(1rem + .8vw);
	line-height: 1.2;
	
}

/* ============================= Main ============================ */

/* ============================= Category Page ============================ */
.breadcrumbs {
    margin: 30px 0;
    background-color: #fff;
    padding: 1rem;
}

.breadcrumbs ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--contrast-color);
    transition: all .5s;
    margin-right: 0.5rem;
}

.breadcrumbs a:hover {
    color: var(--accent-color);
}

.breadcrumbs a::after {
    content: "/";
    padding-left: 0.5rem;
    color: var(--contrast-color);
}

.sidebar {
    background-color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.filter-block:not(:last-child) {
    margin-bottom: 2rem;
}

.filter-block .form-check {
    margin-bottom: 0.5rem;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
    border-color: var(--gray-color);
}

.form-check-input:focus {
    border-color: var(--gray-color);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.filter-block .badge {
    color: var(--text-color);
}

.page-link {
    color: var(--contrast-color);
}

.page-link:hover {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.active>.page-link,
.page-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.sidebar .collapse-filters-btn {
    color: var(--contrast-color);
}

/* ============================= Category Page ============================ */


/* ============================= Product Page ============================ */

.product-content .product-price {
    font-size: 25px;
}

.product-content .input-group {
    width: 150px;
}

.product-content .card i {
    color: var(--accent-color);
}

.product-content .card {
    padding-left: 20px;
    font-size: 14px;
}

.product-content .card ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color: var(--contrast-color);
}

.tab-content {
    padding-top: 20px;
}

/* ============================= Product Page ============================ */


/* ============================= Cart Page ============================ */
.cart-content table img {
    max-width: 50px;
}

.cart-content table th {
    text-align: center;
}

.cart-content table td {
    padding: .5rem;
	font-size: .8rem;
}
.cart-content .product-quantity {
	min-width: 8rem;
}

.cart-content .product-thumbnail {
	width: 60px;
}

.cart-content-title {
    text-decoration: none;
    display: block;
}

.cart-content .product-thumbnail{
  text-align: center;
}



.cart-qty {
    width: 70px;
}

.btn-coupon {
    color: var(--text-color);
    text-decoration: none;
}

.btn-coupon:hover {
    color: var(--contrast-color);
}

.cart-summary{
	font-size:0.8rem;
}

.cart-summary h3 {
    color: #000;
}

.cart-summary .btn {
    padding: 1rem;
}

/* ============================= Cart Page ============================ */

/*============================= Star Rating ============================*/
.wooeshop-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-bottom: 10px;
}

@font-face {
    font-family:star;
    src:url(../fonts/star.eot);
    src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

.products .product .star-rating {
    font-size: .857em;
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #FFD333;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-product-rating::after {
    clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.woocommerce .products .star-rating {
    display: block;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
/* comments */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\e021";
}

.woocommerce p.stars:hover a::before {
    content: "\e020";
    color: var(--accent-color);
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020";
    color: var(--accent-color);
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020";
    color: var(--accent-color);
}
/*============================= Star Rating ============================*/

span.price {
    display: block;
    text-align: center;
}

span.price,
.price ins {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--red-color);
}

span.price del {
    color: var(--gray-color);
    font-weight: 400;
    font-size: .8rem;
    text-decoration: line-through;
}

.product-bottom-details a {
    font-size: 1rem;
}

a.added_to_cart {
    font-size: .9rem;
    margin-left: 10px;
}

/* Search form */
.aws-container .aws-search-form {
    height: 38px;
}

.aws-container .aws-search-field {
    border-right-color: #ffc107;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: var(--text-color);
}

.aws-container .aws-search-field:focus {
    border-color: var(--accent-color);
}

.aws-container .aws-search-field::placeholder {
    font-size: 1rem;
    color: var(--gray-color);
}

.aws-container .aws-search-form .aws-form-btn {
    background: #fff;
    border: 1px solid #ffc107;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background: #ffc107;
}

.aws-container .aws-search-form .aws-form-btn:hover > span {
    color: #000;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #FFD333;
}
/* Search form */
/* ============================= Contacts Page ============================ */
 
.contakts {
	width: 85%;
	margin: 0 auto 7rem;
}

.contakts h3{
	border-bottom: 2px solid var(--accent-color);
	margin-bottom: 3rem;
}

.contakts h6{
	margin-bottom: 1rem;
}

.contakts>div{
	display:flex;
}

.contakts div{
	margin-bottom: 3rem;
}

.contakts .messengers ul{
	display:flex;
}

.contakts .messengers li{
	margin-right:1rem;
}

/* ============================= Contacts Page ============================ */
/* ============================= Payment Page ============================ */
 
.payment {
	width: 85%;
	margin: 0 auto 7rem;
}

.payment h3{
	border-bottom: 2px solid var(--accent-color);
	margin-bottom: 3rem;
}

.payment h5{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.payment div{
	margin-left: 1rem;
}

.payment p{
	text-indent: 2rem;
	margin-bottom: 3rem;
}

.payment li{
	font-size: 1rem;
}


/* ============================= Payment Page ============================ */


@media only screen and (min-width : 992px) {
    .header-bottom .navbar .dropdown-menu-end {
        margin-left: 0;
        border: 0;
		margin-right: -15px;
    }

    .header-bottom .navbar .nav-link {
        padding: 1rem;
    }
	
	.header-contact-blok{
		display: flex;
		justify-content: space-around;
	}
	
	.time-work-header1{
		display: none;
	}
	
	.time-work-header2{
		display: flex;
		justify-content: center;
	}
	
	
}

@media only screen and (max-width : 991.98px) {
    .header-bottom .navbar .dropdown-menu {
        padding-left: 1rem;
    }

    .home-categories .products > div{
        margin-left: 1%;
        margin-right: 1%;
        width: 31%;
    }
	
	.header-contact-blok{
		display: flex;
		justify-content: space-around;
	}
	
	.time-work-header1{
		margin-bottom: 1rem;
	}
	
	.time-work-header2{
		display: none;
	}

}

@media only screen and (min-width : 768px) {
    .sidebar .collapse-filters {
        display: block;
    }

    .sidebar .collapse-filters-btn {
        display: none;
    }

}

@media only screen and (max-width : 768px) {
	
	.header-contact-blok{
		flex-direction: column;
	}
	
	.header-contact-blok > div{
		margin-bottom: 1rem;
	}
	
	.contakts>div{
		flex-direction:column;
	}
	
	.wpc-filters-widget-wrapper, #menu-top-menu .sub-menu a{
				font-size: 0.9rem;
			}

}

@media only screen and (max-width : 620px) {

/* Header top */

    .header-top{
       display: none;
    }

}

@media only screen and (max-width : 500px) {
    .product-content-details .nav-tabs .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
    
}

.product-card .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
    display: none;
}

.product-card .ajax-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100px, -100px);
}

.woocommerce-message {
    background-color: var(--accent-color);
    padding: 1rem;
    margin-bottom: 1rem;
    color: #000;
}

.woocommerce-message .button {
    float: right;
    color: #000;
    text-decoration: underline;
}

.woocommerce-message .button:hover {
    text-decoration: none;
}

.wooeshop-ordering p {
    margin-bottom: 0;
}

.woocommerce-pagination ul.page-numbers {
    display: flex;
	flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.woocommerce-pagination li .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--accent-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.woocommerce-pagination span.page-numbers {
    z-index: 3;
    color: #fff;
    background-color: #FFD333;
    border-color: #FFD333;
}

.woocommerce-pagination a.page-numbers:hover {
    z-index: 2;
    color: #e6b400;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.wpc-filter-header {
    position: relative;
    text-transform: uppercase;
    color: var(--contrast-color);
    font-weight: 700;
}

.wpc-filter-header .widget-title {
    background-color: #fff;
    padding-right: 1rem;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.wpc-filter-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 30%;
    left: 0;
    border-top: 1px dashed var(--text-color);
}

.wpc-filters-main-wrap li.wpc-term-item label {
    justify-content: space-between;
    width: 100%;
}

section.widget {
    padding-top: 0;
    padding-bottom: 0;
}

.home-categories a {
    text-decoration: none;
}

.home-categories a:hover {
    text-decoration: underline;
}

.categories-home span {
    font-size: 14px;
}

.wpc-filters-range-wrapper input[type="number"] {
    border: 1px solid #ccc;
}

.product-content .onsale {
    background: var(--red-color);
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.product-content .price > span > bdi,
.product-content .price ins,
.woocommerce-grouped-product-list-item__price ins {
    color: var(--red-color);
    font-weight: 600;
    font-size: 25px;
    text-decoration: none;
}

.woocommerce-grouped-product-list-item__price ins {
    font-size: 20px;
}

.product-content .price > del > span,
.woocommerce-grouped-product-list-item__price del {
    color: var(--gray-color);
    font-weight: 400;
    text-decoration: line-through;
    font-size: 1rem;
}

.product_meta {
    margin-top: 20px;
}

.product_meta > span {
    display: block;
}

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    text-decoration: none;
}

.woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 25%;
    float: left;
}

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
    clear: left;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
}

.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.product-gallery .carousel-item img {
    cursor: pointer;
}

.fancybox__container {
    z-index: 100000;
}

.add2cart-btn {
    margin-left: 10px;
}



/* Chrome, Safari, Edge, Opera */
.woocommerce-cart-form__cart-item input.qty::-webkit-outer-spin-button,
.woocommerce-cart-form__cart-item input.qty::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: center;
	
}

.product-add2cart input.qty::-webkit-outer-spin-button,
.product-add2cart input.qty::-webkit-inner-spin-button,
.woocommerce-grouped-product-list-item input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: center;
}

/* Firefox */
.woocommerce-cart-form__cart-item input.qty[type=number],
.woocommerce-cart-form__cart-item input.qty[type=number],
.woocommerce-cart-form__cart-item input.qty[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

.product-add2cart input.qty[type=number],
.woocommerce-grouped-product-list-item input.qty[type=number],
.woocommerce-cart-form input.qty[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

.product-content .variations label {
    margin-right: 10px;
}
.woocommerce-cart-form__cart-item .product-quantity{
	padding: 1rem 0;
}

.product-content .reset_variations {
    display: inline-block;
    margin: 10px 0;
}

.product-content .woocommerce-variation-price span.price {
    text-align: left;
}

.grouped_form .add2cart-btn,
.product-type-external .add2cart-btn {
    margin-left: 0;
}


@media screen and (max-width: 500px) {
    .product-content .input-group {
        width: 130px;
    }
}

.product-review {
    margin-bottom: 20px;
}

.product-review-header {
    display: flex;
    justify-content: space-between;
}

.product-review-header .review-date {
    color: var(--gray-color);
}

.product-review-header .avatar {
    max-height: 60px;
}

.product-review .card-text {
    margin-top: 20px;
}

.comment-author-rating {
    text-align: right;
}

.comment-author-rating .meta {
    margin-bottom: 5px;
}

.woocommerce-cart-form__contents th {
    color: var(--text-color);
    font-weight: 500;
}

.woocommerce-cart-form__contents td,
.shop_table_responsive td,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child{
    text-align: right;
    color: var(--text-color);
    font-weight: 500;
}

.shop_table ul {
    list-style: none;
    padding-left: 0;
}

.shop_table ul input {
    margin-left: 5px;
}

.shop_table ul {
    list-style: none;
}

.woocommerce-notices-wrapper .woocommerce-error {
    color: #fff;
    background: #dc3545;
    padding: 1rem;
}

ul.woocommerce-error {
    color: #fff;
    background: #dc3545;
    padding: 1rem;
    list-style: none;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-additional-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
}

.woocommerce-checkout p .input-text,
.woocommerce-address-fields p .input-text {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-checkout p .input-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffefb3;
    outline: 0;
    box-shadow: none;
}

.woocommerce-checkout p .select2-container--default .select2-selection--single,
.woocommerce-address-fields p .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.woocommerce-checkout p .select2-container .select2-selection--single,
.woocommerce-address-fields p .select2-container .select2-selection--single {
    height: 38px;
}

.woocommerce-checkout p .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields p .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.woocommerce-checkout p .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields p .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.woocommerce-additional-fields__field-wrapper p {
    flex: 100%;
    max-width: 100%;
}

.woocommerce-checkout textarea {
    min-height: 100px;
}

@media only screen and (max-width : 768px) {
    .woocommerce-checkout p {
        flex: 100%;
        max-width: 100%;
    }
}

.woocommerce-checkout-payment ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-thankyou-order-received {
    background: var(--accent-color);
    color: var(--contrast-color);
    padding: 10px;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    padding: 20px 0;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    color: #cc0000;
}

.woocommerce-password-strength.good {
    color: #00A8EF;
}

.woocommerce-password-strength.strong {
    color: #00A510;
}

.woocommerce-password-hint {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-orders-table td {
    text-align: left;
}

.woocommerce-Address {
    width: 100%;
}

.wishlist-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.wishlist-icon i {
    font-size: 20px;
    transition: all .3s;
}

.wishlist-icon:hover i,
.wishlist-icon.in-wishlist i {
    color: var(--accent-color);
}

/* Сообщение об ошибке */
#coupon-error-notice {
    flex: 0 0 100%;
    color: #dc3545;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    font-size: 14px;
}

.woocommerce-error a {
    color: #fff;

}

.show-password-input {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  
/* Иконка открытого глаза через псевдоэлемент */
.show-password-input::before {
    content: "👁️"; /* Или используйте background-image */
    display: block;
    font-size: 18px;
}

/* Иконка закрытого глаза при добавлении класса .display-password */
.show-password-input.display-password::before {
    content: "👁️‍🗨️"; /* Или другая иконка */
}

.home-categories .products > div{
    background-color:#f7f8fa;
    border-radius: 10px;
    border-color:var(--gray-color);
    border-width: 2px;
    border-style: solid;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
    transition: all .3s;
}

.home-categories .products img{
    width: 100px;
    height: auto;
}

.home-categories .products > div:hover {
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.home-categories h2, .featured-products h2, .new-products h2{
   border-bottom: 3px solid var(--accent-color);
}

#menu-menyu-futera, #menu-dlya-pokupatelej{
    list-style-type: none; /* убираем маркеры */
    padding-left: 0; /* убираем левый отступ */
    margin-left: 0; /* на всякий случай убираем и margin */
}

.footer .h_contacts li :hover, #menu-menyu-futera li :hover, #menu-dlya-pokupatelej li :hover{
    color: var(--accent-color);
    transition: all .3s;
}

.footer h4{
    font-size: calc(1rem + .3vw);
} 

.footer .h_contacts a svg {
    width: 20px;
    height: 20px;
    fill: currentColor ;
    transition: fill 0.3s ease;
}

.footer_btn_call_back{
    font-size: calc(.8rem + .3vw);
   
}

/* Основные стили для контейнера формы */
#contact-form {
    max-width: 600px; /* Оптимальная ширина формы */
    margin: 0 auto; /* Центрирование по горизонтали */
    padding: 20px 40px;
    background: var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#contact-form h4{
    text-align: center;
}

/* Стили для самой формы CF7 */
#contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Стили для полей ввода */
#contact-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Стиль для текстовых полей и textarea */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea {
    transition: border-color 0.3s;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form textarea:focus {
    border-color: var(--accent-color);
    outline: none;
}

/* Стиль для кнопки отправки */
#contact-form .wpcf7-submit {
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    width: auto;
    display: block;
}

.privacy-policy h3{
    display: block;
    text-align: center;
}

.privacy-policy > span{
    font-size: 1rem;
    display: block;
    text-align: center;
    
}

.product-thumb img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.logo-container {
    display: inline-block;
    position: relative;
}

.logo {
    width: 150px; /* Укажите нужный размер */
    height: auto;
    transition: opacity 0.3s ease;
}

.logo-default{
    margin-left: 0px;
}

/* .logo-hover{
    margin-left: 12px;
} */

.logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.logo-container a:hover .logo-default {
    opacity: 0;
}

.logo-container a:hover .logo-hover {
    opacity: 1;
}

/* Стиль по умолчанию для всех label */
.wc_payment_method label {
    font-weight: normal;
    font-size: 16px;
    transition: all 0.2s ease;
}

/* Стиль, когда input:checked — соседний label */
.wc_payment_method input[type="radio"]:checked + label {
    font-weight: bold;
    font-size: 18px;
}

/* Дополнительные стили для мобильных устройств */
@media (max-width: 768px) {
    #contact-form {
        padding: 20px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
}






@media only screen and (max-width : 991.98px) {

    .home-categories .products > div{
        margin-left: 1%;
        margin-right: 1%;
        width: 31%;
    }

    .home-categories .products img{
        width: 85px;
        height: auto;
    }

    .home-categories h5{
        font-size: 1.1rem;
    }
}

@media only screen and (max-width : 576px) {

     .products > div{
        width: 49%;
    }

    .related .products{
        width: 100%;
        margin: 15px auto;
    }
	
	/* Стили логотипа */

    .logo-container{
        text-align: center;
    }

    .logo-hover{
       display: none;
    }

    .logo-container a:hover .logo-default {
        opacity: 1;
    }
	
	.header-top-phone, .header-top-work{
		justify-content:center;
	}
	
	.header-bloc{
		flex-direction: column;
	}

}

@media only screen and (max-width : 500px) {

    .home-categories .products > div{
        margin-left: 2%;
        margin-right: 2%;
        width: 46%;
    }

    .home-categories .products img{
        width: 85px;
        height: auto;
    }

    .home-categories h5{
        font-size: 1.1rem;
    }
}


