.single-prod{
    background: url(../../assets/img/pcontbg.svg) no-repeat right center;
    padding: 18px 0 5.93rem;
}

.single-prod .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.single-prod .fx,
.single-prod .text{
    margin-bottom: 2rem;
}

.single-prod .fx{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line2);
    padding-bottom: 26px;
}

.single-prod .fx::before{
    content: '';
    min-width: 55px;
    max-width: 55px;
    height: 72px;
    background: url(../../assets/img/fx.svg) no-repeat center;
    background-size: cover;
}

.single-prod .fx .sectitle{
    text-transform: uppercase;
}

.single-prod .text p:not(:last-child){
    margin-bottom: 1.5rem;
}

.single-prod .bigimg,
.single-prod .owl-carousel{
    width: clamp(10px,100%,480px);
}

.single-prod .bigimg{
    aspect-ratio: 1/1;
    margin-bottom: 7px;
}

.single-prod .bigimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-prod .owl-carousel{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.single-prod .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 0;
    width: 128.6%;
}

.single-prod .owl-carousel .owl-nav.disabled{
    display: none;
    display: -webkit-none;
}

.single-prod .owl-carousel .owl-nav>* rect,
.single-prod .owl-carousel .owl-nav>* path{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.single-prod .owl-carousel .owl-nav>*:not(.disabled) rect{
    fill: var(--main);
}

.single-prod .owl-carousel .owl-nav>*:not(.disabled) path{
    fill: var(--white);
}

.single-prod .owl-carousel img{
    cursor: pointer;
    aspect-ratio: 1/.88300;
    object-fit: cover;
    -o-object-fit: cover;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
} 

.single-prod .owl-carousel img.active{
    border-color: var(--main);
    border-radius: 5px;
}

@media(max-width:1330px){
    .single-prod .owl-carousel .owl-nav{
        width: 112%;
    }
}

@media(max-width:992px){
    .single-prod{
        padding: 2rem 0;
    }
}

@media(max-width:768px){
    .single-prod .owl-carousel .owl-nav{
        width: 106%;
    }
}