
/* RTL Css */
@font-face {

	font-family: "myfont2";

	src:   url("../font/regular.otf") format("opentype"),

		url("../font/black.otf") format("opentype"),

		url("../font/bold.otf") format("opentype"),

		url("../font/heavy.otf") format("opentype"),

		url("../font/light.otf") format("opentype"),

		url("../font/medium.otf") format("opentype")

		;

  }

  body,.heading--font,.body--font,p,a,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,li,span,small,div,button,.prize,html,button,input,select,textarea,code,kbd,pre,samp {
	  font-family: "myfont2" !important;
  }


.rtl {
	direction: rtl;
	text-align: right;
}

.rtl .owl-carousel {
	direction: ltr;
}

.text-left{
    text-align: right !important;
}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li:after {
    right: auto;
    left: 0;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    right: auto;
    left: 0;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right;
}

@media only screen and (max-width:1600px) {

    .rtl .main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
        right: auto;
        left: 100%;
    }
    .rtl .main-menu .navigation > li:nth-last-child(-n+2) > ul {
        right: auto;
        left: 0;
    }
    .rtl .main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
        right: auto;
        left: 100%;
    }
}

.rtl .banner-section .banner-slider-nav {
    direction: ltr;
}

.sec-title h2:before {

    left: unset;
    right: 0;

}
.testimonials-section-five .contact-form textarea {
    background: #f4f7fe;
    height: 59px;
    padding: 0 20px;
}
.shop-block .link a {
    right: unset;
    left: 20px;

}

.shop-block .link .first{
    right: unset;
    left: 70px !important;
}


.shop-block .cart {
    text-align: right;

}

.main-header .header-lower .navbar-right-info {
    margin-right: 40px;
    margin-left: unset;

}


.product-details-content .product-details .title-box h4 {
    right: unset;
    left: 30px;

}
.product-details-content .product-details .title-box h3 {
width: 75%;
text-align: right;
}

.addto-cart-box .cart-btn button {
    margin-left: 20px;
    margin-right: unset;
}

.product-details-content .product-details .share-option .social-links li {
    float: unset;
    margin-right:5px;
    margin-left: 5px;

}
.cart-table tbody tr .prod-column .column-box {
    padding-left: unset;
    padding-right: 140px;
}

.cart-table tbody tr td.prod-column:before {

    right: 140px;
    left: unset;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    left: unset;
    right: 0px;
    top: 50%;

}

a.editProfile {
    background: var(--basic);
    border-radius: 100%;
    padding: 9px 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.shop-block h4 {
   text-align: right;
}

a.edit_order {
    background: var(--basic);
    border-radius: 100%;
    padding: 9px 10px;
    font-size: 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    /* float: left; */
}
a.delete_order {
    background: var(--basic);
    border-radius: 100%;
    padding: 9px 10px;
    font-size: 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: red;
    /* float: left; */
}
a.show_order {
    background: var(--basic);
    border-radius: 100%;
    padding: 9px 10px;
    font-size: 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;

    /* float: left; */
}
.main-menu .navigation>li>ul>li>a {

    text-align: right;
}

.main-menu .navigation>li>ul>li>a:before {
    left: unset;
    right: 10px;
    transform: rotate(90deg);
}

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 30px;
}
.tolbarPage {
    position: fixed;
    right: 50px;
    bottom: 90px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;

}

a.whatsapp-link {
    background: #4caf50;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff !important;
    margin-bottom: 5px;
}

a.cart-link {
    background: #212fb4;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff !important;
    margin-bottom: 5px;
}
.cart-link .count {
    display: inline-block;
    position: relative;
    right: 21px;
    top: -41px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background: red;
}

i.fas.fa-star-half-alt {
    transform: rotateY(180deg) ;
}
