.dy-categories-wrap {
    margin-top: 10px;
}
.dy-product-img-el {
    height: 600px!important;
    border-radius: 10px;
    overflow: hidden;
}
.dy-product-img-el img {
    object-fit: fill;
    width: 100%!important;
    height: 100%;
}
.dy-product-img-el figure {
    height: 100%;
    width: 100%;
}
.dy-product-img-cat {
    width: 100%;
    height: 96px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 5px;
    object-fit: cover;
    border: 1px solid rgba(199,163,113,0.12);
}
.dy-categories-wrap .slick-current{
    opacity: 0.6;
}

.shop-details-content {
    margin-left: 0px;
}

@media screen and (max-width: 1200px) {
    .dy-product-img-el {
        height: 530px!important;
    }
    .dy-product-img-cat{
        height: 82px;
    }
}

@media screen and (max-width: 992px) {
    .dy-product-img-el {
        height: 530px!important;
    }
    .dy-product-img-cat{
        height: 58px;
    }
}

@media screen and (max-width: 768px) {
    .dy-product-img-el {
        height: 530px!important;
    }
    .dy-product-img-cat{
        height: 162px;
    }
}

@media screen and (max-width: 576px) {
    .dy-product-img-el {
        height: 380px!important;
    }
    .dy-product-img-cat{
        height: 126px;
    }
}

@media screen and (max-width: 360px) {
    .dy-product-img-el {
        height: 330px!important;
    }
    .dy-product-img-cat{
        height: 99px;
    }
}

.slider-nav {
    direction: inherit !important;
}


figure.containerZoom {
    background-position:50% 50%;
    position:relative;
    width:100%;
    overflow:hidden;
    cursor:zoom-in;
    margin:0
}

figure.containerZoom img {
    transition:opacity .5s;
    display:block;
    width:100%
}

figure.containerZoom.active img {
    opacity:0
}
