body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(240, 240, 240);
}

.header-back {
	background: url(../imgs/header-back.png);
	background-repeat: no-repeat;
	background-size: cover; 
}

.container-content {
	max-width: 85%;
}
.fixed-menu {
	position: fixed;
	width: 100%;
	z-index: 5;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	 
}
.white-back {
	background: white;
	
}
.desktop-menu {
	display: block;
}
.mobile-menu {
	display: none;
}


.menu-nav {
	background: rgb(234, 65, 65);
	padding: 22px 25px;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	transition: 0.5s;
}

.menu-nav a {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 22px 25px;
	
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	
}
.menu-nav:hover {
	background: #8a2424;
	
}
.menu-nav a:hover {
	
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.logo-img {
	/* max-width: 330px; */ 
}
.category-menu-btn {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.7;
	transition: 0.5s;
}
.category-menu-btn:hover {
	cursor: pointer;
	opacity: 0.5;
}

.category-menu-btn:after {
	content: url('../imgs/triangle.svg');
    vertical-align: 10%;
	margin-left: 5px;
}

.submenu {
	background: white;
	position: absolute;
	
	box-sizing: border-box;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 0px 0px 15px 15px;

	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	background: rgb(255, 255, 255);
	width: 100%;
	padding: 26px 16px 16px 16px;
}
.subcategory-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	transition: .5s;
	cursor: pointer;
	padding-bottom: 10px;
}
.subcategory-header:hover {
	opacity: .6;
}

.subcategory-point {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 5px;
	transition: .5s;
	cursor: pointer;
}
.subcategory-point:hover {
	opacity: .6;
}
.header-out {
  transform: translateY(-100%);
}




.padding-top-25 {
	padding-top: 25px;
}

.hover-ico {
	transition: .5s;
}

.hover-ico:hover {
	opacity: .6;
}

.search-input {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	border-radius: 5px;

	background: rgb(238, 238, 238);
	border: none;
	outline:none;
	padding: 8px 10px 9px 10px;
}
.search-btn img {
	max-width: 15px;
	
}
.search-btn {
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
}


.mobile-menu-button {
	background: white;
	height: 46px;
	width: 46px;
	text-align: center;
	padding-top: 9px; 
	
	border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.modal-content-transparent {
	background: transparent;
	color: white;
	border: none;
}



.modal-backdrop {
    opacity:0.9 !important;
}

.subcategory-header-white {
    color: white;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0%;
    text-align: left;
	margin-top: 10px;
	cursor: pointer;
}
.subcategory-text-white {
    color: white;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0%;
    text-align: left;
	margin-top: 5px;
	cursor: pointer;
	transition: .4s;
}
.subcategory-text-white:hover {
	opacity: .7;
}

.card-mob-menu {
	border: none;
	border-radius: 0px;
	background-color: transparent;
	margin-top: 10px;
}
.card-mob-menu .card-body {
	color: white;
}

.mob-category {
	font-family: Montserrat;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: left;
	cursor: pointer;
}

.cross-ico {
	position: absolute;
	top: 5px;
	right: 10px;
	color: white;
	z-index: 10;
}

.mobile-menu-btn {
	color: white;
	background: rgb(234, 65, 65);
	font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: left;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 15px;
	transition: .4s;
}
.mobile-menu-btn:hover {
	color: white;
	text-decoration: none;
	opacity: .6;
}
.page-content {
	padding-top: 40px;
	padding-bottom: 40px;
}


.banner-img {
	height: 25vw;
	background-size: cover;
	border-radius: 15px;
}
.circle-dot {
	width: calc(10px + 0.4vw);
	height: calc(10px + 0.4vw);
	background: white;
	border-radius: 100px;
	/* margin-top: -30px; */
}
.slick-active .circle-dot {
	
	background: #EA4141;
}
.carousel {
	z-index: 0;
}
.white {
	background: white;
}

.slick-dots {
	margin-bottom: 30px;
}
.block-popular {
	margin-top: 40px;
}
.block-articles {
	margin-top: 40px;
}
.container-popular {
	padding-top: 50px;
	padding-bottom: 50px;
}
.linear {
	height: 2px;
	background: rgb(217, 217, 217);
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 49%;
	
	
	
}
.header {
	position: relative;
	width: 100%;
	
}
.header_title {
	position: absolute;
	z-index: 2;
	display: inline-block;
	background: white;
	
	padding: 0px 10px;
	
	top:50%;
	left:50%;
	
	transform:translate(-50%, -50%);
	
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	
	font-size: calc(15px + 0.5vw);
	
	font-weight: 700;
	letter-spacing: 0%;
	text-align: center;
	
	white-space: nowrap;
	
}
.romb-img-left {
	position: absolute;
	z-index: 2;
	max-width: 15px;
	top: -6.7px;
}
.romb-img-right {
	position: absolute;
	z-index: 2;
	max-width: 15px;
	top: -6.7px;
	right: 0px;
}

.popular-1 {
	background-size: cover!important;
	width: 100%;
	
	background-position: center!important;
	
	border-radius: 15px;
	height: 35vw;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	/* border: 1px solid red; */
}
.pop-text {
	position: absolute;
	top:50%;
	left:50%;
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 26px;
	font-weight: 800;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
	transform:translate(-50%, -50%);
}


.popular-2 {
	background-size: cover!important;
	width: 100%;
	
	background-position: center!important;
	
	border-radius: 15px;
	height: 13vw;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	/* border: 1px solid red; */
	min-height: 150.5px;
}

.popular-3 {
	background-size: cover!important;
	width: 100%;
	
	background-position: center!important;
	
	border-radius: 15px;
	height: 20.5vw;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	/* border: 1px solid red; */
	min-height: 150.5px;
}

.mobile-top-30 {
	margin-top: 30px;
}

.popular-card {
	transition: .4s;
	cursor: pointer;
	
}
.popular-card:hover {
	opacity: .8;
}

.position-background {
	min-height: 220px;
	width: 100%;
	background-size: 100%!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
}

.mark-point {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.5;
}
.raiting-position-block {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.discount-block {
	position: absolute;
	top: 0px;
	display: inline-block;
	background-color: rgb(234, 65, 65);
	
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 6px 14px;
	
	border-radius: 10px;
	
}


.position-name {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	min-height: 108px;
	text-align: center;
}

.discount-price {
	text-align: center;
	
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0%;
	
}

.red-price-line {
	background: rgb(234, 65, 65);
	height: 2px;
	width: 100%;
	max-width: 78px;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: -10px;
	
}

.position-block {
	min-height: 141px;
	margin-bottom: 10px;
}

.position-btn {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	border-radius: 5px;

	background: rgb(234, 65, 65);
	display: block;
	padding: 11px 0px;
	cursor: pointer;
	text-align: center;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.position-link {
	cursor: pointer;
	color: rgb(0, 0, 0);
	transition: .4s;
	
}
.position-link:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
	opacity: .7;
}


.new-card-img {
	
	height: 300px;
	background-size: cover!important;
	border-radius: 15px 15px 0px 0px;

}

.new-description-block {
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	background: rgb(255, 255, 255);
	padding: 10px 10px 30px 10px;
	min-height: 190px;
}

.new-date-text {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}
.news-title {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
}
.news-description {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
}
.news-content {
	transition: .4s;
	cursor: pointer;
}
.news-content:hover {
	opacity: .8;
}

.footer {
	background: rgb(30, 30, 30);
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.footer-header {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 40px;
}
.footer-pointer {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: .8;
	transition: .4s;
}
.footer-pointer:hover {
	opacity: .5;
}
.footer-pointer img {
	padding-bottom: 3px;
}


.footer-pointer a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.footer-sn img {
	transition: .4s;
}
.footer-sn img:hover {
	opacity: .6;
}

.menu-separator {
	max-width: 8px;
	padding-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.page-menu {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: .7;
	
}
.page-menu .menu-row-point {
	transition: .4s;
	cursor: pointer;
}
.page-menu .menu-row-point:hover {
	opacity: .6;
}
.page-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: left;
}


.container-articles {
	padding-top: 30px;
	padding-bottom: 50px;
}



.big-sample-btn {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	border-radius: 5px;

	background: rgb(234, 65, 65);
	display: inline-block;
	padding: 11px 60px;
	cursor: pointer;
}
.big-sample-btn:hover {
	color: white;
	text-decoration: none;
	opacity: .6;
}
.article-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}


.article-date {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.article-text {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.count-positions-title {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.5;

}
.filter-title {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.filter-checkbox {
	border-radius: 5px;
	display: inline-block;
	background: rgb(240, 240, 240);
	width: 23px;
	height: 23px;
	margin-top: 2px;
	margin-right: 7px;
}


.filter-card td {
	vertical-align: top;
}

.filter-block {
	cursor: pointer;
}
.filter-block .check {
	max-width: 15px;
	position: absolute;
	top: 7px;
	left: 5px;
}

.checkblock {
	position: relative;
}
.sort-btn {
	cursor: pointer;
}


.dropdown-item {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-item:active {
	background: rgb(234, 65, 65);
}
.dropdown-menu {
	/* padding: 0px; */
}

.img-prod-prev {
	box-sizing: border-box;
	border: 1px solid rgba(30, 30, 30, 0.1)!important;
	margin-right: 1px;
	height: 150px!important;
	
	margin-bottom: 20px;
	cursor: pointer;
	background-position: center!important;
	/* width: 100%; */
}



.product-img {
	width: 100%;
	/* height: 25vw; */
	height: 100%;
    z-index: 1;
	min-height: 303px;
	max-width: 450px;
}

.lSSlideWrapper, .lSSlideOuter, .lslide, #light-slider    {
	height: 100%!important;
	
}
#light-slider {
	padding: 0px!important;
}

.lSSlideWrapper .lSFade > * {
  z-index: auto;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: auto;
}

.lSSlideOuter .lSPager.lSpg > li a {
}

.lSAction > a {
  z-index: auto;
}
.slide-arrow {
	text-align: center;
	cursor: pointer;
}
.slide-arrow img {
	max-width: 20px;
}
.next-arrow {
	height: 25px;
	background-color: white!important;
	/* margin-top: -20px; */
	margin-top: -20px;
	position: absolute;
	z-index: 6;
	left: -1px;
	width: 101%;
}
.next-arrow .arr {
}
.lSSlideWrapper.usingCss .lSFade > * {
   display: none;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    display: block;
}

.mobile-top-50 {
	margin-top: 50px;
}
.mobile-top-70 {
	margin-top: 70px;
}

.product-position-header {
	
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
	
}
.rev-count {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.5;
	margin-left: 20px;
}

.fixed-prod-cart {
	position: -webkit-sticky;
	position: sticky;
	top: 180px;
	padding-bottom: 27px;
}

.prod-block-title {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
}

.prod-block-text {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.char-name {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.5;

}
.char-val {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}
.char-table-linear {
	border: 1px solid rgb(30, 30, 30);
	opacity: 0.4;
	margin-top: 8px;
	margin-bottom: 8px;
}

.discount_price {
	color: rgb(142, 142, 142);
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
	
	text-decoration: line-through;
	text-decoration-color: black;
	
}
.main_price {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
	
}

.param-title {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	opacity: 0.7;

}


.param-item {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	padding: 6px 10px 6px 10px;

	border: 2px solid rgba(30, 30, 30, 0.3);
	cursor: pointer;
	
	transition: .4s;
	
}

.param-item:hover {
	opacity: .8;
}

.param-col {
	padding-left: 8px;
	padding-right: 8px;
}

.param-active .param-item {
	border: 2px solid rgb(234, 65, 65);
}

.to-cart {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 11px 50px;
	
	border-radius: 5px;

	background: rgb(234, 65, 65);
	
	display: inline-block;
	cursor: pointer;
	transition: .4s;
}
.to-cart:hover {
	opacity: .8;
	
}

.modal-title-notifiation {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
	
}
.modal-text-notifiation {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}


#notifications_row  {
	padding-left: 20px;
	
}
#notifications_row div {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
}


.btn-alt {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 11px 50px;
	
	border-radius: 5px;

	border: 2px solid rgb(234, 65, 65);
	
	display: inline-block;
	cursor: pointer;
	transition: .4s;
}
.btn-alt:hover {
	opacity: .8;
	
}

.rev-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 26px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
}
.rev-author-name {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}
.rev-text {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.red-star {
	width: 16%;
	/* max-width: 28px; */
}

#rating-info {
	justify-content: flex-end!important;
}

.rating-poind-big {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 27px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0%;
	text-align: left;
}
.point-rating-text {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0%;
	text-align: left;
	
	opacity: 0.5;

	
}

.rating-row .progress {
	background-color: rgba(86, 86, 86, 0.3);
	height: 5px;
}
.rating-row .progress-bar {
	background-color: rgb(234, 65, 65);
	height: 5px;
}

.fav-button {
	cursor: pointer;
	transition: .4s;
}
.fav-button:hover {
	opacity: .6;
}

#filter-panel td {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0%;
}

.cros-fav {
	position: absolute;
	right: 0px;
	z-index: 10px;
}
.cros-fav img {
	max-width: 16px;
}

.block-search {
	border-radius: 15px;
	padding: 0px 15px 40px 15px;
	background: rgb(255, 255, 255);
}
.search-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.search-subheader {
	color: rgb(142, 142, 142);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}
.search-row {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	transition: .4s;
}
.search-row:hover {
	opacity: .8;
	
}

.cart-counter {
	box-sizing: border-box;
	border: 1px solid #8e8e8e;
	border-radius: 5px;
	max-width: 120px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	user-select: none;
	
}

.cart-counter .counter-text {
	color: #8e8e8e;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;

}

.counter-btn {
	cursor: pointer;
	transition: .4s;
}

.counter-btn:hover {
	
	opacity: .8;
}

.position-img {
	
	
	
	height: 20vh;
	min-height: 180px;
}
.position-img .img {
	width: 100%; 
	min-width: 130px;
	max-width: 150px;
	height: 100%;
	
	background-size: cover!important;
}

.cart-obj {
	border-bottom: 2px solid #acacac;
	padding-bottom: 40px;
}

.desktop-param {
	display: inline-block;
}
.mobile-param {
	display: none;
}

.counter-row {
	cursor: pointer;
}

.prod-control-btn {
	cursor: pointer;
	transition: .4s;
}
.prod-control-btn:hover {
	opacity: .7;
}


#text-align-controls-prod {
	text-align: right;
}

.checkout-body {
	border-radius: 15px;

	background: rgb(240, 240, 240);
	
	padding: 15px;
}
.checkout-body .header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}




.checkout-btn {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	
	padding: 11px 0px;
	
	border-radius: 5px;

	background: rgb(234, 65, 65);
	
	display: block;
	cursor: pointer;
	transition: .4s;
	text-align: center;
}
.checkout-btn:hover {
	opacity: .8;
	
}

a:hover {
	text-decoration: none;
	
}

.checkout-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}


.input-label {
	
	color: rgb(142, 142, 142);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 5px;
}

.checklabel {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	/* line-height: 10px; */
	text-align: left;
	vertical-align: middle!important;
}

.checkblock-delivery {
	position: relative;
	vertical-align: middle!important;
	
}
.checkblock-delivery .filter-checkbox {
	margin-top: 5px;
	
}


.checkblock-post-office {
	position: relative;
	vertical-align: middle!important;
	
}
.checkblock-payment-type {
	position: relative;
	vertical-align: middle!important;
	
}
.checkblock-bonus {
	position: relative;
	vertical-align: middle!important;
	
}
.post-office-delivery .filter-checkbox {
	margin-top: 5px;
	
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}



.a-link {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	
	text-decoration: underline;
	transition: .4s;
}

.a-link:hover {
	color: rgb(30, 30, 30);
	
	text-decoration: underline;
	
	opacity: .8;
	
}

.error-block  {
	font-size: .9em;
    font-weight: 400;
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	display: none;
}

.table-cell {
	border-bottom: 1px solid rgb(30, 30, 30);
}

.table-cell td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid rgb(30, 30, 30);
}

.table-cell a {
	text-decoration: none;
	color: rgb(0, 0, 0);
	transition: .4s;
}
.table-cell a:hover {
	opacity: .7;
}

.red-star-rev {
	cursor: pointer;
	margin-right: 5px;
}
.block-auth {
	padding: 0px 15px 15px 15px;
	border-radius: 15px;

	background: rgb(255, 255, 255);
}

.auth-img {
	width: 100%;
	height: calc(350px + 14vw);
	
	
	background: url(../imgs/auth-image.png);
	background-size: cover;
	background-position: center;
	
	border-radius: 15px;

	
}
.auth-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}

.auth-descr {
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0%;
	text-align: left;
	color: rgb(142, 142, 142);
}



.auth-descr a {
	color: rgb(234, 65, 65);
	transition: .4s;
}
.auth-descr a:hover {
	opacity: .7;
}
.personal-menu {
	color: rgb(142, 142, 142);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	transition: .4s;
	margin-top: 20px;
}
.personal-menu-active {
	color: rgb(234, 65, 65);
}



.personal-menu:hover {
	color: rgb(142, 142, 142);
	opacity: .8;
}

.personal-menu-active:hover {
	color: rgb(234, 65, 65);
	opacity: .8;
}

.personal-header {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
}
.personal-subheader {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}
.personal-muted-subheader {
	color: rgb(142, 142, 142);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}


.personal-text {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}

.bonuses-form {
	border-radius: 15px;

	background: rgb(240, 240, 240);
	padding: 15px;
}
.bonus-text {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	padding-left: 4px;
}

.personal-link {
	color: rgb(234, 65, 65);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	transition: .4s;
}

.personal-link:hover {
	color: rgb(234, 65, 65);
	opacity: .7;
}
.documents h1, h2, h3, h4, h5, h6 {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 40px;
}
.documents h1 {
	font-size: calc(34px + 0.4vw);
}
.documents p {
	color: rgb(30, 30, 30);
	font-family: Montserrat;
	text-align: left;
	font-size: 16px;
}










@media (max-width: 700px) {
	.img-prod-prev {
		height: 80px!important;
		
	}
	
}
@media (max-width: 1202px) {
	
	#text-align-controls-prod {
		text-align: left!important;
	}
	

	.param-row {
		display: block;
	}
	.desktop-param {
		display: none;
	}
	.mobile-param {
		display: inline-block;
	}
	#rating-info {
		justify-content: flex-start!important;
	}
	
	.fixed-prod-cart {
		position: static;
	}
	
	.page-header {
		text-align: center;
	}
	.block-articles {
		margin-top: 20px;
	}
	.mobile-top-70 {
		margin-top: 50px;
	}
	.container-content {
		max-width: 100%;
	}
	
	.desktop-menu {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	.logo-img {
		/* width: 100%; */
		max-width: 330px;
	}
	
	.page-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.block-popular {
		margin-top: -10px;
	}
	.slick-dots {
		margin-bottom: 20px;
	}
	
	.container-popular {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.mobile-top-30 {
		margin-top: 15px;
	}
	.mobile-top-50 {
		margin-top: 40px;
	}

}
.padding-bottom-1 {padding-bottom: 1px;}
.padding-bottom-2 {padding-bottom: 2px;}
.padding-bottom-3 {padding-bottom: 3px;}
.padding-bottom-4 {padding-bottom: 4px;}
.padding-bottom-5 {padding-bottom: 5px;}
.padding-bottom-6 {padding-bottom: 6px;}
.padding-bottom-7 {padding-bottom: 7px;}
.padding-bottom-8 {padding-bottom: 8px;}
.padding-bottom-9 {padding-bottom: 9px;}
.padding-bottom-10 {padding-bottom: 10px;}
.padding-bottom-15 {padding-bottom: 15px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-25 { padding-bottom: 25px; }
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-120 {padding-bottom: 120px;}


.padding-top-1 {padding-top: 1px;}
.padding-top-2 {padding-top: 2px;}
.padding-top-3 {padding-top: 3px;}
.padding-top-4 {padding-top: 4px;}
.padding-top-5 {padding-top: 5px;}
.padding-top-6 {padding-top: 6px;}
.padding-top-7 {padding-top: 7px;}
.padding-top-8 {padding-top: 8px;}
.padding-top-9 {padding-top: 9px;}
.padding-top-10 {padding-top: 10px;}
.padding-top-11 {padding-top: 11px;}
.padding-top-12 {padding-top: 12px;}
.padding-top-15 {padding-top: 15px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}


.padding-right-10 {padding-right: 10px;}
.padding-right-3 {padding-right: 3px;}
.padding-right-4 {padding-right: 4px;}
.padding-right-5 {padding-right: 5px;}
.padding-right-0 {padding-right: 0px;}




.padding-left-20 {padding-left: 20px;}
.padding-left-10 {padding-left: 10px;}
.padding-left-5 {padding-left: 5px;}
.padding-left-4 {padding-left: 4px;}
.padding-left-3 {padding-left: 3px;}


.padding-10 {padding: 10px;}
.padding-0 {padding: 0px;}



.top-5 { margin-top: 5px!important; }
.top-8 { margin-top: 8px!important; }
.top-10 { margin-top: 10px!important; }
.top-15 { margin-top: 15px!important; }
.top-20 { margin-top: 20px!important; }
.top-25 { margin-top: 25px!important; }
.top-30 { margin-top: 30px!important; }
.top-33 { margin-top: 33px!important; }
.top-35 { margin-top: 35px!important; }
.top-40 { margin-top: 40px!important; }
.top-50 { margin-top: 50px!important; }
.top-55 { margin-top: 55px!important; }
.top-60 { margin-top: 60px!important; }
.top-70 { margin-top: 70px!important; }
.top-80 { margin-top: 80px!important; }
.top-90 { margin-top: 90px!important; }
.top-100 { margin-top: 100px; }
.top-150 { margin-top: 150px; }



.right-10 {
	margin-right: 10px;
}



.bottom-5 { margin-bottom: 5px; }
.bottom-10 { margin-bottom: 10px; }
.bottom-15 { margin-bottom: 15px; }
.bottom-20 { margin-bottom: 20px; }
.bottom-30 { margin-bottom: 30px; }
.bottom-50 { margin-bottom: 50px; }
.bottom-40 { margin-bottom: 40px; }


.left-10 {margin-left: 10px;}


