@charset "utf-8";
/* CSS Document */
/* ESTO */
.esto-simple-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 55px;
}

.esto-simple-text {
    font-size: 14px;
    line-height: 1.25;
    color: #212529;
}

.esto-simple-text a {
    color: #007bff;
    font-size: 13px;
}

.esto-simple-box img {
    height: 38px;
    max-width: 90px;
    object-fit: contain;
    flex-shrink: 0;
}
 
/* OWL*/    
.owl-thumbs--side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.owl-thumbs--side .owl-thumb-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.owl-thumbs--side .owl-thumb-item img {
    width: 100%;
    max-width: 55px;
    height: auto;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.owl-thumbs--side .owl-thumb-item.active img,
.owl-thumbs--side .owl-thumb-item.current img {
    border: 1px solid #000;
}

@media (max-width: 991px) {
    .owl-thumbs--side {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
        max-height: none;
        overflow: visible;
    }

    .owl-thumbs--side .owl-thumb-item img {
        width: 100%;
        max-width: 100%;
    }
}

/* GALLERY */    
.gallery {
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.gallery img {
  width: 100%;
  object-fit: contain;
  visibility: visible !important;
  opacity: 1 !important;
}


.video-thumb {
    position: relative;
    display: inline-block;
}

.video-thumb img {
    display: block;
    width: 55px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 24px;
    height: 24px;
    border-radius: 50%;

    background: rgba(0,0,0,0.85);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 11px;
    font-weight: bold;

    pointer-events: none;

    box-shadow: 0 1px 3px rgba(0,0,0,.35);
}


.product-video-slide {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.product-video-slide video {
    width: 100% !important;
    height: auto !important;
}

.gallery .owl-stage {
    display: flex;
    align-items: center;
}

.gallery .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .owl-stage {
    display: flex;
    align-items: center;
}

.gallery .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}