.owl-nav{
    text-align: center;
}
.owl-nav button{
    border: 1px solid #a1a1a1 !important;
        width: 40px;
        height: 40px;
        font-size: 28px !important;
}
section.single-product{
    margin-top: 32px;
}
.single-product .sticky-top img{
    display: block;
    margin:auto auto 32px auto ;
}
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-top: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: #FDB813;
    border-radius: 3px;
}

section.single-product .content .content-box{
    background: #f5f5f5;
    -webkit-border-top-left-radius: 100px;
}
section.single-product .content .content-box img.forever-brand{
    position: absolute;
    top: -165px;
    left: 0;
}
section.single-product .content .content-box{
    padding: 16px 32px 32px 32px;
    direction: rtl;
    text-align: justify;
    line-height: 32px;
    font-size:14px;
}
section.single-product .content .content-box h2, section.single-product .content .content-box h3 , section.single-product .content .content-box h4 , section.single-product .content .content-box h5,section.single-product .content .content-box h6{
     font-size: 17px;
     margin-bottom: 16px;
     margin-top: 16px;
 }

section.single-product .content .content-box h2::before, section.single-product .content .content-box h3::before, section.single-product .content .content-box h4::before , section.single-product .content .content-box h5::before,section.single-product .content .content-box h6::before{
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
    color: #FDB813;
    transform: rotate(44deg);
    display: inline-flex;
}
section.single-product .content .video-box{
    padding: 32px;
    background: #f5f5f5;
    margin-top: 16px;
}
section.single-product div.date,section.single-product div.price{
    margin-top: 16px;
    border-top: 1px solid #E8E8E8;
    padding-top: 16px;
}
section.single-product div.date span:first-child,section.single-product div.price span.woocommerce-Price-currencySymbol{
    color: #a1a1a1;
}
.woocommerce-Price-amount.amount {
font-size: 20px;
  margin-top: 10px;
  float: left;
}
#ajax-quantity-wrapper {
display: inline;
  font-size: 14px;
  padding: 8px;
  border-top-left-radius: 12px;
  margin-right: 7px;
  vertical-align: middle;
  border: 1px solid #eee;
}
#ajax-quantity-wrapper input{
    border: none;
width: 24px;
text-align: center;
}
#ajax-quantity-wrapper button{
background: transparent;
  border: none;
  font-size: 26px;
}
#ajax-quantity-wrapper button i{
font-size: 14px;
}
#ajax-quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
#ajax-quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای مرورگرهای Firefox */
#ajax-quantity-wrapper input[type="number"] {
    -moz-appearance: textfield;
}
section.single-product div.price a{
background: #FDB813;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  padding: 12px;
  border-top-left-radius: 12px;
  justify-content: center;
  font-size: 14px;
  width: 100%;
}
.added_to_cart.wc-forward {
  margin-right: 15px;
}
section.related-product{
    margin-top: 32px;
    text-align: right;
}
section.related-product span.title{
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

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: 13px;
}
#comments .woocommerce-Reviews-title {
  font-size: 20px;
}
@media (max-width: 768px) {
    .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 .content-box img.forever-brand {
        display: none;
    }
    section.single-product .content .content-box h2, section.single-product .content .content-box h3, section.single-product .content .content-box h4, section.single-product .content .content-box h5, section.single-product .content .content-box h6 {
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: bold;
        text-align:right;
        line-height:inherit;
    }
    section.single-product .content .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;
}
}
