#slider-product-images-main-content {
    padding: 0 40px 0 0;
    margin: 0;
}

#slider-product-images-main-content.inside-modal {
    padding: 0;
    margin: 0;
}

/* content */
.slider-product-images-content {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slider-product-images-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-product-images-content ul li {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-product-images-content ul li img {
    max-width: 100%;
    max-height: 100%;
}

.slider-product-images-content ul li img.img-magnifier {
    cursor: pointer;
}

.slider-product-images-content .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto;
}

.slider-product-images-content .bx-wrapper .bx-loading {
    background: url('../img/loading.gif') center center no-repeat #ffffff;
}

.slider-product-images-content .bx-wrapper .bx-controls-direction {
    display: none;
}

.slider-product-images-content .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 42px);
    margin-top: 0;
}

.slider-product-images-content .bx-wrapper .bx-controls-direction.enabled {
    display: block;
}

.slider-product-images-content .bx-wrapper .bx-prev {
    left: 0px;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../img/bx-nav-left.png') no-repeat left center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.slider-product-images-content .bx-wrapper .bx-next {
    right: 0px;
    width: 42px;
    height: 68px;
    display: block;
    background: url('../img/bx-nav-right.png') no-repeat right center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.slider-product-images-content .bx-wrapper .bx-pager {
    position: unset;
    bottom: unset;
    padding-top: 10px;
    display: none;
}

.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 7px;
    max-width: 16px;
    max-height: 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a,
.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a:link
.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a:visited {
    background: #e7e7e7;
}

.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-product-images-content .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ed1c24;
}

/* pager */
.slider-product-images-pager {
    position: relative;
    margin: 20px 0 0 0;
    max-height: 70px;
    overflow: hidden;
}

.slider-product-images-pager .bx-viewport {
    height: 70px !important;
}

.slider-product-images-pager ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-product-images-pager ul li {
    width: 120px;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 8px 0 0;
    padding: 2px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 3px 3px 3px 3px;
    border: solid #fff 2px;
    overflow: hidden;
}

.slider-product-images-pager ul li:last-child {
    margin: 0;
}

.slider-product-images-pager ul li.active {
    border: solid #cecece 2px;
}

.slider-product-images-pager ul li img {
    max-width: 100%;
    height: 100%;
}

.slider-product-images-pager .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto;
}

.slider-product-images-pager .bx-wrapper .bx-loading {
    background: url('../img/loader60.gif') center center no-repeat #ffffff;
}

.slider-product-images-pager .bx-wrapper .bx-controls-direction {
    display: none;
}

.slider-product-images-pager .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 20px);
    margin-top: 0;
}

.slider-product-images-pager .bx-wrapper .bx-controls-direction.enabled {
    display: block;
}

.slider-product-images-pager .bx-wrapper .bx-prev {
    left: 0px;
    width: 18px;
    height: 40px;
    display: block;
    background: url('../img/product-images-pager-left.png') no-repeat left center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.slider-product-images-pager .bx-wrapper .bx-next {
    right: 0px;
    width: 18px;
    height: 40px;
    display: block;
    background: url('../img/product-images-pager-right.png') no-repeat right center;
    z-index: 100;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

/* only for X-LARGE */
@media all and (min-width: 1200px) and (max-width: 1399px) {
}

/* only for LARGE */
@media all and (min-width: 992px) and (max-width: 1199px) {
}

/* only for MEDIUM */
@media all and (min-width: 768px) and (max-width: 991px) {
    #slider-product-images-main-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .slider-product-images-content {
        height: 348px;
    }

    .slider-product-images-content ul li {
        height: 320px;
    }

    .slider-product-images-content ul li img.img-magnifier {
        cursor: unset;
    }

    .slider-product-images-content .bx-wrapper .bx-pager {
        display: block;
    }

    .slider-product-images-pager {
        display: none;
    }
}

/* only for SMALL */
@media all and (min-width: 576px) and (max-width: 767px) {
    #slider-product-images-main-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .slider-product-images-content {
        height: 348px;
    }

    .slider-product-images-content ul li {
        height: 320px;
    }

    .slider-product-images-content ul li img.img-magnifier {
        cursor: unset;
    }

    .slider-product-images-content .bx-wrapper .bx-pager {
        display: block;
    }

    .slider-product-images-pager {
        display: none;
    }
}

/* up to X-SMALL */
@media all and (max-width: 575px) {
    #slider-product-images-main-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .slider-product-images-content {
        height: 318px;
    }

    .slider-product-images-content ul li {
        height: 290px;
    }

    .slider-product-images-content ul li img.img-magnifier {
        cursor: unset;
    }

    .slider-product-images-content .bx-wrapper .bx-pager {
        display: block;
    }

    .slider-product-images-pager {
        display: none;
    }
}
