.owl-wrapper{
    position: relative;
    width: calc(100vw - 20px);
    height: 100%;
}
.owl-wrapper .gradientx{
    width: 60px;
    height: calc(100% - 80px);
    position: absolute;
    right: 10px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,1)90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    z-index: 9;
}
.owl-carousel .mainslider-product-desc-owl p{
    font-size: 16px !important;
    font-family: 'TradeGothicLT-BoldCondTwenty';
    line-height: 1.2;
    font-style: italic;
    padding: 13px 17px;
    margin-bottom: 0;
}
.slider-product-image-wrapper-owl img{

}
.owl-carousel{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
}
.owl-theme .owl-nav{
    margin-top: 0;
}
.owl-nav{
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 0;
}
.owl-nav button, .owl-nav button:focus, .owl-nav button:active{
    outline: 0 !important;
}
.owl-prev span, .owl-prev:hover span, .owl-prev:active span,
.owl-next span, .owl-next:hover span, .owl-next:active span, .owl-dots{
    display: none;
}
.owl-prev{
    position: absolute;
    left: 0px;
    width: 20px !important;
    height: 20px !important;
    bottom: 0;
    background: none !important;
}
.owl-prev:hover, .owl-prev:active{
    position: absolute;
    left: 0px;
    width: 20px !important;
    height: 20px !important;
    background: transparent;
    background: none !important;
}
.owl-prev:before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    left: 0px;
    top: calc(50% - 4px);
    transform: rotate(-135deg);
    transform-origin: center 40%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
.owl-prev:hover:before, .owl-prev:active:before{
    border-color: #C0A453;
}
.owl-next {
    position: absolute;
    right: 95px;
    width: 20px !important;
    height: 20px !important;
    bottom: 0;
    background: none !important;
}
.owl-next:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 0px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    transform-origin: center 40%;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
.owl-next:hover, .owl-next:active{
    position: absolute !important;
    right: 95px !important;
    width: 20px !important;
    height: 20px !important;
    background: none !important;

}
.owl-next:hover:after, .owl-next:active:after{
    border-color: #C0A453;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.mainslider-product-title-owl{
    text-align: center;
    margin-top: 20px;
    width: calc(100% - 130px);
    line-height: 28px;
    font-size: 14px;
    padding-left: 30px;
}
.owl-wrapper{
    padding-right: 0 !important;
}
.owl-theme .owl-nav [class*="owl-"]{
    margin: 0;
}
@media only screen and (max-width: 1680px) {
    .owl-next {
        position: absolute;
        right: 44px;
        width: 20px !important;
        height: 20px !important;
        bottom: 0;
        background: none !important;
    }

    .owl-next:hover, .owl-next:active{
        position: absolute !important;
        right: 44px !important;
        width: 20px !important;
        height: 20px !important;
        background: none !important;

    }
    .mainslider-product-title-owl{
        width: calc(100% - 59px);
        min-height: 22px;
    }

}
@media only screen and (max-width: 1024px){
    .owl-prev{
        margin-left: 75px !important;
    }
}
@media only screen and (max-width: 1024px) and (orientation:portrait){
    .slider-product-text-owl{
        display: none;
    }
    .owl-nav{
        display: none;
    }

}
@media only screen and (max-width: 780px) {
    .owl-wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .owl-prev {
        left: 15px;
    }
    .owl-prev:hover, .owl-prev:active{
        left: 15px;
    }
    .owl-carousel{

    }
    .slider-product-text-owl{
        display: none;
    }
    .owl-carousel{
        margin-bottom: 0px;
    }
    .owl-nav{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .owl-next {
        position: absolute;
        right: 15px;
        width: 20px !important;
        height: 20px !important;
        bottom: 0;
        background: none !important;
    }

    .owl-next:hover, .owl-next:active{
        position: absolute !important;
        right: 15px !important;
        width: 20px !important;
        height: 20px !important;
        background: none !important;

    }
    .mainslider-product-title-owl{
        width: calc(100% - 30px);
    }

}


