.hidden {
	display: none;
}

.swiper-pagination-five {
	display: none !important;
}

.pagination-align.style-1 {
	margin-left: 15px;
}

.main-slider.style-2 .banner-content .offer-title {
	color: #0d775e;
    font-size: 4.825rem;
    font-weight: 700;
    line-height: 92px;
	margin-left: -3px;
}

.main-slider.style-2 .banner-content .sub-title {
    color: #000000;
    font-size: 21px;
    padding-top: 6px;
    font-weight: 400;
}

.pagination.style-1 li .page-link.active {
	background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.site-header .extra-nav .extra-cell ul li button, .site-header .extra-nav .extra-cell ul li a {
	text-transform: uppercase;
}

.wp-block-latest-posts li a, .wp-block-categories-list li a, .wp-block-archives-list li a, .widget_categories ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_nav_menu ul li a, .widget_recent_entries ul li a, .widget_services ul li a {
	text-transform: none;
}

.browse-category-menu .category-menu-items .navbar-nav > li > a {
	text-transform: none;
}

.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
	text-transform: none;
}

.dz-bnr-inr h1, .dz-bnr-inr .h1 {
	text-transform: none;
}

.shop-filter {
	background: #fff;
    padding: 30px 20px;
}

.shop-filter .widget .smart-filter-block {
	margin: 0 -15px;
}
.shop-filter .smart-filter-block label {
	font-size: 15px;
}

.shop-filter .container.disabled {
	color: #bbbbbb;
}

.shop-filter .widget {
	margin-bottom: 35px;
}

.shop-filter .widget-title {
	margin-bottom: 12px;
    font-weight: 600;
}

.breadcrumb-row ul li {
	text-transform: none;
	opacity: 0.85;
}

.section-head.style-2 a {
	text-transform: none;
}

.dz-info.small-preview {
	font-size: 14px;
    padding: 15px 0;
}

.dz-info.small-preview span.select {
	font-weight: 500;
}

.shop-card .price {
	font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}

h5, .h5 {
	line-height: 1.3;
}

.main-content-catalog {
	width: 100%;
}

.product-box-catalog {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-box-catalog div {
	margin-top: -29px;
}

.product-box-catalog ul {
	width: 50%;
}

.btn, .wp-block-button__link, .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce #review_form #respond .form-submit input, .woocommerce-cart-form .table tr .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order {
	text-transform: none;
}

.smart-filter-popup-result.left {
	position: fixed;
	z-index: 3;
	top: 50%;
	right: 62%;
	background: #137f62;
	color: #fff;
	font-size: 15px;
	border: 0;
	padding: 10px 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
}

.smart-filter-popup-result.left a {
	font-weight: 700; color:#fff
}

.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
	font-size: 15px;
}

.filter-wrapper {
	margin-top: -50px;
}

.collection-title-detail {
	color: #0d775e;
}

.logo-header, .footer-logo {
	display:block;
    width: auto;
}

.logo-title {
	font-size: 32px;
    font-weight: 600;
    /* color: #ef3520; */
	color: #44a997;
    padding-top: 14px;
}

.logo-title-description {
	font-size: 14px;
    font-weight: normal;
    color: #24262b;
    margin-top: -9px;
}

.logo-white .logo-title, .logo-white .logo-title-description {
	color: #ffffff;
}

.logo-white .logo-title-description {
	margin-top: 0px;
}

.items {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) * (0 - 1));
}

.color-item__items {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.color-item__items .items {
	margin: -0.55rem !important;
}

.color-item__items .items.items-center {
	align-items: center;
    justify-content: center;
}

.color-item__items .item {
	width: calc(100% / 5) !important;
	padding: 0.55rem !important;
}

.color-item__item {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.13rem;
	opacity: 0.8;
}

.color-item__item:hover {
	/* box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.24); */
	opacity: 1;
}

.color-item__item--dop {
	border: solid 1px #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.color-item__item--dop:hover {
	background: #fafafa;
}

.color-item__item--dop:active {
	background: #f7f7f7;
}

.color-item__item--value {
	border: solid 1px #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 67px;
	opacity: 1;
}

.swiper-slide .color-item__item--value {
	height: 57px;
	width: 57px;
}

.color-item__item--value:hover {
	background: #fafafa;
}

.color-item__item--value:active {
	background: #f7f7f7;
}

.manager-info {
	color: #ff5f5f;
    margin: 10px 0;
}

.manager-info-small {
	font-size: 14px;
	font-weight: 500;
	color: #ff5f5f;
}

.dz-card.style-5.blog-half .dz-info {
	width: 100%;
}

.list-offers {
	padding: 12px 0px !important;
}

.offer-volume, .offer-price, .offer-list {
	width: 25%;
	white-space: nowrap;
}

.offer-price {
	font-weight: 700;
    color: #000 !important;
}
.offer-list input {
	background: #F3F3F3 !important;
	border-radius: 2px !important;
}

.btn-small {
	font-size: 14px;
    padding: 4px 16px;
}

.price-num.small {
	font-size: 20px;
}

.color-item__items.list-small {
	margin-top: 0.8rem;
    margin-bottom: 1.2rem;
}

.color-item__item.list-small {
	font-size: 13px;
    padding: 1px;
	height: 100%;
}

.color-item__items .item.list-small {
	padding: 0.35rem !important;
}

.product-box .product-name img {
	max-height: 40px;
}

@media (max-width: 1880px) {
	.color-item__items .items {
		margin: -0.25rem !important;
	}

	.color-item__items .item {
		width: calc(100% / 8);
		padding: 0.25rem !important;
	}
}

@media (max-width: 1199.98px) {
	.color-item__items .items {
		margin: -0.1rem !important;
	}

	.color-item__items .item {
		padding: 0.1rem !important;
	}
}

@media only screen and (max-width: 575px) {
	.row.product-style1 .col-lg-6 {
		margin-bottom: 30px;
	}
	
	.product-box-catalog div {
		display: none;
	}
	
	.product-box-catalog ul {
		width: 100%;
	}
	
	.product-box.style-2 .product-content .product-name {
		max-width: none;
	}
	
	.product-box.style-2 {
		min-height: 220px;
	}

	.color-item {
		padding-bottom: 1rem;
	}

	.color-item__items {
		margin-top: 0.5rem;
	}

	.color-item__item {
		font-size: 0.53em;
	}
}

.logo-title, .main-slider.style-2 .banner-content .offer-title {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(-45deg, #247cbb, #d7c939);
}

.logo-title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin-top: -8px;
}

.logo-title-description {
    font-size: 12px;
    color: #24262b;
    margin-top: -11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.footer-logo.logo-white .logo-title {
    margin-top: -26px;
}

.menu-paints {
    background-image: url('/bitrix/templates/paintrum/images/wallpaper2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 400px;
}

.menu-paints a {
    font-weight: 500 !important;
}

@media only screen and (max-width: 1000px) {
	.logo-title {
        margin-top: -19px;
    }
}

footer .link-big a {
    font-size: 1.125rem;
    font-weight: 700;
}

.footer-bottom p {
    margin-bottom: 12px !important;
}

.copyright-text {
    color: #fff;
}

.order-detail .form-group .form-check-label {
    font-family: Montserrat, sans-serif;
    line-height: 1.1;
    font-size: 14px;
}

.dz-product-detail h1 {
    margin-left: -2px;
}

.dz-product-detail ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.dz-product-detail ul li {
    list-style: disc
}

.dz-product-detail .list-unstyled, .dz-product-detail .dz-info ul {
    margin-left: 0;
    margin-bottom: 0;
}

.shop-card .dz-media img {
    border: 1px solid #efefef;
}

.cookies {
    position: fixed;
    z-index: 8000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 1140px;
    padding: 16px 25px;
    background: #e1e1e1;
    border-radius: 10px;
    color: #000;
}
.cookies__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies__mobile {
    display: none;
}

.cookies__desktop {
    display: block;
}

.cookies__desc {
    margin-right: 25px;
}

.cookies__desc p {
    margin: 0;
    font-size: 13px ;
    color: #000;
}

.cookies__desc a {
    color: #ff5122 !important;
}

.cookies__desc a:hover {
    color: #ff5122 !important;
}

.cookies__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cookies__how {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: 0.3s linear;
    border-radius: 6px;
}
.cookies__how:hover {
    border-color: #ff5122;
    background: #ff5122;
    color: #fff;
}
.cookies__agree {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    background: #ff5122;
    font-size: 18px;
    color: #fff;
    transition: 0.3s linear;
}
.cookies__agree:hover {
    background: #ff5122;
}

@media screen and (max-width: 1399px) {
    .cookies {
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .cookies__grid {
        grid-template-columns: 30px 1fr 154px;
    }
    .cookies__btns {
        flex-direction: column;
    }
    .cookies__agree {
        width: 154px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .cookies__mobile {
        display: block;
    }
    
    .cookies__desktop {
        display: none;
    }

    .cookies {
        padding: 20px 0;
    }
    .cookies__grid {
        flex-direction: column;
    }

    .cookies__agree {
        margin-top: 0;
    }

    .cookies__desc {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .cookies__desc p, .cookies__desc a {
        font-size: 18px ;
        font-family: "Inter";
        line-height: 1.3;
    }
}

@media screen and (max-width: 370px) {
    .cookies__how {
        width: 140px;
        font-size: 14px;
    }
    .cookies__agree {
        width: 140px;
        font-size: 16px;
    }
}

.whatsapp-icon {
    padding: 0 3px 0 !important;
    margin-top: -9px;
}

.whatsapp-link {
    display: none !important;
}

.whatsapp-link img {
    width: 21px;
}

.is-fixed .whatsapp-link {
    display: inline-block !important;
}

.whatsapp-footer img {
    width: 32px;
}

.whatsapp-contact {
    margin-left: 15px;
}

.filter__section label {
    margin-left: 45px;
    margin-right: 20px;
}

.filter__section input {
    margin-left: -26px;
}

.product-name.product-paint.product-name-catalog a {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .main-slider.style-2 .banner-content .offer-title {
        font-size: 3.825rem;
        font-weight: 700;
        line-height: 1;
    }
}