.product__gallery__left .gallery-topp .swiper-slide {
    background-size: contain;
}
.common__gallery__left .atrebut {
 position: absolute;
 z-index: 2;
}
.product-description .product-description__content:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){
   display:none;
}
.common__specif .common__specif-table tr:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)){
   display:none;
}
.container .content__block__wrapper  p:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){
   display:none;
}


div[title]{
	cursor: help;
}
[popup]{
	cursor: pointer;
}
.common__sort-price > div svg , .sorting .sorting-price > div svg {
    margin-right: 14px;
}
.common__sort .active.down svg path, .sorting .sorting-price .active.down svg path {
	fill: #ff2626 !important;
}
.common__sort .desc svg, .sorting .sorting-price .desc svg{
	transform: scale(-1, 1);
	transform-origin: center center;
}
.common__sort .active.up svg path, .sorting .sorting-price .active.up svg path{
	fill: #ff2626 !important;
}
.pagination__ul .control-button{
	min-width: 105px;
}
.comment-succes{
	margin-bottom: 15px;
	text-align: center;
	color: #54d27d;
}
.wantcheaper{
	width: 154px;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    color: var(--black);
    padding: 10px 0;
    position: relative;
}
.lists__inner .product-img .product__gallery__right-thumb{
	background-position: center;
	/*background-size: cover;*/
}