body{
    background: #f2f2f2;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #000 !important;
  font-size: 20px !important;
  margin: 40px 10px auto !important;
}
.owl-nav {
    text-align: center;
    margin: 16px;
}
.owl-next {
    margin-left: 16px;
}
.tabs-fixed{
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    list-style: none;
    background: #fff;
    padding: 16px;
    position: fixed;
    top: -45px;
    z-index: 1;
    direction: rtl;
    box-shadow:1px 1px 5px #a1a1a1;
    height: 66px;
    opacity: 1;
    visibility: hidden;
    transition: all .5s ease;
    left: 0;
    right: 0;
}
.tabs-fixed.active{
    opacity: 1;
    visibility: visible;
    top: 110px;
    padding: 0;
    align-items: center;
    z-index: 3;
}
.tabs-fixed li{
    margin-left: 16px;
}
.tabs-fixed li a{
    color: #000;
}
section.single-product {
  position: relative;
  z-index: 1;
  top: 140px;
}
.single-product .sticky-top img{
    display: block;
    margin:auto auto 10px auto ;
    background: #fff;
    border-radius: 4px;
}
section.single-product ul.gallery{
    padding: 0;
    list-style: none;
    display: inline-flex;
}
section.single-product .slider-arrows span{
    position: absolute;
    top: 285px;
    z-index: 1000;
}
section.single-product .slider-arrows span.next-arrow{
    left: 0;
}
section.single-product .slider-arrows span.prev-arrow{
    right: 0;
}
section.single-product .content h1{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
section.single-product .content div.title.sticky-top{
    padding: 16px 16px 0 16px;

}
section.single-product ul.tab {
    list-style: none;
    display: inline-flex;
    padding: 0;
    border-top: 1px solid #E8E8E8;
    width: 100%;
    padding-top: 16px;
    position: relative;
}

section.single-product ul.tab li {
    margin-left: 16px;
    position: relative;
}

section.single-product ul.tab li a {
    color: #A1A1A1;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
}
section.single-product ul.tab li a.active,section.single-product ul.tab li a:hover {
    color: #000;
}

section.single-product ul.tab li a.active::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0066b3;
    border-radius: 3px;
}

.content-box {
    background: #fff;
    margin-top: 16px;
    padding: 32px;
    text-align: justify;
    direction: rtl;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
}

section.single-product .content .product-details{
    padding: 16px 32px 32px 32px;
    direction: rtl;
    text-align: justify;
    line-height: 32px;
    font-size:14px;
    background: #fff;
    border-radius: 4px;
    height: 510px;
    overflow: hidden;
}

.product-details .features .item {
    text-align: right;
    background: transparent;
    border-radius: 4px;
    padding: 16px;
    color: #000;
    font-size: 12px;
    margin-bottom: 16px;
    border: 1px solid #0066b3;
}
.product-details .features .item:hover{
    background: #0066b3;
    color: #fff;

}
.product-details .features .item p {
    margin-top: 16px;
    font-weight: bold;
    margin-bottom: 0;
}


#comment label{
    display: block;
}
#comment textarea{
    width: 100%;
    border-radius: 4px;
    background: #eee;
    border: none;
    height: 200px;
}
#comment #submit {
    width: 200px;
    border: none;
    background: #0066b3;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
}
section.single-product .content-box h2, section.single-product .content-box h3 , section.single-product .content-box h4 , section.single-product .content-box h5,section.single-product .content-box h6{
     font-size: 20px;
    font-weight: bold;
     margin: 16px auto;
 }

section.related-product{
    margin-top: 173px;
    text-align: right;
}
section.related-product span.title{
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
}

section.related-product .owl-carousel .item{
    text-align: right;
    direction: rtl;
    box-shadow: 0 10px 25px 0 rgba(170,179,217,.12);
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #E8E8E8;
    padding: 16px;
    position: relative;
    height: 430px;
}
section.related-product .owl-carousel .item .price {
    position: absolute;
    bottom: 20px;
}
section.related-product .owl-carousel .item .price a{
    background: #FDB813;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: inline-flex;
    padding: 12px;
    border-top-left-radius: 12px;
}
section.related-product .owl-carousel .item .price span.woocommerce-Price-amount.amount{
    float: left;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    width: 150px;
    text-align: left;
    display: inline-block;
}
section.related-product .owl-carousel .item .price span span{
    float: initial !important;
}
section.related-product .owl-carousel .item .special-product-title{
    color: #000;
    margin-top: 16px;
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
}
.en-title span{
    font-size: 12px;
}
#comments .woocommerce-Reviews-title {
  font-size: 20px;
}
.commentlist {
    list-style: none;
}
.commentlist li{
    background: #eee;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 16px;
    border-right: 4px solid #0066b3;
}
.commentlist li img,.commentlist li .comment-text{
    display: inline-block;
}
@media (max-width: 575px) {
  section.single-product {
  top: 120px;
}
  section.single-product ul.tab li a {
  color: #A1A1A1;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-size: 12px;
}
    .main-image {
        display: none;
    }
    .gallery-carousel {
        display: block;
    }
    .slider-arrows {
        display: none;
    }
    .gallery-carousel .owl-dots{
        text-align: center;
    }
    .gallery-carousel .owl-dots button span::before{
        content: "\f111";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 10px;
        margin-left: 10px;
        color: #A1A1A1;
        display: inline-flex;
    }
    .gallery-carousel .owl-dots button.active span::before{
        content: "\f068";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 16px;
        margin-left: 10px;
        color: #FDB813;
        transform: rotate(0deg);
        display: inline-flex;
    }
    .content{
        margin-top: 32px;
    }
    section.single-product ul.tab li {
        font-size: 14px;
    }
   
    section.single-product .content-box h2, section.single-product .content-box h3, section.single-product .content-box h4, section.single-product .content-box h5, section.single-product .content-box h6 {
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: bold;
        text-align:right;
        line-height:inherit;
    }
    section.single-product .content-box p{
        font-size: 13px;
    }
    section.single-product div.price a{
background: #FDB813;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  padding: 12px;
  border-top-left-radius: 12px;
  width: 114px;
  justify-content: center;
  font-size: 11px;
}
  section.single-product .content .product-details{
    overflow:scroll;
  }
.product-details .features .item {
  padding: 0 10px;
  margin-bottom: 10px;
}
  .tabs-fixed.active {
  top: 78px;
}
  .tabs-fixed li a {
  font-size: 14px;
}
}
