﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*Start Root*/
:root {
    --main-color: #123873;
    --sup-color: #232323;
}
/*End Root*/


@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/Cairo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Light';
    src: url('../fonts/Cairo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sahel-Black';
    src: url('../fonts/Sahel-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'saudiriyalsymbol';
    src: url('../fonts/saudiriyalsymbol.03c64210.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;
}

p {
    line-height: 1.9;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none
}

.dir_ltr {
    direction: ltr !important
}

.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: #123873
}

.section_title {
    text-align: center;
    margin-bottom: 18px;
}

    .section_title span:first-of-type {
        color: var(--sup-color)
    }

    .section_title span:last-of-type {
        color: var(--main-color)
    }

.lg-container {
    direction: ltr
}

.icon-saudi_riyal {
    font-family: saudiriyalsymbol
}

.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:hover {
        background-color: var(--main-color);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        color: #fff !important;
        border-color: #fff !important
    }

    .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;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        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: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0px;
        margin: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 150px;
    }

        label.simple_radiobutton > ul > li:first-of-type {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        label.simple_radiobutton > ul > li > img {
            max-width: 30px;
            margin: 0px 2px;
        }

    label.simple_radiobutton > input:checked + i {
        -webkit-box-shadow: inset 0 0 0 5px #0466b5;
        box-shadow: inset 0 0 0 5px #0466b5;
    }

    label.simple_radiobutton:hover {
        cursor: pointer;
    }
/*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*/

.alert strong {
    display: block;
    margin-top: 33px;
}

.alert p {
    margin: 0px
}


.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;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.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;
    }

    .font-xs-10 {
        font-size: 10px;
    }

    .font-xs-12 {
        font-size: 12px;
    }

    .font-xs-15 {
        font-size: 15px;
    }

    .font-xs-20 {
        font-size: 20px;
    }

    .font-xs-25 {
        font-size: 25px;
    }
}

@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;
    }

    .font-sm-10 {
        font-size: 10px;
    }

    .font-sm-12 {
        font-size: 12px;
    }

    .font-sm-15 {
        font-size: 15px;
    }

    .font-sm-20 {
        font-size: 20px;
    }

    .font-sm-25 {
        font-size: 25px;
    }
}

@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;
    }

    .font-md-10 {
        font-size: 10px;
    }

    .font-md-12 {
        font-size: 12px;
    }

    .font-md-15 {
        font-size: 15px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .font-md-25 {
        font-size: 25px;
    }
}

@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;
    }

    .font-lg-10 {
        font-size: 10px;
    }

    .font-lg-12 {
        font-size: 12px;
    }

    .font-lg-15 {
        font-size: 15px;
    }

    .font-lg-20 {
        font-size: 20px;
    }

    .font-lg-25 {
        font-size: 25px;
    }
}

@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;
    }

    .font-xl-10 {
        font-size: 10px;
    }

    .font-xl-12 {
        font-size: 12px;
    }

    .font-xl-15 {
        font-size: 15px;
    }

    .font-xl-20 {
        font-size: 20px;
    }

    .font-xl-25 {
        font-size: 25px;
    }
}




/*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: #123873;
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

body {
    font-family: Cairo-Regular;
    font-size: 14px;
}

main {
    /* overflow-x: hidden;*/
}
/*Navbar*/
#main_navbar {
    display: block;
}

    #main_navbar .navbar-nav {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #main_navbar .navbar-brand img {
        max-width: 100%
    }

    #main_navbar #main_navbar_search input {
        border: 1px solid #B3B3B3;
        outline: none;
        background-color: #f8f9fa;
        font-size: 15px;
        max-width: 100%;
        width: 100%;
        border-radius: 9px;
        padding: 5px 26px;
    }

    #main_navbar #main_navbar_search i {
        color: #B3B3B3;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(10px) translateY(-50%);
        -ms-transform: translateX(10px) translateY(-50%);
        transform: translateX(10px) translateY(-50%);
    }

    #main_navbar #main_navbar_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

        #main_navbar #main_navbar_links a, #main_navbar #main_navbar_links button {
            border: none;
            background-color: transparent;
            outline: none;
            color: #123873;
            font-size: 16px;
        }

        #main_navbar #main_navbar_links a {
            margin: 0px 7px;
        }

        #main_navbar #main_navbar_links img {
            width: 25px;
        }

    #main_navbar .navbar-nav .nav-item {
        text-align: center
    }

        #main_navbar .navbar-nav .nav-item a {
            color: #123873;
            font-family: Cairo-Bold;
            font-size: 16px
        }

    #main_navbar .dropdown-menu {
        border: none;
        border-top: 2px solid #123873;
        border-radius: 0
    }

@media (max-width: 767px) {
    #main_navbar .container .col-12 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #main_navbar #main_navbar_search input {
        width: 100%;
    }

    #main_navbar #main_navbar_search {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
    }
}
/*Navbar*/
/*Main Banner*/
.main_banner {
    margin-top: 30px;
}

    .main_banner .feature_item {
        border: 2px solid #123873;
        padding: 12px 8px;
        border-radius: 26px;
        color: #123873;
        max-width: 379px;
        margin-right: auto;
        margin-left: auto;
        font-size: 12px
    }

        .main_banner .feature_item img {
            height: 27px;
        }

    .main_banner .coupon_label {
        width: 100%;
        background-color: #19BCCF;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 3;
        border-radius: 20px;
    }



@media (min-width: 1400px) {
    .main_banner .container {
        max-width: 90%;
    }

    .main_banner .coupon_label {
        font-size: 29px;
        line-height: 4.9;
    }


    .main_banner .img-left {
        max-height: unset !important
    }
}

@media (min-width: 991px) {
    .main_banner .data-left {
        padding: 0px 55px;
    }


    .main_banner .img-left {
        max-height: 260px
    }
}
/*Main Banner*/

/*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*/
/*Filter Model*/
#filterModal {
    padding: 0px !important
}

    #filterModal .modal-dialog {
        margin: 0px !important;
        height: 100%
    }

    #filterModal .modal-content {
        height: 100%
    }

    #filterModal .modal-header .close {
        margin: 0px;
        padding: 0px
    }

    #filterModal .modal-header {
        border-bottom: 2px solid #123873;
        margin: 0px 19px;
    }

    #filterModal .modal-title {
        color: #123873;
        font-weight: bold;
    }

    #filterModal .card {
        border: none
    }

        #filterModal .card ul li {
            margin-bottom: 10px;
            color: #123873
        }

            #filterModal .card ul li a {
                color: #123873
            }
/*Filter Model*/
/*Products*/
.products {
    margin-top: 50px;
}

    .products .title {
        color: #123873;
        text-align: center;
        margin-bottom: 30px;
        font-family: Sahel-Black
    }

    .products .item {
        padding: 5px;
    }

.product_item {
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 7px #f1f1f1, -5px -5px 7px #f1f1f1;
    box-shadow: 5px 5px 7px #f1f1f1, -5px -5px 7px #f1f1f1;
    padding: 5px;
    border-radius: 8px;
    margin: 15px 5px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



    .product_item:hover .product_item_text p {
        color: #000
    }

    .product_item .product_item_tags {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        direction: ltr;
    }

        .product_item .product_item_tags span {
            background-color: orange;
            padding: 2px 5px;
            color: #fff;
            margin: 0px 1px;
            font-size: 11px;
            border-radius: 11px;
        }

            .product_item .product_item_tags span.tag_red {
                background-color: #ff0000
            }

            .product_item .product_item_tags span.tag_green {
                background-color: #449D3F
            }

            .product_item .product_item_tags span:first-of-type {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }


            .product_item .product_item_tags span:last-of-type:not(:only-child) {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }

    .product_item .product_item_text {
        padding-top: 20px;
    }

        .product_item .product_item_text p {
            color: #434343;
            margin-top: 8px;
        }

        .product_item .product_item_text > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            color: #123873;
            font-size: 13px;
            align-items: end
        }

            .product_item .product_item_text > div del {
                color: #717171
            }

            .product_item .product_item_text > div b {
                font-size: 16px
            }

    .product_item .addToFav {
        color: #123873;
        font-size: 19px;
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #fff;
        display: inline-block;
        width: 30px;
        height: 28px;
        text-align: center;
        border-radius: 20px;
        outline: none;
        border: none;
        visibility: hidden;
    }

    .product_item .addToBasket {
        display: inline-block;
        width: 100%;
        background-color: #123873;
        text-align: center;
        color: #fff;
        margin-top: 10px;
        border-radius: 5px;
        padding: 7px 0px;
        outline: none;
        border: none;
        visibility: hidden;
    }

    .product_item:hover {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

        .product_item:hover .addToBasket {
            visibility: visible
        }

        .product_item:hover .addToFav {
            visibility: visible
        }

        .product_item:hover .product_item_text p {
            color: #123873
        }
/*Products*/
/*Categories*/
.categories {
    margin-top: 16px;
}

    .categories .title {
        color: #123873;
        text-align: center;
        margin-bottom: 30px;
        font-family: Sahel-Black
    }

    .categories #categories_carousel a {
        display: block;
    }

    .categories .category_item:hover p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .categories .category_item {
        margin: 10px;
    }

        .categories .category_item p {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            border-radius: 15px;
            padding: 0px;
            margin: 0px;
            display: none;
            text-align: center
        }

        .categories .category_item span {
            position: absolute;
            left: 11px;
            bottom: 11px;
            border: 3px solid #fff;
            font-size: 20px;
            width: 42px;
            height: 42px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            border-radius: 15px;
        }

            .categories .category_item span i {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .categories .category_item span.style1 {
                background-color: #123873;
            }

            .categories .category_item span.style2 {
                background-color: #19BCCF;
            }

        .categories .category_item p.style1 {
            background-color: #123873;
        }

        .categories .category_item p.style2 {
            background-color: #19BCCF;
        }
/*Categories*/
/*Product Detail*/
.product_detail_text {
    margin-top: 40px;
}

.product_detail_title {
    color: #0C0C0C;
    font-size: 21px;
}

.product_detail_tag {
    color: #717171;
}

.product_detail_data {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 35px 0px;
}

.product_detail_payment {
    border: 1px solid #d1d1d1;
    padding: 17px 38px;
    display: inline-block;
    border-radius: 10px;
    margin: 22px 0px;
}

    .product_detail_payment label {
        margin: 0px 8px;
        padding: 0px
    }

    .product_detail_payment span {
        margin: 0px 5px
    }

.product_detail_price {
    font-size: 30px
}

    .product_detail_price del {
        color: #797979;
        font-size: 21px;
    }

.product_detail_price {
    display: flex;
    gap: 45px;
}


.product_detail_options input[type=checkbox] {
    transform: scale(1.5);
}

.product_detail_options {
    padding-right: 100px;
}

@media (max-width:550px) {
    .product_detail_options {
        padding-right: 0px;
    }
}

.product_detail_data li {
    color: #717171;
    margin: 0px 15px;
}

.product_detail_form {
    margin: 32px 0px;
    width: 430px;
    max-width: 100%;
}

    .product_detail_form select {
        border: 1px solid #19BCCF80;
        width: 100%;
        padding: 12px;
        border-radius: 8px;
    }

    .product_detail_form .product_detail_number {
        border: 1px solid #19BCCF80;
        padding: 9px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        border-radius: 8px;
        margin-right: auto
    }

        .product_detail_form .product_detail_number button {
            width: 40px;
            border: none;
            outline: none;
            font-size: 18px;
            background-color: #fff;
        }

            .product_detail_form .product_detail_number button:hover {
                background-color: #d1d1d1;
            }

        .product_detail_form .product_detail_number input {
            width: 100px;
            border: none;
            outline: none;
            text-align: center;
            cursor: initial;
        }

    .product_detail_form button.addToBasket {
        background-color: #123873;
        color: #fff;
        width: 100%;
        outline: none;
        border: navajowhite;
        border-radius: 44px;
        font-size: 16px;
        height: 64px;
        margin-top: 36px;
    }

.product_description {
    margin-top: 40px;
}

    .product_description span:first-of-type {
        border: 1px solid #000;
        display: inline-block;
        padding: 8px 25px;
        border-radius: 25px;
        margin-bottom: 23px;
    }
/*Product Detail*/
/*basket*/
.basketTitle {
    text-align: center;
    margin-bottom: 70px;
    color: #123873;
}

    .basketTitle h4 {
        font-family: Sahel-Black
    }

#tbBasketItems {
    margin-bottom: 60px;
    min-width: 500px;
}

    #tbBasketItems tr td input[type=number] {
        outline: none;
        border-radius: 5px;
        border: 1px solid #d1d1d1;
        padding: 5px;
        width: 70px;
        text-align: center;
    }

    #tbBasketItems tr td p {
        color: #123873;
    }

    #tbBasketItems thead tr th {
        color: #656565;
        text-align: center
    }

    #tbBasketItems .removeButton {
        outline: none;
        border: none;
        display: inline-block;
        width: 50px;
        background-color: #fff
    }

    #tbBasketItems .price_div p:first-of-type {
        margin-bottom: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        font-size: 16px;
    }

    #tbBasketItems .price_div p:last-of-type {
        margin: 0px
    }

    #tbBasketItems .price_div del {
        color: #585858;
        font-size: 14px;
    }

.shippingForm button {
    background-color: #123873;
    color: #fff
}

.shippingCompany {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0px
}

    .shippingCompany div {
        margin: 0px 15px
    }

        .shippingCompany div label {
            color: #123873;
            margin: 0px 2px
        }

.shippingData {
    border: 1px solid #123873;
    border-radius: 10px;
    padding: 18px 12px;
    margin: 30px 0px;
}

    .shippingData p {
        color: #123873;
    }

    .shippingData a {
        color: #123873;
        text-decoration: underline
    }

.basket_summary .basket_summary_total {
    margin: 20px 0px;
}

    .basket_summary .basket_summary_total span {
        color: #3D3D3D
    }

.basket_summary .basket_summary_label {
    border: 1px solid #A5A5A5;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 10px 5px;
    text-align: center;
    color: #123873;
}

.basket_summary .coupon_div button {
    background-color: #123873;
    color: #fff;
    margin-bottom: 10px;
}

.basket_summary .basket_summary_netTotal {
    background-color: #123873;
    color: #fff;
    padding: 14px 20px;
    border-radius: 9px;
    margin: 21px 0px;
}

    .basket_summary .basket_summary_netTotal h5 {
        margin: 0px
    }

.paymentMethods {
    border: 1px solid #C0C0C0;
    padding: 10px 21px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .paymentMethods .form-group {
        margin-bottom: 8px;
    }

    .paymentMethods p {
        font-size: 12px
    }

    .paymentMethods img {
        margin: 0px 7px;
    }

.submit_button {
    display: block;
    background-color: #123873;
    width: 100%;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 45px;
    margin: 12px 0px;
}

    .submit_button:hover {
        opacity: .8
    }

.back_button {
    display: block;
    background-color: #fff;
    width: 100%;
    color: #585858;
    outline: none;
    border: 1px solid #585858;
    border-radius: 5px;
    height: 45px;
    margin: 16px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .back_button:hover {
        color: #fff;
        background-color: #123873;
        opacity: .8
    }
/*basket*/
/*thumbnails*/
.product-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    min-height: 450px;
}

.main-image {
    position: relative
}

    .main-image .product_links {
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .main-image .product_links img {
            width: 20px;
            margin: 7px 0px;
        }

        .main-image .product_links a {
            color: #292d32;
            font-size: 17px;
            text-align: center;
        }

    .main-image .product_tags {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        direction: ltr;
        top: 0px;
    }

        .main-image .product_tags span {
            background-color: orange;
            padding: 2px 5px;
            color: #fff;
            margin: 0px 1px;
            font-size: 13px;
            border-radius: 11px;
        }

            .main-image .product_tags span.tag_red {
                background-color: #ff0000
            }

            .main-image .product_tags span.tag_green {
                background-color: #449D3F
            }

            .main-image .product_tags span:first-of-type {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }


            .main-image .product_tags span:last-of-type:not(:only-child) {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }

    .main-image img {
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
    min-width: 80px;
}

    .thumbnails img {
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 6px;
        -webkit-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s;
    }

        .thumbnails img.active,
        .thumbnails img:hover {
            border-color: #007bff;
        }

@media (max-width:1250px) {
    .product-carousel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .thumbnails {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
/*thumbnails*/
/*Newest offer*/
.newest_offer {
    margin-top: 50px;
}

    .newest_offer .title {
        color: #123873;
        text-align: center;
        margin-bottom: 30px;
        font-family: Sahel-Black
    }

    .newest_offer a {
        display: block;
        margin-top: 10px;
    }
/*Newest offer*/
/*Account Modal*/
.accountModal .modal-body {
    padding: 0px;
}

.accountModal .modal-content {
    border-radius: 18px;
}

.accountModal .modal-body .accountModalContaint {
    background: url(../img/account_background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 75px 75px;
}

    .accountModal .modal-body .accountModalContaint > div {
        min-width: 300px;
    }

.accountModal .modal-body label {
    background-color: #fff;
}

.accountModal .close {
    position: absolute;
    left: 31px;
    top: 15px;
    font-size: 35px;
}

.accountModal .modalTitle {
    text-align: center;
    color: #123873;
    margin-bottom: 30px;
}

@media (max-width:550px) {
    .accountModal .modal-body .accountModalContaint {
        background: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 75px 20px;
    }
}
/*Account Modal*/
/*Bank Accounts*/
.bank_acconts .title {
    color: #123873;
    text-align: center;
    margin-bottom: 30px;
    font-family: Sahel-Black;
}

.bank_acconts .table {
    margin-top: 65px;
    margin-bottom: 240px;
}

    .bank_acconts .table thead tr {
        background-color: #123873;
        text-align: center;
        color: #fff;
        height: 75px
    }

    .bank_acconts .table tbody tr {
        text-align: center;
        color: #123873;
        height: 75px
    }
/*Bank Accounts*/
/*terms conditions*/
.terms_conditions .title {
    color: #123873;
    text-align: center;
    margin-bottom: 30px;
    font-family: Sahel-Black;
}

.terms_conditions b {
    color: var(--main-color)
}
/*terms conditions*/
/*Contact us*/
.contact_us .title {
    color: #123873;
    text-align: center;
    margin-bottom: 65px;
    font-family: Sahel-Black;
}

.contact_us form {
    margin-bottom: 40px;
}

    .contact_us form .form-group {
        border: 1px solid #d1d1d1;
        border-radius: 8px;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
    }

        .contact_us form .form-group label {
            background-color: var(--main-color);
            color: #fff;
            text-align: center;
        }

        .contact_us form .form-group input, .contact_us form .form-group textarea{
            outline: none
        }

    .contact_us form button[type=submit] {
        background-color: var(--main-color);
        color: #fff;
        min-width: 150px;
    }

.contact_us .contact_us_data {
    color: var(--main-color);
    font-size: 16px;
}

    .contact_us .contact_us_data a {
        color: var(--main-color);
    }
/*Contact us*/
/*Footer*/
.main_footer {
    background-color: #123873;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 5px
}

    .main_footer .main_footer_data > div {
        text-align: center;
        margin-bottom: 15px;
    }

        .main_footer .main_footer_data > div img {
            width: 40px;
            margin: 0px 5px
        }

        .main_footer .main_footer_data > div a {
            font-size: 18px;
            font-weight: bold;
        }

    .main_footer .main_footer_data p {
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 20px 0px;
    }

    .main_footer a {
        color: #fff
    }

    .main_footer .footer_social {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .main_footer .footer_social img {
            height: 25px;
        }

        .main_footer .footer_social li {
            margin: 0px 20px
        }

    .main_footer .main_footer_links h5 {
        color: #fff;
        margin-bottom: 30px;
    }

    .main_footer .main_footer_links ul {
        list-style: none;
    }

        .main_footer .main_footer_links ul li {
            margin-bottom: 15px;
            margin-right: 5px;
            margin-left: 5px;
        }

    .main_footer .main_footer_bottom {
        margin-top: 30px;
    }

        .main_footer .main_footer_bottom p {
            color: #fff;
            text-align: center
        }

        .main_footer .main_footer_bottom ul {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: end
        }

            .main_footer .main_footer_bottom ul li {
                margin: 0px 5px
            }

            .main_footer .main_footer_bottom ul img {
                height: 25px;
            }

@media (max-width:767px) {
    .main_footer_links {
        text-align: center;
        margin-top: 25px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .main_footer_links ul {
            display: flex
        }

    .main_footer .main_footer_links h5 {
        margin-bottom: 15px;
    }

    .main_footer .main_footer_data p, .main_footer .main_footer_bottom p {
        font-size: 12px
    }

    .main_footer .main_footer_bottom ul {
        justify-content: center
    }
}
/*Footer*/
/*Right to left*/
body.rtl {
    direction: rtl;
    text-align: right;
}

.dropdown-menu {
    right: 0;
    left: unset;
    text-align: left
}

body.rtl .dropdown-menu {
    left: 0;
    right: unset;
    text-align: right
}

body.rtl #main_navbar #main_navbar_search i {
    -webkit-transform: translateX(-10px) translateY(-50%);
    -ms-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
}

body.rtl .input-group > .input-group-prepend:not(:first-child) > .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 .product_detail_options {
    padding-right: 0px;
    padding-left: 100px;
}

@media (max-width:550px) {
    body.rtl .product_detail_options {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*Right to left*/
