.item-catalog a:hover {
	opacity: 1;
}


.item-catalog {
	background: white;
	padding-bottom: 20px;
	min-height: 470px;
}

.item-catalog.list {
	min-height: auto;
	background: none;

}

.item-catalog .brend {
	font-size: 11px;
	opacity: .8;

}

.item-catalog img.color{
	height: 20px;
	width: 20px;
	border: 1px rgba(0,0,0, .15) solid;

}

.item-catalog.list:hover{
	box-shadow:none;
}

.item-catalog .h4{
	font-size: 1.2em;
	font-weight: bold;
	min-height: 40px;
}

.item-catalog.list .h4{
	min-height: auto;
}

.item-catalog.list img{
	border-radius: 10px;
}
.item-catalog .btn.modal_w {
	position: absolute;
	bottom: 0;
	border-radius: 0 0 20px 20px !important;
	width: calc(100% - 30px);
	margin-right: 30px;
	border-top: #dee2e6 1px solid;
	padding-top: 8px;
	padding-bottom: 10px;
}

.item-catalog .adress {
	min-height: 70px;
}

.item-catalog .h3 {
	font-weight: bold;
	font-size: 22px;
}

.bi-diamond-fill {
	opacity: .5;
	font-size: 11px;
}

[class^="bi bi-chevron"].item_catalog {
	font-size: 15px;
	width: 20px;
	text-align: center;
	background: rgba(0,0,0, .2);
}


[id^="carusel_catalog_item"] .carousel-control-next,
[id^="carusel_catalog_item"] .carousel-control-prev {
	opacity: .5;
}
.item-catalog img {
	/*cursor: zoom-in;*/
}


.catalog_fav {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 18px;
	z-index: 10;
}

.catalog_fav .btn {
	font-size: 22px;
}

.catalog_fav .bi {
	color: white;
	text-shadow: black 0 0 1px;
}


.sticky-top.map {
	top: 30px;
	padding: 3px;
}

.shildiki {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: inline-block;
	text-align: center;
	z-index: 10;
}

.shildiki div {padding: 3px 7px 3px; margin-bottom: 3px; font-size: 11px; color: white;}

.shildiki .new { background: #00AD58;}
.shildiki .hit { background: #FF8300;}
.shildiki .skidka { background: #ff5656;}
.shildiki .recom { background: #007FFF;}

.new_scroll { overflow-y: auto; }
.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background: #eeeeee90;
}

.new_scroll::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .1);
}

.new_scroll::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .1);
}

.see.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 2px !important;
}


.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment,
.new_scroll::-webkit-scrollbar-button:end:horizontal:increment
 {
	background: url(img/scroll_arrow_right.png) center;
	width:25px;
	cursor: pointer;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement,
.new_scroll::-webkit-scrollbar-button:start:horizontal:decrement
 {
	background: url(img/scroll_arrow_left.png)  center;
	cursor: pointer;
	width:25px;
}



.col_my {
	min-width: 200px;
	display: inline-block;
}

.col_my.see {
	width: 175px;
	display: inline-block;
}
.new_scroll .item-catalog{
	padding-bottom: 0 !important;
	min-height: auto !important;
}
.new_scroll  .catalog_fav {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 18px;
	z-index: 10;
}

.item-catalog  .carousel-control-prev, .item-catalog .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
    -ms-flex-pack: center;
    justify-content: center;
     width: auto; 
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}


.product-second-img {
    opacity: 0;
    visibility: hidden;
}

.product-second-img img {
    display: none;
}

.product-first-img, .product-second-img {
    transition-duration: 0.3s;
}

.col-xl-5th.col-md-4.col-sm-6.mb-4 {
    transition-duration: 0.3s;
    border: 1px solid transparent;
    padding-top: 15px;
}

@media (any-hover: hover){
    .col-xl-5th.col-md-4.col-sm-6.mb-4:hover {
        border-color: #d1cbcb
    }


    .col-xl-5th.col-md-4.col-sm-6.mb-4 .item-catalog:hover .product-first-img {
        opacity: 0;
        visibility: hidden;
    }

    .col-xl-5th.col-md-4.col-sm-6.mb-4 .item-catalog:hover .product-first-img img {
        display: none;
    }


    .col-xl-5th.col-md-4.col-sm-6.mb-4 .item-catalog:hover .product-second-img {
        opacity: 1;
        visibility: visible;
    }
    
    .col-xl-5th.col-md-4.col-sm-6.mb-4 .item-catalog:hover .product-second-img img {
        display: block;
    }
}

.col_my.mr-4.mb-4 {
    transition-duration: 0.3s;
    border: 1px solid transparent;
    padding: 15px;
    padding-bottom: 0;
}

@media (any-hover: hover){
    .col_my.mr-4.mb-4:hover {
        border-color: #d1cbcb
    }


    .col_my.mr-4.mb-4 .item-catalog:hover .product-first-img {
        opacity: 0;
        visibility: hidden;
    }

    .col_my.mr-4.mb-4 .item-catalog:hover .product-first-img img {
        display: none;
    }


    .col_my.mr-4.mb-4 .item-catalog:hover .product-second-img {
        opacity: 1;
        visibility: visible;
    }
    
    .col_my.mr-4.mb-4 .item-catalog:hover .product-second-img img {
        display: block;
    }
}