

.swiper-button-disabled {
    display: none;
}

.easyzoom-notice {
    display: none !important;
}

.product__carousel .gallery-photo {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-photo .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-photo .swiper-slide a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-photo .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__carousel .gallery-photo .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel div.swiper-button-next:after,
.product__carousel div.swiper-button-prev:after {
    font-family: Awesome-solid;
    font-size: 18px;
    color: #000000;
}

.product__carousel div.swiper-button-prev:after {
    content: "\f053";
}

.product__carousel div.swiper-button-next:after {
    content: "\f054";
}



.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

