/*  
Theme Name: Vitss
Theme URI: 
Description: Vitss theme
Version: 2.1
 
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;

}
a:hover {
	color: inherit;
	text-decoration: none;
}
body {
	--main-green : #189677;
	font-family: "roboto";
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}


.discount-section,
.category-section,
.popular-section,
.brands-section,
.blog-section,
.view-section,
.form-call-section {
	margin-bottom: 70px;
}
.section-title {
	font-size: 26px;
	line-height: 1;
	margin-left: 40px;
	margin-bottom: 40px;
}

.single-discount {
	padding: 42px 32px 42px 42px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px;
    
}
.single-discount .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}
.single-discount h5{
	font-size: 22px;
	line-height: 24px;
	width: 250px;
	max-width: 100%;
	color: #000000;
	z-index: 1;
	position: relative;
}
.single-discount .bottom-btn {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.single-discount .bottom-btn .btn {
	border-radius: 50px;
	background-color: #000000;
	color: #ffffff;
	padding: 14px 40px;
	font-size: 18px;
	line-height: 1;
}
.single-discount .bottom-btn .icon {
	width: 42px;
	height: 42px;
	padding: 12px;
	background-color: var(--main-green);
	border-radius: 10px;
}
.single-discount .bottom-btn .icon img {

}

.owl-item .single-item {
	width: 100%;
    height: 100%;
}

.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: var(--main-green);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;

}
.owl-dots button.owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
     margin-left: 8px;
  margin-right: 8px;
}
.catalog-products-list .single-item {
	padding-bottom: 30px;
}
.catalog-products-list .single-item .single-prod {
	height: 100%;
	justify-content: space-between;
}
.catalog-products-list .single-item  a {
	display: contents;
	text-decoration: none;
}

.single-prod {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    transition: all .3s;
    margin-bottom: 0PX;
    height: 100%;
    min-height: 500px;
}
.single-prod .prod-meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 10px;
	background-color: var(--main-green);
	color: #ffffff;
	margin-bottom: 16px;
	transition: all .3s;
}

.single-prod .prod-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px;
	text-align: center;
	transition: all .3s;
	transition: all .3s;
}

.single-prod .prod-cat {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 12px;
	text-align: center;
	color: var(--main-green);
	transition: all .3s;
}
.single-prod .thumb {
	max-width: 100%;
	max-height: 270px;
}
.single-prod .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	margin-top: 12px;
	text-align: center;
	color: var(--main-green);
	transition: all .3s;
}
.single-prod .btn {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 35px;
	border-radius: 22px;
	background-color: #000000;
	color: #ffffff;
	transition: all .3s;
	
}

.single-prod:hover {
	background-color: #fde0c1;
}
.single-prod:hover .prod-cat {
	color: #ff8400;
}
.single-prod:hover .prod-meta,
.single-prod:hover .btn {
	background-color: #ff8400;
	color: #ffffff;
}
.category-section .single-cat a {
	display: contents;
}
.category-section .single-cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.category-section .single-cat .thumb {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 26px;

}
.category-section .single-cat .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-section .single-cat .title{
	font-size: 22px;
	line-height: 24px;
	text-decoration: underline;
	max-width: 160px;
	text-align: center;
	transition: all .3s;
}

.category-section .single-cat:hover .title {
	color: var(--main-green);
}
.single-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background-color: #e9e9e9;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	transition: all .3s;
	margin-bottom: 30px;
}
.single-brand:hover {
	background-color: #c6ffc7;
}

.single-brand img{
    filter: grayscale(1);
    transition: all .3s;
}
.single-brand:hover img {
	filter: none;
}
.single-news {
	position: relative;
	max-height: 446px;
	height: 446px;
	margin-bottom: 30px;
}
.single-news .thumb {
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	
	z-index: 0;

}
.single-news a {
	display: contents;
}
.single-news .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-news .text{
	position: absolute;
	bottom: 0;
	left: 12px;
	color: #ffffff;
	padding-left: 40px;
	max-width: 100%;
}
.single-news .text .title {
	font-size: 30px;
	line-height: 1;
	width: 422PX;
	max-width: 100%;
    height: 160px;
}

.single-news .text .btn {
	padding: 8px 30px;
	font-size: 18px;
	border-radius: 20px;
    background-color: rgb(255 255 255 / 23%);
    color: #ffffff;
    margin-bottom: 40px;
}

.form-call-section {
	height: 480px;
	background-image: url('img/Rectangle 11.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}
.form-call-section p {
	font-size: 40px;
	line-height: 45px;
	width: 390px;
	max-width: 100%;
	margin-bottom: 40px;
	color: var(--main-green);
}

.form-call-section form {
	width: 440px;
	max-width: 100%;
	font-size: 30px;
	line-height: 1;
}
.form-call-section form input {
	padding: 20px;
	font-size: 30px;
	    line-height: 1;
}
.form-call-section  .btn {
	padding: 20px;
	background-color: #ff8400;
	border: none;
   	aspect-ratio: 1 / 1;
    height: 79px;
}
.form-call-section svg {
	width: 24px;
	height: 24px;
    color: #fff;
}




.subfooter-section {
	margin-bottom: 70px;
        background: linear-gradient(270deg, transparent 25%, #b5d4d2 21%, transparent 50%);
        background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 2%, #b5d4d2 19%, #b5d4d2 92%, rgba(255,255,255,0) 97%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.subfooter-section .logo-col {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eaf3f2;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.subfooter-section .links-col {
	background-color: #b5d4d2;
	padding: 32px 44px 18px;
	display: flex;
	flex-wrap: nowrap;
	
}
.subfooter-section .links-col .links-block {
	width: 210px;
	max-width: 100%;
}
.subfooter-section .links-col a p{
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 14px;
	color: #616161;
}
.subfooter-section .soc-col {
	background-color: #546f6d;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding-left: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.subfooter-section .soc-link {
	display: flex;
	align-items: center;
	
}
.subfooter-section .soc-link a {
	display: contents;
}
.subfooter-section .soc-col p:first-child {
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
}
.subfooter-section .soc-link span {
	padding-left: 15px;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
}

footer {
	background-color: #b5d4d2;
	color: #546f6d;
	padding-top: 30px;
	padding-bottom: 20px;

}
footer .left {
	padding-left: 44px;
}
footer .left img {
	width: 130px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
}
footer .left p {
	margin-bottom: 18px;
	font-size: 25px;
	line-height: 1;
}
footer .right {
	padding-top: 12px;
}
footer .right p:first-child {
	margin-bottom: 27px;
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
}
footer .right p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 18px;
	width: 400px;
	max-width: 100%;
}



#wpadminbar {
	display: none!important;
}
.page {
	padding-top: 160px;
	position: relative;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #b5d4d2;
	z-index: 10;
}
header .container {
	
	margin-left: auto!important;
	margin-right: auto!important;
	padding-top: 15px;
	padding-bottom: 25px;
	
}
.head-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.head-top p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;

}
.head-top .head-cont {
	display: flex;
	flex-wrap: nowrap;
}
.head-top .head-cont a {
	display: contents;
}
.head-top .head-cont p {
	padding: 0 10px ;
}
.head-top .head-cont a:last-child p {
	text-decoration: underline;
}

.head-nav {
	display: flex;
	flex-wrap: nowrap;
}
.head-nav .left-nav {
	display: flex;
	border-radius: 12px;
	background-color: #ffffff;
}
.head-nav .logo {
	background-color: #189677;
	padding: 8px 32px 8px 16px;
	border-radius: 12px;
	overflow: hidden;
    border-bottom-right-radius: 50px;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.navbar-nav .nav-item {
	height: 100%;
    border-radius: 12px;

}
.navbar-nav .nav-item .nav-link {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	height: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
}
.navbar-nav .nav-item:hover {
	background-color: #ff8400;
}
.dropdown-toggle::after {
    font-size: 20px;
    vertical-align: middle;
}

.right-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.right-nav .single-icon {
	width: 64px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-nav .single-icon.cart {
	background-color: var(--main-green);
}
.right-nav .single-icon a {
	display: contents;
}
.right-nav .single-icon.cart i {
    color: #fff;
}
.right-nav .single-icon i {
    color: var(--main-green);
    font-size: 30px;
}
.right-nav .single-link {
	margin: 0 8px;
}
.right-nav .single-link:last-child {
	margin-right: 0;
}

.price-label {
    font-weight: bold;
    font-size: 0.875rem;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.slider-thumb {
    transition: transform 0.1s ease;
}
.slider-thumb:active {
    transform: translateY(-50%) scale(1.1);
}
#price_slider {
	margin-top: 30px;
}

.single-item a {
    display: contents;
    text-decoration: none;
}


.owl-carousel.owl-carousel-popular .owl-stage
 {
	
	margin-bottom: 30px;
	
}

.owl-carousel.owl-drag .owl-item {
	
}

.owl-carousel .owl-stage{display: flex;}

.catalog-products-list {
	margin-bottom: 70px;
}

.catalog-filter .filter-send {
	background-color: var(--main-green);
	border: 1px var(--main-green) solid;
}
.catalog-filter .form-check-input:checked {
    background-color: var(--main-green);
    border-color: var(--main-green);
}
.catalog-filter .form-check label{
	margin-top: 4px;
}




.pagination-wrap .page-numbers {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}


.pagination-wrap .page-numbers a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: silver;
}
.pagination-wrap .page-numbers .current {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #000000;
	color: #ffffff;
}

.pagination-wrap .page-numbers .prev,
.pagination-wrap .page-numbers .next {
	background-color: var(--main-green);
}



#cartToast .toast-header {
	background-color: var(--main-green);
	color: #ffffff;
}


.btn-green {
    background-color: var(--main-green);
    color: white;
    border: none;
}
.btn-green:hover {
    background-color: var(--main-green);
    color: white;
}

.cart-item {
    transition: transform 0.2s ease;
}
.cart-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quantity-input {
    text-align: center;
}

#cart-page  h1{
	font-size: 40px;
	margin-bottom: 50px;
}
#cart-page label,
#checkout-page label {
	margin-top: 4px;
}


#checkout-page  h1{
	font-size: 40px;
	margin-bottom: 50px;
}

.form-check-input:checked {
    background-color: var(--main-green);
    border-color: var(--main-green);
}
.catalog-filter h2{
	font-size: 24px;
}


.favorites-products-list h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

.favorites-products-list .single-item {
    padding-bottom: 30px;
}
.add-to-favorites i {
	font-size: 20px;
}







/* Для мобильных: увеличиваем размер бегунков */
@media (max-width: 768px) {
    .slider-thumb {
        width: 24px;
        height: 24px;
    }
    .price-label {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    .thumbs-swiper {
    	display: none!important;
    }
    .single-news .text .title {

	    width: 90%;
	    max-width: 90%;

	}
	.subfooter-section .logo-col {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.subfooter-section .soc-col p {
	    margin-bottom: 12px;
	}
	footer .left,
	footer .right  {
	    padding-left: 0;
	}
	.navbar-nav {
		display: none;
	}
	.head-nav .left-nav {
		    background-color: inherit;
	}
	header {
		position: absolute;
	}
	.head-top p {
	    font-size: 14px;
	    
	}
	.product-list {
		order: 2;
	}
	.single-prod .prod-title {
	    font-size: 18px;
	}
}