div.shop-categor-list {
    text-align: center;
    margin: 25px 0;
    min-width: 0;
}
.folder-desc-top { padding-top: 10px;}
div.shop-categor-list .slick-slide { margin: 0 3px;}

div.shop-categor-wr div.shop-categor-pic img { border-radius: 15px;}
div.shop-categor-wr {
    color: rgb(0, 80, 153);
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 6px;
    padding: 0;
    width: 160px;
}

div.shop-categor-wr a {
    color: rgb(0, 80, 153);
    text-decoration: none;
}
div.shop-categor-wr a:hover {
    color: rgb(0, 80, 153);
    text-decoration: none;
}

div.shop-categor-wr .shop-categor-pic {
	position: relative;
    display: table-cell;
    height: 160px;
    min-height: 160px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 160px;
}
div.shop-categor-wr .shop-categor-pic img {
    border: medium none;
    max-height: 160px;
    max-width: 100%;
    border-radius: 10px;
}
div.shop-categor-wr .shop-categor-pic div.shop-categor-frame {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}
div.shop-categor-wr .shop-categor-name {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    z-index: 1;
}
div.shop-categor-wr div.shop-categor-name table {
    width: 100%;
}
.shop-categor-pic { border-radius: 15px;}

.folder-kat li img,
.shop-categor-pic img {
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
	 -webkit-transition: all 0.3s ease-out;
 }
.folder-kat li:hover img,
.shop-categor-pic img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
 }
 
.shop-categor-list .slick-prev::before {
    background: var(--sliderPrevBlack) 50% no-repeat;
}
.shop-categor-list .slick-prev {
    left: 20px;
}
.shop-categor-list .slick-next {
    right: 20px;
}
.shop-categor-list .slick-next::before {
    background: var(--sliderNextBlack) 50% no-repeat;
}
.shop-categor-list .slick-prev, .shop-categor-list .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 57px;
    height: 70px;
    background: var(--mainColor14);
    border-radius: 10px;
}
.shop-categor-pic:after {
	content: '';
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 5px;
	bottom: 3px;
	right: 0;
	left: 0;
	border-radius: 12px;
}

.product-list.thumbs .product-item .gr-product-image a:before { display: none;}
.folder-kat ul { display: none;}

.folder-kat { list-style: none; padding: 0; margin: 0;}
.folder-kat li { position: relative; display: inline-block; vertical-align: top;}
.folder-kat li a { position: absolute; bottom: 10px; left: 10px; right: 10px; text-decoration: none; color: #fff; z-index: 1; font-weight: bold; font-size: 14px; text-align: center;}
.folder-kat li:after {
	content: '';
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 12px;
}
.lk { position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.folder-kat { font-size: 0;}
.kat_img { border-radius: 10px; overflow: hidden;}
.shop-categor-list .slick-slide { text-align: center;}
.shop-categor-list .slick-slide img { display: inline;}
@media screen and (max-width: 768px) {
	.shop-categor-list .slick-prev, .shop-categor-list .slick-next { display: none !important;}
	.folder-kat li a {
	    position: absolute;
	    bottom: 10px;
	    left: 0;
	    right: 0;
	    text-decoration: none;
	    color: #fff;
	    z-index: 1;
	    font-weight: bold;
	    font-size: 11px !important;
	    text-align: center;
	}
}
}
.mob_ver .image_line { display: none !important;}
.product-list.thumbs .mob_ver .image-item { max-height: 335px;}
.product-list.list .mob_ver .image-item { max-height: 377px;}
.product-list.list .mob_ver .gr-product-image a { display: block; width: calc(100vw - 100px);}

.mob_ver .slick-dots li button {
	border: none;
	box-shadow: none;
	width: 5px;
	height: 5px;
	background-color: #c5c6c6;
	margin: 0 2px;
	min-height: 0;
	border-radius: 0;
	font-size: 0;
	outline: none;
	padding: 0;
	opacity: 1;
	visibility: visible;
}
.mob_ver .slick-dots li.slick-active button { background-color: #313a83;}
.mob_ver .slick-dots { bottom: 30px;}


.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important
}