#product-section .main-content {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 30px;
}
@media(max-width:1600px){
	#product-section .main-content{
		display: flex;
	flex-wrap: wrap;
	}
	
}

#product-section .left-column {
	display: flex;
	flex-direction: column;
	max-width: 560px;
}

#product-section .img-big {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

#product-section .img-small {
	object-fit: cover;
	height: 170px;
}

#product-section .right-column {
	display: grid;
	grid-template-columns: 1fr max-content;
	grid-gap: 35px;
}

#product-section .thumbnails-gallery {margin-top: 10px;}

#product-section .thumbnails-gallery.owl-carousel .owl-stage-outer {padding-bottom: 10px;}

#product-section .thumbnails-gallery.owl-carousel .owl-dots {
	width: calc(100% - 84px);
	position: absolute;
	bottom: 16px;
	left: 42px;
	height: 6px;
	display: flex;
	background-color: #DCDCDC;
}

#product-section .thumbnails-gallery.owl-carousel .owl-dot {
	flex-grow: 1;
	background-color: #DCDCDC;
}

#product-section .thumbnails-gallery.owl-carousel .owl-dot.active,
#product-section .thumbnails-gallery.owl-carousel .owl-dot + .owl-dot.active {
	background-color: #EF4751;
}


#product-section .thumbnails-gallery.owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

#product-section h1 {
	font-family: Cormorant Garamond;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#product-section .sku {
	display: block;
	font-size: 14px;
	color: #9A9A9A;
}


#product-section .text-block {
	margin-bottom: 30px;
}

#product-section h2 {
	font-size: 30px;
	color: #161616;
}

#product-section .price-block {margin-bottom: 20px;}

#product-section .buttons-block {
	display: grid;
	grid-template-columns: 65% 1fr;
	grid-gap: 30px;
	margin-bottom: 60px;
}

#product-section .buttons-block > div:first-child {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}


#product-section .no-in-stock,
#product-section button.order,
#product-section button.quick-order {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #EF4751;
	text-transform: uppercase;
	text-align: center;
}


#product-section span.no-in-stock,
#product-section button.order {
	color: #F8F8F8;
	background-color: #EF4751;
}

#product-section button.order:hover {
	background-color: #C6323B;
	border-color: #C6323B;
}

#product-section button.quick-order:hover {
	border-color: #C6323B;
	background-color: #C6323B;
	color: #F8F8F8;
}

#product-section button.no-in-stock,
#product-section button.quick-order {color: #161616;}


#product-section .buttons-block > div:last-child {
	display: flex;
	align-items: center;
}

#product-section .buttons-block > div:last-child > *:not(:last-child) {margin-right: 20px;}

#product-section button.compare,
#product-section button.wishlist {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
#product-section button.compare {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_815_32493)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EFEFEF'/%3E%3Cpath d='M17.2941 6V6.90909H23.9695V9.7799H17.2941V23.177H21.1902V26H10.7521V23.177H14.5865V9.7799H7.8763V6.90909H14.5865V6H17.2941ZM8.8349 11.0651L11.5458 13.7722C12.0821 14.3076 12.4472 14.9896 12.5952 15.7321C12.7431 16.4746 12.6672 17.2443 12.3769 17.9437C12.0867 18.6431 11.5953 19.2409 10.9647 19.6615C10.3341 20.0821 9.59279 20.3066 8.83442 20.3066C8.07605 20.3066 7.33472 20.0821 6.70415 19.6615C6.07359 19.2409 5.58212 18.6431 5.2919 17.9437C5.00167 17.2443 4.92573 16.4746 5.07366 15.7321C5.2216 14.9896 5.58677 14.3076 6.12301 13.7722L8.83682 11.0651H8.8349ZM23.1661 11.0651L25.877 13.7722C26.4132 14.3076 26.7784 14.9896 26.9263 15.7321C27.0743 16.4746 26.9983 17.2443 26.7081 17.9437C26.4179 18.6431 25.9264 19.2409 25.2958 19.6615C24.6653 20.0821 23.9239 20.3066 23.1656 20.3066C22.4072 20.3066 21.6659 20.0821 21.0353 19.6615C20.4047 19.2409 19.9133 18.6431 19.623 17.9437C19.3328 17.2443 19.2569 16.4746 19.4048 15.7321C19.5528 14.9896 19.9179 14.3076 20.4542 13.7722L23.1661 11.0651ZM8.8349 13.7722L7.47943 15.1254C7.21125 15.393 7.0286 15.734 6.95457 16.1053C6.88055 16.4766 6.91848 16.8614 7.06358 17.2112C7.20867 17.5609 7.4544 17.8598 7.7697 18.0702C8.08499 18.2805 8.45569 18.3928 8.8349 18.3928C9.21412 18.3928 9.58481 18.2805 9.90011 18.0702C10.2154 17.8598 10.4611 17.5609 10.6062 17.2112C10.7513 16.8614 10.7893 16.4766 10.7152 16.1053C10.6412 15.734 10.4586 15.393 10.1904 15.1254L8.8349 13.7722ZM23.1661 13.7722L21.8106 15.1254C21.5424 15.393 21.3597 15.734 21.2857 16.1053C21.2117 16.4766 21.2496 16.8614 21.3947 17.2112C21.5398 17.5609 21.7856 17.8598 22.1008 18.0702C22.4161 18.2805 22.7868 18.3928 23.1661 18.3928C23.5453 18.3928 23.916 18.2805 24.2313 18.0702C24.5466 17.8598 24.7923 17.5609 24.9374 17.2112C25.0825 16.8614 25.1204 16.4766 25.0464 16.1053C24.9724 15.734 24.7897 15.393 24.5215 15.1254L23.1661 13.7722Z' fill='%23161616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_815_32493'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#product-section button.compare:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_467_19933)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EFEFEF'/%3E%3Cellipse cx='23' cy='16.5' rx='3' ry='3.5' fill='%23161616'/%3E%3Cellipse cx='8' cy='16.5' rx='3' ry='3.5' fill='%23161616'/%3E%3Cpath d='M17.1321 6V7.05263H24.5005V9.15789H17.1321V23.8947H21.3426V26H10.8163V23.8947H15.0268V9.15789H7.65842V7.05263H15.0268V6H17.1321ZM8.71106 10.5716L11.6879 13.5495C12.2767 14.1383 12.6777 14.8886 12.8402 15.7053C13.0026 16.5221 12.9192 17.3687 12.6005 18.138C12.2818 18.9074 11.7422 19.565 11.0497 20.0276C10.3573 20.4903 9.54328 20.7372 8.71053 20.7372C7.87777 20.7372 7.06372 20.4903 6.37131 20.0276C5.67889 19.565 5.13922 18.9074 4.82053 18.138C4.50184 17.3687 4.41844 16.5221 4.58089 15.7053C4.74334 14.8886 5.14433 14.1383 5.73316 13.5495L8.71316 10.5716H8.71106ZM23.4479 10.5716L26.4247 13.5495C27.0136 14.1383 27.4146 14.8886 27.577 15.7053C27.7395 16.5221 27.6561 17.3687 27.3374 18.138C27.0187 18.9074 26.479 19.565 25.7866 20.0276C25.0942 20.4903 24.2801 20.7372 23.4474 20.7372C22.6146 20.7372 21.8006 20.4903 21.1082 20.0276C20.4157 19.565 19.8761 18.9074 19.5574 18.138C19.2387 17.3687 19.1553 16.5221 19.3177 15.7053C19.4802 14.8886 19.8812 14.1383 20.47 13.5495L23.4479 10.5716ZM8.71106 13.5495L7.22263 15.0379C6.92814 15.3323 6.72757 15.7074 6.64629 16.1158C6.56501 16.5242 6.60666 16.9475 6.76598 17.3323C6.92531 17.717 7.19514 18.0458 7.54137 18.2772C7.88759 18.5085 8.29465 18.632 8.71106 18.632C9.12746 18.632 9.53452 18.5085 9.88074 18.2772C10.227 18.0458 10.4968 17.717 10.6561 17.3323C10.8154 16.9475 10.8571 16.5242 10.7758 16.1158C10.6945 15.7074 10.494 15.3323 10.1995 15.0379L8.71106 13.5495ZM23.4479 13.5495L21.9595 15.0379C21.665 15.3323 21.4644 15.7074 21.3831 16.1158C21.3019 16.5242 21.3435 16.9475 21.5028 17.3323C21.6622 17.717 21.932 18.0458 22.2782 18.2772C22.6244 18.5085 23.0315 18.632 23.4479 18.632C23.8643 18.632 24.2714 18.5085 24.6176 18.2772C24.9638 18.0458 25.2336 17.717 25.393 17.3323C25.5523 16.9475 25.5939 16.5242 25.5127 16.1158C25.4314 15.7074 25.2308 15.3323 24.9363 15.0379L23.4479 13.5495Z' fill='%23161616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_467_19933'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#product-section button.wishlist {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_815_32494)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EFEFEF'/%3E%3Cpath d='M20.7414 7C18.8363 7 17.1455 7.75333 16 9.04815C14.8545 7.75333 13.1637 7 11.2586 7C9.59935 7.00201 8.00861 7.66323 6.83532 8.83862C5.66204 10.014 5.00201 11.6076 5 13.2699C5 20.142 15.0337 25.6329 15.4604 25.8637C15.6263 25.9532 15.8117 26 16 26C16.1883 26 16.3737 25.9532 16.5396 25.8637C16.9663 25.6329 27 20.142 27 13.2699C26.998 11.6076 26.338 10.014 25.1647 8.83862C23.9914 7.66323 22.4007 7.00201 20.7414 7ZM20.2208 20.5239C18.9001 21.6466 17.4883 22.6571 16 23.5448C14.5117 22.6571 13.0999 21.6466 11.7792 20.5239C9.72431 18.7579 7.27586 16.0647 7.27586 13.2699C7.27586 12.2117 7.69547 11.1968 8.44238 10.4486C9.1893 9.70031 10.2023 9.27995 11.2586 9.27995C12.9466 9.27995 14.3595 10.1729 14.9465 11.6112C15.0319 11.8209 15.1777 12.0003 15.3654 12.1266C15.553 12.2529 15.7739 12.3203 16 12.3203C16.2261 12.3203 16.447 12.2529 16.6346 12.1266C16.8223 12.0003 16.9681 11.8209 17.0535 11.6112C17.6405 10.1729 19.0534 9.27995 20.7414 9.27995C21.7977 9.27995 22.8107 9.70031 23.5576 10.4486C24.3045 11.1968 24.7241 12.2117 24.7241 13.2699C24.7241 16.0647 22.2757 18.7579 20.2208 20.5239Z' fill='%23161616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_815_32494'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#product-section button.wishlist:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_637_24658)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EFEFEF'/%3E%3Cpath d='M28 12.7828C28 20.4409 16.8796 26.6396 16.4061 26.8956C16.2813 26.9641 16.1417 27 16 27C15.8583 27 15.7187 26.9641 15.5939 26.8956C15.1204 26.6396 4 20.4409 4 12.7828C4.00199 10.9845 4.70249 9.26048 5.94784 7.98889C7.19319 6.7173 8.88167 6.00203 10.6429 6C12.8554 6 14.7925 6.97148 16 8.61358C17.2075 6.97148 19.1446 6 21.3571 6C23.1183 6.00203 24.8068 6.7173 26.0522 7.98889C27.2975 9.26048 27.998 10.9845 28 12.7828Z' fill='%23161616'/%3E%3Cpath d='M21.1724 6C19.0941 6 17.2497 6.83263 16 8.26375C14.7503 6.83263 12.9059 6 10.8276 6C9.01747 6.00222 7.28212 6.73304 6.00217 8.03216C4.72223 9.33127 4.00219 11.0926 4 12.9298C4 20.5254 14.9459 26.5942 15.4114 26.8494C15.5923 26.9482 15.7945 27 16 27C16.2055 27 16.4077 26.9482 16.5886 26.8494C17.0541 26.5942 28 20.5254 28 12.9298C27.9978 11.0926 27.2778 9.33127 25.9978 8.03216C24.7179 6.73304 22.9825 6.00222 21.1724 6ZM20.6045 20.9474C19.1637 22.1883 17.6236 23.3052 16 24.2864C14.3764 23.3052 12.8363 22.1883 11.3955 20.9474C9.15379 18.9955 6.48276 16.0189 6.48276 12.9298C6.48276 11.7603 6.94052 10.6386 7.75533 9.81157C8.57014 8.98455 9.67527 8.51994 10.8276 8.51994C12.669 8.51994 14.2103 9.50692 14.8507 11.0966C14.9439 11.3283 15.103 11.5266 15.3077 11.6662C15.5124 11.8058 15.7534 11.8804 16 11.8804C16.2466 11.8804 16.4876 11.8058 16.6923 11.6662C16.897 11.5266 17.0561 11.3283 17.1493 11.0966C17.7897 9.50692 19.331 8.51994 21.1724 8.51994C22.3247 8.51994 23.4299 8.98455 24.2447 9.81157C25.0595 10.6386 25.5172 11.7603 25.5172 12.9298C25.5172 16.0189 22.8462 18.9955 20.6045 20.9474Z' fill='%23161616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_637_24658'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

#product-section .attr-block {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
@media(max-width:1600px){
	#product-section .attr-block{
		display: flex;
		width: 100%;
	}
}
@media(max-width:920px){
	#product-section .attr-block{
		flex-direction: column;
	}
}
#product-section .attr-block h3 {
	margin-bottom: 25px;
	padding-bottom: 4px;
	font-size: 20px;
	color: #161616;
	display: block;
	border-bottom: solid 1px #DCDCDC;
}

#product-section .right-block {
	max-width: 400px;
	font-size: 16px;
}

#product-section .right-block p {
	font-size: inherit;
	font-weight: inherit;
}

#product-section .fade-all-descr-btn,
#product-section .show-all-descr-btn {
	color: #EF4751;
	font-size: 16px;
	font-weight: 600;
}

#product-section .fade-all-descr-btn:hover,
#product-section .show-all-descr-btn:hover {
	text-decoration: underline;
	color: #C6323B;
}


#product-section .left-block {
	width: 100%;
	max-width: 450px;
}
@media(max-width:1600px){
	#product-section .left-block{
		max-width: 100%;
	}
}

#product-section .attr-list {
	display: flex;
	flex-direction: column;
}

#product-section .attr-list > li {
	display: grid;
	grid-template-columns: repeat(2,auto);
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	color: #161616;
	text-align: left;
}

#product-section .attr-list > li span {
	color: #9A9A9A;
	font-size: inherit;
	font-weight: inherit;
}

#product-section .attr-list > li a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

#product-section .attr-list > li:not(:last-child) {margin-bottom: 7px;}


#product-section #column-right {

}

#product-section .delivery-and-pay {
	display: flex;
	flex-direction: column;
}

#product-section .delivery-and-pay h3 {
	color: #161616;
	font-size: 20px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	grid-gap: 12px;
	font-weight: 600
}

#product-section .delivery-and-pay h3:before {
	content: '';
	width: 32px;
	height: 32px;
}

#product-section .delivery-and-pay > div.left h3:before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66667 4V2.33334C1.74667 2.33334 1 3.08 1 4H2.66667ZM17.3333 4H19C19 3.08 18.2533 2.33334 17.3333 2.33334V4ZM17.3333 12V10.3333C16.8913 10.3333 16.4674 10.5089 16.1548 10.8215C15.8423 11.1341 15.6667 11.558 15.6667 12H17.3333ZM2.66667 5.66667H17.3333V2.33334H2.66667V5.66667ZM15.6667 4V25.3333H19V4H15.6667ZM4.33333 22.6667V4H1V22.6667H4.33333ZM17.3333 13.6667H24V10.3333H17.3333V13.6667ZM27.6667 17.3333V22.6667H31V17.3333H27.6667ZM19 25.3333V12H15.6667V25.3333H19ZM24.7067 26.04C24.5192 26.2273 24.265 26.3325 24 26.3325C23.735 26.3325 23.4808 26.2273 23.2933 26.04L20.936 28.3973C21.7486 29.2099 22.8508 29.6664 24 29.6664C25.1492 29.6664 26.2514 29.2099 27.064 28.3973L24.7067 26.04ZM23.2933 24.6267C23.4808 24.4394 23.735 24.3342 24 24.3342C24.265 24.3342 24.5192 24.4394 24.7067 24.6267L27.064 22.2693C26.2514 21.4568 25.1492 21.0003 24 21.0003C22.8508 21.0003 21.7486 21.4568 20.936 22.2693L23.2933 24.6267ZM8.70667 26.04C8.51917 26.2273 8.265 26.3325 8 26.3325C7.735 26.3325 7.48083 26.2273 7.29333 26.04L4.936 28.3973C5.74865 29.2099 6.85079 29.6664 8 29.6664C9.14921 29.6664 10.2514 29.2099 11.064 28.3973L8.70667 26.04ZM7.29333 24.6267C7.48083 24.4394 7.735 24.3342 8 24.3342C8.265 24.3342 8.51917 24.4394 8.70667 24.6267L11.064 22.2693C10.2514 21.4568 9.14921 21.0003 8 21.0003C6.85079 21.0003 5.74865 21.4568 4.936 22.2693L7.29333 24.6267ZM24.7067 24.6267C24.8001 24.719 24.8743 24.8291 24.9246 24.9504C24.975 25.0718 25.0006 25.202 25 25.3333H28.3333C28.334 24.7642 28.2222 24.2005 28.0044 23.6747C27.7866 23.1489 27.467 22.6713 27.064 22.2693L24.7067 24.6267ZM25 25.3333C25.0003 25.4647 24.9746 25.5948 24.9242 25.7161C24.8739 25.8374 24.7999 25.9475 24.7067 26.04L27.064 28.3973C27.4668 27.9952 27.7862 27.5176 28.004 26.9918C28.2218 26.466 28.3337 25.9025 28.3333 25.3333H25ZM21.3333 23.6667H17.3333V27H21.3333V23.6667ZM23.2933 26.04C23.2001 25.9475 23.1261 25.8374 23.0758 25.7161C23.0254 25.5948 22.9997 25.4647 23 25.3333H19.6667C19.6667 26.44 20.0907 27.552 20.936 28.3973L23.2933 26.04ZM23 25.3333C22.9994 25.202 23.025 25.0718 23.0754 24.9504C23.1258 24.8291 23.1999 24.719 23.2933 24.6267L20.936 22.2693C20.5333 22.6714 20.2138 23.1491 19.996 23.6748C19.7782 24.2006 19.6663 24.7642 19.6667 25.3333H23ZM7.29333 26.04C7.20009 25.9475 7.12615 25.8374 7.07579 25.7161C7.02544 25.5948 6.99968 25.4647 7 25.3333H3.66667C3.66667 26.44 4.09067 27.552 4.936 28.3973L7.29333 26.04ZM7 25.3333C6.99938 25.202 7.02501 25.0718 7.07538 24.9504C7.12575 24.8291 7.19985 24.719 7.29333 24.6267L4.936 22.2693C4.53325 22.6714 4.21381 23.1491 3.996 23.6748C3.77818 24.2006 3.66626 24.7642 3.66667 25.3333H7ZM17.3333 23.6667H10.6667V27H17.3333V23.6667ZM8.70667 24.6267C8.80015 24.719 8.87425 24.8291 8.92462 24.9504C8.97499 25.0718 9.00062 25.202 9 25.3333H12.3333C12.3333 24.2267 11.9093 23.1147 11.064 22.2693L8.70667 24.6267ZM9 25.3333C9.00032 25.4647 8.97456 25.5948 8.92421 25.7161C8.87385 25.8374 8.79991 25.9475 8.70667 26.04L11.064 28.3973C11.4668 27.9952 11.7862 27.5176 12.004 26.9918C12.2218 26.466 12.3337 25.9025 12.3333 25.3333H9ZM27.6667 22.6667C27.6667 22.9319 27.5613 23.1862 27.3738 23.3738C27.1862 23.5613 26.9319 23.6667 26.6667 23.6667V27C27.8159 27 28.9181 26.5435 29.7308 25.7308C30.5435 24.9181 31 23.8159 31 22.6667H27.6667ZM24 13.6667C24.9725 13.6667 25.9051 14.053 26.5927 14.7406C27.2804 15.4282 27.6667 16.3609 27.6667 17.3333H31C31 13.4667 27.8667 10.3333 24 10.3333V13.6667ZM1 22.6667C1 23.8159 1.45655 24.9181 2.2692 25.7308C3.08186 26.5435 4.18406 27 5.33333 27V23.6667C5.06812 23.6667 4.81376 23.5613 4.62623 23.3738C4.43869 23.1862 4.33333 22.9319 4.33333 22.6667H1Z' fill='%23E4000D'/%3E%3Cpath d='M2.6665 10.6667H6.6665M2.6665 16H9.33317' stroke='%23E4000D' stroke-width='3.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#product-section .delivery-and-pay > div.right h3:before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 6H6.5C4.567 6 3 7.567 3 9.5V22.5C3 24.433 4.567 26 6.5 26H25.5C27.433 26 29 24.433 29 22.5V9.5C29 7.567 27.433 6 25.5 6Z' stroke='%23E4000D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 12H29M8 18.75H11V20H8V18.75Z' stroke='%23E4000D' stroke-width='3.75' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#product-section .delivery-and-pay > div {
	display: flex;
	flex-direction: column;
}

#product-section .delivery-and-pay > div.left {margin-bottom: 34px;}


#product-section .delivery-and-pa ul {
	display: flex;
	flex-direction: column;
}

#product-section .delivery-and-pa ul li {
	color: #161616;
	font-size: 16px;
}

#product-section .delivery-and-pay ul li:not(:last-child) {margin-bottom: 10px;}

#product-section .thumbnail-big img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

/* Reviews */

#reviews h3 {
	font-family: Cormorant Garamond;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #161616;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
}


#reviews #add-review-btn {
	color: #EF4751;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

#reviews #reviews-list .owl-stage-outer {
	padding-bottom: 10px;
}

#reviews #reviews-list .owl-dots {
	width: calc(100% - 84px);
	position: absolute;
	bottom: 14px;
	left: 42px;
	height: 4px;
	display: flex;
	background-color: #DCDCDC;
}

#reviews #reviews-list .owl-dot {
	flex-grow: 1;
	background-color: #DCDCDC;
}

#reviews #reviews-list .owl-dot.active,
#reviews #reviews-list .owl-dot + .owl-dot.active {
	background-color: #EF4751;
}

#reviews #reviews-list .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

#reviews #reviews-list .owl-nav button {
	width: 32px;
	height: 32px;
	padding: 0;
}

#reviews #reviews-list .review-stars {
	display: flex;
	align-items: center;
}

#reviews #reviews-list .review-stars > li {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#reviews #reviews-list .review-stars > li.review-star-true {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2619 13.8469C17.1591 13.9372 17.0827 14.0536 17.0407 14.1839C16.9988 14.3141 16.9929 14.4533 17.0237 14.5866L18.2912 20.0747C18.3247 20.218 18.3153 20.3681 18.2641 20.5061C18.213 20.6441 18.1223 20.764 18.0035 20.8509C17.8846 20.9377 17.7428 20.9877 17.5958 20.9946C17.4488 21.0014 17.303 20.9648 17.1766 20.8894L12.3859 17.9831C12.2695 17.9124 12.1359 17.8749 11.9997 17.8749C11.8634 17.8749 11.7298 17.9124 11.6134 17.9831L6.8228 20.8894C6.6964 20.9648 6.55059 21.0014 6.40355 20.9946C6.25651 20.9877 6.11473 20.9377 5.99589 20.8509C5.87704 20.764 5.78639 20.6441 5.73522 20.5061C5.68404 20.3681 5.67462 20.218 5.70811 20.0747L6.97561 14.5866C7.00642 14.4533 7.00055 14.3141 6.95863 14.1839C6.9167 14.0536 6.84028 13.9372 6.73749 13.8469L2.50843 10.1578C2.39536 10.0617 2.31335 9.93426 2.27275 9.79153C2.23216 9.64881 2.23481 9.49726 2.28038 9.35604C2.32594 9.21483 2.41237 9.0903 2.52873 8.99822C2.64509 8.90615 2.78615 8.85065 2.93405 8.83876L8.50843 8.35689C8.64443 8.34477 8.77454 8.29576 8.88474 8.21514C8.99493 8.13452 9.08103 8.02534 9.13374 7.89939L11.3116 2.70939C11.3697 2.57521 11.4658 2.46096 11.5881 2.3807C11.7104 2.30045 11.8534 2.25769 11.9997 2.25769C12.1459 2.25769 12.289 2.30045 12.4112 2.3807C12.5335 2.46096 12.6296 2.57521 12.6878 2.70939L14.8656 7.89939C14.9183 8.02534 15.0044 8.13452 15.1146 8.21514C15.2248 8.29576 15.3549 8.34477 15.4909 8.35689L21.0653 8.83876C21.2132 8.85065 21.3543 8.90615 21.4706 8.99822C21.587 9.0903 21.6734 9.21483 21.719 9.35604C21.7645 9.49726 21.7672 9.64881 21.7266 9.79153C21.686 9.93426 21.604 10.0617 21.4909 10.1578L17.2619 13.8469Z' fill='%23EF4751'/%3E%3Cpath d='M22.4248 9.121C22.334 8.84104 22.1628 8.594 21.9326 8.41063C21.7024 8.22726 21.4233 8.11566 21.1301 8.08975L15.5623 7.60974L13.3798 2.41974C13.2662 2.14742 13.0745 1.9148 12.829 1.75117C12.5834 1.58755 12.2949 1.50024 11.9998 1.50024C11.7047 1.50024 11.4163 1.58755 11.1707 1.75117C10.9251 1.9148 10.7335 2.14742 10.6198 2.41974L8.44389 7.60974L2.86951 8.09256C2.57517 8.11729 2.29468 8.22838 2.06322 8.41188C1.83176 8.59539 1.65964 8.84315 1.56842 9.1241C1.47721 9.40504 1.47098 9.70666 1.5505 9.99113C1.63003 10.2756 1.79177 10.5303 2.01545 10.7232L6.24451 14.4188L4.97701 19.9069C4.90999 20.1941 4.92911 20.4947 5.03199 20.7711C5.13488 21.0475 5.31695 21.2874 5.55545 21.4609C5.79394 21.6344 6.07829 21.7337 6.37293 21.7464C6.66756 21.7592 6.95942 21.6848 7.21201 21.5326L11.9933 18.6263L16.7848 21.5326C17.0374 21.6848 17.3293 21.7592 17.6239 21.7464C17.9186 21.7337 18.2029 21.6344 18.4414 21.4609C18.6799 21.2874 18.862 21.0475 18.9648 20.7711C19.0677 20.4947 19.0868 20.1941 19.0198 19.9069L17.7533 14.4132L21.9814 10.7232C22.205 10.5296 22.3665 10.2742 22.4454 9.98914C22.5243 9.70406 22.5171 9.40202 22.4248 9.121ZM20.9979 9.58974L16.7698 13.2797C16.564 13.4587 16.411 13.6905 16.327 13.95C16.2431 14.2095 16.2316 14.487 16.2936 14.7526L17.5639 20.2501L12.7761 17.3438C12.5425 17.2016 12.2743 17.1263 12.0008 17.1263C11.7273 17.1263 11.459 17.2016 11.2255 17.3438L6.4442 20.2501L7.70608 14.7563C7.76809 14.4907 7.75652 14.2132 7.6726 13.9537C7.58869 13.6942 7.43561 13.4625 7.22983 13.2835L2.99983 9.59537C2.99948 9.59257 2.99948 9.58974 2.99983 9.58693L8.57233 9.10506C8.84439 9.08108 9.10474 8.98327 9.3253 8.82219C9.54586 8.6611 9.71826 8.44286 9.82389 8.191L11.9998 3.00756L14.1748 8.191C14.2805 8.44286 14.4529 8.6611 14.6734 8.82219C14.894 8.98327 15.1543 9.08108 15.4264 9.10506L20.9998 9.58693V9.59349L20.9979 9.58974Z' fill='%23EF4751'/%3E%3C/svg%3E%0A");
}

#reviews #reviews-list .review-stars > li.review-star-none {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M17.2619 13.8469C17.1591 13.9372 17.0827 14.0536 17.0407 14.1839C16.9988 14.3141 16.9929 14.4533 17.0237 14.5866L18.2912 20.0747C18.3247 20.218 18.3153 20.3681 18.2641 20.5061C18.213 20.6441 18.1223 20.764 18.0035 20.8509C17.8846 20.9377 17.7428 20.9877 17.5958 20.9946C17.4488 21.0014 17.303 20.9648 17.1766 20.8894L12.3859 17.9831C12.2695 17.9124 12.1359 17.8749 11.9997 17.8749C11.8634 17.8749 11.7298 17.9124 11.6134 17.9831L6.8228 20.8894C6.6964 20.9648 6.55059 21.0014 6.40355 20.9946C6.25651 20.9877 6.11473 20.9377 5.99589 20.8509C5.87704 20.764 5.78639 20.6441 5.73522 20.5061C5.68404 20.3681 5.67462 20.218 5.70811 20.0747L6.97561 14.5866C7.00642 14.4533 7.00055 14.3141 6.95863 14.1839C6.9167 14.0536 6.84028 13.9372 6.73749 13.8469L2.50843 10.1578C2.39536 10.0617 2.31335 9.93426 2.27275 9.79153C2.23216 9.64881 2.23481 9.49726 2.28038 9.35604C2.32594 9.21483 2.41237 9.0903 2.52873 8.99822C2.64509 8.90615 2.78615 8.85065 2.93405 8.83876L8.50843 8.35689C8.64443 8.34477 8.77454 8.29576 8.88474 8.21514C8.99493 8.13452 9.08103 8.02534 9.13374 7.89939L11.3116 2.70939C11.3697 2.57521 11.4658 2.46096 11.5881 2.3807C11.7104 2.30045 11.8534 2.25769 11.9997 2.25769C12.1459 2.25769 12.289 2.30045 12.4112 2.3807C12.5335 2.46096 12.6296 2.57521 12.6878 2.70939L14.8656 7.89939C14.9183 8.02534 15.0044 8.13452 15.1146 8.21514C15.2248 8.29576 15.3549 8.34477 15.4909 8.35689L21.0653 8.83876C21.2132 8.85065 21.3543 8.90615 21.4706 8.99822C21.587 9.0903 21.6734 9.21483 21.719 9.35604C21.7645 9.49726 21.7672 9.64881 21.7266 9.79153C21.686 9.93426 21.604 10.0617 21.4909 10.1578L17.2619 13.8469Z' fill='%23EF4751'/%3E%3Cpath d='M22.4248 9.121C22.334 8.84104 22.1628 8.594 21.9326 8.41063C21.7024 8.22726 21.4233 8.11566 21.1301 8.08975L15.5623 7.60974L13.3798 2.41974C13.2662 2.14742 13.0745 1.9148 12.829 1.75117C12.5834 1.58755 12.2949 1.50024 11.9998 1.50024C11.7047 1.50024 11.4163 1.58755 11.1707 1.75117C10.9251 1.9148 10.7335 2.14742 10.6198 2.41974L8.44389 7.60974L2.86951 8.09256C2.57517 8.11729 2.29468 8.22838 2.06322 8.41188C1.83176 8.59539 1.65964 8.84315 1.56842 9.1241C1.47721 9.40504 1.47098 9.70666 1.5505 9.99113C1.63003 10.2756 1.79177 10.5303 2.01545 10.7232L6.24451 14.4188L4.97701 19.9069C4.90999 20.1941 4.92911 20.4947 5.03199 20.7711C5.13488 21.0475 5.31695 21.2874 5.55545 21.4609C5.79394 21.6344 6.07829 21.7337 6.37293 21.7464C6.66756 21.7592 6.95942 21.6848 7.21201 21.5326L11.9933 18.6263L16.7848 21.5326C17.0374 21.6848 17.3293 21.7592 17.6239 21.7464C17.9186 21.7337 18.2029 21.6344 18.4414 21.4609C18.6799 21.2874 18.862 21.0475 18.9648 20.7711C19.0677 20.4947 19.0868 20.1941 19.0198 19.9069L17.7533 14.4132L21.9814 10.7232C22.205 10.5296 22.3665 10.2742 22.4454 9.98914C22.5243 9.70406 22.5171 9.40202 22.4248 9.121ZM20.9979 9.58974L16.7698 13.2797C16.564 13.4587 16.411 13.6905 16.327 13.95C16.2431 14.2095 16.2316 14.487 16.2936 14.7526L17.5639 20.2501L12.7761 17.3438C12.5425 17.2016 12.2743 17.1263 12.0008 17.1263C11.7273 17.1263 11.459 17.2016 11.2255 17.3438L6.4442 20.2501L7.70608 14.7563C7.76809 14.4907 7.75652 14.2132 7.6726 13.9537C7.58869 13.6942 7.43561 13.4625 7.22983 13.2835L2.99983 9.59537C2.99948 9.59257 2.99948 9.58974 2.99983 9.58693L8.57233 9.10506C8.84439 9.08108 9.10474 8.98327 9.3253 8.82219C9.54586 8.6611 9.71826 8.44286 9.82389 8.191L11.9998 3.00756L14.1748 8.191C14.2805 8.44286 14.4529 8.6611 14.6734 8.82219C14.894 8.98327 15.1543 9.08108 15.4264 9.10506L20.9998 9.58693V9.59349L20.9979 9.58974Z' fill='%23EF4751'/%3E%3C/svg%3E%0A");
}

#reviews #reviews-list .review-stars > li:not(:last-child) {margin-right: 5px}

#reviews #reviews-list .top-block {
	margin-bottom: 35px;
}

#reviews #reviews-list .top-block > div {
	display: grid;
	grid-template-columns: repeat(2,max-content);
	justify-content: flex-start;
	align-items: center;
	grid-gap: 20px;
	margin-top: 10px;
}

#reviews #reviews-list .review-date {
	color: #9A9A9A;
	font-size: inherit;
	line-height: 1;
}

#reviews #reviews-list .descr {
	color: #161616;
	font-size: 16px;
}

#reviews #reviews-list .review-author {
	color: #161616;
	font-size: 24px;
	font-weight: 600;
}

#review-popup-form-wrapper .rating-block {

}

#review-popup-form-wrapper .rating-review-stars {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 35px;
}

#review-popup-form-wrapper .star-label {
	width: 24px;
	height: 24px;
	position: relative;
}

#review-popup-form-wrapper .star-label:not(:last-child) {margin-left: 5px;}

#review-popup-form-wrapper .star-label i {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M17.2619 13.8465C17.1591 13.9368 17.0827 14.0533 17.0407 14.1835C16.9988 14.3137 16.9929 14.4529 17.0237 14.5862L18.2912 20.0743C18.3247 20.2177 18.3153 20.3677 18.2641 20.5057C18.213 20.6437 18.1223 20.7637 18.0035 20.8505C17.8846 20.9374 17.7428 20.9873 17.5958 20.9942C17.4488 21.001 17.303 20.9645 17.1766 20.889L12.3859 17.9828C12.2695 17.912 12.1359 17.8746 11.9997 17.8746C11.8634 17.8746 11.7298 17.912 11.6134 17.9828L6.8228 20.889C6.6964 20.9645 6.55059 21.001 6.40355 20.9942C6.25651 20.9873 6.11473 20.9374 5.99589 20.8505C5.87704 20.7637 5.78639 20.6437 5.73522 20.5057C5.68404 20.3677 5.67462 20.2177 5.70811 20.0743L6.97561 14.5862C7.00642 14.4529 7.00055 14.3137 6.95863 14.1835C6.9167 14.0533 6.84028 13.9368 6.73749 13.8465L2.50843 10.1575C2.39536 10.0614 2.31335 9.93389 2.27275 9.79117C2.23216 9.64845 2.23481 9.49689 2.28038 9.35568C2.32594 9.21446 2.41237 9.08994 2.52873 8.99786C2.64509 8.90578 2.78615 8.85029 2.93405 8.8384L8.50843 8.35652C8.64443 8.34441 8.77454 8.2954 8.88474 8.21477C8.99493 8.13415 9.08103 8.02498 9.13374 7.89902L11.3116 2.70902C11.3697 2.57484 11.4658 2.46059 11.5881 2.38034C11.7104 2.30008 11.8534 2.25732 11.9997 2.25732C12.1459 2.25732 12.289 2.30008 12.4112 2.38034C12.5335 2.46059 12.6296 2.57484 12.6878 2.70902L14.8656 7.89902C14.9183 8.02498 15.0044 8.13415 15.1146 8.21477C15.2248 8.2954 15.3549 8.34441 15.4909 8.35652L21.0653 8.8384C21.2132 8.85029 21.3543 8.90578 21.4706 8.99786C21.587 9.08994 21.6734 9.21446 21.719 9.35568C21.7645 9.49689 21.7672 9.64845 21.7266 9.79117C21.686 9.93389 21.604 10.0614 21.4909 10.1575L17.2619 13.8465Z' fill='%23EF4751'/%3E%3Cpath d='M22.4248 9.12075C22.334 8.8408 22.1628 8.59375 21.9326 8.41038C21.7024 8.22701 21.4233 8.11542 21.1301 8.0895L15.5623 7.6095L13.3798 2.4195C13.2662 2.14717 13.0745 1.91455 12.829 1.75093C12.5834 1.58731 12.2949 1.5 11.9998 1.5C11.7047 1.5 11.4163 1.58731 11.1707 1.75093C10.9251 1.91455 10.7335 2.14717 10.6198 2.4195L8.44389 7.6095L2.86951 8.09231C2.57517 8.11705 2.29468 8.22813 2.06322 8.41164C1.83176 8.59515 1.65964 8.84291 1.56842 9.12385C1.47721 9.4048 1.47098 9.70642 1.5505 9.99089C1.63003 10.2754 1.79177 10.53 2.01545 10.7229L6.24451 14.4186L4.97701 19.9067C4.90999 20.1939 4.92911 20.4945 5.03199 20.7709C5.13488 21.0472 5.31695 21.2872 5.55545 21.4606C5.79394 21.6341 6.07829 21.7334 6.37293 21.7462C6.66756 21.7589 6.95942 21.6845 7.21201 21.5323L11.9933 18.6261L16.7848 21.5323C17.0374 21.6845 17.3293 21.7589 17.6239 21.7462C17.9186 21.7334 18.2029 21.6341 18.4414 21.4606C18.6799 21.2872 18.862 21.0472 18.9648 20.7709C19.0677 20.4945 19.0868 20.1939 19.0198 19.9067L17.7533 14.4129L21.9814 10.7229C22.205 10.5294 22.3665 10.274 22.4454 9.98889C22.5243 9.70382 22.5171 9.40178 22.4248 9.12075ZM20.9979 9.5895L16.7698 13.2795C16.564 13.4585 16.411 13.6902 16.327 13.9497C16.2431 14.2092 16.2316 14.4867 16.2936 14.7523L17.5639 20.2498L12.7761 17.3436C12.5425 17.2013 12.2743 17.1261 12.0008 17.1261C11.7273 17.1261 11.459 17.2013 11.2255 17.3436L6.4442 20.2498L7.70608 14.7561C7.76809 14.4905 7.75652 14.213 7.6726 13.9535C7.58869 13.694 7.43561 13.4623 7.22983 13.2833L2.99983 9.59513C2.99948 9.59232 2.99948 9.58949 2.99983 9.58669L8.57233 9.10481C8.84439 9.08083 9.10474 8.98303 9.3253 8.82194C9.54586 8.66086 9.71826 8.44262 9.82389 8.19075L11.9998 3.00731L14.1748 8.19075C14.2805 8.44262 14.4529 8.66086 14.6734 8.82194C14.894 8.98303 15.1543 9.08083 15.4264 9.10481L20.9998 9.58669V9.59325L20.9979 9.5895Z' fill='%23EF4751'/%3E%3C/svg%3E%0A");
}

#review-popup-form-wrapper .star-label:hover i,
#review-popup-form-wrapper .star-label input:checked + i,
#review-popup-form-wrapper .star-label input:checked ~ i,
#review-popup-form-wrapper .star-label:hover ~ .star-label i,
#review-popup-form-wrapper .star-label:hover ~ .star-label:hover i,
#review-popup-form-wrapper .star-label.active ~ .star-label i,
#review-popup-form-wrapper .star-label.active ~ .star-label:hover i {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2619 13.8465C17.1591 13.9368 17.0827 14.0533 17.0407 14.1835C16.9988 14.3137 16.9929 14.4529 17.0237 14.5862L18.2912 20.0743C18.3247 20.2177 18.3153 20.3677 18.2641 20.5057C18.213 20.6437 18.1223 20.7637 18.0035 20.8505C17.8846 20.9374 17.7428 20.9873 17.5958 20.9942C17.4488 21.001 17.303 20.9645 17.1766 20.889L12.3859 17.9828C12.2695 17.912 12.1359 17.8746 11.9997 17.8746C11.8634 17.8746 11.7298 17.912 11.6134 17.9828L6.8228 20.889C6.6964 20.9645 6.55059 21.001 6.40355 20.9942C6.25651 20.9873 6.11473 20.9374 5.99589 20.8505C5.87704 20.7637 5.78639 20.6437 5.73522 20.5057C5.68404 20.3677 5.67462 20.2177 5.70811 20.0743L6.97561 14.5862C7.00642 14.4529 7.00055 14.3137 6.95863 14.1835C6.9167 14.0533 6.84028 13.9368 6.73749 13.8465L2.50843 10.1575C2.39536 10.0614 2.31335 9.93389 2.27275 9.79117C2.23216 9.64845 2.23481 9.49689 2.28038 9.35568C2.32594 9.21446 2.41237 9.08994 2.52873 8.99786C2.64509 8.90578 2.78615 8.85029 2.93405 8.8384L8.50843 8.35652C8.64443 8.34441 8.77454 8.2954 8.88474 8.21477C8.99493 8.13415 9.08103 8.02498 9.13374 7.89902L11.3116 2.70902C11.3697 2.57484 11.4658 2.46059 11.5881 2.38034C11.7104 2.30008 11.8534 2.25732 11.9997 2.25732C12.1459 2.25732 12.289 2.30008 12.4112 2.38034C12.5335 2.46059 12.6296 2.57484 12.6878 2.70902L14.8656 7.89902C14.9183 8.02498 15.0044 8.13415 15.1146 8.21477C15.2248 8.2954 15.3549 8.34441 15.4909 8.35652L21.0653 8.8384C21.2132 8.85029 21.3543 8.90578 21.4706 8.99786C21.587 9.08994 21.6734 9.21446 21.719 9.35568C21.7645 9.49689 21.7672 9.64845 21.7266 9.79117C21.686 9.93389 21.604 10.0614 21.4909 10.1575L17.2619 13.8465Z' fill='%23EF4751'/%3E%3Cpath d='M22.4248 9.12075C22.334 8.8408 22.1628 8.59375 21.9326 8.41038C21.7024 8.22701 21.4233 8.11542 21.1301 8.0895L15.5623 7.6095L13.3798 2.4195C13.2662 2.14717 13.0745 1.91455 12.829 1.75093C12.5834 1.58731 12.2949 1.5 11.9998 1.5C11.7047 1.5 11.4163 1.58731 11.1707 1.75093C10.9251 1.91455 10.7335 2.14717 10.6198 2.4195L8.44389 7.6095L2.86951 8.09231C2.57517 8.11705 2.29468 8.22813 2.06322 8.41164C1.83176 8.59515 1.65964 8.84291 1.56842 9.12385C1.47721 9.4048 1.47098 9.70642 1.5505 9.99089C1.63003 10.2754 1.79177 10.53 2.01545 10.7229L6.24451 14.4186L4.97701 19.9067C4.90999 20.1939 4.92911 20.4945 5.03199 20.7709C5.13488 21.0472 5.31695 21.2872 5.55545 21.4606C5.79394 21.6341 6.07829 21.7334 6.37293 21.7462C6.66756 21.7589 6.95942 21.6845 7.21201 21.5323L11.9933 18.6261L16.7848 21.5323C17.0374 21.6845 17.3293 21.7589 17.6239 21.7462C17.9186 21.7334 18.2029 21.6341 18.4414 21.4606C18.6799 21.2872 18.862 21.0472 18.9648 20.7709C19.0677 20.4945 19.0868 20.1939 19.0198 19.9067L17.7533 14.4129L21.9814 10.7229C22.205 10.5294 22.3665 10.274 22.4454 9.98889C22.5243 9.70382 22.5171 9.40178 22.4248 9.12075ZM20.9979 9.5895L16.7698 13.2795C16.564 13.4585 16.411 13.6902 16.327 13.9497C16.2431 14.2092 16.2316 14.4867 16.2936 14.7523L17.5639 20.2498L12.7761 17.3436C12.5425 17.2013 12.2743 17.1261 12.0008 17.1261C11.7273 17.1261 11.459 17.2013 11.2255 17.3436L6.4442 20.2498L7.70608 14.7561C7.76809 14.4905 7.75652 14.213 7.6726 13.9535C7.58869 13.694 7.43561 13.4623 7.22983 13.2833L2.99983 9.59513C2.99948 9.59232 2.99948 9.58949 2.99983 9.58669L8.57233 9.10481C8.84439 9.08083 9.10474 8.98303 9.3253 8.82194C9.54586 8.66086 9.71826 8.44262 9.82389 8.19075L11.9998 3.00731L14.1748 8.19075C14.2805 8.44262 14.4529 8.66086 14.6734 8.82194C14.894 8.98303 15.1543 9.08083 15.4264 9.10481L20.9998 9.58669V9.59325L20.9979 9.5895Z' fill='%23EF4751'/%3E%3C/svg%3E%0A");
}

#review-popup-form-wrapper .star-label input {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 0;
	z-index: 1;
}

#review-popup-form-wrapper .form-block > h3 {
	text-align: left;
}

#review-popup-form-wrapper textarea {
	padding-left: 12px;
	padding-top: 12px;
	resize: unset;
	height: 160px;
	width: 100%;
	box-sizing: border-box;
	color: #9A9A9A;
	font-size: 16px;
	border: 1px solid #DCDCDC;
	display: block;
}

#review-popup-form-wrapper #add-review {
	padding: 20px 75px;
	background-color: #EF4751;
	border: 1px solid #EF4751;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin-top: 30px;
}

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

	#product-section .delivery-and-pay {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 30px;
	}

	#product-section .right-column {
		display: block;
	}

	#product-section .left-column {max-width: 440px;}

	#product-section .buttons-block {
		grid-template-columns: 100%;
		grid-gap: 25px 0;
	}

	#product-section .attr-block {
		grid-template-columns: 100%;
		/* grid-gap: 20px 0; */
	}

	#product-section .no-in-stock, 
	#product-section button.order, 
	#product-section button.quick-order {font-size: 14px;}
}


@media only screen and (max-width: 1020.99px) {
	#product-section .left-column {max-width: 350px;}

	#product-section .thumbnail-big img {
		width: 100%;
		height: auto;
	}

	#product-section .main-content {
		grid-gap: 20px;
	}

	#product-section h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	#product-section .sku {font-size: 12px;}

	#product-section .buttons-block {
		grid-template-columns: 1fr max-content;
		grid-gap: 20px;
	}

	#product-section .buttons-block > div:first-child {
		grid-gap: 20px;
	}

	#product-section .attr-block {
		grid-column: 1/3;
		grid-template-columns: max-content 1fr;
		grid-gap: 30px;
	}

	#product-section .attr-list > li {font-size: 14px;}

	#product-section .right-block {
		max-width: 100%;
		font-size: 14px;
	}

	#product-section .left-block {
		/* width: 350px; */
		max-width: 100%;
	}

	#product-section .delivery-and-pay {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 30px;
	}

	#product-section .delivery-and-pay h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	#product-section .delivery-and-pay ul li {font-size: 14px;}

	#product-section .delivery-and-pay ul li:not(:last-child) {margin-bottom: 5px;}

	#product-section .delivery-and-pay > div.left { margin-bottom: 0;}

	#product-section .attr-block h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#product-section .fade-all-descr-btn,
	#product-section .show-all-descr-btn {font-size: 14px;}

	/* Reviews */
	#reviews h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	#reviews #reviews-list .review-author {font-size: 20px;}

	#reviews #reviews-list .descr {font-size: 14px;}

	#review-popup-form-wrapper .rating-review-stars {
		margin-bottom: 20px;
		justify-content: flex-end;
	}

	#review-popup-form-wrapper textarea {font-size: 14px;}

	#review-popup-form-wrapper #add-review {font-size: 14px;}

	#reviews #reviews-list .review-date {
		font-size: 18px;
	}

	#review-popup-form-wrapper .form-block {
		max-width: 730px;
	}

	#review-popup-form-wrapper .form-block > h3 {font-size: 24px;}
}


@media only screen and (max-width: 420.99px) {
	#product-section h1 {
		font-size: 20px;
	}
	#product-section .fade-all-descr-btn,
	#product-section .show-all-descr-btn {
		display: none;
		font-size: 10px;
	}



	#product-section .full-description {display: none;}

	#product-section .show-all-descr-btn.active,
	#product-section .full-description.active {display: block;}

	#product-section .short-description,
	#product-section .attr-list {
		position: absolute;
		z-index: -1111;
		opacity: 0;
		transform: scale(0);
		transition: opacity .4s;
	}

	#product-section .attr-list.active,
	#product-section .short-description.active {
		transform: scale(1);
		z-index: auto;
		position: unset;
		opacity: 1;
		transition: opacity .4s;
	}

	#product-section .main-content {
		grid-gap: 0;
		display: flex;
		flex-direction: column;
	}

	#product-section .attr-block {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
		margin-bottom: 3rem;
	}

	#product-section .attr-block h3 {
		display: grid;
		grid-template-columns: 1fr max-content;
		grid-gap: 10px;
		align-items: center;
		font-size: 15px;
	}

	#product-section .left-block {
		width: 100%;
		margin-bottom: 20px;
	}

	#product-section .left-main {
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}

	#product-section .text-block {
		margin-bottom: 10px;
	}

	#product-section .price-block {
		margin-bottom: 10px;
	}

	#product-section .attr-block h3:after {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 8.625L12 15.375L5.25 8.625' stroke='%239A9A9A' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E%0A");
	}

	#product-section .attr-block h3.active:after {
		transform: scale(1,-1);
	}

	#product-section .attr-list > li {font-size: 12px;}

	#product-section h2 {font-size: 20px;}

	#product-section .thumbnails {
		display: grid;
		grid-template-columns: 1fr 60px;
		grid-gap: 0 12px;
	}

	#product-section .thumbnails-gallery li img {
		width: 60px;
		height: 60px;
	}

	#product-section .thumbnails-gallery li a {
		display: block;
	}
	/* .owl-carousel{
		display: block;
	} */
	
	#product-section .thumbnails-gallery .owl-stage-outer {padding: 0;}

	#product-section .thumbnails-gallery .owl-stage {
		display: flex;
		flex-direction: column;
	}

	#product-section .thumbnails-gallery .owl-item:not(:last-child) {margin-bottom: 10px;}

	#product-section .thumbnail-big img {
		height: 200px;
		object-fit: contain;
	}

	#product-section .delivery-and-pay {margin-bottom: 20px;}

	#product-section .delivery-and-pay h3 {
		margin-bottom: 10px;
		grid-gap: 0 12px;
		font-size: 15px;
	}

	#product-section .delivery-and-pay h3:before {
		width: 20px;
		height: 20px;
	}

	#product-section .right-block {font-size: 12px;}

	#product-section .buttons-block {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		grid-gap: 0;
	}

	#product-section .buttons-block div:first-child {
		grid-gap: 20px;
	}

	#product-section .buttons-block > div:last-child {
		margin-top: 10px;
	}

	#product-section .buttons-block > div:last-child > *:not(:last-child) {margin-right: 20px;}

	#product-section .no-in-stock, #product-section button.order, 
	#product-section button.quick-order {
		padding: 12px 5px;
		font-size: 12px;
		box-sizing: border-box;
	}

	#product-section .thumbnails-gallery {
		margin-top: 0;
		overflow-y: auto;
		max-height: 200px;
	}

	#product-section .thumbnails-gallery.owl-carousel .owl-nav {
		display: none;
	}

	#catalog .list-item .name {min-height: 45px;}

	/* Reviews */
	#reviews h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#reviews #reviews-list .review-author {
		font-size: 16px;
		margin-bottom: 12px;
	}

	#reviews #reviews-list .review-stars > li {
		width: 16px;
		height: 16px;
	}

	#reviews #reviews-list .review-stars > li:not(:last-child) {margin-right: 6px;}

	#reviews #reviews-list .review-date {font-size: 16px;}

	#reviews .review-buttons {
		display: grid;
		grid-template-columns: repeat(2,auto);
		align-items: center;
		justify-content: space-between;
	}

	#reviews #add-review-btn {font-size: 12px;}

	#reviews #reviews-list .top-block {margin-bottom: 12px;}

	#reviews #reviews-list .owl-nav {margin-top: 0;}

	#review-popup-form-wrapper .form-block > h3 {
		font-size: 20px;
	}

	#review-popup-form-wrapper .star-label {
		width: 16px;
		height: 16px;
	}

	#review-popup-form-wrapper textarea {
		padding: 10px 24px 0 10px;
		font-size: 12px;
	}

	#review-popup-form-wrapper #add-review {
		margin-top: 20px;
		width: 100%;
		padding: 12px 0;
		font-size: 12px;
	}

	#review-popup-form-wrapper .rating-review-stars {margin-bottom: 10px;}
}