﻿.breadcrumb-bg {
    background-image: url("/images/common/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}



#gallerySwiper {
    height: 400px;
}

@media(min-width: 992px) {

    #gallerySwiper {
        border: 1px solid #cdcdcd;
    }
}

    #gallerySwiper img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

#thumbsSwiper {
    height: 370px;
    margin-top:10px;
}

.my-slide-thumb-active img {
    border: 1px solid var(--theme-primary) !important;
}

#thumbsSwiper .swiper-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #cdcdcd;
}



.thumbs-btn {
    filter: drop-shadow(1000px 0 0 var(--them-gradient-1));
    
    --transform: translate(-1000px);
    vertical-align: middle;
}

#caption {
}

/*    #caption .title {
        font-size: 40px;
        letter-spacing: 1px;
    }*/

    #caption .code {
        color: var(--theme-primary);
        font-size: 20px;
    }

    #caption .description {
        color: gray;
        font-size: 16px;
    }

.divider-2 {
    background-color: #eee;
    display: inline-block;
    height: 2px;
    margin: 10px auto;
    width: 30px;
}

.itemInfo {
    margin-top: 50px;
}

.subtitle {
    border-left: 5px solid var(--theme-primary);
    padding-left: 1rem;
    margin-bottom: 2rem;
}

#params img {
    max-width: 100%;
    vertical-align: middle;
}




.product-box {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #fff;
}

/*.owl-carousel .product-box {
    margin: 40px auto;
}*/

.product-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

/*.light-bg .product-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}*/

.product-box::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.product-box:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.product-media {
    background-color: #f7f6f2;
    height: 240px;
    position: relative;
}

    .product-media > .prod-img {
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        z-index: 1;
    }

.product-media > img.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.product-caption {
    text-align: center;
}

    .product-caption .product-name {
        font-size: 16px;
    }

.product-caption .product-code {
    font-size: 14px;
    color: var(--theme-primary);
    padding-bottom: 10px;
}

