﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



/*Start Root*/
:root {
    --main-color: #BC1219;
    --second-color: #FF0812;
}
/*End Root*/


/*Start Global*/
@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../fonts/cairo/static/Cairo-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-ExtraBold';
    src: url('../fonts/cairo/static/Cairo-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Caveat-Regular';
    src: url('../fonts/caveat/static/Caveat-Regular.ttf') format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:visited, a:hover {
    text-decoration: none
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    line-height: 1.5;
}

video {
    max-width: 100%
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo-SemiBold' !important;
}

.TahomaFonts {
    font-family: Tahoma !important
}

.img-reponsive {
    max-width: 100%;
    max-height: 100%
}

.text-center {
    text-align: center
}

.section-title {
    text-align: center
}


.section-suptitle {
    color: #333333;
    text-align: center
}


.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-50 {
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }

    .center-xs {
        text-align: center;
    }

    .margin-center-xs {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
        background-color: green
    }

    .center-sm {
        text-align: center;
    }

    .margin-center-sm {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
        background-color: blue;
    }

    .center-md {
        text-align: center;
    }

    .margin-center-md {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }

    .center-lg {
        text-align: center;
    }

    .margin-center-lg {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }

    .center-xl {
        text-align: center;
    }

    .margin-center-xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}




/*Start border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0px;
}

.paginationli {
    display: inline;
}

.pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

/*Start Navbar*/
#mainNavbar {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
    z-index: 2
}

    #mainNavbar .navbar-nav .nav-link {
        color: #000;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        #mainNavbar .navbar-nav .nav-link:hover {
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px);
        }

#mainNavbarAltMarkup {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#lnkOrder {
    background-color: #C41922;
    color: #fff !important;
    display: inline-block;
    border-radius: 10px;
    min-width: 140px;
    text-align: center;
    padding: 12px 2px;
}

    #lnkOrder:hover {
        background-color: #000
    }

#lnkLanguage {
    margin: 0px 20px;
    border-radius: 50%;
}

    #lnkLanguage:hover {
        background-color: #ffffff;
    }

#mainNavbar .navbar-brand img {
    max-width: 100%;
    max-height: 130px;
}

@media (max-width: 991px) {
    #mainNavbar {
        position: relative
    }

        #mainNavbar .navbar-brand img {
            max-height: 80px;
        }

        #mainNavbar .navbar-nav {
            text-align: center
        }
}
/*End Navbar*/
/*Main Banner*/
.main_banner {
    position: relative
}

    .main_banner > img {
        max-width: 100%;
        width: 100%;
        max-height: 80vh;
        min-height: 220px
    }

    .main_banner .main_banner_text {
        position: absolute;
        top: 50%;
        width: 700px;
        max-width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .main_banner .main_banner_text p {
            font-family: 'Caveat-Regular';
            color: #F9B401;
            font-weight: bold;
            font-size: 20px;
        }

        .main_banner .main_banner_text h4 {
            font-size: 50px;
            font-weight: bold;
            font-family: 'Cairo-ExtraBold'
        }

.main_banner_data .main_banner_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .main_banner_data .main_banner_item div:first-of-type {
        width: 60px;
        height: 60px;
        background-color: #c5c5c5;
        padding: 10px;
        border-radius: 50px;
    }

        .main_banner_data .main_banner_item div:first-of-type img {
            width: 35px;
        }

    .main_banner_data .main_banner_item div:last-of-type {
        padding: 5px 11px;
    }

        .main_banner_data .main_banner_item div:last-of-type h6 {
            color: #C41922;
            font-weight: bold;
            font-family: 'Cairo-ExtraBold';
        }

        .main_banner_data .main_banner_item div:last-of-type p {
            font-size: 13px;
        }

.main_banner_data .row {
    background-color: #fff;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    padding: 38px 22px;
    border-radius: 17px;
}

@media (max-width: 850px) {
    .main_banner_data .row {
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important
    }
}

@media (max-width: 500px) {
    .main_banner .main_banner_text h4 {
        font-size: 19px !important;
    }

    .main_banner .main_banner_text p {
        font-size: 17px !important;
    }
}

@media (max-width: 991px) {
    .main_banner .main_banner_text h4 {
        font-size: 30px !important;
    }
}
/*Main Banner*/
/*Who Are We*/
.whoAreWe {
    position: relative;
}

    .whoAreWe > img {
        position: absolute;
        right: 0px;
        top: 50%;
        width: 140px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .whoAreWe img {
        max-width: 100%;
        max-height: 414px;
    }

    .whoAreWe .whoAreWe_data {
        padding-top: 60px;
        padding-right: 25px;
        padding-left: 25px;
    }

        .whoAreWe .whoAreWe_data h6 {
            font-family: 'Caveat-Regular';
            color: #F9B401;
            font-weight: bold;
        }

        .whoAreWe .whoAreWe_data h4 {
            font-weight: bold;
            font-family: 'Cairo-ExtraBold';
            font-size: 30px;
            margin-bottom: 50px;
            margin-top: 15px;
        }

        .whoAreWe .whoAreWe_data a {
            background: -o-linear-gradient(45deg, #587801, #B8D401);
            background: linear-gradient(45deg, #587801, #B8D401);
            display: inline-block;
            width: 126px;
            height: 31px;
            font-size: 15px;
            text-align: center;
            color: #fff;
            border-radius: 7px;
            padding: 4px;
        }

@media (max-width: 1200px) {
    .whoAreWe > img {
        display: none
    }
}

@media (max-width: 550px) {
    .whoAreWe .whoAreWe_data {
        padding-top: 30px;
    }

        .whoAreWe .whoAreWe_data h4 {
            font-size: 24px;
            margin-bottom: 23px;
        }

    .whoAreWe img {
        max-height: 330px;
    }
}
/*Who Are We*/
/*Our Product*/
.our_product {
    text-align: center;
    margin-top: 120px;
}

    .our_product img {
        max-width: 100%
    }

    .our_product h6 {
        font-family: 'Caveat-Regular';
        color: #F9B401;
        font-weight: bold;
    }

    .our_product h4 {
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
        font-size: 30px;
        margin-bottom: 50px
    }
/*Our Product*/
/*Story*/
.story {
    margin-top: 200px;
}

    .story img {
        max-width: 100%;
        max-height: 100%
    }

    .story .floating_apples {
        position: absolute;
        left: 0px;
        top: -150px;
    }

    .story .storyOrange {
        width: 310px;
    }

    .story h6 {
        font-family: 'Caveat-Regular';
        color: #A30D14;
        font-weight: bold;
    }

    .story h4 {
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
        font-size: 30px;
        margin-bottom: 25px;
    }

    .story .container-fluid .row > div > div {
        padding-top: 25px;
        width: 720px;
        max-width: 100%;
        margin: 0px auto;
    }



@media (max-width: 990px) {
    .story {
        margin-top: 50px;
    }

        .story .storyOrange {
            display: none
        }

        .story .container-fluid .row > div > div {
            margin-bottom: 50px
        }
}
/*Story*/
/*ytVideos*/
.ytVideos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ytVideos iframe {
        width: 50%;
        height: 350px;
        margin: 0px 0px;
        min-width: 290px;
    }
/*ytVideos*/

/*Benefits*/
.benefits {
    margin-top: 125px;
    text-align: center
}

    .benefits h6 {
        font-family: 'Caveat-Regular';
        color: #567600;
        font-weight: bold;
    }

    .benefits h4 {
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
        font-size: 30px;
        margin-bottom: 50px;
    }

    .benefits .benefits_item img {
        width: 115px;
        margin-bottom: 30px;
    }

    .benefits .benefits_item h5 {
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
    }

    .benefits .benefits_item p {
        color: #777777;
        font-size: 13px;
        margin-top: 25px;
    }

@media (max-width: 850px) {
    .benefits {
        margin-top: 80px;
    }
}
/*Benefits*/
/*Contact_us*/
.contact_us {
    background: url(../imgs/contactus_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
}

    .contact_us img {
        max-height: 100%;
        max-width: 100%;
        width: 472px;
    }

    .contact_us .contact_us_article {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .contact_us .contact_us_article > div {
            width: 365px;
            max-width: 100%;
            margin: 0px auto;
            color: #F2F2F2;
        }

        .contact_us .contact_us_article div h2 {
            margin: 0px 0px 30px;
        }

        .contact_us .contact_us_article div p {
            font-size: 12px;
            margin-bottom: 31px;
        }

        .contact_us .contact_us_article div > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .contact_us .contact_us_article div > div input, .contact_us .contact_us_article div > div textarea {
                background-color: transparent;
                border: 1px solid #F2F2F2;
                border-radius: 6px;
                padding: 7px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                resize:none
            }

        .contact_us .contact_us_article div form > div button {
            background-color: #CC1623;
            color: #fff;
            border: none;
            margin: 0px 6px;
            width: 100px;
            height: 32px;
            border-radius: 6px;
            font-size: 15px;
        }

        .contact_us .contact_us_article div form > div:last-of-type {
            text-align: right
        }
/*Contact_us*/
/*Page Title*/
.pageTitle h6 {
    font-family: 'Caveat-Regular';
    color: #C41922;
    font-weight: bold;
}

.pageTitle h4 {
    font-weight: bold;
    font-family: 'Cairo-ExtraBold';
    font-size: 30px;
    margin-bottom: 50px;
    color: #2F287A;
}
/*Page Title*/
/*Product Featured*/
.productFeatured {
    position: relative
}

    .productFeatured img.rightSide,
    .productFeatured img.leftSide {
        width: 500px;
        max-width: 100%;
        display: block;
    }

    .productFeatured img.rightSide {
        margin-left: auto;
    }

    .productFeatured img.leftSide {
        margin-right: auto;
    }

    .productFeatured .imgFloating1 {
        position: absolute;
        width: 160px;
        right: 0px;
        top: 70px;
    }

    .productFeatured .imgFloating2 {
        position: absolute;
        width: 182px;
        left: 0px;
        bottom: 9px;
    }

    .productFeatured .product_item {
        border: 2px solid #A30D14;
        border-radius: 15px;
        text-align: center;
        background-color: #fff;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 8px;
        transition: all .5s ease-in-out
    }

        .productFeatured .product_item img {
            max-width: 100%;
            width: 250px;
            transition: all .5s ease-in-out;
            margin-bottom: 15px;
        }

        .productFeatured .product_item h4 {
            color: #A30D14;
            font-family: 'Cairo-ExtraBold';
        }

        .productFeatured .product_item:hover {
            transform: scale(1.05)
        }

            .productFeatured .product_item:hover img {
                transform: scale(1.1) rotate(7deg)
            }

    .productFeatured .container .row div:nth-of-type(even) .product_item {
        margin-right: auto;
        transform: translateX(16px);
    }

    .productFeatured .container .row div:nth-of-type(odd) .product_item {
        margin-left: auto;
        transform: translateX(-16px);
    }

@media (max-width: 650px) {

    .productFeatured .container .row .product_item {
        transform: unset !important
    }
}
/*Product Featured*/





/*product_details_banner*/
.productDetail ul.productDetailText {
    list-style: unset;
    padding: 5px 36px;
    margin-top: 25px;
}

    .productDetail ul.productDetailText li {
        margin: 13px 0px;
        line-height: 2.5;
    }


#product_details_banner {
    padding: 18px 0px;
    margin-bottom: 25px;
}

    #product_details_banner.owl-carousel .owl-item img {
        max-width: 350px;
        margin: 0px auto;
    }

    #product_details_banner.owl-carousel.owl-drag .owl-item.active .item {
        border: 1px solid #A30D14;
        margin: 5px;
        border-radius: 20px;
        padding-top: 40px;
    }

        #product_details_banner.owl-carousel.owl-drag .owl-item.active .item p {
            text-align: center;
            font-family: 'Cairo-ExtraBold';
            color: #A30D14;
            font-size: 23px;
            margin-top: 15px;
            margin-bottom: 30px;
        }


    #product_details_banner .owl-dots .owl-dot {
        border-radius: 14px;
        margin: 0px 5px;
        border: 1px solid #A30D14;
        display: flex;
        overflow: hidden
    }

    #product_details_banner.owl-carousel .owl-stage-outer {
        /*  border: 1px solid #badcf6;*/
        border-radius: 14px;
    }

    #product_details_banner .owl-dots .owl-dot.active {
        -webkit-filter: unset;
        filter: unset
    }

    #product_details_banner .owl-dots .owl-dot img {
        width: 90px;
    }

    #product_details_banner.owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    #product_details_banner .owl-nav {
        position: relative
    }

        #product_details_banner .owl-nav .owl-prev,
        #product_details_banner .owl-nav .owl-next {
            position: absolute;
            top: 30px;
        }

            #product_details_banner .owl-nav .owl-prev:hover,
            #product_details_banner .owl-nav .owl-next:hover {
                background-color: transparent;
                opacity: .7;
            }

        #product_details_banner .owl-nav .owl-prev {
            right: -15px;
        }

        #product_details_banner .owl-nav .owl-next {
            left: -15px;
        }
/*product_details_banner*/










/*Our Mission*/
.our_mission {
    margin-top: 120px;
}

    .our_mission h6 {
        color: #A30D14;
        font-family: 'Caveat-Regular';
        font-weight: bold;
    }

    .our_mission h4 {
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
        font-size: 20px;
        margin-bottom: 25px;
    }
/*Our Mission*/
/*Our Commitment*/
.our_commitment {
    margin-top: 120px;
}

    .our_commitment h6 {
        color: #2A2A87;
        font-family: 'Caveat-Regular';
        font-weight: bold;
        text-align: center
    }

    .our_commitment ul {
        margin-top: 40px;
        padding: 0px 50px;
        list-style: square;
    }

        .our_commitment ul li {
            margin: 7px 0px
        }
/*Our Commitment*/
/*why Choose us*/
.why_choose_us {
    margin-top: 120px;
    position: relative
}

    .why_choose_us > img {
        position: absolute;
        left: 0px;
        top: -150px;
        width: 165px
    }

    .why_choose_us h6 {
        color: #567600;
        font-family: 'Caveat-Regular';
        font-weight: bold;
        text-align: center
    }

    .why_choose_us ul {
        margin-top: 40px;
        padding: 0px 50px;
    }

        .why_choose_us ul li {
            margin: 7px 0px
        }

    .why_choose_us h4 {
        margin: 30px 50px;
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
        font-size: 19px;
        margin-bottom: 25px;
        text-align: center;
        line-height: 2
    }

    .why_choose_us ul li i {
        font-weight: bold;
        font-size: 16px;
        margin: 0px 6px;
    }

@media (max-width: 1100px) {
    .why_choose_us > img {
        display: none
    }

    .why_choose_us ul {
        padding: 0px 20px;
    }
}
/*why Choose us*/
/*Start ContactUs page*/
.contact_usPage h6 {
    font-weight: bold;
    font-family: 'Cairo-ExtraBold';
}

.contact_usPage iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}

.contact_usPage .contact_usPage_title h6 {
    font-family: 'Caveat-Regular';
    color: #A30D14;
    font-weight: bold;
}

.contact_usPage .contact_usPage_title h4 {
    font-weight: bold;
    font-family: 'Cairo-ExtraBold';
    font-size: 30px;
    margin-bottom: 11px;
}

.contact_usPage .contact_usPage_title {
    margin: 40px 0px;
}

    .contact_usPage .contact_usPage_title p {
        color: #424242;
        font-size: 12px;
    }

.contact_usPage .contactUsForm {
}

    .contact_usPage .contactUsForm input, .contact_usPage .contactUsForm textarea {
        border-radius: 11px;
        border-color: #949494;
    }

    .contact_usPage .contactUsForm textarea {
        resize: none
    }

    .contact_usPage .contactUsForm button[type=submit] {
        background-color: #C41922;
        color: #fff;
        display: inline-block;
        width: 100%;
        border: none;
        height: 37px;
        border-radius: 9px;
        margin-top: 5px;
    }
/*End ContactUs page*/
/*Start Galary*/
.galary iframe {
    width: 100%;
    height: 250px;
}
/*End Galary*/
/*Start MainFooter*/
.mainFooter {
    background: -o-linear-gradient(45deg, #fff1cc, #ffe398);
    background: linear-gradient(45deg, #fff1cc, #ffe398);
    margin-top: 100px;
    padding: 26px 0px;
}

    .mainFooter .mainFooter_logo {
        text-align: center
    }

        .mainFooter .mainFooter_logo img {
            max-width: 100%;
            width: 180px;
            margin-bottom: 7px;
        }

        .mainFooter .mainFooter_logo p {
            font-family: 'Caveat-Regular';
            color: #777777;
            font-weight: bold;
        }

    .mainFooter .mainFooter_appointments {
        background: -o-linear-gradient(45deg, #2A2A87, #645ED9);
        background: linear-gradient(45deg, #2A2A87, #645ED9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 530px;
        max-width: 100%;
        margin: 20px auto 35px;
        color: #fff;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1rem;
        border-radius: 13px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .mainFooter .mainFooter_appointments p {
            margin-right: 5px;
            margin-left: 5px;
        }

    .mainFooter .mainFooter_links {
        text-align: center;
        margin-bottom: 15px;
    }

        .mainFooter .mainFooter_links img {
            width: 22px;
            margin: 0px 7px;
        }

        .mainFooter .mainFooter_links a {
            color: #000;
            font-weight: bold;
            font-family: 'Cairo-ExtraBold';
            min-width: 130px;
            display: inline-block;
        }

    .mainFooter .mainFooter_socialMedia {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

        .mainFooter .mainFooter_socialMedia a {
            margin: 0px 15px;
        }

        .mainFooter .mainFooter_socialMedia img {
            height: 19px;
        }

    .mainFooter .mainFooter_copyright, .mainFooter .mainFooter_copyright a {
        color: #000;
        font-weight: bold;
        font-family: 'Cairo-ExtraBold';
    }

        .mainFooter .mainFooter_copyright a {
            text-decoration: underline;
        }
/*End MainFooter*/
/*Start RTL*/
body.rtl {
    direction: rtl;
    text-align: right
}

    body.rtl .story .floating_apples {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        right: 0px;
        left: unset
    }

    body.rtl .contact_us img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    body.rtl .whoAreWe > img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        left: 0px;
        right: unset;
    }

    body.rtl .why_choose_us > img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        right: 0px;
        left: unset;
    }

    body.rtl .contact_us .contact_us_article div form > div:last-of-type {
        text-align: left;
    }

    body.rtl .productFeatured .container .row div:nth-of-type(even) .product_item {
        margin-left: auto;
        transform: translateX(-16px);
    }

    body.rtl .productFeatured .container .row div:nth-of-type(odd) .product_item {
     
        margin-right: auto;
        transform: translateX(16px);
    }


@media (min-width: 576px) {
    body .rtl .offset-sm-2 {
        margin-right: 16.666667%;
        margin-left: unset;
    }
}
/*End RTL*/
