﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*Start Root*/
:root {
    --main-color: #0059C8;
    --second-color: #2B83FD;
}
/*End Root*/


/*Start Global*/
@font-face {
    font-family: 'Alexandria-Medium';
    src: url('../fonts/ar/Alexandria-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Alexandria-Regular';
    src: url('../fonts/ar/Alexandria-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.9;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none
}

.dir_ltr {
    direction: ltr !important
}

.text-primary {
    color: var(--main-color) !important
}

.btn-master {
    background-color: var(--main-color);
    color: #fff
}

.TahomaFonts {
    font-family: Tahoma !important
}

.img-reponsive {
    max-width: 100%;
    max-height: 100%
}

.img-responsive {
    max-width: 100%;
    max-height: 100%
}

.pageTitle {
    text-align: center;
    margin-bottom: 30px;
    color: #0466B5;
}

.primary_color {
    color: #0466B5
}
.owl-carousel .owl-stage {
    margin: 0px auto;
}
.buttonStyle1 {
    outline: none;
    border: none;
    display: inline-block;
    margin: 56px 0px;
    background: var(--main-color);
    color: #fff;
    width: 220px;
    height: 40px;
    font-size: 16px;
    border-radius: 15px;
    transition: all .5s ease-in-out
}

    .buttonStyle1:hover {
        opacity: .7
    }

.LinkStyle1, .LinkStyle1:visited {
    border: 2px solid #fff;
    display: inline-block;
    min-width: 140px;
    padding: 6px 11px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}



    .LinkStyle1.bg-blue {
        background-color: #007bff;
        color: #fff;
    }

table.table_style1 tr td, table.table_style1 tr th, table.table_style1 tr td a {
    color: #000;
}
/*simple radiobutton*/
label.simple_radiobutton {
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 1em;
}

    label.simple_radiobutton > input {
        display: none;
    }

    label.simple_radiobutton > i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        border: 2px solid #0466b5;
        transition: 0.25s;
    }

    label.simple_radiobutton > span {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 2px dotted #fff;
        text-transform: uppercase;
        font-size: 14px;
    }

    label.simple_radiobutton > ul {
        list-style: none;
        display: inline-flex;
        padding: 0px;
        margin: 0px;
        align-items: center;
        width: 150px;
    }

        label.simple_radiobutton > ul > li:first-of-type {
            flex-grow: 1;
        }

        label.simple_radiobutton > ul > li > img {
            max-width: 30px;
            margin: 0px 2px;
        }

    label.simple_radiobutton > input:checked + i {
        box-shadow: inset 0 0 0 5px #0466b5;
    }

    label.simple_radiobutton:hover {
        cursor: pointer;
    }

/* pretty radio */
label.nice_radio {
    margin-bottom: 0px;
}

    label.nice_radio > input[type="radio"] {
        display: none;
    }

        label.nice_radio > input[type="radio"] + *::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 1rem;
            height: 1rem;
            margin-right: 0.3rem;
            margin-left: 0.3rem;
            border-radius: 50%;
            border-style: solid;
            border-width: 0.1rem;
            border-color: gray;
        }

        label.nice_radio > input[type="radio"]:checked + * {
            color: var(--main-color);
        }

            label.nice_radio > input[type="radio"]:checked + *::before {
                background: radial-gradient(var(--main-color) 0%, var(--main-color) 40%, transparent 50%, transparent);
                border-color: var(--main-color);
            }

        label.nice_radio > input[type="radio"] + * {
            display: inline-block;
            padding: 0.5rem 1rem;
        }


/*simple radiobutton*/
/*Lobi box*/
.lobibox.lobibox-confirm .lobibox-header {
    background-color: #ED1C2E;
}

.lobibox.lobibox-confirm .lobibox-footer {
    background-color: #0466B5
}
/*Lobi box*/
/*Table*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
/*Table*/


.lnkWhatsapp, .lnkWhatsapp:visited {
    background-color: #25D366;
    -webkit-box-shadow: 4px 4px 10px #1d1d1d;
    box-shadow: 4px 4px 10px #1d1d1d;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    z-index: 5000;
    -webkit-animation-name: whatsapp_animation;
    animation-name: whatsapp_animation;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .lnkWhatsapp:hover {
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        width: 70px;
        height: 70px;
        font-size: 45px;
        padding: 5px;
        color: #fff;
    }

@-webkit-keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}
 
.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

@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;
    }
}

/*Range Slider*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 15px;
    background: #FFFFFF;
    border: 1px solid #0466B5;
    text-align: left;
    direction: ltr;
    margin: 10px 0px;
}

    .range-slider .progress {
        position: absolute;
        left: 25%;
        right: 0%;
        height: 100%;
        border-radius: 15px;
        background: #0466B5;
    }

    .range-slider input[type="range"] {
        position: absolute;
        width: 100%;
        height: 10px;
        -webkit-appearance: none;
        pointer-events: none;
        background: none;
        outline: none;
    }

    .range-slider .range-min::-webkit-slider-thumb {
        pointer-events: auto;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        background: #0466B5;
        border: 2px solid #0466B5;
        border-radius: 50%;
        opacity: 1;
    }

    .range-slider .range-max::-webkit-slider-thumb {
        pointer-events: auto;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        background: #0466B5;
        border: 2px solid #0466B5;
        border-radius: 20px;
        opacity: 1;
    }
/*Range Slider*/


/*Start border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.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: #ED1C2E;
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

body {
    font-family: Alexandria-Regular;
    font-size: 14px;
}

/*Navbar*/
#head_navbar {
    padding: 20px 0px;
}

    #head_navbar img.logo {
        position: absolute;
        background-color: #fff;
        z-index: 8;
        height: 98px;
        top: 8px;
    }

    #head_navbar #nav_search {
        width: 100%;
        border-radius: 15px;
        outline: none;
        border: 1px solid #767676;
        font-size: 17px;
        padding: 2px 5px;
    }

    #head_navbar #head_navbar_links {
        height: 100%
    }

        #head_navbar #head_navbar_links li {
            margin: 0px 8px;
        }

            #head_navbar #head_navbar_links li a {
                color: #494949
            }

                #head_navbar #head_navbar_links li a i {
                    color: #0466B5
                }

        #head_navbar #head_navbar_links img {
            width: 22px;
        }

@media(max-width:991px) {
    #head_navbar img.logo {
        height: 80px;
        top: 30px;
    }
}

@media(max-width:768px) {
    #head_navbar img.logo {
        position: static;
        margin: 10px 0px;
    }
}

#main_navbar {
    background-color: var(--main-color) !important;
}

    #main_navbar #navbarNav {
        justify-content: center !important
    }

    #main_navbar .navbar-toggler {
        margin-right: auto
    }

    #main_navbar a.nav-link {
        color: #fff
    }

    #main_navbar .navbar-collapse {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

        #main_navbar .navbar-collapse.show {
            margin-top: 35px;
        }

    #main_navbar .dropdown-menu {
        font-size: 13px;
    }

        #main_navbar .dropdown-menu a {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::before {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

/*Navbar*/

/*Banner*/

#main_banner img {
    border-radius: 34px;
    margin: 20px 0px;
}

#main_banner.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#main_banner.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color)
}
/*Banner*/
/*Categroies*/
#categories {
    margin-top: 35px;
    margin-bottom: 35px;
}

    #categories .category_item {
        text-align: center;
        margin: 15px 5px;
    }

        #categories .category_item img {
            border-radius: 50%;
        }

        #categories .category_item h6 {
            margin-top: 10px;
            color: #000
        }
/*Categroies*/
/*Ads banner*/
.ads_banner {
    margin: 40px 0px;
    text-align: center
}
/*Ads banner*/
/*Shops*/
#shops_carousel .shops_item {
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8E8E8E;
    margin: 4px 9px;
    padding: 10px;
}

#shops_carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #525151;
}

    #shops_carousel.owl-theme .owl-nav button:hover {
        background-color: transparent
    }

#shops_carousel.owl-theme .owl-nav .owl-prev {
    right: 10px;
}

#shops_carousel.owl-theme .owl-nav .owl-next {
    left: 10px;
}
/*Shops*/
/*Products*/
.product_item {
    margin: 4px 5px; 
}

    .product_item:hover .product_item_basket {
        bottom: 0px;
    }

    .product_item .product_item_image {
        position: relative;
        border: 1px solid #badcf6;
        border-radius: 15px;
        padding: 5px;
        height: 190px;
        overflow: hidden;
        text-align: center;
    }

    .product_item .product_item_basket {
        position: absolute;
        bottom: -35px;
        width: 100%;
        left: 0px;
        background-color: #0059c8bd;
        text-align: center;
        color: #fff;
        padding: 7px 0px;
        transition: all .5s ease-in-out
    }

    .product_item .product_item_favorite {
        font-size: 16px;
        position: absolute;
        margin-right: 5px;
        margin-left: 5px;
        left: 0px;
    }

        .product_item .product_item_favorite .far {
            color: #8E8E8E;
        }

        .product_item .product_item_favorite .fas {
            color: #ff0000;
        }

    .product_item .product_item_detail {
        text-align: center;
        padding: 6px 0px;
    }

        .product_item .product_item_detail a h6 {
            padding: 0px;
            margin: 0px;
            color: #0059C8;
        }

        .product_item .product_item_detail p {
            padding: 0px;
            margin: 0px;
        }

        .product_item .product_item_detail > div p {
            color: #ff0000
        }

            .product_item .product_item_detail > div p del {
                color: #494949
            }

.products_carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #525151;
}

    .products_carousel.owl-theme .owl-nav button:hover {
        background-color: transparent
    }

.products_carousel.owl-theme .owl-nav .owl-prev {
    right: 10px;
}

.products_carousel.owl-theme .owl-nav .owl-next {
    left: 10px;
}
/*Products*/
/*Item Card*/
.item_card {
    border: 2px solid #ED1C2E;
    margin: 7px 0px;
}

    .item_card .card-body {
        background-color: #ED1C2E;
        color: #fff;
        padding: 10px;
    }

    /*    .item_card img {
        padding: 40px 15px;
    }*/

    .item_card .card-text {
        margin: 0px;
        line-height: unset;
        text-align: center;
    }

        .item_card .card-text:last-of-type {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

@media (max-width:830px) {
    .item_card .card-body {
        font-size: 12px;
    }
}
/*Item Card*/
/*Galary*/
#galary {
    margin: 55px 0px;
}

    #galary #galary_containt {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 25% 25%;
        grid-template-columns: 50% 25% 25%;
    }

        #galary #galary_containt a:first-of-type {
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            grid-row: 1 / 3;
        }

        #galary #galary_containt img {
            width: 100%;
            height: 100%;
        }

@media (max-width:800px) {
    #galary #galary_containt {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width:665px) {
    #galary #galary_containt a:first-of-type {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
}
/*Galary*/
/*Form Page*/
#formPage {
    margin: 22px 0px;
}

    #formPage form label {
        color: #0466B5
    }

    #formPage form input, #formPage form textarea, #formPage form select {
        border-color: #0466B5;
        border-radius: 0px;
    }

    #formPage form textarea {
        height: 154px;
    }

    #formPage #card_contact {
        background-color: #0466B5;
        color: #fff;
        margin-top: 28px;
        border-radius: 0px;
    }

        #formPage #card_contact a {
            color: #fff
        }

        #formPage #card_contact .card-title {
            text-align: center;
            margin: 41px 0px;
        }

        #formPage #card_contact p {
            margin: 31px 0px;
        }

    #formPage button[type=submit], #formPage a.btn {
        border-radius: 0px;
        color: #fff;
        min-width: 133px;
        margin: 26px 0px;
    }

        #formPage button[type=submit].btn_blue, #formPage a.btn_blue {
            background-color: #0466B5;
        }

        #formPage button[type=submit].btn_red, #formPage a.btn_red {
            background-color: var(--main-color);
        }
/*Form Page*/
/*Product Filter*/
#product_filter {
    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: 40px 0px 10px;
}

    #product_filter button {
        background-color: transparent;
        outline: none;
        border: none;
    }

        #product_filter button i {
            font-size: 19px;
        }


#empty_product {
    text-align: center;
    margin: 111px 0px;
}

    #empty_product img {
        width: 400px;
        margin: 0px auto 50px;
    }

#filterModal .modal-header {
    background-color: #0466B5;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}


#filterModal .modal-body button {
    background-color: #0466b5;
    color: #fff;
    width: 116px;
    font-size: 12px;
    margin: 0px auto;
    border-radius: 0px;
    display: block;
    margin-top: 40px;
}

#filterModal .modal-header .close {
    text-shadow: none;
    color: #fff;
    opacity: 1
}

#filterModal .modal-body {
    background-color: #D9D9D9;
}

    #filterModal .modal-body #price_range_from, #filterModal .modal-body #price_range_to {
        background-color: #fff;
        padding: 5px 5px;
        display: inline-block;
        width: 60px;
        text-align: center;
        margin: 0px 10px;
        border-radius: 3px;
        border: 1px solid #b1b1b1;
    }

/*Product Filter*/
/*Horizontal item card*/
.horizontal_item_card {
    border-radius: 0px;
    border: 2px solid #999999;
    background-color: #fff;
    margin: 10px 0px;
}

    .horizontal_item_card img {
        width: 150px;
    }

    .horizontal_item_card a {
        color: #000
    }

    .horizontal_item_card del {
        margin: 0px 35px;
    }

    .horizontal_item_card .LinkStyle1 {
        color: var(--main-color);
        border-color: var(--main-color);
        background-color: #fff;
        margin: 21px;
    }

        .horizontal_item_card .LinkStyle1:hover {
            opacity: .7
        }

    .horizontal_item_card .link_trush {
        color: #999999;
        font-size: 22px;
        margin: 9px 15px;
    }

    .horizontal_item_card .qty_container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        width: 85px;
    }

        .horizontal_item_card .qty_container label {
            background-color: var(--main-color);
            color: #fff;
            margin: 0px;
            width: 58px;
            font-size: 12px;
            text-align: center;
            line-height: 1.9;
        }

        .horizontal_item_card .qty_container input {
            width: 35px;
            text-align: center;
            border: 1.5px solid var(--main-color);
            background-color: transparent;
            outline: none;
            color: var(--main-color);
        }

    .horizontal_item_card .row > div:last-of-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media(max-width:767px) {
    .horizontal_item_card .row > div:last-of-type {
        -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;
    }
}
/*Horizontal item card*/
/*Product Details*/


#product_details_data {
    margin-bottom: 25px;
}

    #product_details_data #product_details_title > div > a {
        font-size: 25px;
        color: #858585;
        margin: 0px 9px;
    }

 /*   #product_details_data #product_details_price {
        margin: 16px 0px 0px;
    }*/

        #product_details_data #product_details_price h5 {
            color: #ff0000;
        }

            #product_details_data #product_details_price h5:nth-child(2) {
                margin: 0px 30px
            }

        #product_details_data #product_details_price del {
            color: #858585;
        }

    #product_details_data #product_details_basket a:first-of-type {
        background-color: #ff0000;
        display: inline-block;
        color: #fff;
        width: 215px;
        text-align: center;
        padding: 5px 0px;
        border-radius: 17px;
    }

    #product_details_data .unit_item {
        display: inline-block;
        border: 2px solid var(--main-color);
        min-width: 100px;
        text-align: center;
        border-radius: 10px;
        color: #515560;
        padding: 5px;
        margin: 2px;
    }
    #product_details_data .unit_item p{
        margin-bottom: 7px;
    }

    #product_details_data .unit_item.active{
        background-color: #0059c81c;
    }

    .basket_quantity {
        display: flex;
        margin: 0px 20px;
        border: 1px solid #8E8E8E;
        border-radius: 15px;
        overflow: hidden;
    }

    .basket_quantity input {
        width: 66px;
        border: none;
        outline: none;
        text-align: center;
        color: #0466B5
    }

    .basket_quantity select {
        border: none;
        color: #0466B5;
        outline: none;
        min-width: 40px;
        text-align: center;
    }
        .basket_quantity button {
            background-color: transparent;
            outline: none;
            border: none;
            font-size: 20px;
            color: #0466B5;
            width: 30px;
        }

/*#product_details_data #product_detail_evaluation {
    margin-top: 25px;
}

    #product_details_data #product_detail_evaluation p:first-of-type {
        color: #0059C8;
        font-size: 17px;
    }

    #product_details_data #product_detail_evaluation #evaluation > div:last-of-type {
        margin: 0px 20px;
    }

        #product_details_data #product_detail_evaluation #evaluation > div:last-of-type .fa-star {
            color: #F5D000;
            font-size: 19px;
        }

        #product_details_data #product_detail_evaluation #evaluation > div:last-of-type p {
            color: #494949;
            font-size: 12px;
        }*/


#product_details_data #comments .comments_item > div > div span {
    margin: 0px 11px;
    font-size: 11px;
    color: #494949
}

#product_details_data #comments .comments_item > div > div h6 {
    color: #494949
}

#product_details_data #comments .comments_item {
    margin: 10px 0px;
}

    #product_details_data #comments .comments_item .fa-star {
        color: #F5D000;
        font-size: 19px;
    }




.product_detail {
    margin-top: 28px;
}

    .product_detail h6 {
        color: #0059C8;
    }

    .product_detail ul {
        list-style-type: disc;
    }

#product_details_data ul {
    list-style-type: disc;
    margin-top: 25px
}

    #product_details_data ul li {
        margin: 10px 0px;
    }

#product_details_banner {
    /*background-color: #E7E7E7;*/
    padding: 18px 0px;
    margin-bottom: 25px; 
}

    #product_details_banner.owl-carousel .owl-item img {
        max-width: 350px;
        margin: 0px auto;
    }

    /*   #product_details_banner .owl-dots .owl-dot span {
        background-color: transparent !important;
        border: 2px solid #ED1C2E;
        width: 14px;
        height: 14px;
    }*/
    #product_details_banner .owl-dots .owl-dot {
        border: 1px solid #badcf6;
        border-radius: 14px;
        margin: 0px 5px;
        padding: 8px !important;
        filter: contrast(0.5);
    }

    #product_details_banner.owl-carousel .owl-stage-outer {
        border: 1px solid #badcf6;
        border-radius: 14px;
    }

#product_details_banner .owl-dots .owl-dot.active {
    filter: unset
}
        /*    #product_details_banner .owl-dots .owl-dot.active span {
        background-color: #ED1C2E !important;
    }*/
        #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: flex; 
    }

#socialMediaButton {
    font-size: 25px;
}

    #socialMediaButton .dropdown-toggle::after {
        content: unset;
        display: none;
    }

    #socialMediaButton .btn {
        font-size: 25px;
        color: #858585;
        padding-top: 0px;
        padding-bottom: 0px;
        transform: translateY(-4px);
    }

    #socialMediaButton .dropdown-menu.show {
        left: unset !important;
        right: 0px;
    }
/*Product Details*/
/*Footer*/
#main_footer {
    background-color: #E9E9E9;
    padding: 70px 0px 0px;
    color: #000F08;
    font-size: 14px;
}

    #main_footer a {
        color: #000F08
    }

    #main_footer ul li {
        margin: 7px 0px;
    }

        #main_footer ul li:first-of-type {
            font-weight: bold;
            margin-bottom: 10px;
        }

    #main_footer > .container > .row > div:last-of-type p {
        margin: 25px 0px 25px;
        font-size: 10px;
    }
/*Footer*/
/*Right to left*/
body.rtl {
    direction: rtl;
    text-align: right;
}

    body.rtl .dropdown-menu {
        text-align: right;
    }

    body.rtl #main_navbar #navbarNav ul > li:not(.dropdown-submenu) > .dropdown-menu {
        right: 0px;
        left: unset;
    }

    /*   body.rtl #main_navbar #navbarNav ul:last-of-type > li:not(.dropdown-submenu) > .dropdown-menu {
        right: unset;
        left: 0px;
    }
*/
    body.rtl .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: unset;
    }

    body.rtl #printer_banner div {
        text-align: left;
        left: 0px;
        right: unset;
        padding-right: 0px;
        padding-left: 50px;
    }



    body.rtl .modal-header .close {
        margin-right: auto;
        margin-left: 0px;
    }

    body.rtl .form-check {
        padding-right: 1.25rem;
        padding-left: unset;
    }

    body.rtl .form-check-input {
        margin-right: -1.25rem;
        margin-left: unset;
    }

    body.rtl .input-group > .input-group-append > .btn {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    body.rtl .input-group:not(.has-validation) > .form-control:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    body.rtl #socialMediaButton .dropdown-menu.show {
        left: 0 !important;
        right: unset !important;
    }
/*    body.rtl #main_navbar .dropdown-menu .sub-menu .dropdown-menu {
        top: 0px !important;
        right: 168px !important;
        left:  0px !important;
    }

    body.rtl #main_navbar .dropdown-menu .sub-menu a.dropdown-item:first-of-type i {
        transform: rotate(180deg);
    }*/
/* Set the Select2 dropdown input to 100% height */
/*Right to left*/
.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
