.price-table-top {
    margin-top: 55px;
    border-bottom: solid;
    border-width: 4px;
    border-color: #7d8cad;
}

.product-left {
    height: 100%;
  
}

.product-center {
    height: 100%;
    width:100%;
   
}

.product-right {
  
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 39%;
}
.owl-nav button
{
    outline: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    width: 100%;
}
.owl-nav button.owl-prev {
    margin-left: 4%;
}
.owl-nav button.owl-next.disabled, .owl-nav button.owl-next {
    margin-right: 4%;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-] {
     background: none !important; 
    color: #258c87 !important; 
    font-size: 52px !important; 
    text-decoration: none;
}
button.owl-prev {
    float: left;
}
button.owl-next {
    float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-left {
        width: 100% !important;

    }

    .product-center {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .product-right {
        width: 100% !important;
    }


}

@media (max-width: 767px) {
    .price-table.mobile-slider {
        display: none;
        margin-top: 0px;
    }

    .price-table .active {
        display: block;
    }

    .price-table {
        width: 100%;
    }

    .product-left {
        order: 2;
        width: 100%;
        margin-top: 0 !important;
        height: auto;
        max-width: 450px;
        margin: 0 auto;
    }

    .product-center {
        order: 1;
        width: 100%;
        height: auto;
        max-width: 450px;
        margin: 0 auto;
    }

    .product-right {
        order: 3;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0 !important;
        max-width: 450px;
        margin: 0 auto;
    }
.owl-nav {
    position: absolute;
    /*top: 30%;*/
}
   
}

@media (max-width: 475px){
.product-content{
    padding-top: 0rem;
}
.pnl-product1 {
    padding-top: 33px;
}
}