.woocommerce-product-gallery .owl-nav > div.disabled {
    color: var(--color-gray-400);
    cursor: default
}

.woocommerce-product-gallery img {
    width: 100%;
    border-radius: var(--sd-brd-radius)
}

.woocommerce-product-gallery:not(.thumbs-position-centered) {
    opacity: 1 !important
}

.woocommerce-product-gallery .sd-owl {
    overflow: hidden;
    border-radius: var(--sd-brd-radius)
}

.woocommerce-product-gallery .sd-owl .product-image-wrap {
    padding-inline: 2px
}

.woocommerce-product-gallery .owl-loaded:after, .woocommerce-product-gallery .owl-loaded:before {
    content: none
}

.woocommerce-product-gallery .owl-dots {
    position: absolute;
    bottom: -7px;
    inset-inline: 0;
    pointer-events: none;
    transition: all .3s ease
}

.woocommerce-product-gallery .owl-dots .owl-dot {
    pointer-events: auto;
    padding-bottom: 10px
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.sd-owl.owl-items-lg-1 > .product-image-wrap:nth-child(n+2) {
    display: none
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.sd-owl.owl-items-lg-2 > .product-image-wrap:nth-child(n+3) {
    display: none
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    position: relative;
    overflow: hidden;
    border-radius: var(--sd-brd-radius)
}

.woocommerce-product-gallery.image-action-none .product-image-wrap a {
    cursor: default;
    pointer-events: none
}

.woocommerce-product-gallery.image-action-none .sd-owl .product-image-wrap a {
    cursor: move
}

.woocommerce-product-gallery.image-action-zoom .zoomImg[src$=".png"] {
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.woocommerce-product-gallery.image-action-zoom .sd-owl .product-image-wrap {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.woocommerce-product-gallery.image-action-zoom .owl-grab .zoomImg {
    opacity: 0 !important;
    transition: opacity .25s ease
}

.woocommerce-product-gallery:not(.sd-has-thumb) .thumbnails {
    display: none
}

.woocommerce-product-gallery .product-image-thumbnail {
    position: relative;
    cursor: pointer;
    transition: opacity .25s ease
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
    transition: none
}

.woocommerce-product-gallery .product-image-thumbnail:hover, .woocommerce-product-gallery .product-image-thumbnail.active-thumb {
    opacity: .5
}

.woocommerce-product-gallery .thumbnails.sd-owl .owl-item, .woocommerce-product-gallery .thumbnails.sd-owl > .product-image-thumbnail {
    padding-inline: 2px
}

.woocommerce-product-gallery .thumbnails.sd-owl > .product-image-thumbnail:first-child {
    opacity: .5
}

.product-additional-galleries {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 30px 15px 30px;
    transition: all .3s ease
}

.product-additional-galleries > div:not(:last-child) {
    margin-bottom: 10px
}

.sd-action-btn.sd-style-icon-bg-text {
    --icon-bg-size: 50px
}

.sd-action-btn.sd-style-icon-bg-text > a {
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: var(--icon-bg-size);
    height: var(--icon-bg-size);
    border-radius: 30px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    color: var(--color-gray-600);
    font-size: 13px
}

.sd-action-btn.sd-style-icon-bg-text > a:before {
    display: inline-block;
    width: var(--icon-bg-size);
    height: var(--icon-bg-size);
    text-align: center;
    font-size: 18px;
    line-height: var(--icon-bg-size);
    font-family: "sandbox-font"
}

.sd-action-btn.sd-style-icon-bg-text > a > span {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.sd-action-btn.sd-style-icon-bg-text > a:hover {
    color: var(--color-gray-800)
}

.sd-action-btn.sd-style-icon-bg-text > a:hover > span {
    padding-inline-end: 25px;
    max-width: 280px
}

.product-360-button > a:before {
    content: "\f102"
}

.sd-show-product-gallery-wrap > a:before {
    content: "\f127"
}

.sd-play-icon > a:before {
    content: "\f101"
}

.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
    margin-bottom: 4px
}
/* toonalite */
.thumbs-position-right .col-lg-5 {
    max-height: 445px;
    overflow: hidden;
}

.thumbs-position-right .col-lg-5  .product-image-thumbnail{
    padding: 0 6px 6px;
}
.thumbs-position-right .col-lg-7{
    padding: 0 4px;
}
/* ./ toonalite */
.woocommerce-product-gallery .product-labels {
    inset-inline-start: auto;
    z-index: 10;
    align-items: flex-end;
    max-width: 30%;
    transition: all .3s ease
}

.woocommerce-product-gallery .product-labels.labels-rectangular {
    top: 15px;
    inset-inline: auto 17px
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
    top: 15px;
    inset-inline-end: 30px
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
    min-width: 55px;
    min-height: 55px
}

.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
    min-height: auto
}

@media (max-width: 1024px) {
    .sd-action-btn.sd-style-icon-bg-text {
        --icon-bg-size: 40px
    }

    .sd-action-btn.sd-style-icon-bg-text > a:before {
        font-size: 14px
    }

    .woocommerce-product-gallery__wrapper .sd-btn-arrow {
        width: 55px;
        height: 80px;
        margin-top: -40px
    }
}

@media (max-width: 576px) {
    .woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
        top: 10px;
        inset-inline-end: 25px
    }

    .woocommerce-product-gallery .product-labels.labels-rounded .product-label {
        min-width: 40px;
        min-height: 40px
    }

    .woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
        min-height: auto
    }
}
