

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&display=swap');





:root {
    --theme-color: #e57438;
    --lightBlue: #eef5fc;
}

.theme-color2 {
    --theme-color: #e57438;
}

.theme-color4 {
    --theme-color: #e57438;
}

.color-dark {
    color: #001e26;
}

.bg-light {
    background: #f5f8fc;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #001e26;
}

.customer-section:last-child{
    border-bottom:none!important

}


.btn-dark {
    color: #fff;
    background-color: #001e26;
    border-color: #001e26;
}



.bg-dark {
    background-color: #001e26 !important;
}
.bg-orange {
    background-color: #e57438 !important;
}





.en-font {
    font-family: Poppins, sans-serif;
}

.font-default {
    color: #001E26 !important;
}

.font-dark {
    color: #001e26 !important;
}

.font-light {
    color: #7e7e7e !important;
}
.font-white {
    color: #ffffff !important;
}

body{
    font-family:Almarai
}


.font-dark-30 {
    color: #001e26 !important;
}

/*======= Font-color css end  ======= */
/*======= buttons css starts  ======= */

.btn-solid-default {
    color: #fff;
    background-color: unset;
    border: 1px solid var(--theme-color);
}

    .btn-solid-default::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: var(--theme-color);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 8px 20px 20px 20px !important;
    }

.the-basics .form-control {
    margin-top: 0px!important;
}

.btn-solid-default:hover {
    color: #001E26;
}

        .btn-solid-default:hover::before {
            opacity: 0;
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
        }

/*======= buttons css end  ======= */
    /*======= align css starts  ======= */
    /*======= align css ends  ======= */
    /*======= breakpoint css ends  ======= */
    /**=====================
    breakpoint mixins css start
==========================**/
    /**=====================
     reset css start
==========================**/
    section {
    padding-top: 80px;
}

@media (max-width: 1460px) {
    section {
        padding-top: 70px;
    }
}

@media (max-width: 1199px) {
    section {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    section {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    section {
        padding-top: 30px;
    }
}

.section-b-space {
    padding-bottom: 80px;
}

@media (max-width: 1460px) {
    .section-b-space {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .section-b-space {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .section-b-space {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .section-b-space {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .section-b-space {
        padding-bottom: 30px;
    }
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom-gy-5 {
    margin-top: calc(-16px + (-20 - -16) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(-16px + (-20 - -16) * ((100vw - 320px) / (1920 - 320)));
}

    .custom-gy-5 > div {
        margin-top: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        margin-bottom: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    }

/**=====================
     typography css start
==========================**/
body {
    font-family: 'Almarai', sans-serif;
    position: relative;
    font-size: 16px;
    color: #001E26;
    margin: 0;
    background-color: #fff;
    direction: rtl;
    text-align: right;
}

    body .bg-overlay {
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 3;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

@media (max-width: 1199px) {
    body .bg-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

ul {
    padding-right: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
    font-size: 16px;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

a {
    color: var(--theme-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    a:focus {
        outline: none;
    }

button:focus {
    outline: none;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    background-color: #fff;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

h1 {
    /*
        font-size: calc(40px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));*/
    font-weight: 700;
    /*line-height: 1.1;*/
    text-transform: capitalize;
    margin: 0;
}

h2 {
    /*font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));*/
    font-weight: 700;
    /* line-height: 1.4;*/
    text-transform: capitalize;
    margin: 0;
}

h3 {
    font-size: 23px;
    font-weight: 700;
    /* line-height: 1.2;*/
    margin: 0;
}

h4 {
    /* font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));*/
    /*  line-height: 1.6;*/
    margin: 0;
    font-weight: 600;
}

h5 {
    /*font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
        line-height: 1.6;*/
    margin: 0;
    font-weight: 600;
}

h6 {
    /* font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
        line-height: 1.6;*/
    margin: 0;
    font-weight: 600;
}

span {
    display: inline-block;
}

.theme-color {
    color: var(--theme-color) !important;
}

.theme-bg-color {
    background-color: var(--theme-color);
}

/**=====================
     buttons css start
==========================**/
.btn {
    position: relative;
    font-weight: 600;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
    font-weight: bold;
    border-radius: 15px;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    min-width: 140px;
    font-family: 'Almarai';
    border-radius: 8px 20px 20px 20px !important;
}

    .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-sm {
    padding: 8px 16px;
    font-weight: 400;
}

.default-light-theme {
    color: var(--theme-color);
    padding: calc(6px + (14 - 6) * ((100vw - 320px) / (1920 - 320))) calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

    .default-light-theme:hover {
        color: var(--theme-color);
    }

.btn {
    transition: 0.4s;
}

.default-theme {
    background-color: var(--theme-color);
    color: #fff;
}

    .default-theme:hover {
        color: #fff;
    }

.default-theme-2 {
    padding: 12px 25px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.default::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: var(--theme-color);
    opacity: 0.11;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: -1;
    border: 1px solid var(--theme-color);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default:hover {
    color: var(--theme-color);
}

    .default:hover::before {
        opacity: 0;
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }

    .default:hover::after {
        opacity: 0.11;
    }

/**=====================
     alert css start
==========================**/

.progress-bar-info {
    background-color: #0c5460;
}

[data-notify="progressbar"] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
}

/**=====================
    label css start
==========================**/
.label {
    font-size: 12px;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .label {
        padding: 4px 6px;
        font-size: 10px;
    }
}

.label-block {
    position: absolute;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    top: 0;
    width: 100%;
    z-index: 1;
}

.label-black {
    background-color: #001E26;
}

/*[dir="rtl"] .label-black {
    float: left;
}*/

.label-theme {
    background-color: var(--theme-color);
}

/**=====================
     tab css start
==========================**/

/**=====================
     dropdown css start
==========================**/
.onhover-div {
    top: 70px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    min-width: 311px;
    -webkit-box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}

    .onhover-div li {
        font-size: 14px;
    }

        .onhover-div li a svg {
            color: #001E26;
        }

    .onhover-div::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #fff;
        top: -7px;
        left: 10px;
        z-index: 2;
    }

/*[dir="rtl"] .onhover-div::before {
    left: unset;
    right: 10px;
}*/

.onhover-dropdown {
    position: relative;
    cursor: pointer;
}

    .onhover-dropdown:hover .onhover-div {
        top: 50px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
    }

@media (max-width: 767px) {
    .onhover-dropdown:hover .onhover-div {
        width: 270px;
        border-radius: 0;
    }
}

.onhover-dropdown.cart-dropdown button {
    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;
}

    .onhover-dropdown.cart-dropdown button .feather {
        width: 23px !important;
        margin-left: 10px;
        height: 22px;
    }

/*[dir="rtl"] .onhover-dropdown.cart-dropdown button .feather {
    margin-left: unset;
    margin-right: 10px;
}*/

@media (max-width: 360px) {
    .onhover-dropdown.cart-dropdown button .feather {
        margin-left: 0;
    }

    /*   [dir="rtl"] .onhover-dropdown.cart-dropdown button .feather {
        margin-left: unset;
        margin-right: 0;
    }*/
}

.onhover-dropdown.cart-dropdown button span {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

/**=====================
     timer css start
==========================**/
.timer ul {
    padding: 20px;
    background-color: rgba(35, 35, 35, 0.8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

/*[dir="rtl"] .timer ul {
    padding: 20px;
}*/

@media (max-width: 1366px) {
    .timer ul {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .timer ul {
        padding: 10px;
    }
}

.timer ul li {
    position: relative;
}

    .timer ul li span {
        display: block;
        margin-bottom: 3px;
    }

@media (max-width: 480px) {
    .timer ul li {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .timer ul li h5 {
        font-size: 13px;
    }
}

.timer ul li + li {
    margin-right: 30px;
}

    .timer ul li + li::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -17px;
        border-right: 1px solid rgba(126, 126, 126, 0.4);
        height: 50%;
    }

/*[dir="rtl"] .timer ul li + li::before {
    left: -17px;
    right: unset !important;
    border-left: 1px solid rgba(126, 126, 126, 0.4);
    border-right: unset;
}*/

@media (max-width: 1366px) {
    .timer ul li + li::before {
        right: -12px;
    }

    /*    [dir="rtl"] .timer ul li + li::before {
        left: -12px;
    }*/
}

@media (max-width: 480px) {
    .timer ul li + li::before {
        right: -5px;
    }
    /*
    [dir="rtl"] .timer ul li + li::before {
        left: -5px;
    }*/
}

/*[dir="rtl"] .timer ul li + li {
    margin-left: 30px;
    margin-right: unset !important;
}*/

@media (max-width: 1366px) {
    .timer ul li + li {
        margin-right: 20px;
    }
    /*
    [dir="rtl"] .timer ul li + li {
        margin-left: 20px;
    }*/
}

@media (max-width: 480px) {
    .timer ul li + li {
        margin-right: 6px;
    }

    /*  [dir="rtl"] .timer ul li + li {
        margin-left: 6px;
    }*/
}

/**=====================
     title css start
==========================**/
.title {
    margin-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

    .title.title1 h2 {
        position: relative;
        display: inline-block;
        padding-bottom: 16px;
    }

        .title.title1 h2:before {
            content: "";
            position: absolute;
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            bottom: 1.5px;
            width: 100%;
            height: 1px;
            background-color: #ddd;
        }

        .title.title1 h2:after {
            content: "";
            position: absolute;
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            bottom: -1px;
            width: 30%;
            height: 4px;
            background-color: var(--theme-color);
            border-radius: 50px;
        }

    .title.title1 p {
        margin: 20px auto 0;
        color: #212529;
        letter-spacing: 1px;
        width: 50%;
        line-height: 1.5;
    }

    .title.title-effect h2::after {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .title h5 {
        margin-bottom: 10px;
        margin-top: -2px;
        color: #7e7e7e;
    }

.gradient-title {
    background-image: linear-gradient(-100deg, #3d3d3d, var(--theme-color));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    cursor: pointer;
}

/**=====================
     ratio css start
==========================**/
.ratio_30 .bg-size:before {
    padding-top: 30%;
    content: "";
    display: block;
}

.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block;
}

.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block;
}

.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block;
}

.ratio_medium .bg-size:before {
    padding-top: 138%;
    content: "";
    display: block;
}

/**=====================
     Tap to top css start
==========================**/
.tap-to-top {
    background-color: var(--theme-color);
    position: fixed;
    bottom: 15px;
    left: -60px;
    border-radius: 5px;
    overflow: hidden;
    width: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
    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;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    -webkit-box-shadow: 0 3px 8px rgba(33, 37, 41, 0.35);
    box-shadow: 0 3px 8px rgba(33, 37, 41, 0.35);
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0;
    border-radius: 50%;
    align-items: center;
}

    .tap-to-top a i {
        vertical-align: middle;
        margin-bottom: 3px;
    }
    /*
[dir="rtl"] .tap-to-top {
    left: unset;
    right: -60px;
}*/
    .tap-to-top::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        background: #212529;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .tap-to-top:hover::before {
        height: 100%;
    }

@media (max-width: 575px) {
    .tap-to-top {
        bottom: 75px;
    }
}

.tap-to-top.show {
    right: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
/*
[dir="rtl"] .tap-to-top.show {
    left: unset;
    right: 15px;
}*/

.tap-to-top a {
    color: #fff;
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    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;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    z-index: 3;
}

@media (max-width: 575px) {
    .tap-to-top a {
        bottom: 75px;
    }
}

/**=====================
    Modal css Start
==========================**/

@media (max-width: 575px) {

    /*    [dir="rtl"] .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}
/*
[dir="rtl"] .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
    left: unset;
    right: -50px;
}*/
/*
[dir="rtl"] .newletter-modal .modal-dialog .modal-content .modal-body img {
    left: unset;
    right: -25px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}*/

.modal-header {
    border: none;
    padding: 0;
}

    .modal-header .btn-close {
        width: 54px;
        height: 54px;
        top: -50px;
        left: -50px;
        line-height: 54px;
        position: absolute;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: 100% 0;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 1;
    }

@media (max-width: 575px) {
    .modal-header .btn-close {
        left: -14px;
    }

    /*   [dir="rtl"] .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}

/*[dir="rtl"] .modal-header .btn-close {
    left: unset;
    right: -50px;
}*/

.modal-header .btn-close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.cart-modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0;
}

    .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
        width: 54px;
        height: 54px;
        top: -50px;
        left: -50px;
        line-height: 54px;
        position: absolute;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: 100% 0;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 1;
    }

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
        left: -14px;
    }

    /*   [dir="rtl"] .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}

.cart-modal .modal-dialog .modal-content .modal-header .btn-close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.cart-modal .modal-dialog .modal-content .modal-body {
    padding: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320)));
}

    .cart-modal .modal-dialog .modal-content .modal-body .modal-messages {
        text-align: center;
        color: #008000;
        margin-bottom: 10px;
        background: #d1e7dd;
        padding: 12px;
        width: 100%;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-messages {
        display: block;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
    font-size: 14px;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: #008000;
    border-radius: 50%;
    color: #fff;
    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;
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
        margin: 0 auto 12px;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .modal-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product {
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img {
        text-align: center;
        margin-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
        text-align: center;
        margin-right: 0;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .modal-product h5 {
    margin: 5px 0;
}

.cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 10px 0;
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
        max-width: 60%;
    }
}

@media (max-width: 480px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
        max-width: 75%;
    }
}

@media (max-width: 360px) {
    .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
        max-width: 100%;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .product-total h5 {
    font-weight: 400;
}

    .cart-modal .modal-dialog .modal-content .modal-body .product-total h5 span {
        font-weight: 500;
    }

.cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button {
    margin: -8px;
}

@media (max-width: 360px) {
    .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button {
        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;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button {
    border: 1px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
    margin: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(6px + (12 - 6) * ((100vw - 320px) / (1920 - 320))) calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}

    .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button:hover {
        background-color: var(--theme-color);
        color: #fff;
    }

.modal-size .modal-dialog .modal-content .modal-header {
    padding: 0;
}

    .modal-size .modal-dialog .modal-content .modal-header button {
        width: 54px;
        height: 54px;
        top: -50px;
        left: -50px;
        line-height: 54px;
        position: absolute;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: 100% 0;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 1;
    }

        .modal-size .modal-dialog .modal-content .modal-header button .fa-times {
            font-size: 22px;
        }

@media (max-width: 480px) {
    .modal-size .modal-dialog .modal-content .modal-header button {
        display: none;
    }
}

.quick-view-modal .btn-close {
    width: 54px;
    height: 54px;
    top: -50px;
    left: -50px;
    line-height: 54px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    color: #001E26;
    z-index: 999;
    background: 100% 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

@media (max-width: 575px) {
    .quick-view-modal .btn-close {
        left: -14px;
    }

    /*  [dir="rtl"] .quick-view-modal .btn-close {
        left: unset;
        right: -14px;
    }*/
}

.quick-view-modal .btn-close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.quick-view-modal .modal-body {
    padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.quick-view-modal .quick-view-image {
    position: relative;
}

    .quick-view-modal .quick-view-image img {
        width: 100%;
    }

@media (max-width: 991px) {
    .quick-view-modal .quick-view-image img {
        max-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.quick-view-modal .quick-view-image .quick-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .quick-view-modal .quick-view-image .quick-nav .slick-slide > div img {
        margin: 0;
        border: 1px solid #b2bdd1;
        width: 40px;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .quick-view-modal .quick-view-image .quick-nav .slick-slide.slick-current > div img {
        border: 1px solid var(--theme-color);
    }

.quick-view-modal .product-right h2 {
    font-weight: 500;
}

.quick-view-modal .product-right h6 {
    font-weight: 400;
}

.quick-view-modal .product-right h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.quick-view-modal .product-right .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .quick-view-modal .product-right .price h3 {
        padding-left: 20px;
    }

/*[dir="rtl"] .quick-view-modal .product-right .price h3 {
    padding-left: unset;
    padding-right: 20px;
}*/

.quick-view-modal .product-right .color-types {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px dashed #b2bdd1;
}

@media (max-width: 991px) {
    .quick-view-modal .product-right .color-types {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .quick-view-modal .product-right .color-types {
        margin-top: 15px;
        padding: 15px 0;
    }
}

.quick-view-modal .product-right .size-detail {
    padding: 20px 0;
    border-top: 1px dashed #b2bdd1;
    border-bottom: 1px dashed #b2bdd1;
}

@media (max-width: 575px) {
    .quick-view-modal .product-right .size-detail {
        padding: 15px 0;
    }
}

.quick-view-modal .product-right .size-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .quick-view-modal .product-right .size-detail ul li {
        width: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #eff2f7;
        cursor: pointer;
        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;
        border-radius: 4px;
        justify-content: center;
    }

        .quick-view-modal .product-right .size-detail ul li.selected {
            -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
        }

        .quick-view-modal .product-right .size-detail ul li + li {
            margin-right: 10px;
        }

.quick-view-modal .product-right .product-details {
    padding: 20px 0;
    border-top: 1px dashed #b2bdd1;
    border-bottom: 0;
}

@media (max-width: 575px) {
    .quick-view-modal .product-right .product-details {
        padding: 15px 0;
    }
}

.quick-view-modal .product-right .product-details ul li {
    display: block;
}

    .quick-view-modal .product-right .product-details ul li + li {
        margin-top: 5px;
    }

    .quick-view-modal .product-right .product-details ul li span {
        min-width: 150px;
    }

.quick-view-modal .product-right .product-btns {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .quick-view-modal .product-right .product-btns {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    /*
    [dir="rtl"] .reset-email-modal .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}

/*[dir="rtl"] .reset-email-modal .modal-content .modal-footer button.modal-close-button {
    margin-left: 0;
    margin-right: 10px;
}*/

@media (max-width: 575px) {
    /*
    [dir="rtl"] .delete-account-modal .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}

/*[dir="rtl"] .delete-account-modal .modal-content .modal-footer button.modal-close-button {
    margin-left: 0;
    margin-right: 10px;
}
*/

@media (max-width: 575px) {

    /*  [dir="rtl"] .payment-modal .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}
/*
[dir="rtl"] .payment-modal .modal-content .modal-footer button.modal-close-button {
    margin-left: 0;
    margin-right: 10px;
}*/

@media (max-width: 575px) {

    /* [dir="rtl"] .add-address-modal .modal-content .modal-header .btn-close {
        left: unset;
        right: -14px;
    }*/
}
/*
[dir="rtl"] .add-address-modal .modal-content .modal-footer button.modal-close-button {
    margin-left: 0;
    margin-right: 10px;
}*/

/**=====================
     form css start
  ==========================**/
.form-control {
    font-size: 15px;
    padding: 15px 20px;
    text-align: right;
    background-color: #f8f9fa;
    border-radius: 20px;
    font-family: 'Almarai';
    BORDER: none;
    
}


    .form-control:focus {
        background-color: #eff2f7;
        border-color: #b2bdd1;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #212529;
    }

.form-select {
    font-size: 14px;
}

    .form-select:focus {
        background-color: #c7c7c5;
        border-color: #b2bdd1;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #212529;
    }

.input-group .btn {
    z-index: 1;
}

.checkbox_animated {
    cursor: pointer;
    position: relative;
    margin-left: 16px;
}
    /*
[dir="rtl"] .checkbox_animated {
    margin-left: 10px;
    margin-right: 16px;
}*/

    .checkbox_animated:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(45deg) scale(0, 0);
        transform: rotate(45deg) scale(0, 0);
        content: "";
        position: absolute;
        right: 3px;
        top: 2px;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 2px solid var(--theme-color);
        border-top-style: none;
        border-left-style: none;
    }

    .checkbox_animated:after {
        content: "";
        position: absolute;
        top: -3px;
        right: -2px;
        width: 21px;
        height: 21px;
        background: #fff;
        border: 2px solid #ddd;
        cursor: pointer;
        border-radius: 7px;
    }

    .checkbox_animated:checked:before {
        -webkit-transform: rotate(130deg) scale(1, -1);
        transform: rotate(130deg) scale(1, -1);
    }

/**=====================
     slider css start
==========================**/
.slick-initialized .slick-arrow {
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .slick-initialized .slick-arrow:before {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .slick-initialized .slick-arrow:hover {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .slick-initialized .slick-arrow:hover:before {
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

.spacing-slider.slick-slider {
    margin: 0 -12px;
}

    .spacing-slider.slick-slider .slick-list {
        margin: 0 -12px;
    }

@media (max-width: 575px) {
    .spacing-slider.slick-slider .slick-list {
        margin: 0 -6px;
    }
}

.spacing-slider.slick-slider .slick-list .slick-slide > div {
    margin: 0 12px;
}

@media (max-width: 575px) {
    .spacing-slider.slick-slider .slick-list .slick-slide > div {
        margin: 0 6px;
    }
}

.spacing-slider.slick-slider.slick-dotted {
    margin-bottom: 0;
}

.slick-slider .slick-list {
    margin: 0 -12px;
}

@media (max-width: 575px) {
    .slick-slider .slick-list {
        margin: 0 -6px;
    }
}

.slick-slider .slick-list .slick-slide > div {
    margin: 0 12px;
}

@media (max-width: 575px) {
    /*.slick-slider .slick-list .slick-slide > div {
            margin: 0 6px;
        }*/
}

.slick-slider.slick-dotted {
    margin-bottom: 0;
}

.slide-6 .slick-list {
    margin: 0;
}
/*
[dir="rtl"] .classic-arrow .custom-arrow.prev i {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

[dir="rtl"] .classic-arrow .custom-arrow.prev {
    left: unset;
    right: 7%;
}
*/
@media (max-width: 991px) {

    /*  [dir="rtl"] .classic-arrow .custom-arrow.prev {
        right: unset;
        left: 5%;
    }*/
}

@media (max-width: 575px) {
    /*
    [dir="rtl"] .classic-arrow .custom-arrow.prev {
        right: 10%;
        left: unset;
    }*/
}

@media (max-width: 360px) {

    /*  [dir="rtl"] .classic-arrow .custom-arrow.prev {
        right: 12%;
        left: unset;
    }*/
}
/*
[dir="rtl"] .classic-arrow .custom-arrow.next i {
    margin-right: 16px !important;
    margin-left: 0 !important;
}

[dir="rtl"] .classic-arrow .custom-arrow.next {
    left: unset;
    right: 13%;
}*/

@media (max-width: 1199px) {

    /*    [dir="rtl"] .classic-arrow .custom-arrow.next {
        left: unset;
        right: 15%;
    }*/
}

@media (max-width: 991px) {

    /*  [dir="rtl"] .classic-arrow .custom-arrow.next {
        right: unset;
        left: 16%;
    }*/
}

@media (max-width: 767px) {

    /*  [dir="rtl"] .classic-arrow .custom-arrow.next {
        right: unset;
        left: 20%;
    }*/
}

@media (max-width: 575px) {

    /*  [dir="rtl"] .classic-arrow .custom-arrow.next {
        right: 3%;
        left: unset;
    }*/
}
/*
[dir="rtl"] .classic-arrow .custom-arrow.next::before {
    left: 18px;
    right: unset;
}*/
/*
[dir="rtl"] .classic-arrow-1 .custom-arrow.prev {
    left: unset !important;
    right: 6% !important;
}

@media (max-width: 575px) {
    [dir="rtl"] .classic-arrow-1 .custom-arrow.prev {
        right: unset !important;
        left: 51% !important;
    }
}

@media (max-width: 480px) {
    [dir="rtl"] .classic-arrow-1 .custom-arrow.prev {
        right: unset !important;
        left: 52% !important;
    }
}*/
/*

[dir="rtl"] .classic-arrow-1 .custom-arrow.next {
    left: unset !important;
    right: 12% !important;
}
*/
/*
[dir="rtl"] .classic-arrow-1 .custom-arrow.next::before {
    left: -28px;
    right: unset;
    width: 8%;
}*/
/*
@media (max-width: 991px) {
    [dir="rtl"] .classic-arrow-1 .custom-arrow.next {
        right: 16% !important;
    }
}
*/
/*@media (max-width: 575px) {
    [dir="rtl"] .classic-arrow-1 .custom-arrow.next {
        right: unset !important;
        left: 13% !important;
    }
}

@media (max-width: 480px) {
    [dir="rtl"] .classic-arrow-1 .custom-arrow.next {
        right: unset !important;
        left: 44% !important;
    }
}
*/

.light-arrow .slick-arrow,
.white-arrow .slick-arrow {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .light-arrow .slick-arrow,
    .white-arrow .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

.light-arrow .slick-arrow:before,
.white-arrow .slick-arrow:before {
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.light-arrow .slick-prev,
.white-arrow .slick-prev {
    z-index: 1;
}

    .light-arrow .slick-prev:before,
    .white-arrow .slick-prev:before {
        content: "\f053";
    }

.light-arrow .slick-next:before,
.white-arrow .slick-next:before {
    content: "\f054";
}

.light-arrow .slick-arrow {
    background-color: #eff2f7;
}

    .light-arrow .slick-arrow:before {
        color: #001E26;
    }

    .light-arrow .slick-arrow:hover {
        background-color: var(--theme-color);
    }

        .light-arrow .slick-arrow:hover:before {
            color: #fff;
        }

.bottom-space {
    margin-bottom: -4px;
}

.white-arrow .slick-arrow {
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 30px;
}

    .white-arrow .slick-arrow:before {
        color: #fff;
    }

    .white-arrow .slick-arrow:hover,
    .white-arrow .slick-arrow:active,
    .white-arrow .slick-arrow:focus {
        background-color: #fff;
    }

        .white-arrow .slick-arrow:hover:before,
        .white-arrow .slick-arrow:active:before,
        .white-arrow .slick-arrow:focus:before {
            color: var(--theme-color);
        }

.category-slider .slick-prev {
    right: -120px;
}

.category-slider .slick-next {
    left: unset;
    right: -80px;
}
/*
[dir="rtl"] .dot-dark .slick-dots {
    right: 0;
    left: unset;
}*/

.black-slide .slick-list .slick-track .slick-slide > div {
    margin: 0 5px;
}

.black-slide .slick-list .slick-track .slick-slide.slick-active img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black-slide .slick-list .slick-track .slick-slide.slick-active:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.black-slide .slick-list .slick-track .slick-slide img {
    -webkit-filter: grayscale(20%) blur(1px);
    filter: grayscale(20%) blur(1px);
    opacity: 0.8;
}

.black-slide .slick-list .slick-track .slick-slide.slick-center img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/**=====================
    Touchspin  CSS Start
==========================**/

/**=====================
    Lazy Load css Start
==========================**/
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

    .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

/**=====================
     Breadcrumb css start
==========================**/
.breadcrumb-section {
    background-color: #f5f8fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 0;
}

    .breadcrumb-section h3 {
        font-size: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320)));
    }

    .breadcrumb-section .breadcrumb-item.active {
        color: #7e7e7e;
    }

    .breadcrumb-section .breadcrumb {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(-720deg);
        transform: translateY(-1000px) rotate(-720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(-720deg);
        transform: translateY(-1000px) rotate(-720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/**=====================
     header css start
==========================**/
.container-fluid-lg {
    padding: 0 112px;
}

@media (max-width: 1460px) {
    .container-fluid-lg {
        padding: 0 60px;
    }
}

@media (max-width: 1366px) {
    .container-fluid-lg {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .container-fluid-lg {
        padding: 0 15px;
    }
}

header .search-header {
    border-bottom: 1px solid #e5e5e5;
}

header.nav-down.nav-up .navbar-searchbar {
    top: 0;
    margin-top: 0;
}

header.nav-down.nav-up .main-menu {
    padding: 10px 0;
}

/*header.nav-down.nav-up .third-header {
    position: fixed;
    width: 100%;
    padding: 10px;
    z-index: 99;
    top: 68px;
}*/


.header-page.nav-down.nav-up .main-header.search-header {
    border-radius: 0px 0px 0 0;
}

    header .third-header {
    transition: all 0.5s ease;
}




header.nav-down .navbar-searchbar {
    position: fixed;
    top: -100px;
    right: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15);
    box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
}

header .search-suggestion {
    height: 0px;
    max-height: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    top: 68px;
    overflow: auto;
    -webkit-transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
    transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
    z-index: 1;
}

@media (max-width: 767px) {
    header .search-suggestion {
        top: 56px;
    }
}

header .search-suggestion > ul {
    margin: -10px;
}

    header .search-suggestion > ul > li {
        padding: 10px;
    }

header .main-menu {
    position: relative;
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    header .main-menu {
        padding: 10px 0;
    }
}

header .onhover-div {
    left: 0;
}
/*
[dir="rtl"] header .onhover-div {
    left: unset;
    right: 0;
}*/

@media (max-width: 767px) {
    header .cart-dropdown:hover .onhover-div {
        opacity: 0;
        -webkit-transform: unset;
        transform: unset;
        visibility: hidden;
    }
}

header .cart-dropdown .onhover-div::before {
    border-bottom: 7px solid #ffffff;
}

@media (max-width: 767px) {
    header .cart-dropdown .onhover-div {
        position: fixed;
        top: 0 !important;
        height: 100vh;
        width: 290px;
        left: -319px;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 999999999;
    }
}

@media (max-width: 767px) {
    header .cart-dropdown.show .onhover-div {
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}
/*
[dir="rtl"] header .cart-menu .cart-title span i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}*/

header .cart-menu .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    header .cart-menu .media .btn-close {
        position: absolute;
        top: 0;
        left: -15px;
        font-size: 16px;
        background: none;
    }

.whatsapp a{
    z-index:999!important
}


header .cart-menu .media img {
    width: 40px;
    border-radius: 8px;
}

    header .cart-menu .media .media-body {
        margin-right: 15px;
        text-align: right;
    }
        /*
[dir="rtl"] header .cart-menu .media .media-body {
    margin-right: unset;
    margin-left: 15px;
}
*/
        header .cart-menu .media .media-body h6 {
            font-weight: 600;
            margin-bottom: 10px;
            text-align: center;
        }
        header .cart-menu .media .media-body .qty-with-price {
            display: flex;
            justify-content: space-between;
        }
        header .cart-menu .media .media-body input {
            max-width: 60px;
            width: unset;
            height: auto;
            padding: 3px 8px;
            border-radius: 0;
        }

        header .cart-menu .media .media-body .qty-with-price {
            margin-top: 6px;
            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;
        }

header .cart-menu ul {
    padding-top: 10px;
}

    header .cart-menu ul li {
        padding: 10px 20px;
        display: block;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin: 15px;
        border-radius: 10px;
    }

@media (max-width: 767px) {
    header .cart-menu ul li:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    header .cart-menu ul {
        height: calc(100vh - 180px);
        overflow: auto;
        border-bottom: 1px solid #b2bdd1;
    }
}

header .cart-btn {
    padding: 20px;
}

@media (max-width: 767px) {
    header .cart-btn {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
}

header .cart-btn .cart-total {
    color: var(--theme-color);
    font-weight: 600;
    display: none;
}

@media (max-width: 767px) {
    header .cart-btn .cart-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

header .cart-btn .btn {
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
}

header .wislist-empty {
    padding: 20px;
    text-align: center;
}

    header .wislist-empty i {
        font-size: 40px;
        color: var(--theme-color);
        margin-bottom: 10px;
    }

header .search-full {
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .search-full .input-group {
        border: 1px solid #eff2f7;
    }

        header .search-full .input-group .input-group-text {
            background-color: transparent;
            border: none;
        }

            header .search-full .input-group .input-group-text.search-box {
                background-color: #ffffff;
                padding: 0 12px 0 0;
            }

        header .search-full .input-group .form-control:focus {
            background-color: #ffffff;
        }

        header .search-full .input-group .input-group-text.close-search {
            cursor: pointer;
        }

        header .search-full .input-group .input-group-text svg {
            height: 18px;
        }

        header .search-full .input-group input {
            border: none;
        }

    header .search-full.open {
        width: 100%;
        height: 100%;
        -webkit-animation: zoomIn 0.5s ease-in-out;
        animation: zoomIn 0.5s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header .search-full.show .search-suggestion {
        padding: 15px 18px;
        border-radius: 8px;
        border: 0;
        box-shadow: 1px 6px 17px rgb(0 0 0 / 8%);
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: 500px;
        -webkit-transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
        transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
        z-index: 999999;
    }

header .search-box1 {
    position: relative;
    width: 50%;
    left: 0;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .search-box1 .the-basics.input-group {
        position: relative;
        background-color: #eff2f7;
        border-radius: 40px;
    }

    header .search-box1 .form-control {
        background-color: #eff2f7;
        border-color: transparent;
        border-radius: 40px !important;
        padding: 8px 20px;
        height: 46px;
        vertical-align: middle;
        direction: rtl;
        padding-left: 44px;
    }

    header .search-box1 .input-group-text.search-box {
        border: 0;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        padding: 0;
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important;
        cursor: pointer;
    }

    header .search-box1 .twitter-typeahead {
        width: 100%;
    }

    header .search-box1 .tt-menu {
        display: block;
        width: 100%;
        background-color: #fff;
        border: unset !important;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        max-height: 350px;
        overflow: auto;
        top: 55px !important;
        border-radius: 5px;
        padding: 8px 0;
    }

@media (max-width: 1660px) {
    header .search-box1 {
        width: 48%;
    }
}

@media (max-width: 1366px) {
    header .search-box1 {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    header .search-box1 {
        width: 30%;
    }
}

header .search-box1 .form-control:focus {
    border-color: #e57438;
}

header .search-box1.open {
    width: 100%;
    height: 100%;
    -webkit-animation: zoomIn 0.5s ease-in-out;
    animation: zoomIn 0.5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .search-box1.show .search-suggestion {
    top: 100%;
    padding: 18px 22px;
    border-radius: 8px;
    border: 0;
    box-shadow: 1px 6px 17px rgb(0 0 0 / 8%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 500px;
    -webkit-transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
    transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}

.search-suggestion .box-search-products .item-search {
    padding: 6px 15px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    margin-left: 12px;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fafafa;
    color: #c4c4c4;
    transition: 0.4s;
}

    .search-suggestion .box-search-products .item-search:last-of-type {
        margin-left: 0px;
    }

    .search-suggestion .box-search-products .item-search a {
        color: #b0b0b0;
        transition: 0.4s;
    }

.form-control.search-type{
    background-color:white
}

.qty-box  .quantity-right-plus {
    margin: 0 5px;
    background-color: #e57438;
    border-radius: 10px;
    color: white;
}
.qty-box  .quantity-left-minus {
    margin: 0 5px;
    background-color: #e57438;
    border-radius: 10px;
    color: white;
}

.search-suggestion .box-search-products .item-search:hover {
    border-color: var(--theme-color);
}

        .search-suggestion .box-search-products .item-search:hover a {
            color: var(--theme-color);
        }

    .search-suggestion .box-search-products .item-search a img {
        margin-left: 5px;
    }

.search-suggestion .title-search {
    margin-bottom: 15px;
}

.title-search .search-icon {
    margin-left: 4px;
    vertical-align: middle;
}

.search-suggestion .block-search {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eff2f7;
}

    .search-suggestion .block-search:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

header .search-box1 .input-group-text {
    color: #fff;
    border-radius: 0;
}

    header .search-box1 .input-group-text .feather {
        color: #fff;
    }
/*
[dir="rtl"] .brand-logo .svg-icon {
    margin-left: 0;
    margin-right: 5px;
}*/

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.category-menu {
    position: relative;
}

    .category-menu .category-dropdown {
        padding: 20px;
    }

        .category-menu .category-dropdown ul li {
            padding: 10px 0;
            display: block;
        }

            .category-menu .category-dropdown ul li.submenu ul.category-mega-menu li {
                padding: 5px 0;
            }

            .category-menu .category-dropdown ul li a {
                color: #001E26;
                text-transform: capitalize;
            }

                .category-menu .category-dropdown ul li a:hover,
                .category-menu .category-dropdown ul li a:focus,
                .category-menu .category-dropdown ul li a:active,
                .category-menu .category-dropdown ul li a.active {
                    color: var(--theme-color);
                }

.close-btn {
    padding: 20px 12px;
    font-size: 18px;
    color: #ffffff;
    background: #001e26;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .close-btn i {
        font-size: 14px;
    }

.mobile-menu {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    -webkit-box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
    box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
}
    /*
[dir="rtl"] .mobile-menu {
    right: 0;
}
*/
    .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
        /*

[dir="rtl"] .mobile-menu ul {
    padding: 0;
}
*/
        .mobile-menu ul li {
            width: 100%;
            text-align: center;
        }

            .mobile-menu ul li a {
                display: block;
                color: rgba(35, 35, 35, 0.4);
            }

@media (max-width: 360px) {
    .mobile-menu ul li a {
        font-size: 13px;
    }
}

.mobile-menu ul li a.active,
.mobile-menu ul li a:hover {
    color: var(--theme-color);
}

.mobile-menu ul li a svg {
    display: block;
    margin: 0 auto;
    stroke-width: 1.5px;
}

@media (max-width: 360px) {
    .mobile-menu ul li a svg {
        height: 20px;
    }
}

.mobile-menu ul li a span {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .category-menu {
        position: relative;
    }

        .category-menu .category-dropdown {
            top: 70px;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            z-index: 8;
            background-color: #fff;
            -webkit-transition: all linear 0.3s;
            transition: all linear 0.3s;
            min-width: 250px;
            -webkit-box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
            box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
            border-radius: 10px;
        }

            .category-menu .category-dropdown ul li.submenu > a {
                position: relative;
                display: block;
            }

                .category-menu .category-dropdown ul li.submenu > a::after {
                    position: absolute;
                    font-family: "Font Awesome 5 Free";
                    content: "\f053";
                    left: 0;
                    font-weight: 600;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 11px;
                }

            /*  [dir="rtl"] .category-menu .category-dropdown ul li.submenu > a::after {
        left: unset;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }*/

            .category-menu .category-dropdown ul li.submenu .category-mega-menu {
                position: absolute;
                padding: 10px 20px;
                opacity: 0;
                visibility: hidden;
                margin-right: 15px;
                background-color: #fff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                right: 95%;
                -webkit-box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
                box-shadow: -3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
                top: 0;
                border-radius: 10px;
                /* height: 100%;*/
            }

                .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
                    margin-bottom: 15px;
                }

                .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
                    padding: 5px 0;
                }

            .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
                right: 100%;
                opacity: 1;
                visibility: visible;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        /*   [dir="rtl"] .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
        right: unset;
        left: 100%;
    }*/

        .category-menu:hover .category-dropdown {
            top: 50px;
            opacity: 1;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            visibility: visible;
        }
}

@media (min-width: 1200px) {
    .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        min-width: 200px;
    }
}
/*
@media (min-width: 1366px) {
    .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        min-width:200px;
    }
}*/

.category-menu .category-dropdown .title-category h6 {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    header .category-dropdown {
        position: fixed;
        background-color: #fff;
        width: 300px;
        border-radius: 0;
        border: 1px solid #b2bdd1;
        top: 0;
        height: 100vh;
        right: -300px;
        z-index: 99;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: scroll;
        padding: 0 !important;
    }

        header .category-dropdown.open {
            right: 0;
        }

    .category-menu .category-dropdown ul li {
        position: relative;
        letter-spacing: 0;
        line-height: 1;
    }

        .category-menu .category-dropdown ul li.submenu a .according-menu {
            left: 0;
        }
        /*
    [dir="rtl"] .category-menu .category-dropdown ul li.submenu a .according-menu {
        left: unset;
        right: 0;
    }*/

        .category-menu .category-dropdown ul li.submenu .category-mega-menu {
            padding: 0 15px;
        }

            .category-menu .category-dropdown ul li.submenu .category-mega-menu > li {
                padding-bottom: 0;
            }

            .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
                position: relative;
                padding: 6px 0;
            }

                .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category h6 {
                    font-weight: 400;
                }

                .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category .according-menu {
                    top: 8px;
                    left: 0;
                }

            .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul {
                padding: 0 15px;
            }

                .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
                    padding: 6px 0;
                }

    .category-menu .category-dropdown > ul {
        padding: 20px 15px;
    }

        .category-menu .category-dropdown > ul > li > a {
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
        }
}

header .top-header {
    padding: 10px 0 40px;
    background-color: #eff2f7;
}

header .top-header-black {
    background-color: #001e26;
    border-bottom: 0;
}

@media (max-width: 575px) {
    header .top-header {
        padding: 15px 1px 51px;
    }
}

header .top-header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 575px) {
    header .top-header .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

header .top-header .border-list {
    padding-left: 6px;
}
    /*
[dir="rtl"] header .top-header .border-list {
    padding-left: unset;
    padding-right: 6px;
}*/

    header .top-header .border-list > li {
        padding: 0 20px;
        margin-left: -5px;
    }

/*[dir="rtl"] header .top-header .border-list > li {
    margin-left: unset;
    margin-right: -5px;
}
*/
@media (max-width: 1366px) {
    header .top-header .border-list > li {
        padding: 0 10px;
    }
}

header .top-header .border-list > li a {
    color: #001E26;
}

    header .top-header .border-list > li a i {
        vertical-align: middle;
        font-size: 11px;
        padding-right: 5px;
    }
/*

[dir="rtl"] header .top-header .border-list > li a i {
    padding-right: unset;
    padding-left: 5px;
}*/

@media (max-width: 575px) {
    header .top-header .border-list > li a i {
        font-size: 9px;
    }
}

header .top-header .border-list > li:first-child {
    padding-right: 0;
}
/*
[dir="rtl"] header .top-header .border-list > li:first-child {
    padding-right: 20px;
    padding-left: 0;
}*/
/*
@media (max-width: 575px) {
    header .top-header .border-list > li:first-child {
        display: none;
    }
}
*/
header .top-header .border-list > li:last-child {
    padding-left: 0;
}
/*
[dir="rtl"] header .top-header .border-list > li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
*/
header .top-header .border-list > li + li {
    border-right: 1px solid rgba(35, 35, 35, 0.15);
}

/*[dir="rtl"] header .top-header .border-list > li + li {
    border-right: unset;
    border-left: 1px solid rgba(35, 35, 35, 0.15);
}*/

@media (max-width: 575px) {
    /*   header .top-header .border-list > li:nth-child(2) {
        border: none !important;
    }*/
}

@media (max-width: 575px) {
    header .top-header .dropdown {
        font-size: 13px;
    }
}

header .top-header .dropdown .dropdown-toggle::after {
    display: none;
}

header .top-header .dropdown.top-header-dropdown .dropdown-menu li .dropdown-item:focus {
    background-color: var(--theme-color);
    color: #fff;
}

header .main-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    header .main-menu .menu-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 767px) {
    header .main-menu .menu-right {
        padding-left: 8px;
    }

    /*    [dir="rtl"] header .main-menu .menu-right {
        padding-left: unset;
        padding-right: 8px;
    }*/
}

header .main-menu .menu-right .search-box {

    color: #fff;
    cursor: pointer;
}

@media (max-width: 1366px) {
    header .main-menu .menu-right .search-box {
        padding: 6px 8px;
    }
}

@media (max-width: 575px) {
    header .main-menu .menu-right .search-box {
        padding: 4px 6px;
    }
}

@media (max-width: 575px) {
    header .main-menu .menu-right .search-box svg {
        width: 16px;
    }
}

header .main-menu .menu-right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header .main-menu .menu-right > ul > li svg {
        width: 22px;
    }

@media (max-width: 1366px) {
    header .main-menu .menu-right > ul > li svg {
        width: 20px;
    }
}

header .main-menu .menu-right > ul > li + li {
    margin-right: 20px;
}
/*
[dir="rtl"] header .main-menu .menu-right > ul > li + li {
    margin-right: unset !important;
    margin-left: 18px;
}

    [dir="rtl"] header .main-menu .menu-right > ul > li + li:first-of-type {
        margin-left: 0px;
    }
*/
@media (max-width: 575px) {
    header .main-menu .menu-right > ul > li + li {
        margin-right: 10px;
    }

    /*   [dir="rtl"] header .main-menu .menu-right > ul > li + li {
        margin-left: 10px;
    }*/
}

header .main-menu .menu-right .cart-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    header .main-menu .menu-right .cart-media .cart-icon {
        position: relative;
    }

        header .main-menu .menu-right .cart-media .cart-icon .label {
            font-size: 10px;
            position: absolute;
            top: -5px;
            left: -8px;
            padding: 0;
            line-height: 1;
            width: 18px;
            height: 18px;
            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;
            font-size: 12px;
        }
/*
[dir="rtl"] header .main-menu .menu-right .cart-media .cart-content {
    margin-right: unset;
    margin-left: 20px;
}
*/
@media (max-width: 1199px) {
    header .main-menu nav {
        margin-right: auto;
        margin-left: 0;
    }

    /*    [dir="rtl"] header .main-menu nav {
        margin-right: 0;
        margin-left: auto !important;
    }*/
}

@media (max-width: 575px) {
    header .main-menu nav {
        margin-left: 15px;
    }

    /*    [dir="rtl"] header .main-menu nav {
        margin-right: 15px;
    }*/
}

header .category-menu {
    margin-left: 40px;
}
/*
[dir="rtl"] header .category-menu {
    margin-right: unset !important;
    margin-left: 30px;
}*/

@media (max-width: 1366px) {
    header .category-menu {
        margin-left: 20px;
    }
    /*
    [dir="rtl"] header .category-menu {
        margin-left: 20px;
    }*/
}

@media (max-width: 575px) {
    header .category-menu {
        margin-left: 10px;
    }

    /*   [dir="rtl"] header .category-menu {
        margin-left: 10px;
    }*/
}

header .category-menu .btn {
    padding: 8px 18px;
    font-weight: 500;
    height: 42px;
    font-size: 15px;
}

@media (max-width: 767px) {
    header .category-menu .btn {
        padding: 6px 12px;
    }
}

header .category-menu .btn i {
    font-size: 11px;
    vertical-align: middle;
    padding-right: 5px;
}
/*
[dir="rtl"] header .category-menu .btn i {
    padding-right: unset;
    padding-left: 5px;
}*/

@media (max-width: 1199px) {

    /*  [dir="rtl"] .header-style-2 .main-menu nav {
        margin-left: 15px !important;
        margin-right: unset;
    }*/
}
/*
[dir="rtl"] .header-style-2 .main-menu .menu-left {
    margin-left: unset !important;
    margin-right: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
}*/

@media (max-width: 1199px) {

    /*  [dir="rtl"] .header-style-2 .main-menu .menu-left {
        margin-right: 0;
    }*/
}
/*
[dir="rtl"] .header-style-2 .main-menu .menu-right {
    margin-right: unset;
    margin-left: auto;
}

@media (max-width: 1199px) {
    [dir="rtl"] .header-style-2 .main-menu .menu-right {
        margin-right: 30px;
    }

    [dir="rtl"] [dir="rtl"] .header-style-2 .main-menu .menu-right {
        margin-right: unset;
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .header-style-2 .main-menu .menu-right {
        margin-right: 0;
    }

    [dir="rtl"] [dir="rtl"] .header-style-2 .main-menu .menu-right {
        margin-right: unset;
        margin-left: 0;
    }
}

[dir="rtl"] .header-style-2 .main-menu .menu-right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li a {
        color: #001E26;
    }

        [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li a:hover {
            color: var(--theme-color);
        }

    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li svg {
        width: 20px;
        cursor: pointer;
    }

    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li .btn {
        font-size: 14px;
    }

        [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li .btn svg {
            width: 24px;
        }

@media (max-width: 360px) {
    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li .btn svg {
        width: 18px;
    }
}

[dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: 30px;
}

[dir="rtl"] [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: unset !important;
    margin-left: 30px;
}

@media (max-width: 991px) {
    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-right: 20px;
    }

    [dir="rtl"] [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-left: 20px;
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-right: 10px;
    }

    [dir="rtl"] [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-left: 10px;
    }
}
*/
/*
[dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
    margin-right: unset !important;
    margin-left: 30px;
}
*/
@media (max-width: 991px) {

    /* [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-left: 20px;
    }*/
}

@media (max-width: 575px) {

    /* [dir="rtl"] .header-style-2 .main-menu .menu-right > ul > li + li {
        margin-left: 10px;
    }*/
}
/*
[dir="rtl"] .header-style-2 .main-menu .wislist-dropdown {
    margin-left: unset;
    margin-right: 8px;
}*/

/**=====================
     nav css start
==========================**/
header .main-navbar {
    text-align: center;
}

    header .main-navbar .nav-menu {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: rtl;
        text-align: right;
        vertical-align: middle;
    }
        /*
[dir="rtl"] header .main-navbar .nav-menu {
    text-align: left;
}*/

        header .main-navbar .nav-menu > li {
            position: relative;
            float: right;
            display: block;
            padding: 8px 0;
        }
            /*
[dir="rtl"] header .main-navbar .nav-menu > li {
    float: left;
}*/

            header .main-navbar .nav-menu > li + li + li {
                margin-right: 40px;
            }
/*
[dir="rtl"] header .main-navbar .nav-menu > li + li + li {
    margin-right: unset;
    margin-left: 30px;
}*/

@media (max-width: 1199px) {
    header .main-navbar .nav-menu > li + li + li {
        margin-right: 0;
    }

    /* [dir="rtl"] header .main-navbar .nav-menu > li + li + li {
        margin-right: unset;
        margin-left: 0;
    }*/
}

header .main-navbar .nav-menu > li > a {
    display: block;
    color: #001E26;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    position: relative;
  
}

header .main-navbar .nav-menu > li.active > a {
    color: var(--theme-color);
}
/*
[dir="rtl"] header .main-navbar .nav-menu > li .nav-submenu {
    right: unset;
    left: 0;
}*/
/*
[dir="rtl"] header .main-navbar .nav-menu > li .nav-submenu li a {
    padding: 3px 25px 3px 40px;
}*/

@media (min-width: 1200px) {

    header .main-navbar .nav-menu > li.dropdown .menu-title {
        position: relative;
        padding-left: 18px;
    }

        header .main-navbar .nav-menu > li.dropdown .menu-title::after {
            position: absolute;
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: 600;
            font-size: 12px;
        }

    .toggle-nav {
        display: none;
    }

    .mobile-back {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    header .main-navbar .nav-menu {
        position: fixed;
        background-color: #fff;
        width: 300px;
        border-radius: 0;
        padding-bottom: 20px;
        top: 0;
        height: 100vh;
        left: -300px;
        z-index: 99;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        header .main-navbar .nav-menu .back-btn {
            margin-bottom: 10px;
        }

            header .main-navbar .nav-menu .back-btn .mobile-back {
                cursor: pointer;
            }

                header .main-navbar .nav-menu .back-btn .mobile-back i {
                    font-size: 14px;
                    -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg);
                }

        header .main-navbar .nav-menu > li {
            display: block;
            float: none;
            width: 100%;
            padding: 0;
        }

            header .main-navbar .nav-menu > li:nth-child(n + 2) {
                border-bottom: 1px solid rgba(221, 221, 221, 0.5);
                margin-bottom: 5px;
                padding-bottom: 5px;
            }

            header .main-navbar .nav-menu > li a {
                padding: 5px 15px;
                position: relative;
            }

            header .main-navbar .nav-menu > li > ul li a .according-menu {
                top: 2px;
            }

            header .main-navbar .nav-menu > li > ul li ul li a .according-menu {
                top: 1px;
            }

            /* [dir="rtl"] header .main-navbar .nav-menu > li .nav-submenu li a:after {
        right: unset;
        left: 20px;
    }*/

            header .main-navbar .nav-menu > li .nav-link.active {
                background-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #212529;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                header .main-navbar .nav-menu > li .nav-link.active:hover {
                    color: var(--theme-color);
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

        header .main-navbar .nav-menu .mobile-poster {
            border-bottom: none !important;
            margin: 0 !important;
            position: fixed;
            bottom: 0;
            left: -410px;
            width: 300px;
            padding: 20px !important;
            background-color: #eff2f7;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            header .main-navbar .nav-menu .mobile-poster img {
                width: 50px;
            }

    header .menu nav {
        margin-right: auto;
        margin-left: 30px;
    }

    .according-menu {
        position: absolute;
        left: 20px;
        top: 10px;
    }

    /*[dir="rtl"] .according-menu {
        left: unset;
        right: 20px;
    }*/
}

/**=====================
     home section css start
==========================**/
/*
[dir="rtl"] .home-section .home-slider {
    direction: ltr;
}*/

@media (max-width: 991px) {

    /* [dir="rtl"] .home-section .home-slider {
        background-position: left !important;
    }*/
}
/*
[dir="rtl"] .home-section .home-wrap .discover-block {
    text-align: left;
}*/
/*
[dir="rtl"] .home-section .home-wrap .discover-block .play-icon i {
    margin-left: 0;
    margin-right: unset;
}*/
/*
[dir="rtl"] .home-section .home-wrap .discover-block .discover-content {
    margin-left: 20px;
    margin-right: unset;
    text-align: left;
}

@media (max-width: 360px) {
    [dir="rtl"] .home-section .home-wrap .discover-block .discover-content {
        margin-left: 18px;
    }
}
*/
/*
            .home-section .home-social ul li img [dir="rtl"] {
                margin-left: unset;
                margin-right: 5px;
            }*/

@media (max-width: 991px) {

    /*  [dir="rtl"] .poster-section .prev {
        right: unset !important;
        left: 13% !important;
    }*/
}

@media (max-width: 767px) {

    /*[dir="rtl"] .poster-section .prev {
        right: 76% !important;
        bottom: 26%;
    }*/
}

@media (max-width: 575px) {

    /*[dir="rtl"] .poster-section .prev {
        right: unset !important;
        left: 50% !important;
    }*/
}

@media (max-width: 991px) {

    /*[dir="rtl"] .poster-section .next {
        right: unset !important;
        left: 4% !important;
    }*/
}

@media (max-width: 767px) {

    /*  [dir="rtl"] .poster-section .next {
        right: 86% !important;
        bottom: 26%;
    }*/
}

@media (max-width: 575px) {

    /*[dir="rtl"] .poster-section .next {
        left: 45% !important;
        right: unset !important;
        bottom: 21%;
    }*/
}

@media (max-width: 575px) {

    /*[dir="rtl"] .poster-section .poster-image img {
        margin: 5% auto;
    }*/
}

/*[dir="rtl"] .poster-section .slider-nav {
    left: unset;
    right: 100px;
    text-align: right;
}*/

/*[dir="rtl"] .left-side-contain {
    right: unset;
    left: 100px;
}*/

@media (max-width: 1660px) {

    /*  [dir="rtl"] .left-side-contain {
        right: unset;
        left: 90px;
    }*/
}

@media (max-width: 1460px) {

    /*  [dir="rtl"] .left-side-contain {
        right: unset;
        left: 75px;
    }*/
}

@media (max-width: 1366px) {
    /*
    [dir="rtl"] .left-side-contain {
        right: unset;
        left: 65px;
    }*/
}

@media (max-width: 1199px) {

    /* [dir="rtl"] .left-side-contain {
        right: unset;
        left: 50px;
    }*/
}

@media (max-width: 991px) {

    /* [dir="rtl"] .left-side-contain {
        right: unset;
        left: 20px;
    }*/
}

@media (max-width: 575px) {

    /*[dir="rtl"] .left-side-contain {
        left: 0;
    }*/
}

@media (max-width: 575px) {

    /*  [dir="rtl"] .left-side-contain .banner-left {
        left: 0;
    }*/
}
/*
[dir="rtl"] .left-side-contain .banner-left h2 span {
    margin-right: 0;
    margin-left: 15px;
}*/
/*
[dir="rtl"] .right-side-contain {
    right: 100px;
    left: unset;
}*/

@media (max-width: 1660px) {

    /* [dir="rtl"] .right-side-contain {
        right: 90px;
        left: unset;
    }*/
}

@media (max-width: 1460px) {

    /* [dir="rtl"] .right-side-contain {
        right: 75px;
        left: unset;
    }*/
}
/*
[dir="rtl"] .right-side-contain .social-image + .social-image {
    margin-left: 30px;
    margin-right: 0;
}*/

/* =====================
    Slick SLider CSS Start 
 ========================== */

.slick-dots li {
    width: 10px;
    height: 10px;
}

    .slick-dots li.slick-active {
        background-color: var(--theme-color);
        border-radius: 50px;
    }

        .slick-dots li.slick-active button {
            background-color: transparent;
        }

    .slick-dots li button {
        background-color: #dedede;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        color: transparent;
    }

        .slick-dots li button::before {
            content: "";
        }
/*
[dir="rtl"] .round-arrow .slick-prev {
    right: 25px;
    left: unset;
}*/
/*
[dir="rtl"] .round-arrow .slick-next {
    left: unset;
    right: 85px;
}
*/
/*
[dir="rtl"] .round-arrow1 .slick-prev {
    left: unset;
    right: 25px;
}*/
/*
[dir="rtl"] .round-arrow1 .slick-next {
    left: unset;
    right: 85px;
}*/

/**=====================
    Poster Section SCSS Start
==========================**/

/**=====================
     Arrivals Scss Start
==========================**/

/**=====================
    Subsribe css Start
==========================**/

/**=====================
    service section css start
==========================**/
@media (max-width: 1460px) {
    .service-section {
        margin-bottom: -3px;
    }
}

.service-section .service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .service-section .service-wrap .service-icon svg {
        width: 55px;
        height: 55px;
        fill: var(--theme-color);
        stroke: var(--theme-color);
        margin-left: 20px;
    }
/*
[dir="rtl"] .service-section .service-wrap .service-icon svg {
    margin-left: 0;
    margin-right: 20px;
}*/

@media (max-width: 1460px) {
    .service-section .service-wrap .service-icon svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .service-section .service-wrap .service-icon svg {
        width: 35px;
        height: 35px;
    }
}

.service-section .service-wrap .service-content h3 {
    margin-top: 0;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .service-section .service-wrap .service-content h3 {
        margin-bottom: 2px !important;
    }
}

.service-section .service-wrap .service-content span {
    display: block;
    margin-bottom: 0;
    line-height: 1.6;
    letter-spacing: 0;
}

.service-style-2 .service-wrap {
    display: block;
    text-align: center;
    margin-bottom: -2px;
}

    .service-style-2 .service-wrap .service-icon {
        margin-bottom: 15px;
    }

.service-style-2 .row > div {
    position: relative;
}

    .service-style-2 .row > div + div::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        right: 0;
        height: 50px;
        background-color: #eff2f7;
    }

@media (max-width: 1199px) {
    .service-style-2 .row > div + div:nth-child(3):before {
        content: "";
        display: none;
    }
}

@media (max-width: 575px) {
    .service-style-2 .row > div + div:nth-child(even):before {
        content: "";
        display: none;
    }
}

/**=====================
     product css start
==========================**/
/*
[dir="rtl"] .tab-section .product-style-1 .product-box .product-details h5 {
    margin-right: unset;
    margin-left: 0;
}*/
/*
[dir="rtl"] .tab-section .product-style-1 .product-box .product-details h5.main-title {
    margin: 0 auto;
}*/

.rating {
    display: block;
    margin-bottom: 0px;
    padding: 0;
}
    /*
[dir="rtl"] .rating {
    padding: 0;
}
*/
    .rating li i {
        color: #c3c3c3 !important;
    }

        .rating li i.theme-color {
            color: #ffa202 !important;
        }
/*
[dir="rtl"] .heart-wishlist .far {
    margin-right: unset;
    margin-left: -1px;
}*/
/*
    .product-box {
        overflow: hidden;
    }*/

/*[dir="rtl"] .product-box {
    direction: ltr;
}
*/
.product-box:hover .img-wrapper .share {
    opacity: 1 !important;
    color: #fff;
}

.product-box:hover .img-wrapper .circle-shape {
    -webkit-transform: scale(100%);
    transform: scale(100%);
}

.product-box:hover .img-wrapper .background-text {
    opacity: 1;
}

.product-box .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .product-box .img-wrapper .circle-shape {
        position: absolute;
        background-color: rgba(65, 139, 255, 0.06);
        top: -80px;
        right: -80px;
        width: 100%;
        height: 87%;
        border-radius: 50%;
        z-index: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }

    .product-box .img-wrapper .background-text {
        text-transform: uppercase;
        position: absolute;
        top: 10px;
        left: -30px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-weight: bolder;
        font-size: 60px;
        color: rgba(65, 139, 255, 0.1);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }

.product-box .cart-wrap {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

@media (max-width: 1366px) {
    .product-box .cart-wrap {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .product-box .cart-wrap {
        bottom: 15px;
    }
}

.product-box .cart-wrap a,
.product-box .cart-wrap button {
    padding: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.our-product .slick-list {
    padding: 20px 0;
}

.product-box {
    box-shadow: 0 0 20px #f2ebeb;
    border-radius: 22px;
    padding: 15px;
}



@media (max-width: 1366px) {
    .product-box .cart-wrap a, .product-box .cart-wrap button {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .product-box .cart-wrap a,
    .product-box .cart-wrap button {
        padding: 5px;
    }
}

.product-box .cart-wrap a::after,
.product-box .cart-wrap button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

/*[dir="rtl"] .product-box .cart-wrap a::after, [dir="rtl"]
.product-box .cart-wrap button::after {
    right: unset;
    left: 0;
}*/

.product-box .cart-wrap a svg,
.product-box .cart-wrap button svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    .product-box .cart-wrap a svg,
    .product-box .cart-wrap button svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .product-box .cart-wrap a svg,
    .product-box .cart-wrap button svg {
        width: 13px;
        height: 13px;
    }
}

.product-box .cart-wrap a:hover,
.product-box .cart-wrap button:hover,
.product-box .cart-wrap a.added-wishlist {
    background-color: transparent;
    color: #fff;
}

    .product-box .cart-wrap a:hover::after,
    .product-box .cart-wrap a.added-wishlist::after,
    .product-box .cart-wrap button:hover::after {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.product-box .cart-wrap a {
    color: #001E26;
}

.product-box .cart-wrap button {
    line-height: 0.8;
}

/*[dir="rtl"] .product-box .cart-wrap ul li + li {
    margin-left: 8px;
    margin-right: unset;
}
*/
.product-box .product-details {
    margin-top: 15px;
}

    .product-box .product-details h3 span {
        font-size: 15px;
        text-decoration: line-through;
        margin-right: 4px;
    }

    /*[dir="rtl"] .product-box .product-details h3 span {
    margin-right: 0;
    margin-left: 4px;
}
*/
    .product-box .product-details h5 {
        margin: 5px auto 6px auto;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        width: 90%;
        font-weight: 500;
    }

    .product-box .product-details .size-box {
        margin-top: 5px !important;
        margin: -1px;
    }

        .product-box .product-details .size-box li {
            color: #212529;
            margin: 1px;
            padding: 2px 6px;
            font-size: 13px;
            border-radius: 3px;
            background-color: #f0f7ef;
        }

    .product-box .product-details .rating {
        display: block;
        margin-bottom: -4px;
    }

        .product-box .product-details .rating li i {
            font-size: 13px;
            color: #c3c3c3;
        }

            .product-box .product-details .rating li i.theme-color {
                color: #ffa202;
            }
/*
[dir="rtl"] .product-box .label-dark {
    float: left;
    right: unset;
    left: 0;
}

[dir="rtl"] [dir="rtl"] .product-box .label-dark {
    float: right;
}
*/
.product-box .label-theme {
    float: left;
    left: 0;
}
/*
[dir="rtl"] .product-box .label-theme {
    float: right;
    left: unset;
    right: 0;
}

[dir="rtl"] [dir="rtl"] .product-box .label-theme {
    float: left;
}*/

.product-box:hover .cart-wrap {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .product-box:hover .cart-wrap ul li:first-child {
        -webkit-animation: fadeInUp 400ms ease-in-out;
        animation: fadeInUp 400ms ease-in-out;
    }

    .product-box:hover .cart-wrap ul li:nth-child(2) {
        -webkit-animation: fadeInUp 600ms ease-in-out;
        animation: fadeInUp 600ms ease-in-out;
    }

    .product-box:hover .cart-wrap ul li:nth-child(3) {
        -webkit-animation: fadeInUp 800ms ease-in-out;
        animation: fadeInUp 800ms ease-in-out;
    }

    .product-box:hover .cart-wrap ul li:nth-child(4) {
        -webkit-animation: fadeInUp 1000ms ease-in-out;
        animation: fadeInUp 1000ms ease-in-out;
    }

.product-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
}

    .product-wrapper .slick-dots li {
        width: auto;
        height: auto;
    }

        .product-wrapper .slick-dots li button {
            width: 8px;
            height: 8px;
            border-radius: 4px;
            padding: 0;
            margin: 0;
            background-color: rgba(35, 35, 35, 0.2);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .product-wrapper .slick-dots li button::before {
                display: none;
            }

        .product-wrapper .slick-dots li.slick-active button {
            margin: 0;
            width: 40px;
            background-color: var(--theme-color);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.product-wrapper .timer {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    text-align: center;
}

.product-wrapper.slick-slider.slick-dotted {
    margin-bottom: -2px;
}

.color-variant li {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .color-variant li + li {
        margin-right: 10px;
    }

    .color-variant li.selected {
        -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.16), 0 5px 15px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.16), 0 5px 15px 2px rgba(0, 0, 0, 0.05);
    }
/*
[dir="rtl"] .product-style-1 .product-list .product-box .product-details {
    margin-right: unset !important;
    margin-left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}*/

@media (max-width: 1199px) {

    /* [dir="rtl"] .product-style-1 .product-list .product-box .product-details {
        margin-left: 15px;
    }*/
}
/*
[dir="rtl"] .product-style-1.instagram-2 .product-box .top-wishlist {
    left: unset;
    right: 30px;
}*/
/*
[dir="rtl"] .product-style-1.instagram-2 .product-box .img-wrapper .share {
    right: unset;
    left: 30px;
}
*/

.product-style-3 {
 
    padding: 15px 16px;



}

@media (max-width: 575px) {
    .product-style-3.product-style-chair {
        display: block;
        text-align: center;
    }
}

.product-style-3.product-style-chair .product-title {
    text-align: right;
    margin-bottom: 8px;
}

    .product-style-3.product-style-chair .product-title a {
        transition: 0.4s;
    }

        .product-style-3.product-style-chair .product-title a:hover h5 {
            color: var(--theme-color) !important;
        }
/*
[dir="rtl"] .product-style-3.product-style-chair .product-title {
    text-align: left;
}*/
    @media (max-width: 575px) {
        .product-style-3.product-style-chair .product-title {
            text-align: center;
        }

        /* [dir="rtl"] .product-style-3.product-style-chair .product-title {
        text-align: center;
    }*/
    }

    @media (max-width: 575px) {
        .product-style-3.product-style-chair .product-title a h5 {
            margin-bottom: 5px;
        }
    }

    .product-style-3.product-style-chair .main-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-box .img-wrapper {
    border: 1px solid #eee;
}
/*
[dir="rtl"] .product-style-3.product-style-chair .main-price {
    text-align: right;
}*/

@media (max-width: 575px) {
    .product-style-3.product-style-chair .main-price {
        text-align: center;
    }

    /* [dir="rtl"] .product-style-3.product-style-chair .main-price {
        text-align: center;
    }*/
}

.product-style-3 .product-title {
    overflow: hidden;
    text-transform: capitalize;
}

    .product-style-3 .product-title h5 {
        margin-bottom: 5px;
        color: #001E26;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -1px;
    }

    .product-style-3 .product-title p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }

        .product-style-3 .product-title p a {
            transition: 0.4s;
            color: #7e7e7e !important;
        }

            .product-style-3 .product-title p a:hover {
                color: var(--theme-color) !important;
            }

        .product-style-3 .product-title p i {
            margin-left: 4px;
            vertical-align: middle;
        }

.product-style-3 .main-price h3 {
    font-size: 16px;
    font-weight: 600;
}
/*
[dir="rtl"] .title-3 {
    text-align: left;
}*/

/*[dir="rtl"] .product-image {
    direction: ltr;
}*/

/*[dir="rtl"] .product-image .product-details {
    margin-right: 0;
    margin-left: 15px;
}*/

/**=====================
     category css start
==========================**/
/**=====================
    category mixins css start
==========================**/
/**=====================
    offer section css start
==========================**/
.discount-image-details-1 {
    background-color: #eff2f7;
padding:70px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .discount-image-details-1 {
        display: block;
    }
}

.discount-image-details-1 .discount-images {
    margin-left: 80px;
}

@media (max-width: 991px) {
    .discount-image-details-1 .discount-images {
        margin-left: 0;
        position: relative;
    }
}

.deal-section-small .discount-image-details-1 .discount-images .theme-circle {
    width: 300px;
    height: 337px;
}

.discount-image-details-1 .discount-images .theme-circle {
    width: 600px;
    height: 600px;
    background-color: #e57438;
    border-radius: 50%;
    position: absolute;
    top: -170px;
    right: -90px;
}

@media (max-width: 1366px) {
    .discount-image-details-1 .discount-images .theme-circle {
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 1199px) {
    .discount-image-details-1 .discount-images .theme-circle {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 991px) {
    .discount-image-details-1 .discount-images .theme-circle {
        display: none;
    }
}

.discount-image-details-1 .discount-images .shoes-images {
    position: absolute;
    top: 25px;
    right: 210px;
    width: 34%;
    -webkit-transform: translateY(-5%);
    transform: translateY(0%);
}

@media (max-width: 991px) {
    .discount-image-details-1 .discount-images .shoes-images {
        position: relative;
        width: 98%;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-animation: run-shoes 15s infinite linear;
        animation: run-shoes 15s infinite linear;
    }

    /* [dir="rtl"] .discount-image-details-1 .discount-images .shoes-images {
        margin: 0 auto;
        right: 0;
    }*/
}

.discount-image-details-1 .discount-shop {
    position: absolute;
    top: 17%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 0;
    background-color: #001e26;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    padding: calc(13px + (25 - 13) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 0 5px 5px 0;
}

@media (max-width: 991px) {
    .discount-image-details-1 .discount-shop {
        display: none;
    }
}

.discount-image-details-1 .discount-shop h2 {
    margin: 0px;
    margin-left: 5px;
}

.discount-image-details-1 .discount-shop h6 {
    letter-spacing: 0;
    margin-left: 10px;
    margin-right: 0px;
    margin: 0;
}

.discount-image-details-1 .discunt-details {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

    .discount-image-details-1 .discunt-details h5 {
        color: #212529;
    }

/*[dir="rtl"] .discount-image-details-1 .discunt-details {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}*/

@media (max-width: 991px) {
    .discount-image-details-1 .discunt-details {
        position: relative;
        width: 100%;
        display: block;
    }
}

.discount-image-details-1 .discunt-details .deal-text {
    font-size: calc(22px + (45 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.1;
    font-weight: 900;
    color: #212529;
}

/**=====================
     banner css start
==========================**/
/*
[dir="rtl"] .collection-banner.p-right .contain-banner, [dir="rtl"]
.collection-banner.p-right .banner-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
*/
/*
[dir="rtl"] .collection-banner.p-left .contain-banner, [dir="rtl"]
.collection-banner.p-left .banner-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}*/
/*
[dir="rtl"] .collection-banner .banner-text .banner-content {
    text-align: left;
}
*/
/*
[dir="rtl"] .banner-title .banner-text .banner-content {
    text-align: right;
}*/
/*
[dir="rtl"] .banner-section .banner-image .banner-details .heart-button {
    right: unset;
    left: 25px;
}*/

/*[dir="rtl"] .banner-section .banner-image .banner-details h4 {
    direction: ltr;
    left: unset;
    right: 45px;
}*/

@media (max-width: 1460px) {

    /*  [dir="rtl"] .banner-section .banner-image .banner-details h4 {
        left: unset;
        right: 25px;
    }*/
}

@media (max-width: 991px) {

    /* [dir="rtl"] .banner-section .banner-image .banner-details h4 {
        left: unset;
        right: 18px;
    }*/
}

/**=====================
    Cookie section css start
==========================**/
.cookie-bar-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eff2f7;
    position: fixed;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 10px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 50px;
    z-index: 99;
    -webkit-box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
    box-shadow: 0 4px 7px rgba(33, 37, 41, 0.15);
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media (max-width: 767px) {
    .cookie-bar-section {
        bottom: 8px;
        right: unset;
        left: 20px;
        display: block;
        width: 50%;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
        border-radius: 5px;
        z-index: 9;
    }
}

@media (max-width: 480px) {
    .cookie-bar-section {
        width: 310px;
    }
}

@media (max-width: 360px) {
    .cookie-bar-section {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        right: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 12px;
    }
}

.cookie-bar-section.hide {
    opacity: 0;
    bottom: -350px;
}

.cookie-bar-section img {
    width: 30px;
}

@media (max-width: 767px) {
    .cookie-bar-section img {
        margin-bottom: 16px;
    }
}

@media (max-width: 360px) {
    .cookie-bar-section img {
        width: 40px;
    }
}

.cookie-bar-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .cookie-bar-section .content {
        display: block;
        text-align: center;
    }
}

.cookie-bar-section .content p {
    text-align: center;
    margin: 0 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

@media (max-width: 767px) {
    .cookie-bar-section .content p {
        margin: 0 0 16px;
    }
}

/**=====================
     footer css start
==========================**/
@media (max-width: 575px) {
    footer h3 {
        font-size: 16px;
    }
}

footer .main-footer {
    border-top: 0;
    border-bottom: 0;
    padding: 40px 0;
    background: #001e26;
    border-radius: 20px 20px 0 0;
}

.footer-links{
    color:white
}

@media (max-width: 1460px) {
    footer .main-footer {
        padding: 70px 0;
    }
}

@media (max-width: 1199px) {
    footer .main-footer {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    footer .main-footer {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    footer .main-footer {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    footer .main-footer {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    footer .main-footer .row > div:first-child,
    footer .main-footer .row > div:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 767px) {
    footer .main-footer .row > div:first-child,
    footer .main-footer .row > div:last-child {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}
/*
footer .footer-contact {
    padding-left: 40px;
}
*/
/*[dir="rtl"] footer .footer-contact {
    padding-left: unset !important;
    padding-right: 40px;
}*/
/*
[dir="rtl"] footer .footer-contact .brand-logo .svg-icon {
    margin-left: 0;
    margin-right: 5px;
}*/

@media (max-width: 1366px) {
    footer .footer-contact {
        padding-left: 20px;
    }

    /* [dir="rtl"] footer .footer-contact {
        padding-right: 20px;
    }*/
}

@media (max-width: 991px) {
    footer .footer-contact {
        padding-left: 0;
    }

    /* [dir="rtl"] footer .footer-contact {
        padding-right: 0;
    }*/
}

footer .footer-contact .footer-logo {
    display: block;
    margin-bottom: 20px;
}

/*[dir="rtl"] footer .footer-contact .contact-lists {
    padding: 0;
}*/

footer .footer-contact .contact-lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
}

    footer .footer-contact .contact-lists li:nth-child(1) span {
        margin-top: -3px;
    }

    footer .footer-contact .contact-lists li:nth-child(3) span {
        margin-bottom: -3px;
    }

    footer .footer-contact .contact-lists li span {
        display: inline;
    }

        footer .footer-contact .contact-lists li span b {
            font-weight: 500;
            padding-left: 5px;
        }
    /*
[dir="rtl"] footer .footer-contact .contact-lists li span b {
    padding-left: unset;
    padding-right: 5px;
    float: left;
}*/

    footer .footer-contact .contact-lists li + li {
        margin-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    }

@media (max-width: 991px) {
    footer .footer-contact .contact-lists li + li {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    footer .footer-contact .contact-lists li + li {
        margin-top: 10px;
    }
}

footer .footer-links .footer-title h3 {
    position: relative;
    font-size: 22px;
}

@media (max-width: 575px) {
    footer .footer-links .footer-title h3::after {
        position: absolute;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-size: 9px;
        font-weight: 600;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7e7e7e;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    /*[dir="rtl"] footer .footer-links .footer-title h3::after {
        left: unset;
        right: 0;
    }*/
}

@media (max-width: 575px) {
    footer .footer-links .footer-title.active h3::after {
        content: "\f077";
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}

footer .footer-links .footer-content {
    padding-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}

/*[dir="rtl"] footer .footer-links ul {
    padding: 0;
}*/

footer .footer-links ul li {
    display: block;
}

    footer .footer-links ul li .font-dark:hover {
        color: var(--theme-color) !important;
    }

    footer .footer-links ul li + li {
        margin-top: 10px;
    }

@media (max-width: 991px) {
    footer .footer-links ul li + li {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    footer .footer-links ul li + li {
        margin-top: 6px;
    }
}

footer .footer-newsletter h3 {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-size: 22px;
}

footer .footer-newsletter p {
    line-height: 1.6;
    letter-spacing: 0;
}

footer .footer-newsletter .input-group input {
    border-radius: 0;
    position: relative;
    border: none;
    background-color: #eff2f7;
    color: rgba(35, 35, 35, 0.65);
}

footer .footer-newsletter .input-group .input-group-text {
    padding: 6px 20px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}

/*[dir="rtl"] footer .footer-number .footer-number-image {
    margin-left: 0;
    margin-right: 20px;
}*/

footer .sub-footer {
    padding: 10px 0;
    background: #ffffff;
}

@media (max-width: 767px) {
    footer .sub-footer {
        text-align: center;
    }
}

footer .sub-footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*
[dir="rtl"] footer .sub-footer ul {
    padding: 0;
}
*/
footer .sub-footer ul li + li {
    margin-right: 8px;
}
/*
[dir="rtl"] footer .sub-footer ul li + li {
    margin-right: unset !important;
    margin-left: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}*/

@media (max-width: 991px) {
    footer .sub-footer ul li + li {
        margin-right: 8px;
    }

    /*[dir="rtl"] footer .sub-footer ul li + li {
        margin-left: 10px;
    }*/
}

/*[dir="rtl"] footer .sub-footer p {
    text-align: right;
}*/

@media (max-width: 767px) {
    footer .sub-footer p {
        text-align: center;
    }

    /*[dir="rtl"] footer .sub-footer p {
        text-align: center;
    }*/
}

@media (max-width: 575px) {
    .footer-sm-space {
        margin-bottom: 70px;
    }
}

/**=====================
     brand section css start
==========================**/
.brand-slider {
    margin-bottom: -7px;
}
/*
[dir="rtl"] .blog-profile .image-name {
    margin-right: unset;
    margin-left: 15px;
}
*/

/**=====================
       Social media css start
  ==========================**/
/*
[dir="rtl"] .social-media a + a {
    margin-right: unset;
    margin-left: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
}*/

/**=====================
     Load more css start
  ==========================**/

/**=====================
       Log In page Css Start
  ==========================**/
.login-section {
    min-height: 100vh;
    position: relative;
    background: #f9f9f9;
    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;
    padding: calc(30px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
    direction: rtl;
    text-align: right;
}

    .login-section .materialContainer {
        width: 100%;
        max-width: 600px;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
    }


.btn-f {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Almarai';
}

.login-section .materialContainer .box {
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    padding: 50px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 5;
}

            .login-section .materialContainer .box.back {
                -webkit-transform: scale(0.95);
                transform: scale(0.95);
                top: -20px;
                opacity: 0.8;
                z-index: -1;
            }

            .login-section .materialContainer .box:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 30px;
                border-radius: 10px;
                top: -10px;
                background-color: rgba(255, 255, 255, 0.6);
                right: 0;
                -webkit-transform: scale(0.95);
                transform: scale(0.95);
            }

        .login-section .materialContainer .login-title {
            width: 100%;
            line-height: 46px;
            font-size: 34px;
            font-weight: 700;
            letter-spacing: calc(0px + (2 - 0) * ((100vw - 320px) / (1920 - 320)));
            color: var(--theme-color);
            position: relative;
        }

            .login-section .materialContainer .login-title:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                top: 0;
                right: calc(-10px + (-10 - 10) * ((100vw - 320px) / (1920 - 320)));
                background: var(--theme-color);
            }
            /*
[dir="rtl"] .login-section .materialContainer .login-title:before {
    right: unset;
    left: calc(-10px + (-10 - 10) * ((100vw - 320px) / (1920 - 320)));
}*/

            .login-section .materialContainer .login-title h2 {
                font-size: 23px;
                margin-left: 20px;
                margin-top: 0;
                letter-spacing: 0;
            }


.verify-i {
    margin-top: 20px;
    padding-top: 24px;
}
/*
[dir="rtl"] .login-section .materialContainer .social-media h6 {
    margin-right: 0;
    margin-left: 20px;
}*/
.login-section .materialContainer p {
    width: 100%;
    float: right;
    text-align: center;
    color: rgba(33, 37, 41, 0.4);
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(17px + (23 - 17) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
    font-family: 'Almarai';
    letter-spacing: 0;
    text-align: right;
}


.activation-code {
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    height: auto;
    text-align: center;
    width: 100%;
}

    .activation-code input {
        border: 1px solid #e57438;
        border-radius: 15px;
        box-shadow: unset;
        font-weight: 500;
        background: #fff;
        padding: 15px 10px;
        line-height: initial;
        text-align: center !important;
        font-size: 20px !important;
        color: #000 !important;
        text-transform: uppercase;
        height: 60px !important;
        width: 60px !important;
        display: inline-block;
        margin: 0 2px;
    }


.activation-p p {
    text-align: center!important;
}




.login-section .materialContainer .input {
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

            .login-section .materialContainer .input label,
            .login-section .materialContainer .input input,
            .login-section .materialContainer .input .spin {
                -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
                transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            }

        .login-section .materialContainer .button {
            -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        }

            .login-section .materialContainer .button button .button.login button i.fa {
                -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
                transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            }

        .login-section .materialContainer .material-button .shape:before,
        .login-section .materialContainer .material-button .shape:after {
            -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .login-section .materialContainer .button.login button {
            -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .login-section .materialContainer .material-button,
        .login-section .materialContainer .alt-2,
        .login-section .materialContainer .material-button .shape,
        .login-section .materialContainer .alt-2 .shape,
        .login-section .materialContainer .box {
            -webkit-transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .login-section .materialContainer .input {
            width: 100%;
            float: right;
        }

            .login-section .materialContainer .input label,
            .login-section .materialContainer .input input,
            .login-section .materialContainer .input .spin {
                width: 100%;
                float: right;
            }

        .login-section .materialContainer .button {
            width: 100%;
            float: right;
        }

            .login-section .materialContainer .button button {
                width: 100%;
                float: right;
            }

        .login-section .materialContainer .input {
            margin-top: 20px;
            height: 70px;
        }

        .login-section .materialContainer .input {
            position: relative;
        }

            .login-section .materialContainer .input input {
                position: relative;
            }

        .login-section .materialContainer .button {
            position: relative;
        }

            .login-section .materialContainer .button button {
                position: relative;
            }

        .login-section .materialContainer .input input {
            height: 60px;
            top: 10px;
            border: none;
            background: transparent;
            font-family: 'Almarai', sans-serif;
            font-size: 18px;
            color: #212529;
            font-weight: 300;
            direction: rtl;
            text-align: right;
            border-radius: 20px;
            padding-right: 15px;
            z-index: 99999;
        }

        .login-section .materialContainer .input label {
            font-family: 'Almarai', sans-serif;
            font-size: 14px;
            color: rgba(33, 37, 41, 0.8);
            font-weight: 300;
        }

        .login-section .materialContainer .button button {
            font-family: 'Almarai', sans-serif;
            font-size: 24px;
            color: rgba(33, 37, 41, 0.8);
            font-weight: 300;
        }

        .login-section .materialContainer .input:before,
        .login-section .materialContainer .input .spin {
            width: 100%;
            height: 60px;
            position: absolute;
            bottom: 0;
            right: 0;
        }
        /*
[dir="rtl"] .login-section .materialContainer .input:before, [dir="rtl"]
.login-section .materialContainer .input .spin {
    right: unset;
    left: 0;
}*/

.login-section .materialContainer .input:before {
    content: "";
    background: rgb(255 255 255);
    z-index: 1;
    border-radius: 20px;
    border: 2px solid #ededed;
}

        .login-section .materialContainer .input .spin {
            background: var(--theme-color);
            z-index: 4;
            width: 0;
        }

        .login-section .materialContainer .overbox .input .spin {
            background: #fff;
        }

        .login-section .materialContainer .overbox .input:before {
            background: rgba(255, 255, 255, 0.5);
        }

        .login-section .materialContainer .input label {
            position: absolute;
            right: 15px;
            top: 10px;
            z-index: 2;
            cursor: pointer;
            line-height: 60px;
            z-index: 999999999;
            color: #777777;
        }

.login-section .materialContainer .button {
    margin-top: 20px;
    margin: 20px auto;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
}

            .login-section .materialContainer .button.button-1 {
                margin-bottom: 0;
            }

            .login-section .materialContainer .button.login button {
                width: 100%;
                right: 0%;
                background-color: var(--theme-color);
                border: 1px solid var(--theme-color);
                font-weight: 900;
                font-size: 18px;
                color: #fff;
                padding: 15px 20px;
                border-radius: 9px 30px 30px 30px;
                max-width: 216px;
                margin: auto;
            }

               

            .login-section .materialContainer .button button {
                width: 100%;
                right: 0%;
                background-color: transparent;
                border: 1px solid rgba(33, 37, 41, 0.1);
                font-weight: 900;
                font-size: 18px;
                color: rgba(33, 37, 41, 0.2);
                padding: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
            }

            .login-section .materialContainer .button button {
                background-color: #fff;
                color: var(--theme-color);
                border: none;
            }

            .login-section .materialContainer .button.login button.active {
                border: 1px solid transparent;
                color: #fff !important;
                background-color: var(--theme-color);
            }

            

                .login-section .materialContainer .button.login button.active i.fa {
                    opacity: 1;
                    -webkit-transform: scale(1) rotate(0deg);
                    transform: scale(1) rotate(0deg);
                    display: block;
                }

            .login-section .materialContainer .button.login button i.fa {
                width: 100%;
                height: 100%;
                position: relative;
                top: 0;
                right: 0;
                font-size: 18px;
                -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
                display: none;
            }

            .login-section .materialContainer .button button {
                cursor: pointer;
                position: relative;
                z-index: 2;
            }

        .login-section .materialContainer .pass-forgot {
            width: 100%;
            float: left;
            text-align: left;
            color: rgba(33, 37, 41, 0.4);
            font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
            font-family: 'Almarai';
        }

            .login-section .materialContainer .pass-forgot:hover {
                color: var(--theme-color);
            }

        .login-section .materialContainer .overbox {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            overflow: inherit;
            border-radius: 10px;
            padding: 60px 50px 40px 50px;
        }

            .login-section .materialContainer .overbox .login-title,
            .login-section .materialContainer .overbox .button,
            .login-section .materialContainer .overbox .input {
                z-index: 111;
                position: relative;
                color: #fff !important;
                display: none;
            }

            .login-section .materialContainer .overbox .login-title {
                width: 80%;
            }

            .login-section .materialContainer .overbox .input {
                margin-top: 20px;
            }

                .login-section .materialContainer .overbox .input input,
                .login-section .materialContainer .overbox .input label {
                    color: #fff;
                }

            .login-section .materialContainer .overbox .material-button,
            .login-section .materialContainer .overbox .alt-2 {
                display: block;
            }

                .login-section .materialContainer .overbox .material-button .shape,
                .login-section .materialContainer .overbox .alt-2 .shape {
                    display: block;
                }

        .login-section .materialContainer .material-button,
        .login-section .materialContainer .alt-2 {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: var(--theme-color);
            position: absolute;
            top: 40px;
            left: -70px;
            cursor: pointer;
            z-index: 100;
            -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        }

            .login-section .materialContainer .material-button .shape,
            .login-section .materialContainer .alt-2 .shape {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .login-section .materialContainer .material-button .shape:before,
                .login-section .materialContainer .alt-2 .shape:before,
                .login-section .materialContainer .material-button .shape:after,
                .login-section .materialContainer .alt-2 .shape:after {
                    content: "";
                    position: absolute;
                    background: #fff;
                    top: 50%;
                    right: 50%;
                    -webkit-transform: translate(50%, -50%);
                    transform: translate(50%, -50%);
                }

                .login-section .materialContainer .material-button .shape:before,
                .login-section .materialContainer .alt-2 .shape:before {
                    width: 25px;
                    height: 4px;
                }

                .login-section .materialContainer .material-button .shape:after,
                .login-section .materialContainer .alt-2 .shape:after {
                    height: 25px;
                    width: 4px;
                }

            .login-section .materialContainer .material-button.active,
            .login-section .materialContainer .alt-2.active {
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
            }

/**=====================
       404 Page Css Start
  ==========================**/

/**=====================
       Contact Page Css Start
  ==========================**/
.contact-section .materialContainer {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

    .contact-section .materialContainer .material-details h2 {
        margin-top: -5px;
    }

    .contact-section .materialContainer .material-details h4 {
        margin-top: 10px;
        font-weight: 400;
        color: #78909c;
        line-height: 1.5;
        font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    }

    .contact-section .materialContainer .box {
        position: relative;
        top: 0;
        opacity: 1;
        float: right;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 5;
    }

    .contact-section .materialContainer .input {
        -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .contact-section .materialContainer .input label,
        .contact-section .materialContainer .input input,
        .contact-section .materialContainer .input textarea,
        .contact-section .materialContainer .input .spin {
            -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        }

    .contact-section .materialContainer .input {
        margin-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
        height: 70px;
    }

    .contact-section .materialContainer .input {
        position: relative;
    }

        .contact-section .materialContainer .input input {
            position: relative;
        }

        .contact-section .materialContainer .input textarea {
            position: relative;
            width: 100%;
        }

        .contact-section .materialContainer .input input,
        .contact-section .materialContainer .input textarea {
            height: 60px;
            top: 10px;
            border: none;
            background: transparent;
            font-family: 'Almarai', sans-serif;
            font-size: 18px;
            color: rgba(33, 37, 41, 0.8);
            font-weight: 300;
        }

        .contact-section .materialContainer .input label {
            font-family: 'Almarai', sans-serif;
            font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
            color: rgba(33, 37, 41, 0.8);
            font-weight: 300;
        }

        .contact-section .materialContainer .input:before,
        .contact-section .materialContainer .input .spin {
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .contact-section .materialContainer .input:before {
            content: "";
            background: rgba(33, 37, 41, 0.1);
            z-index: 3;
        }

        .contact-section .materialContainer .input .spin {
            background: var(--theme-color);
            z-index: 4;
            width: 0;
        }

        .contact-section .materialContainer .input label {
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 2;
            cursor: pointer;
            line-height: 60px;
            color: #78909c;
        }
/*
[dir="rtl"] .contact-section .contact-details .contact-box .contact-title {
    margin-right: unset;
    margin-left: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}*/

/**=====================
       FAQ Page Css Start
  ==========================**/
/*
[dir="rtl"] .faq-details .faq-link-box a h5 {
    margin-right: 0;
    margin-left: 10px;
}
*/

/*[dir="rtl"] .faq-heading .faq-option {
    margin-right: 0;
    margin-left: 10px;
}*/

/**=====================
       Review Page Css Start
  ==========================**/
/*
[dir="rtl"] .review-section .review-box .review-image .image-name {
    margin-right: 0;
    margin-left: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}
*/

/**=====================
       Portfolio Page Css Start
  ==========================**/

/**=====================
       Blog Page Css Start
  ==========================**/

/*[dir="rtl"] .blog-categority .card-body {
    direction: ltr;
}*/
/*
[dir="rtl"] .blog-categority .card-body .blog-profile .image-name {
    margin-left: 0;
}*/

/*[dir="rtl"] .blog-categority .card-body .blog-profile .image-name h3 {
    padding-left: 0;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    border-left: none;
    margin-left: 0;
    margin-right: 10px;
}*/
/*
[dir="rtl"] .popular-post .popular-image {
    padding-left: unset;
}
*/
/*
[dir="rtl"] .left-side .popular-post .review-box span .feather {
    margin-left: unset;
    margin-right: 5px;
}
*/
/*
[dir="rtl"] .left-side .popular-post .popular-image .popular-number {
    width: unset;
    margin-right: 15px;
}*/
/*
[dir="rtl"] .left-side .category-section .category-box .category-product .cate-contain {
    margin-right: unset;
    margin-left: 15px;
}*/

/**=====================
       Pagination Css Start
  ==========================**/
.page-section {
    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;
    text-align: center;
    margin-top: 50px;
}

    .page-section .pagination {
        margin-bottom: 0;
    }
        /*
[dir="rtl"] .page-section .pagination .page-item .page-link span i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

        .page-section .pagination .page-item + .page-item {
            margin-right: 10px;
        }
        /*
[dir="rtl"] .page-section .pagination .page-item + .page-item {
    margin-right: unset;
    margin-left: 10px;
}*/

        .page-section .pagination .page-item.active .page-link {
            border-radius: 5px;
            background-color: var(--theme-color);
            color: #fff;
            font-weight: 600;
            z-index: 0;
        }

        .page-section .pagination .page-item .page-link {
            border: 1px solid transparent;
            color: var(--theme-color);
            border-radius: 5px;
            background-color: #fff;
        }

            .page-section .pagination .page-item .page-link:hover {
                background-color: #eff2f7;
                color: var(--theme-color);
            }

            .page-section .pagination .page-item .page-link:focus {
                background-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

/**=====================
       Cart Page Scss Start
  ==========================**/
.wish-list-section.table-dashboard thead tr th {
    padding: 16px 12px;
}

.wish-list-section.table-dashboard tbody tr td {
    padding: 16px;
}

.table tbody + tbody {
    border-top: none;
}

.cart-table {
    overflow: hidden;
    margin-bottom: 0;
}

    .cart-table thead th {
        border-bottom-width: 1px;
        font-weight: 600;
        color: #212529;
        text-transform: uppercase;
        font-size: 14px;
        border-top: 0;
        text-align: center;
        padding: 12px;
        border-bottom: 1px solid #eff2f7 !important;
        background-color: #eff2f7;
    }

    .cart-table tbody h2 {
        margin-bottom: 0;
    }

    .cart-table tbody tr td {
        vertical-align: middle;
        color: #777777;
        border-top: 0;
        border-bottom: 1px solid #eff2f7 !important;
        text-align: center;
        padding: 14px 8px;
    }

        .cart-table tbody tr td a {
            white-space: nowrap;
            font-weight: 400;
            font-size: 14px;
            text-transform: capitalize;
            margin-bottom: 0;
            display: inline-block;
        }

            .cart-table tbody tr td a.icon {
                background-color: #eff2f7;
                border: 1px solid #eff2f7;
                margin: 0 5px;
            }

@media (max-width: 767px) {

    .login-section .materialContainer .box {
   
        padding: 20px;
    }
        .cart-table tbody tr td a.icon {
        margin: 0;
    }
}

.cart-table tbody tr td a.icon:hover .fas {
    color: var(--theme-color);
}

.cart-table tbody tr td a.icon .fas {
    width: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    height: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    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;
    border-radius: 3px;
}

.cart-table tbody tr td p {
    color: #212529;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

    .cart-table tbody tr td p img {
        height: 90px;
    }

.cart-table tbody tr td .td-color {
    color: var(--theme-deafult);
}

.cart-table tbody tr td h2 {
    font-size: 20px;
    color: #212529;
    font-weight: 400;
}

.cart-table tbody tr td .qty-box .input-group {
    display: block;
}

    .cart-table tbody tr td .qty-box .input-group .form-control {
        width: 75px;
        margin: 0 auto;
        text-align: center;
    }

tfoot tr th {
    padding-top: 35px;
    text-align: left;
}

tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: left;
    border: none;
    padding-left: 63px;
    padding-left: 41px;
}

    tfoot tr td h2 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
    }

    tfoot tr td:first-child {
        width: 85%;
        font-size: 15px;
        padding-left: 10px;
        text-transform: capitalize;
        font-weight: 700;
    }
/*
[dir="rtl"] .cart-section .count-down h5 {
    margin-left: unset;
    margin-right: 10px;
}
*/

.cart-section .table tbody + tbody {
    border-top: none;
}

.cart-section .cart-table {
    overflow: hidden;
    margin-bottom: 0;
}

    .cart-section .cart-table thead th {
        border-bottom-width: 1px;
        font-weight: 600;
        color: #212529;
        text-transform: uppercase;
        font-size: 15px;
        border-top: 0;
        text-align: center;
        border-bottom: 1px solid #eff2f7 !important;
        padding: 12px;
        background-color: #eff2f7;
    }

.cart-section tbody h2 {
    margin-bottom: 0;
}

.cart-section tbody tr.table-order td {
    min-width: 150px;
}

.cart-section tbody tr td {
    vertical-align: middle;
    color: #212529;
    border-top: 0;
    border-bottom: 1px solid #c7c7c5 !important;
    text-align: center;
    min-width: 100px;
}

    .cart-section tbody tr td a {
        color: #7e7e7e;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .cart-section tbody tr td a.icon {
            border: 1px solid rgba(169, 169, 169, 0.5);
            padding: 10px 15px;
            border-radius: 3px;
        }

    .cart-section tbody tr td p {
        color: #777777;
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .cart-section tbody tr td p img {
            height: 90px;
        }

    .cart-section tbody tr td .td-color {
        color: var(--theme-deafult);
    }

    .cart-section tbody tr td h2 {
        font-size: 20px;
        color: var(--theme-color);
        font-weight: 400;
    }

    .cart-section tbody tr td .qty-box .input-group {
        display: block;
    }

        .cart-section tbody tr td .qty-box .input-group .form-control {
            width: 75px;
            margin: 0 auto;
            text-align: center;
            padding: 5px;
            height: 50px;
        }

.cart-section tfoot tr th {
    padding-top: 35px;
    text-align: left;
}

.cart-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: left;
    border: none;
    padding-left: 63px;
    padding-left: 41px;
}

    .cart-section tfoot tr td h2 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
    }

    .cart-section tfoot tr td:first-child {
        width: 85%;
        font-size: 15px;
        padding-left: 10px;
        text-transform: capitalize;
        font-weight: 700;
    }
/*
[dir="rtl"] .cart-section .left-side-button a i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
*/

.cart-section .cart-checkout-section {
    margin-top: 30px;
}

    /*[dir="rtl"] .cart-section .cart-checkout-section .checkout-button {
    text-align: right;
}*/

    .cart-section .cart-checkout-section .cart-box {
        background-color: #f5f8fc;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
    }

        .cart-section .cart-checkout-section .cart-box label {
            font-weight: 500;
            margin-bottom: 8px;
            text-transform: capitalize;
        }

        .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
            float: left;
        }

        /*
[dir="rtl"] .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
    float: right;
}*/

        .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details {
           
            padding: 37px 20px;
            margin-bottom: 0;
        }

.btn-cart-c {
    width: 100%;
    margin-top: 20px;
}


.cart-checkout-section {
    position: sticky;
    top: 50px;
}

.flex-wrab{
    flex-wrap:wrap
}



.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h3 {
    margin-bottom: 10px;
    color: #212529;
}

            .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h6 {
                line-height: 1.9;
                color: #212529;
            }

        .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .bottom-details a {
            background-color: var(--theme-color);
            width: 100%;
            display: block;
            padding: 12px 0;
            text-align: center;
            color: #fff;
            font-weight: 600;
            letter-spacing: 1.2px;
            font-size: 16px;
        }

/**=====================
       Checkout Page Scss Start
  ==========================**/
.your-cart-box {
    position: sticky;
    top: 10px;
}

    .your-cart-box .list-group .lh-condensed {
        padding: 15px 25px;
        background-color: #f5f8fc;
    }

        .your-cart-box .list-group .lh-condensed.active {
            background: #eff2f7;
            border-color: rgba(33, 37, 41, 0.125);
        }

        .your-cart-box .list-group .lh-condensed h6 {
            color: #212529;
        }

        .your-cart-box .list-group .lh-condensed small,
        .your-cart-box .list-group .lh-condensed span,
        .your-cart-box .list-group .lh-condensed strong {
            color: #001e26;
            font-weight: 800;
            font-size: 20px;
        }

.checkout-label {
    padding-top: 2px;
}

.custome-radio-box {
    display: inline-block;
    margin-left: 10px;
}

    /*[dir="rtl"] .custome-radio-box {
    margin-left: 0;
    margin-right: 10px;
}*/

    .custome-radio-box .form-check-input {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 2px;
        background-color: #fff;
    }

        .custome-radio-box .form-check-input:checked {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
        }

        .custome-radio-box .form-check-input:active {
            -webkit-filter: none;
            filter: none;
        }

        .custome-radio-box .form-check-input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

hr {
    background-color: #6c757d;
}

/**=====================
       Order Success css Start
  ==========================**/
.success-icon {
    padding: 70px 20px;
    background-color: var(--lightBlue);
    border-radius: 15px;
}

@media (max-width: 575px) {
    .success-icon {
        padding: 30px 20px;
    }
}

.success-icon .main-container {
    width: 100%;
    height: 100%;
    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;
    align-items: center;
}

    .success-icon .main-container .check-container {
        width: 100px;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

        .success-icon .main-container .check-container .check-background {
            width: 100%;
            height: calc(100% - 20px);
            background: -webkit-gradient(linear, right top, left bottom, from(#008000), to(#008000));
            background: linear-gradient(to bottom left, #008000, #008000);
            -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            -webkit-transform: scale(0.84);
            transform: scale(0.84);
            border-radius: 50%;
            -webkit-animation: animateContainer 0.75s ease-out forwards 0.75s;
            animation: animateContainer 0.75s ease-out forwards 0.75s;
            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;
            opacity: 0;
        }

            .success-icon .main-container .check-container .check-background svg {
                width: 65%;
                -webkit-transform: translateY(4px);
                transform: translateY(4px);
                stroke-dasharray: 80;
                stroke-dashoffset: 80;
                -webkit-animation: animateCheck 0.35s forwards 1.25s ease-out;
                animation: animateCheck 0.35s forwards 1.25s ease-out;
            }

        .success-icon .main-container .check-container .check-shadow {
            bottom: calc(-15% - 5px);
            right: 0;
            border-radius: 50%;
            background: radial-gradient(closest-side, #49da83, transparent);
            -webkit-animation: animateShadow 0.75s ease-out forwards 0.75s;
            animation: animateShadow 0.75s ease-out forwards 0.75s;
        }

.success-icon .success-contain {
    text-align: center;
}

    .success-icon .success-contain h4 {
        color: green;
        font-size: 30px;
        font-weight: 500;
    }

    .success-icon .success-contain h5 {
        margin: 5px 0 10px;
        font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    }

    .success-icon .success-contain h6 {
        letter-spacing: 1.1px;
    }

.order-details-table .table tbody {
    border-bottom: 1px solid #ddd;
}

    .order-details-table .table tbody tr td {
        padding: 10px;
        text-align: right;
        /*   max-width: 150px; */
        border-bottom: none !important;
        color: #7e7e7e;
    }
/*
[dir="rtl"] .order-details-table .table tbody tr td {
    text-align: left;
}
*/
@media (max-width: 767px) {
    .order-details-table .table tbody tr td:nth-last-child(-n + 4) {
        display: revert !important;
    }
}

.order-details-table .table tbody tr td:nth-child(1) {
    background-color: transparent;
}

.order-details-table .table tbody tr td h5 {
    margin-top: 10px;
    color: #212529;
}

.order-details-table .table tfoot tr td {
    text-align: left;
    padding: 10px 15px;
}

    /*[dir="rtl"] .order-details-table .table tfoot tr td {
    text-align: right;
}*/

    .order-details-table .table tfoot tr td:nth-child(1) {
        text-align: right;
        width: 100%;
    }

    /*[dir="rtl"] .order-details-table .table tfoot tr td:nth-child(1) {
    text-align: left;
}*/

    .order-details-table .table tfoot tr td h4 {
        font-weight: 400;
        color: #212529;
    }

.order-details-table .table tfoot tr.table-order:nth-child(3) {
    border-bottom: 1px solid #ddd;
}

.order-details-table .order-success {
    padding: 30px;
    border-radius: 5px;
    background-color: #eff2f7;
}

@media (max-width: 360px) {
    .order-details-table .order-success {
        padding: 20px;
    }
}

.order-details-table .order-success h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 8px;
}

.order-details-table .order-success .order-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 3px;
    color: #7e7e7e;
}

.order-details-table .order-success .payment-mode p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #7e7e7e;
    letter-spacing: 1px;
}

.order-details-table .order-success .delivery-sec {
    margin-bottom: -5px;
    padding: 0;
    margin-top: 20px;
    background-color: transparent;
}

    .order-details-table .order-success .delivery-sec h3 {
        color: #212529;
        text-transform: capitalize;
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 400;
    }

        .order-details-table .order-success .delivery-sec h3 span {
            font-weight: 700;
            margin-right: 5px;
        }

    /*[dir="rtl"] .order-details-table .order-success .delivery-sec h3 span {
    margin-right: 0;
    margin-left: 5px;
}*/

    .order-details-table .order-success .delivery-sec a {
        font-size: 16px;
        text-transform: capitalize;
        margin-top: 5px;
        display: block;
        font-weight: 600;
    }

/**=======================
   Dashboard Scss Start
  ============================**/
.dash-filter {
    margin-bottom: 40px;
}

.custome-nav-tabs {
    padding: 20px;
    color: black;
    border: none;
    border-radius: 15px;
    position: sticky;
    top: 10px;
    background: #eff2f7;
}

/*[dir="rtl"] .custome-nav-tabs {
    padding: 20px;
}*/

@media (max-width: 991px) {
    .custome-nav-tabs {
        position: fixed;
        z-index: 9;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        z-index: 1;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .custome-nav-tabs.show {
            right: 0;
        }
}

.custome-nav-tabs .nav-item .nav-link {
    padding-left: 0;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #212529 !important;
    font-family: 'Almarai';
}


    .custome-nav-tabs .nav-item .nav-link i {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    /*
[dir="rtl"] .custome-nav-tabs .nav-item .nav-link i {
    top: 3px;
    right: unset;
    left: 0;
    -webkit-transform: rotate(-180deg) translateY(-50%);
    transform: rotate(-180deg) translateY(-50%);
}*/

    .custome-nav-tabs .nav-item .nav-link:before {
        content: "\f100";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }
    /*
[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:before {
    right: unset;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-180deg) translateY(-50%);
    transform: rotate(-180deg) translateY(-50%);
}*/

    .custome-nav-tabs .nav-item .nav-link:hover {
        padding-right: 20px;
        color: var(--theme-color) !important;
    }
        /*
[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:hover {
    padding-right: 0;
    padding-left: 20px;
}*/

        .custome-nav-tabs .nav-item .nav-link:hover:before {
            opacity: 1;
            right: 0px;
        }
    /*

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:hover:before {
    right: unset;
    left: 0;
}*/

    .custome-nav-tabs .nav-item .nav-link.active {
        padding-right: 20px;
        color: var(--theme-color) !important;
        font-weight: 600;
    }
        /*
[dir="rtl"] .custome-nav-tabs .nav-item .nav-link.active {
    padding-right: 0;
    padding-left: 20px;
}*/

        .custome-nav-tabs .nav-item .nav-link.active:before {
            opacity: 1;
            right: 0px;
        }
/*
[dir="rtl"] .custome-nav-tabs .nav-item .nav-link.active:before {
    right: unset;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-180deg) translateY(-50%);
    transform: rotate(-180deg) translateY(-50%);
}*/

.page-title {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .page-title h2 {
        font-size: 28px;
        margin-top: -3px;
        color: #212529;
    }

    .page-title a {
        margin-right: 30px;
    }

.box-head {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .box-head h2 {
        font-size: 25px;
        letter-spacing: 1.1px;
    }

    .box-head a {
        margin-right: 20px;
    }
/*
[dir="rtl"] .box-head a {
    margin-right: unset;
    margin-left: 20px;
}*/

.dashboard {
    background-color: transparent;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
}

    .dashboard .page-title {
        margin-bottom: calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
    }

        .dashboard .page-title h2 {
            font-size: calc(22px + (38 - 22) * ((100vw - 320px) / (1920 - 320)));
        }

    .dashboard address a {
        display: block;
        margin-bottom: -5px;
        margin-top: 10px;
    }

    .dashboard .welcome-msg p {
        letter-spacing: 0.3px;
        margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
        line-height: 1.5;
    }

    .dashboard .welcome-msg h6 span {
        font-weight: 600;
        color: #212529;
    }

    .dashboard h6,
    .dashboard p {
        margin: 6px 0;
        line-height: 1.4;
    }

.order-box-contain .order-box {
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    border-radius: 6px;
    background-color: #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .order-box-contain .order-box .order-box-image {
        position: absolute;
        top: 50%;
        left: -20px;
        width: 25%;
        opacity: 0.04;
        -webkit-transform: rotate(0) translateY(-50%);
        transform: rotate(0) translateY(-50%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    /*[dir="rtl"] .order-box-contain .order-box .order-box-image {
    right: -20px;
    left: unset;
}*/

    .order-box-contain .order-box:hover .order-box-image {
        -webkit-transform: rotate(7deg) translateY(-50%);
        transform: rotate(7deg) translateY(-50%);
        opacity: 0.25;
    }
    /*
[dir="rtl"] .order-box-contain .order-box:hover .order-box-image {
    -webkit-transform: rotate(-7deg) translateY(-50%);
    transform: rotate(-7deg) translateY(-50%);
}*/

    .order-box-contain .order-box .order-box-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .order-box-contain .order-box .order-box-contain img {
            width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
        }

        .order-box-contain .order-box .order-box-contain > div {
            width: calc(100% - 20px);
            margin-right: 15px;
            text-transform: capitalize;
        }
            /*
[dir="rtl"] .order-box-contain .order-box .order-box-contain > div {
    margin-right: unset;
    margin-left: 15px;
}*/

            .order-box-contain .order-box .order-box-contain > div h3 {
                margin-top: 6px;
            }

.dashboard-profile .dash-profile li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}

@media (max-width: 575px) {
    .dashboard-profile .dash-profile li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dashboard-profile .dash-profile li .left {
    width: 220px;
}

@media (max-width: 575px) {
    .dashboard-profile .dash-profile li .left {
        width: auto;
        margin-left: 10px;
    }

    /*  [dir="rtl"] .dashboard-profile .dash-profile li .left {
        margin-left: 0;
        margin-right: 10px;
    }*/
}

.dashboard-profile .dash-profile li .left h6 {
    margin: 0;
}

.dashboard-profile .dash-profile li a {
    margin-right: 20px;
}

/*[dir="rtl"] .dashboard-profile .dash-profile li a {
    margin-right: unset;
    margin-left: 20px;
}*/

.dashboard-security .page-title {
    margin-bottom: 10px;
}

.dashboard-security p {
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.danger-button {
    background-color: var(--theme-color);
    margin: 0 !important;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #fff !important;
}

    .danger-button.danger-center {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

        .danger-button.danger-center .feather {
            stroke: #fff;
        }

.save-details-box .save-details {
    border: 1px solid #eff2f7;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #eff2f7;
    position: relative;
}

    .save-details-box .save-details.show {
        -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
        box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
    }

    .save-details-box .save-details .save-name {
        position: relative;
        margin-bottom: 15px;
    }

        .save-details-box .save-details .save-name h5 {
            color: #212529;
        }

.save-details-box h6 {
    margin: 0 !important;
}
/*[dir="rtl"] .save-details-box .save-details .save-position {
    left: unset;
    right: 0;
}*/

.save-details-box .save-details .save-address p {
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
}

.save-details-box .save-details .mobile p.mobile {
    margin-top: 20px;
    padding-bottom: 6px;
}

.save-details-box .save-details .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
}

    .save-details-box .save-details .button a {
        width: 100%;
        margin: 5px;
        background-color: #fff;
        color: #212529;
    }

/*[dir="rtl"] .payment-card-detail .card-details .valid-detail .date h3 {
    margin-right: 0;
    margin-left: 15px;
}*/

/*[dir="rtl"] .payment-card-detail .card-details .valid-detail .primary {
    margin-right: 0;
    margin-left: auto;
}*/
/*
[dir="rtl"] .payment-card-detail .card-details .name-detail .card-img {
    text-align: right;
}*/

/**============================
    Order Tracking css Start
  =================================**/

@media (max-width: 575px) {

    /*  [dir="rtl"] .progtrckr li h5 {
        text-align: left;
    }*/
}

@media (max-width: 575px) {

    /* [dir="rtl"] .progtrckr li:before {
        float: left;
        left: -32px !important;
        right: unset !important;
    }*/
}

@media (max-width: 575px) {

    /*    [dir="rtl"] .progtrckr li.progtrckr-todo {
        border-right: none;
        border-left: 4px solid #c0c0c0;
        margin-right: 0;
        margin-left: 30px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 0;
        padding-left: 30px;
        text-align: left;
    }*/
}

@media (max-width: 575px) {

    /* [dir="rtl"] .progtrckr li.progtrckr-todo:before {
        right: unset;
        left: -17px;
    }*/
}

@media (max-width: 575px) {

    /* [dir="rtl"] .progtrckr li.progtrckr-done {
        margin-right: 0;
        margin-left: 30px;
        text-align: left;
        border-right: none;
        border-left: 4px solid var(--theme-color);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }*/
}

/*[dir="rtl"] .order-left-image .tracking-product-image {
    margin-left: 0;
    margin-right: 40px;
}*/

@media (max-width: 991px) {

    /*  [dir="rtl"] .order-left-image .tracking-product-image {
        margin-left: auto;
        margin-right: auto;
    }*/
}

/*[dir="rtl"] .order-left-image .order-image-contain p span {
    margin-right: 0;
    margin-left: 10px;
}*/

/*[dir="rtl"] .tracker-table .table thead th {
    text-align: left;
}*/
/*
[dir="rtl"] .tracker-table .table tbody tr td {
    text-align: left;
}
*/

/**=====================
    Element Page css Start
  ==========================**/

/**=====================
    About Page css Start
  ==========================**/

.about-details {
    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;
    height: 100%;
}

    .about-details h2 {
        margin-bottom: 10px;
        letter-spacing: 0;
        color: var(--theme-color);
    }

    .about-details h3 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 16px;
        max-width: 80%;
        line-height: 1.5;
        text-transform: uppercase;
    }

@media (max-width: 991px) {
    .about-details h3 {
        max-width: 100%;
    }
}

.about-details p {
    letter-spacing: 0;
    line-height: 1.5;
    color: #7e7e7e;
}

/*[dir="rtl"] .testimonial-section .testimonial-contain {
    direction: ltr;
}
*/

/*[dir="rtl"] .testimonial-section .testimonial-details .details-images i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
*/
/*
[dir="rtl"] .testimonial-section .testimonial-details .details-images i.fa-quote-left {
    margin-left: 0;
    margin-right: 8px;
}
*/
/*
[dir="rtl"] .testimonial-section .testimonial-details .details-images i.fa-quote-right {
    margin-right: 0;
    margin-left: 8px;
}*/

/**=====================
    Dark and RTL css Start
  ==========================**/
.theme-setting {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
    /*
[dir="rtl"] .theme-setting ul {
    padding-left: 0;
}*/

    .theme-setting ul li {
        background-color: #eff2f7;
        border: 1px solid #b2bdd1;
        margin: 10px 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: none;
        width: 40px;
        height: 38px;
        z-index: 1;
        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;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        font-weight: 600;
    }

        .theme-setting ul li button {
            color: #212529;
        }

            .theme-setting ul li button:hover {
                color: #212529;
            }

/**=====================
    Dark and RTL css Start
  ==========================**/

/**=====================
     Shop page css start
==========================**/
.custome-nav-tabs {
    position: sticky;
    top: 10px;
}

.category-scroll {
    max-height: 250px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .category-scroll::-webkit-scrollbar {
        width: 5px;
    }

    .category-scroll::-webkit-scrollbar-track {
        background-color: #ddd;
    }

    .category-scroll::-webkit-scrollbar-thumb {
        background: #b5bec7;
        border-radius: 5px;
    }

        .category-scroll::-webkit-scrollbar-thumb:hover {
            opacity: 0.8;
        }

.custome-form-check {
    min-height: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    /*
[dir="rtl"] .custome-form-check {
    padding-left: 0;
}*/

    .custome-form-check .form-check-input {
        margin-left: 10px;
        width: 17px;
        height: 17px;
        margin-top: 0;
        background-color: transparent;
        border: 1px solid #c7c7c5 !important;
        border-radius: 3px !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        /*[dir="rtl"] .custome-form-check .form-check-input {
    margin-right: 1.5rem;
    margin-left: 0;
}*/

        .custome-form-check .form-check-input:checked[type="checkbox"] {
            background-image: url(../images/check.svg);
            background-size: 13px;
        }

        .custome-form-check .form-check-input:focus {
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .custome-form-check .form-check-label {
        color: #212529;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: 'Almarai';
    }

.category-option {
    position: sticky;
    top: 40px;
    z-index: 1;
}

@media (max-width: 991px) {
    .category-option {
        position: fixed;
        top: 0;
        right: -320px;
        background-color: #fff;
        z-index: 7;
        padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
        width: 300px;
        height: 100vh;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow-x: scroll;
        overflow-y: auto;
    }

    /*   [dir="rtl"] .category-option {
        right: unset;
        left: -320px;
    }*/
}

.category-option.show {
    right: 0;
}

/*[dir="rtl"] .category-option.show {
    right: unset;
    left: 0;
}
*/

/*[dir="rtl"] .category-option .button-close button .feather {
    margin-left: unset;
    margin-right: 8px;
}*/

.category-option .category-name {
    color: #fff;
    background-color: #fff;
}

    .category-option .category-name .accordion-item {
        padding: 20px;
        border: 1px solid #b2bdd1;
        color: #212529;
        border-radius: 5px;
        background-color: #fff;
    }

        .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
                margin-right: 10px;
            }

            /*[dir="rtl"] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
    margin-right: 0;
    margin-left: 10px;
}*/

            .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
                margin-bottom: 0;
                margin-right: 12px;
                font-size: 13px;
            }

            /*[dir="rtl"] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
    margin-right: 0;
    margin-left: 12px;
}*/

            .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

        .category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li {
            display: inline-block;
            padding: 5px 10px;
            background: #fff;
            border-radius: 5px;
            font-size: 13px;
            border: 1px solid #fff;
            margin: 3px 1px;
        }

            .category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li a {
                color: #212529;
                font-weight: 400;
            }

        .category-option .category-name .accordion-item.category-color .accordion-collapse {
            margin-top: 22px;
        }

            .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 0;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: -5px;
            }

                .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li,
                .color-list li {
                    margin-top: 0;
                    margin: 5px;
                }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a,
                    .color-list li a {
                        width: 30px;
                        height: 30px;
                        background-color: #ff0000;
                        border-radius: 30px;
                        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;
                    }

                        .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a i,
                        .color-list li a i {
                            color: #212529;
                            visibility: hidden;
                        }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li.active a i,
                    .color-list li.active a i {
                        visibility: visible;
                    }

                    .color-list li.active {
                        border: 1px solid #001E26;
                        border-radius: 51px;
                    }

                        .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li.active a,
                        .color-list li.active a {
                            border: 2px solid #fff;
                        }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(2) a,
                    .color-list li:nth-child(2) a {
                        background-color: #fab1a0;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(3) a,
                    .color-list li:nth-child(3) a {
                        background-color: #10ac84;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(4) a,
                    .color-list li:nth-child(4) a {
                        background-color: #ff9f43;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(5) a {
                        background-color: #8395a7;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(6) a {
                        background-color: #fab1a0;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(7) a {
                        background-color: #10ac84;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(8) a {
                        background-color: #ff9f43;
                    }

                    .category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(9) a {
                        background-color: #8395a7;
                    }

@media (max-width: 991px) {
    .category-option .category-name .accordion-item {
        padding: 0;
        border: none;
    }
}

.category-option .category-name .accordion-item + .accordion-item {
    margin-top: 20px;
}

.category-option .category-name .accordion-item .accordion-header {
    margin-bottom: 0;
    background-color: #f5f8fc;
    border-radius: 20px;
}

.category-option .category-name .accordion-item .accordion-collapse {
    border: none;
    border-width: 0 1px;
    margin-top: 10px;
}

    .category-option .category-name .accordion-item .accordion-collapse .accordion-body {
        padding: 0;
    }

        .category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list {
            overflow: hidden;
        }

            .category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li {
                display: block;
                margin: 10px 5px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li::nth-child(9) {
                    margin-bottom: 0;
                }

.category-option .category-name .accordion-button {
    color: #001e26;
    border: none;
    margin: 0;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f8fc;
    font-family: 'Almarai';
    border-radius: 20px;
}

    .category-option .category-name .accordion-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .category-option .category-name .accordion-button:not(.collapsed)::after {
        background-image: url(../images/minus.svg);
        -webkit-filter: invert(1);
        filter: invert(1);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .category-option .category-name .accordion-button:after {
        background-image: url(../images/plus.svg);
        -webkit-filter: invert(1);
        filter: invert(1);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.filter-button {
    display: none;
}

@media (max-width: 991px) {
    .filter-button {
        display: block;
    }
}

.filter-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-button .feather {
    width: 20px;
    margin-left: 10px;
}

/*[dir="rtl"] .filter-button .feather {
    margin-left: unset;
    margin-right: 10px;
}*/

.filter-button span {
    display: block;
    margin-bottom: -3px;
}

.hide-button button {
    font-size: 15px !important;
    background-color: var(--theme-color);
    padding: 10px 10px;
    border-radius: 15px;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .hide-button button .feather {
        width: 20px;
        margin-left: 10px;
    }
/*
[dir="rtl"] .hide-button button .feather {
    margin-left: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}*/

.hide-button span {
    display: block;
    margin-bottom: -3px;
}
/*
[dir="rtl"] .short-name .label-tag .btn-close {
    margin-right: 0;
    margin-left: 5px;
}
*/
.select-featured {
    color: #ffffff;
    margin-right: auto;
    border-radius: 8px 15px 15px;
    background-color: #001e26;
}


    .select-featured:focus {
        border-color: #eff2f7;
        -webkit-box-shadow: 0 0 0 0.25rem transparent;
        box-shadow: 0 0 0 0.25rem transparent;
    }

    .select-featured .dropdown-toggle {
        color: #ffffff;
        margin-right: auto;
        border-radius: 10px;
        font-weight: 400;
        padding: 10px 20px;
        position: relative;
    }

        .select-featured .dropdown-toggle::after {
            display: none;
        }

        .select-featured .dropdown-toggle::before {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 14px;
        }

    .select-featured .dropdown-menu {
        min-width: 100%;
    }

        .select-featured .dropdown-menu li {
            width: 100%;
        }

.custome-offcanvas .offcanvas-body {
    background-color: #fff;
}

@media (max-width: 991px) {
    .custome-offcanvas {
        width: 300px;
    }
}

.custome-offcanvas .offcanvas-header {
    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;
}

    .custome-offcanvas .offcanvas-header h5 {
        margin-top: -5px;
    }

@media (max-width: 991px) {
    .custome-offcanvas .category-option {
        position: relative;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: unset;
        padding: 0;
        width: unset;
        height: auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow-y: auto;
    }

    /*    [dir="rtl"] .custome-offcanvas .category-option {
        right: unset;
        left: 0;
    }*/
}

.category-list {
    width: 100%;
}

    .category-list .dropdown .dropdown-toggle {
        width: 100%;
        background-color: rgba(233, 233, 233, 0.5);
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    }

    .category-list .dropdown .dropdown-menu {
        padding: 1rem;
        width: 100%;
    }

.top-filter-section {
    background-color: #fff;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .top-filter-section {
        position: fixed;
        right: -300px;
        width: 300px;
        height: 100vh;
        top: 0;
        margin-top: 0;
        padding: 20px;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
        box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
        overflow-y: auto;
    }
}

.top-filter-section.show {
    right: 0;
}

.top-filter-section ul {
    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;
}

@media (max-width: 991px) {
    .top-filter-section ul {
        display: block;
    }
}

.top-filter-section ul .back-btn {
    display: none;
}

@media (max-width: 991px) {
    .top-filter-section ul .back-btn {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
        text-transform: capitalize;
        color: black;
        font-weight: 700;
        margin-bottom: 20px;
        cursor: pointer;
        display: block;
    }
}

.top-filter-section ul .onclick-title {
    width: 100%;
    cursor: pointer;
    position: relative;
    background-color: #eff2f7;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 15px;
}

    .top-filter-section ul .onclick-title:nth-child(7) {
        margin-left: 0;
    }

@media (max-width: 991px) {
    .top-filter-section ul .onclick-title {
        margin: 30px 0 0;
        background-color: #fff;
        padding: 0;
    }

        .top-filter-section ul .onclick-title:nth-child(3) {
            margin-top: 15px;
        }

        .top-filter-section ul .onclick-title + .onclick-title {
            margin-right: unset;
        }
}

.top-filter-section ul .onclick-title h6 {
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 16px;
    text-align: right;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    position: relative;
}
/*
[dir="rtl"] .top-filter-section ul .onclick-title h6 {
    text-align: left;
    padding: 0 20px 0 0;
}
*/
@media (max-width: 991px) {
    .top-filter-section ul .onclick-title h6 {
        text-align: right;
        font-weight: 500;
    }
}

.top-filter-section ul .onclick-title h6:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    left: 0;
    opacity: 0.2;
}
/*
[dir="rtl"] .top-filter-section ul .onclick-title h6:before {
    left: unset;
    right: 0;
}*/

@media (max-width: 991px) {
    .top-filter-section ul .onclick-title h6:before {
        content: "";
    }
}

.top-filter-section ul .onclick-title:nth-child(-n + 3) {
    border-right: none;
}

.top-filter-section .form-check {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .top-filter-section .form-check + .form-check {
        margin-top: 10px;
    }

    .top-filter-section .form-check .form-check-label {
        font-weight: 400;
        display: block;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/*
[dir="rtl"] .category-image .elec-image {
    padding-left: 0;
    padding-right: 30px;
}
*/

.product-box .product-details .main-price p {
    display: none;
}

@media (max-width: 575px) {

    /*  [dir="rtl"] .list-view.product-box .product-details .rating-details, [dir="rtl"]
    .list-view.product-box .product-details .main-price {
        text-align: left;
    }*/
}

/*[dir="rtl"] .list-view.product-box .cart-wrap ul li + li {
    margin-right: unset;
    margin-left: 0;
}*/

.range-slider {
    margin-top: 0;
}

/*[dir="rtl"] .most-popular .title {
    text-align: right !important;
}*/

.list-style > div {
    width: 100%;
}

.list-style .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .list-style .product-box {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding: 15px calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
        border-radius: 5px;
    }
}

.list-style .product-box .img-wrapper {
    width: 25%;
}

@media (max-width: 767px) {
    .list-style .product-box .img-wrapper {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .list-style .product-box .img-wrapper {
        width: 100%;
    }
}

.list-style .product-box .cart-wrap {
    display: none;
}

.list-style .product-box .product-details {
    padding-right: 15px;
    margin-top: 0;
    width: calc(100% - 100px);
}

/*[dir="rtl"] .list-style .product-box .product-details {
    padding-right: 0;
    padding-left: 15px;
}*/

@media (max-width: 767px) {
    .list-style .product-box .product-details {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}

.list-style .product-box .product-details .rating {
    margin: 0;
}

.list-style .product-box .product-details h5 {
    font-weight: 500;
    margin: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320))) 0 0 0;
}

.list-style .product-box .product-details span {
    margin-top: 5px;
}

.list-style .product-box .product-details .rating-details {
    text-align: right !important;
}

    /*[dir="rtl"] .list-style .product-box .product-details .rating-details.rating-shop {
    text-align: left;
}*/

    .list-style .product-box .product-details .rating-details .grid-content {
        display: none;
    }
/*
[dir="rtl"] .list-style .product-box .product-details .main-price .listing-content.listing-shop {
    text-align: left;
}
*/
.list-style .product-box .main-price {
    display: block !important;
    margin-top: 0 !important;
}

    .list-style .product-box .main-price h3 {
        padding: 0;
        margin: 0 0 8px;
    }

    .list-style .product-box .main-price p {
        display: block !important;
        margin: 8px 0;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.6;
        letter-spacing: 0.04em;
    }

    .list-style .product-box .main-price button {
        position: relative;
        padding: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 600;
        z-index: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 0;
        font-weight: bold;
        background: var(--theme-color);
        font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
        color: #fff;
        border-radius: 5px;
        margin-top: 0;
    }

        .list-style .product-box .main-price button:hover {
            color: #fff;
            background-color: var(--theme-color);
        }

.filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

    .filter-options .select-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .filter-options .select-options > div + div {
            margin-right: 12px;
        }
    /*
[dir="rtl"] .filter-options .select-options > div + div {
    margin-right: 0;
    margin-left: 12px;
}
*/
    .filter-options .grid-options {
        margin-right: auto;
    }
        /*
[dir="rtl"] .filter-options .grid-options {
    margin-right: unset;
    margin-left: auto;
}*/

        .filter-options .grid-options li {
            width: 36px;
            height: 36px;
            border-radius: 4px;
            background-color: #f5f8fc;
            opacity: 0.5;
        }

            .filter-options .grid-options li.active {
                opacity: 1;
            }

            .filter-options .grid-options li a {
                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;
                height: 100%;
            }

            .filter-options .grid-options li + li {
                margin-right: 8px;
            }

/*[dir="rtl"] .filter-options .grid-options li + li {
    margin-right: 0;
    margin-left: 8px;
}
*/

/**=====================
     Product Page CSS Start
==========================**/

.rating .fa-star {
    font-size: 12px !important;
    color: #c3c3c3 !important;
}

    .rating .fa-star.theme-color {
        color: #ffa202 !important;
    }

.product-title {
    color: #212529;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.product-title-2 {
    margin-top: 18px;
}

.product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .product-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-icon .product-social {
    margin-top: 5px;
}

    .product-icon .product-social li {
        padding-left: 30px;
    }

        .product-icon .product-social li:last-child {
            padding-left: 0;
        }

        /*[dir="rtl"] .product-icon .product-social li {
    padding-left: 0;
    padding-right: 30px;
}*/

        .product-icon .product-social li a {
            color: #212529;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 16px;
        }

.added-notification {
    width: 180px;
    position: fixed;
    top: -100px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 3px;
    padding: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 1px #b2bdd1;
    box-shadow: 0 0 2px 1px #b2bdd1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
    background-color: #fff;
}

@media (max-width: 575px) {
    .added-notification {
        left: 12px;
    }
}

.added-notification.show {
    top: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.added-notification img {
    width: 25%;
}

.added-notification h3 {
    color: #212529;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 10px;
    font-weight: 400;
    white-space: nowrap;
}

.addeffect-section {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd;
}

    .addeffect-section.cartMove .error-message {
        display: block;
    }

    .addeffect-section.cartMove .size-box {
        -webkit-animation: buttons-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        animation: buttons-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }

    .addeffect-section .size-box,
    .size-box {
        margin: 10px 0;
    }

        .addeffect-section .size-box ul li,
        .size-box ul li {
            height: 35px;
            min-width: 45px;
            padding: 0 4px;
            border-radius: 5px;
            margin-left: 10px;
            cursor: pointer;
            background-color: #eff2f7;
            border: 1px solid #eff2f7;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.btn-solid-default svg {
    margin-left: 10px;
}
/*
[dir="rtl"] .addeffect-section .size-box ul li {
    margin-left: 0;
    margin-right: 10px;
}
*/
.addeffect-section .size-box ul li.active,
.size-box ul li.active {
    background: #212529;
}

    .addeffect-section .size-box ul li.active a,
    .size-box ul li.active a {
        color: #fff;
    }

.addeffect-section .size-box ul li a,
.size-box ul li a {
    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;
    height: 100%;
    color: #212529;
    font-weight: 400;
}

.addeffect-section .error-message {
    display: none;
    color: var(--theme-color);
    font-weight: 500;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .addeffect-section .qty-box .input-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.addeffect-section .qty-box .input-group span button {
    border: 1px solid #b2bdd1;
    height: 100%;
}

.addeffect-section .qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-radius: 50px;
}

.addeffect-section .qty-box .input-group input {
    padding: 12px 10px;
}

.addeffect-section .qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #212529;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 15px 20px;
}

    .addeffect-section .qty-box .input-group button i {
        font-weight: 900;
        color: #212529;
    }

.addeffect-section .qty-box .input-group .icon {
    padding-left: 0;
}

.product-buttons {
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .product-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .product-buttons {
        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;
    }
}

/*[dir="rtl"] .product-buttons .btn-solid + .btn-solid {
    margin-left: 8px;
    margin-right: unset;
}*/
/*
[dir="rtl"] .product-buttons .btn-solid i {
    margin-left: unset;
    margin-right: 5px;
}*/

.shipping-order li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

@media (max-width: 767px) {
    .shipping-order li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shipping-order li img {
    margin-left: 18px;
}

.product-count {
    background-color: #eff2f7;
    padding: 10px 12px !important;
    margin-bottom: 20px;
}

    .product-count img {
        margin-left: 6px;
    }
    /*
[dir="rtl"] .product-count img {
    margin-left: 0;
    margin-right: 6px;
}*/

    .product-count ul {
        margin-bottom: -4px;
    }

        .product-count ul li {
            margin-bottom: 4px;
        }

            .product-count ul li:first-child {
                margin-left: 14px;
            }

/*[dir="rtl"] .product-count ul li:first-child {
    margin-left: 0;
    margin-right: 14px;
}*/

/*[dir="rtl"] .rating-section h6 {
    margin-right: 0;
    margin-left: 10px;
}*/

.color-variant {
    margin-bottom: 10px;
}

    .color-variant li {
        height: 30px;
        width: 30px;
        cursor: pointer;
        display: inline-block;
        border-radius: 100%;
        margin-left: 5px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .color-variant li + li {
            margin-right: 0;
        }

        .color-variant li:nth-child(1) {
            background-color: #f1e7e6;
        }

        .color-variant li:nth-child(3) {
            background-color: #bfbfbf;
        }

        .color-variant li.active {
            position: relative;
        }

            .color-variant li.active:after {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                top: 10px;
                height: 100%;
                left: 4px;
                height: 15px;
                width: 15px;
                background-size: 70%;
                background-repeat: no-repeat;
                position: absolute;
                opacity: 0.8;
            }

.price-detail {
    font-size: 45px;
    color: #001e26;
    font-weight: 600;
    margin: 26px 0;
}

    .price-detail del {
        font-size: 14px;
        color: #aaaaaa;
        font-weight: 400;
    }

    .price-detail span {
        font-size: 16px;
        color: var(--theme-color);
        padding-right: 10px;
    }

/*[dir="rtl"] .price-detail span {
    padding-right: 0;
    padding-left: 10px;
}*/

.label-section {
    margin: 10px 0;
}

    .label-section .badge-yellow-color {
        padding: 6px 11px;
        font-size: 14px;
        background: #fec006;
    }

    .label-section .label-text {
        text-transform: capitalize;
        padding-right: 5px;
    }

/*[dir="rtl"] .label-section .label-text {
    padding-right: 0;
    padding-left: 5px;
}*/
/*
[dir="rtl"] .service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-icon svg {
    margin-left: 0;
    margin-right: 16px;
}
*/

.details-items .color-image {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .details-items .color-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.details-items .color-image .image-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .details-items .color-image .image-select h5 {
        white-space: nowrap;
    }

    .details-items .color-image .image-select .image-section {
        width: calc(100% - 30px);
        margin-right: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
        /*
[dir="rtl"] .details-items .color-image .image-select .image-section {
    margin-right: 0;
    margin-left: 10px;
}*/

        .details-items .color-image .image-select .image-section li {
            width: 60px;
            height: 60px;
            margin-left: 10px;
            overflow: hidden;
            border-radius: 5px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .details-items .color-image .image-select .image-section li.active {
                -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
            }

.details-items .details-image {
    position: relative;
}

.details-items .cloth-details-size {
    position: sticky;
    top: 10px;
}

@media (max-width: 767px) {
    .details-items .cloth-details-size {
        text-align: center;
    }
}

.details-items .cloth-details-size .details-image-concept {
    margin: 15px 0;
}

    .details-items .cloth-details-size .details-image-concept h2 {
        text-transform: uppercase;
        font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
        line-height: 1.2em;
        color: #212529;
    }

.details-items .cloth-details-size .border-product {
    padding: 20px 0;
    border-top: 1px dashed #ddd;
}

    .details-items .cloth-details-size .border-product img {
        width: 100%;
        max-width: 75%;
    }

@media (max-width: 767px) {
    .details-items .cloth-details-size .border-product img {
        width: 100%;
        max-width: 100%;
    }
}

.details-items .cloth-details-size .progress {
    background-color: #ddd;
    height: 5px;
    width: 70%;
}

@media (max-width: 1199px) {
    .details-items .cloth-details-size .progress {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .details-items .cloth-details-size .progress {
        width: 100%;
    }
}

.details-items .cloth-details-size .progress .progress-bar {
    background-color: var(--theme-color);
}

.cloth-review .nav-tabs {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #b2bdd1;
}

    .cloth-review .nav-tabs .nav-link {
        color: #212529;
        border-bottom: 4px solid transparent;
        padding: 15px 20px;
        font-size: 19px;
        font-weight: 500;
        margin-left: 20px;
        white-space: nowrap;
    }

/*[dir="rtl"] .cloth-review .nav-tabs .nav-link {
    margin-left: 0;
    margin-right: 20px;
}*/

@media (max-width: 575px) {
    .cloth-review .nav-tabs .nav-link {
        margin-left: 0;
    }
}

.cloth-review .nav-tabs .nav-link:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 4px solid var(--theme-color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cloth-review .nav-tabs .nav-link.active {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 4px solid var(--theme-color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #212529;
    background-color: #fff;
}

.cloth-review .shipping-chart {
    padding-bottom: 5px;
    padding: 0;
}

    .cloth-review .shipping-chart li {
        font-size: 15px;
        list-style: none;
        color: #696969;
        padding: 0;
        margin: 10px 0;
        display: block;
    }

.cloth-review .tab-pane {
    padding-top: 30px;
}

    .cloth-review .tab-pane .customer-review-box h4 {
        margin-bottom: 0px;
    }

    .cloth-review .tab-pane .customer-review-box .customer-section {
        border-bottom: 1px solid rgba(206, 212, 218, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 0;
    }

        .cloth-review .tab-pane .customer-review-box .customer-section .customer-profile {
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 50%;
            margin-left: 28px;
        }
        /*
[dir="rtl"] .cloth-review .tab-pane .customer-review-box .customer-section .customer-profile {
    margin-left: 0;
    margin-right: 28px;
}*/

        .cloth-review .tab-pane .customer-review-box .customer-section .customer-details {
            width: calc(100% - 30px);
        }

            .cloth-review .tab-pane .customer-review-box .customer-section .customer-details h5 {
                font-weight: 500;
            }

            .cloth-review .tab-pane .customer-review-box .customer-section .customer-details p {
                line-height: 1.4;
            }

            .cloth-review .tab-pane .customer-review-box .customer-section .customer-details .date-custo {
                margin-top: 15px;
                font-size: 14px;
            }



@media only screen and (max-width: 1499px){

  .slider-product-box {
    padding: 30px 20px;
}}


    .cloth-review .tab-pane .customer-rating .rating-progess {
        margin-top: 21px;
    }

        .cloth-review .tab-pane .customer-rating .rating-progess li {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 20px;
        }

            .cloth-review .tab-pane .customer-rating .rating-progess li .progress {
                width: 100%;
                border-radius: 8px;
                height: 12px;
            }

                .cloth-review .tab-pane .customer-rating .rating-progess li .progress .progress-bar {
                    background-color: #ffa202;
                }

            .cloth-review .tab-pane .customer-rating .rating-progess li h5 {
                margin: 0;
                white-space: nowrap;
                color: #212529;
                font-size: 14px;
            }

    /*[dir="rtl"] .cloth-review .tab-pane .pro .table-part tr td {
    text-align: left;
}*/

    /*[dir="rtl"] .cloth-review .tab-pane .question-answer ul li .que .fa-question {
    margin-left: 0;
    margin-right: 15px;
}*/

.cloth-review .tab-pane p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 14px;
}

    .cloth-review .tab-pane table tbody tr th {
        padding: 1.2rem 0.5rem !important;
        font-weight: 400;
        white-space: nowrap;
    }

    .cloth-review .tab-pane table tbody tr td {
        padding: 1.2rem 0.5rem;
        white-space: nowrap;
        text-align: center;
    }

.cloth-review .review-box .form-control:focus {
    border-color: #eff3f7 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.part {
    margin-bottom: calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
}

.recently-purchase {
    background: #fff;
    max-width: 400px;
    border: 0;
    border-radius: 0;
    bottom: -200px;
    right: 10px;
    padding: 12px;
    position: fixed;
    text-align: right;
    width: auto;
    z-index: 7;
    -webkit-box-shadow: 0 0 4px 0 rgba(33, 37, 41, 0.2);
    box-shadow: 0 0 4px 0 rgba(33, 37, 41, 0.2);
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/*[dir="rtl"] .recently-purchase {
    right: unset;
    left: 10px;
}*/

@media (max-width: 360px) {
    .recently-purchase {
        right: 0;
        margin: 0 13px;
    }
}

.recently-purchase.show {
    bottom: 10px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 767px) {
    .recently-purchase.show {
        bottom: 80px;
    }
}

@media (max-width: 480px) {
    .recently-purchase.show {
        bottom: 64px;
    }
}

.recently-purchase img {
    width: 22%;
}

.recently-purchase .close-popup {
    position: absolute;
    left: 7px;
    top: 7px;
    opacity: 0.5;
    color: #212529;
}

/*[dir="rtl"] .recently-purchase .close-popup {
    left: unset;
    right: 7px;
}*/

.recently-purchase .media-body {
    padding: 0 20px;
}
    /*
[dir="rtl"] .recently-purchase .media-body {
    text-align: left;
}*/

    .recently-purchase .media-body h4 {
        font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 500;
    }

    .recently-purchase .media-body .title {
        font-weight: 600;
    }
/*
[dir="rtl"] .sticky-bottom-cart .product-image .content {
    margin-right: 0;
    margin-left: 12px;
}*/
/*
[dir="rtl"] .sticky-bottom-cart .product-image .content h6 span {
    margin-right: 0;
    margin-left: 5px;
}*/

@media (max-width: 575px) {

    /* [dir="rtl"] .sticky-bottom-cart .add-btn a + a {
        margin-left: 8px;
        margin-right: unset;
    }*/
}

/*[dir="rtl"] .sticky-bottom-cart .add-btn a i {
    margin-left: unset;
    margin-right: 7px;
}*/
/*
[dir="rtl"] .product-image {
    direction: ltr;
}*/
/*
[dir="rtl"] .product-image .product-details .cart-wrap {
    margin-right: unset;
    padding-left: 20px;
}
*/

/*[dir="rtl"] .product-image .product-details .cart-wrap ul li + li {
    margin-right: unset;
    margin-left: 10px;
}*/

/*[dir="rtl"] .product-image .product-details {
    margin-right: 0;
    margin-left: 15px;
}*/

/*[dir="rtl"] .product-image .product-details h4 span {
    margin-right: unset;
    margin-left: 10px;
}*/

.wrapper {
    text-align: center;
    color: #696969;
    overflow: hidden;
}

@-webkit-keyframes rounded {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rounded {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes run-shoes {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0);
    }
}

@keyframes run-shoes {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
        box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
        box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
        box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
        box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
    }
}

@-webkit-keyframes ripple-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(65, 139, 255, 0.4), 0 0 0 1em rgba(65, 139, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(65, 139, 255, 0.4), 0 0 0 1em rgba(65, 139, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
        box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
    }
}

@keyframes ripple-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(65, 139, 255, 0.4), 0 0 0 1em rgba(65, 139, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(65, 139, 255, 0.4), 0 0 0 1em rgba(65, 139, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(65, 139, 255, 0);
        box-shadow: 0 0 0 1em rgba(65, 139, 255, 0.4), 0 0 0 1.5em rgba(65, 139, 255, 0);
    }
}

@-webkit-keyframes ripple-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes rotate-flower {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    25% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-flower {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    25% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes back {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    70% {
        -webkit-transform: translateX(13px);
        transform: translateX(13px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes back {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    70% {
        -webkit-transform: translateX(13px);
        transform: translateX(13px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes regMask {
    0% {
        -webkit-transform: translate(0px, 0px) scale(0);
        transform: translate(0px, 0px) scale(0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px) scale(0.5);
        transform: translate(-100px, 100px) scale(0.5);
    }

    100% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes regMask {
    0% {
        -webkit-transform: translate(0px, 0px) scale(0);
        transform: translate(0px, 0px) scale(0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px) scale(0.5);
        transform: translate(-100px, 100px) scale(0.5);
    }

    100% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }
}

@-webkit-keyframes regMaskR {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) scale(0.5);
        transform: translate(-150px, -150px) scale(0.5);
    }

    100% {
        -webkit-transform: translate(0px, 0px) scale(0);
        transform: translate(0px, 0px) scale(0);
    }
}

@keyframes regMaskR {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) scale(0.5);
        transform: translate(-150px, -150px) scale(0.5);
    }

    100% {
        -webkit-transform: translate(0px, 0px) scale(0);
        transform: translate(0px, 0px) scale(0);
    }
}

@-webkit-keyframes regTag {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-4px, 25px) rotate(-11.25deg);
        transform: translate(-4px, 25px) rotate(-11.25deg);
    }

    50% {
        -webkit-transform: translate(88px, 40px) rotate(-22.5deg);
        transform: translate(88px, 40px) rotate(-22.5deg);
    }

    100% {
        -webkit-transform: translate(96px, 8px) rotate(-45deg);
        transform: translate(96px, 8px) rotate(-45deg);
    }
}

@keyframes regTag {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-4px, 25px) rotate(-11.25deg);
        transform: translate(-4px, 25px) rotate(-11.25deg);
    }

    50% {
        -webkit-transform: translate(88px, 40px) rotate(-22.5deg);
        transform: translate(88px, 40px) rotate(-22.5deg);
    }

    100% {
        -webkit-transform: translate(96px, 8px) rotate(-45deg);
        transform: translate(96px, 8px) rotate(-45deg);
    }
}

@-webkit-keyframes regTag2 {
    0% {
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
    }

    100% {
        width: 70px;
        height: 70px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        line-height: 68px;
    }
}

@keyframes regTag2 {
    0% {
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
    }

    100% {
        width: 70px;
        height: 70px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        line-height: 68px;
    }
}

@-webkit-keyframes regTagR {
    0% {
        -webkit-transform: translate(96px, 8px) rotate(-45deg);
        transform: translate(96px, 8px) rotate(-45deg);
    }

    25% {
        -webkit-transform: translate(88px, 40px) rotate(-22.5deg);
        transform: translate(88px, 40px) rotate(-22.5deg);
    }

    50% {
        -webkit-transform: translate(-4px, 25px) rotate(-11.25deg);
        transform: translate(-4px, 25px) rotate(-11.25deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes regTagR {
    0% {
        -webkit-transform: translate(96px, 8px) rotate(-45deg);
        transform: translate(96px, 8px) rotate(-45deg);
    }

    25% {
        -webkit-transform: translate(88px, 40px) rotate(-22.5deg);
        transform: translate(88px, 40px) rotate(-22.5deg);
    }

    50% {
        -webkit-transform: translate(-4px, 25px) rotate(-11.25deg);
        transform: translate(-4px, 25px) rotate(-11.25deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes regTag2R {
    0% {
        width: 70px;
        height: 70px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        line-height: 68px;
    }

    100% {
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
    }
}

@keyframes regTag2R {
    0% {
        width: 70px;
        height: 70px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
        line-height: 68px;
    }

    100% {
        width: 140px;
        height: 140px;
        line-height: 140px;
        -webkit-box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
        box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
    }
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        opacity: 0.5;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        opacity: 0.5;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes buttons-shake {
    10%, 90% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
}

@keyframes buttons-shake {
    10%, 90% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    3% {
        -webkit-transform: rotateZ(14deg);
        transform: rotateZ(14deg);
    }

    5% {
        -webkit-transform: rotateZ(-17deg);
        transform: rotateZ(-17deg);
    }

    7% {
        -webkit-transform: rotateZ(16deg);
        transform: rotateZ(16deg);
    }

    9% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    11% {
        -webkit-transform: rotateZ(14deg);
        transform: rotateZ(14deg);
    }

    13% {
        -webkit-transform: rotateZ(-13deg);
        transform: rotateZ(-13deg);
    }

    15% {
        -webkit-transform: rotateZ(12deg);
        transform: rotateZ(12deg);
    }

    17% {
        -webkit-transform: rotateZ(-12deg);
        transform: rotateZ(-12deg);
    }

    19% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }

    21% {
        -webkit-transform: rotateZ(-9deg);
        transform: rotateZ(-9deg);
    }

    23% {
        -webkit-transform: rotateZ(8deg);
        transform: rotateZ(8deg);
    }

    25% {
        -webkit-transform: rotateZ(-7deg);
        transform: rotateZ(-7deg);
    }

    27% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    29% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    31% {
        -webkit-transform: rotateZ(4deg);
        transform: rotateZ(4deg);
    }

    33% {
        -webkit-transform: rotateZ(-3deg);
        transform: rotateZ(-3deg);
    }

    35% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    37% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg);
    }

    39% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
    }

    41% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    3% {
        -webkit-transform: rotateZ(14deg);
        transform: rotateZ(14deg);
    }

    5% {
        -webkit-transform: rotateZ(-17deg);
        transform: rotateZ(-17deg);
    }

    7% {
        -webkit-transform: rotateZ(16deg);
        transform: rotateZ(16deg);
    }

    9% {
        -webkit-transform: rotateZ(-15deg);
        transform: rotateZ(-15deg);
    }

    11% {
        -webkit-transform: rotateZ(14deg);
        transform: rotateZ(14deg);
    }

    13% {
        -webkit-transform: rotateZ(-13deg);
        transform: rotateZ(-13deg);
    }

    15% {
        -webkit-transform: rotateZ(12deg);
        transform: rotateZ(12deg);
    }

    17% {
        -webkit-transform: rotateZ(-12deg);
        transform: rotateZ(-12deg);
    }

    19% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }

    21% {
        -webkit-transform: rotateZ(-9deg);
        transform: rotateZ(-9deg);
    }

    23% {
        -webkit-transform: rotateZ(8deg);
        transform: rotateZ(8deg);
    }

    25% {
        -webkit-transform: rotateZ(-7deg);
        transform: rotateZ(-7deg);
    }

    27% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    29% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    31% {
        -webkit-transform: rotateZ(4deg);
        transform: rotateZ(4deg);
    }

    33% {
        -webkit-transform: rotateZ(-3deg);
        transform: rotateZ(-3deg);
    }

    35% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg);
    }

    37% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg);
    }

    39% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
    }

    41% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

@-webkit-keyframes animateContainer {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@-webkit-keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-187%);
        transform: translateY(-187%);
    }
}

@keyframes floating {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-187%);
        transform: translateY(-187%);
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes moveDown {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes moveDown {
    from {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes pendulum {
    20% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    40% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    60% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes pendulum {
    20% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    40% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    60% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes catHi {
    0%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    10%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes catHi {
    0%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    10%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes catShadow {
    0%, 100% {
        -webkit-transform: translate(-40px, -35px) scale(0.3);
        transform: translate(-40px, -35px) scale(0.3);
    }

    10%, 60% {
        opacity: 1;
        -webkit-transform: translate(5px, 10px) scale(0.5);
        transform: translate(5px, 10px) scale(0.5);
    }

    60% {
        opacity: 0;
    }
}

@keyframes catShadow {
    0%, 100% {
        -webkit-transform: translate(-40px, -35px) scale(0.3);
        transform: translate(-40px, -35px) scale(0.3);
    }

    10%, 60% {
        opacity: 1;
        -webkit-transform: translate(5px, 10px) scale(0.5);
        transform: translate(5px, 10px) scale(0.5);
    }

    60% {
        opacity: 0;
    }
}

@-webkit-keyframes moveBox {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -150px) rotate(-20deg);
        transform: translate(0, -150px) rotate(-20deg);
    }

    15% {
        opacity: 1;
        -webkit-transform: translate(0, 100px) rotate(15deg);
        transform: translate(0, 100px) rotate(15deg);
    }

    25% {
        -webkit-transform: translate(0, 250px) rotate(-10deg);
        transform: translate(0, 250px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translate(0, 350px) rotate(5deg);
        transform: translate(0, 350px) rotate(5deg);
    }

    35% {
        opacity: 1;
        -webkit-transform: translate(0, 570px) rotate(0deg);
        transform: translate(0, 570px) rotate(0deg);
    }

    45%, 100% {
        opacity: 0;
        -webkit-transform: translate(0, 570px);
        transform: translate(0, 570px);
    }
}

@keyframes moveBox {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -150px) rotate(-20deg);
        transform: translate(0, -150px) rotate(-20deg);
    }

    15% {
        opacity: 1;
        -webkit-transform: translate(0, 100px) rotate(15deg);
        transform: translate(0, 100px) rotate(15deg);
    }

    25% {
        -webkit-transform: translate(0, 250px) rotate(-10deg);
        transform: translate(0, 250px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translate(0, 350px) rotate(5deg);
        transform: translate(0, 350px) rotate(5deg);
    }

    35% {
        opacity: 1;
        -webkit-transform: translate(0, 570px) rotate(0deg);
        transform: translate(0, 570px) rotate(0deg);
    }

    45%, 100% {
        opacity: 0;
        -webkit-transform: translate(0, 570px);
        transform: translate(0, 570px);
    }
}

@-webkit-keyframes parachute {
    0% {
        -webkit-transform: translate(0, -150px) rotate(-20deg) scale(0.8);
        transform: translate(0, -150px) rotate(-20deg) scale(0.8);
        opacity: 0;
    }

    15% {
        -webkit-transform: translate(0, 100px) rotate(15deg) scale(1);
        transform: translate(0, 100px) rotate(15deg) scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: translate(0, 250px) rotate(-10deg);
        transform: translate(0, 250px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translate(0, 350px) rotate(5deg);
        transform: translate(0, 350px) rotate(5deg);
    }

    33% {
        -webkit-transform: translate(0, 460px) rotate(0deg) scale(0.9);
        transform: translate(0, 460px) rotate(0deg) scale(0.9);
        opacity: 1;
    }

    45%, 100% {
        -webkit-transform: translate(0, 480px);
        transform: translate(0, 480px);
        opacity: 0;
    }
}

@keyframes parachute {
    0% {
        -webkit-transform: translate(0, -150px) rotate(-20deg) scale(0.8);
        transform: translate(0, -150px) rotate(-20deg) scale(0.8);
        opacity: 0;
    }

    15% {
        -webkit-transform: translate(0, 100px) rotate(15deg) scale(1);
        transform: translate(0, 100px) rotate(15deg) scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: translate(0, 250px) rotate(-10deg);
        transform: translate(0, 250px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translate(0, 350px) rotate(5deg);
        transform: translate(0, 350px) rotate(5deg);
    }

    33% {
        -webkit-transform: translate(0, 460px) rotate(0deg) scale(0.9);
        transform: translate(0, 460px) rotate(0deg) scale(0.9);
        opacity: 1;
    }

    45%, 100% {
        -webkit-transform: translate(0, 480px);
        transform: translate(0, 480px);
        opacity: 0;
    }
}

@-webkit-keyframes fadeInOut {
    5%, 12% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    5%, 12% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }
}

@-webkit-keyframes clouds {
    from {
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0);
    }

    to {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0);
    }
}

@keyframes clouds {
    from {
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0);
    }

    to {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0);
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/**=====================
     banner css start
==========================**/





/**=====================
     responsive css start
==========================**/
@media (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }
}

/**********my style******************/
::selection {
    background: #e57438;
    color: #ffffff;
}

#ec-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999999999;
    display: none;
}

    #ec-overlay .loader_img {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999999999;
        background: #ffffff url(" ../images/loader.gif") no-repeat scroll 50% 50%;
        background-size: 65px;
        pointer-events: none;
        overflow: hidden;
    }
/*
[dir="rtl"] .dropdown-menu {
    right: 0 !important;
}

@media (min-width: 1200px) {
    [dir="rtl"] .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        margin-right: 15px;
        margin-left: 0;
    }

    [dir="rtl"] .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        right: 95%;
        left: unset
    }
}
*/
.main-header .brand-logo .logo-img {
    width: 130px;
}
/******modal****/

.theme-modal .modal-dialog .modal-content .modal-body {
    background-color: #ffffff;
    padding: 0;
}

    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        background-color: #fff;
        padding: 48px 30px;
    }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
            padding-left: 0;
            padding-top: 0;
            position: absolute;
            left: 20px;
            top: 24px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            opacity: 1;
            color: #fff;
            background: url("../images/download.svg") center/1em auto no-repeat;
            background-color: #001E26;
            padding: 0;
            transition: 0.4s;
        }

            .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close:hover {
                background-color: var(--theme-color);
            }

            .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close span {
                color: #001E26;
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1;
            }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
            margin-bottom: 40px;
        }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
            text-align: center;
            color: #001E26;
            margin-bottom: 10px;
        }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .par-news {
            margin-bottom: 20px;
            text-align: center;
        }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
            margin: 0 auto;
            text-align: center;
        }

            .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
                padding-top: 8px;
                padding-bottom: 8px;
                text-align: right;
                height: 60px;
                padding-right: 25px;
                font-size: 16px;
                max-width: 100%;
                right: 0;
                left: 0;
                margin: 0 auto;
                border-radius: 50px;
                letter-spacing: 0;
                padding-left: 152px;
                border-color: #eff2f7;
                font-family: 'Almarai';
            }

.theme-modal .modal-dialog .quick-view-modal button.btn-close {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    font-size: 30px;
    padding: 0;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 25px;
}

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
        max-width: 150px;
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
        padding: 0 15px;
    }

        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
            font-size: 16px;
        }

            .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
                margin-left: 8px;
                color: #fff;
                background: #19a340;
                font-size: 14px;
                width: 18px;
                height: 18px;
                line-height: 18px;
                border-radius: 50%;
            }

        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
            display: inline-block;
            font-size: 16px;
            padding: 6px 10px;
            margin: 0 6px;
        }

#quick-view .modal-dialog .modal-content .modal-body {
    background-image: none;
}

.modal .btn-close {
    padding-left: 10px;
    padding-top: 5px;
    position: absolute;
    left: 17px;
    top: 0;
}

    .modal .btn-close span {
        color: #001E26;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
    }

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 20px;
}

header .top-header .border-list > li a i.icon-name {
    padding-left: 5px;
    font-size: 15px;
    padding-right: 0;
    vertical-align: middle;
    position: relative;
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0px 3px 16px #001E260001c;
    padding: 8px 10px !important;
    border: 0;
}



.details-image-1 img {
    border-radius: 20px;
}

.slick-track img {
    border-radius: 20px;
}

.dropdown-menu .dropdown-item {
    padding: 6px 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #e57438;
}

.ltr-lang {
    direction: ltr;
    text-align: left;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.ltr {
    direction: ltr;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.lang-item .lang-link .icon-lang {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}

.lang-item .lang-link span {
    vertical-align: middle;
}

a {
    transition: 0.4s;
    color: var(--theme-color);
}

header .top-header .border-list > li a:hover {
    color: var(--theme-color);
}

header .top-header .border-list .location-adress .link-location {
    color: #e57438;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.icon-map {
    width: 18px;
    vertical-align: sub;
}

.header-page {
    background-color: #eff2f7;
}

    .header-page .main-header {
        background: #f5f8fc;
    }

        .header-page .main-header.search-header {
            border-radius: 25px 25px 0 0;
            border-bottom: 0;
            margin-top: -30px;
        }

header .onhover-div {
    border-radius: 10px;
}

header .cart-dropdown .media .title-product {
    color: #001E26;
    margin-bottom: 10px;
}

    header .wislist-dropdown a:hover,
    header .cart-dropdown .media .title-product:hover {
        color: var(--theme-color);
    }

header .main-navbar .nav-menu > li > a:hover {
    color: var(--theme-color);
}

.header-page .main-header.third-header .main-menu {
    padding: 0 0 15px;
}



header .main-menu .menu-right .sidebar-bar {
    font-size: 18px;
}

@media (max-width: 470px) {
    header .top-header .row .col-auto {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 4px;
    }

        header .top-header .row .col-auto:last-of-type {
            margin-bottom: 0x;
        }

    header .top-header .border-list > li.location-adress {
        border-left: 0 !important;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    header .top-header .row {
        justify-content: center;
    }

    header .top-header .border-list > li.location-adress {
        border-left: 1px solid rgba(35, 35, 35, 0.15);
        padding: 0 10px;
        padding-right: 0;
    }

    header .top-header .border-list > li:first-child {
        padding-right: 10px;
    }

    header .top-header .row .col-auto {
        padding: 0;
    }

    header .top-header .border-list > li:last-child {
        padding-left: 10px;
    }

    header .top-header .border-list .location-adress .link-location {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    header .main-menu .menu-right > ul > li + li {
        margin-right: 12px;
    }

        header .main-menu .menu-right > ul > li + li.onhover-dropdown.notifications-dropdown {
            margin-right: 10px;
        }

    header .main-menu .menu-right .search-box {
        border-radius: 0;
        width: auto;
        align-items: center;
        height: auto;
        padding: 0;
        justify-content: center;
    }

    header .search-full .input-group {
        border-radius: 30px;
        overflow: hidden;
    }

    header .search-full.open {
        /* padding: 10px 12px;
            border: 2px solid #eff2f7;
            border-radius: 20px;*/
        padding: 0;
        border: 0;
    }

    header .search-full .input-group {
        border: 1px solid transparent;
        background-color: #e57438;
        border-radius: 30px;
        overflow: hidden;
    }

    header .search-full .font-light {
        color: #ffffff !important;
    }
}

@media (max-width: 1199px) {
    .header-page .main-header.third-header .main-menu {
        padding: 0;
    }

    .main-menu .main-navbar #mainnav .according-menu {
        display: none;
        font-size: 16px;
        font-weight: 600;
    }

    .main-menu .main-navbar #mainnav .dropdown .according-menu {
        display: inline-block;
    }

    header .main-navbar .nav-menu > li > a {
        font-size: 15px;
    }
}

.copy-right-par a:hover {
    color: var(--theme-color);
    font-weight: bold;
}

footer .footer-contact .par-footer {
    margin-bottom: 20px;
}

.social-media-box {
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}

    .social-media-box .item-social {
        display: inline-block;
    }

        .social-media-box .item-social a {
            display: inline-flex;
            width: 34px;
            height: 34px;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: 50%;
            margin-left: 5px;
            font-size: 16px;
            transition: 0.4s;
        }

            .social-media-box .item-social a:hover {
                transform: translateY(-6px);
            }

                .social-media-box .item-social a:hover i.fa-facebook-f {
                    color: #395498;
                }

                .social-media-box .item-social a:hover i.fa-instagram {
                    color: #e003d7;
                }

                .social-media-box .item-social a:hover i.fa-twitter {
                    color: #1c9cea;
                }

                .social-media-box .item-social a:hover i.fa-youtube {
                    color: #fe0000;
                }

.d-ltr {
    direction: ltr;
    display: inline-block;
}

.contact-lists li {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    padding-right: 26px;
    align-items: center;
}

    .contact-lists li i {
        color: #e57438;
        position: absolute;
        right: 0;
    }

a {
    transition: 0.4s;
}

.contact-lists li a:hover {
    transform: translateX(-4px);
}



.main-footer .footer-newsletter .contact-lists {
    margin-bottom: 20px;
}

.main-footer .footer-contact .box-download-app {
    padding-top: 0;
    border-top: 0;
}

    .main-footer .footer-contact .box-download-app .item--app {
        display: inline-block;
        margin-bottom: 6px;
        margin-left: 0px;
    }

        .main-footer .footer-contact .box-download-app .item--app:last-of-type {
            margin-left: 0px;
            margin-bottom: 0px;
        }

        .main-footer .footer-contact .box-download-app .item--app a {
            display: inline-block;
        }

        .main-footer .footer-contact .box-download-app .item--app img {
            width: auto;
        }

header .main-navbar .nav-menu > li > a.gradient-title {
    padding-left: 4px;
}

.main-footer .footer-contact .box-download-app .item--app a {
    transition: 0.4s;
}

    .main-footer .footer-contact .box-download-app .item--app a img {
        transition: 0.4s;
    }

    .main-footer .footer-contact .box-download-app .item--app a:hover img {
        transform: translateY(-4px);
    }

/**=====================
    category mixins css start
==========================**/
.category-section.ratio_40 .bg-size::before {
    padding-top: 20%;
}

.category-wrap {
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

@media (max-width: 360px) {
    .category-wrap {
        height: unset;
    }
}

.category-wrap.category-color {
    background-color: #eff2f7;
}

@media (max-width: 1460px) {
    .category-wrap.category-padding {
        padding: 23px;
    }
}

@media (max-width: 1199px) {
    .category-wrap.category-padding {
        padding: 19px;
    }
}

.category-wrap.theme-bg-color {
    color: #fff;
    background-color: var(--theme-color);
}

    .category-wrap.theme-bg-color .light-text {
        font-size: 40px;
        line-height: 96px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 0;
        position: absolute;
        opacity: 0.08;
        font-family: Rubik, sans-serif;
        top: -10px;
        right: 0;
    }

    .category-wrap.theme-bg-color h2 {
        margin-bottom: 10px;
    }

        .category-wrap.theme-bg-color h2.top-spacing {
            margin-top: 0;
            font-size: 30px;
        }

    .category-wrap.theme-bg-color span {
        letter-spacing: calc(2px + (8 - 2) * ((100vw - 320px) / (1920 - 320)));
        text-transform: uppercase;
        display: block;
        margin-bottom: -5px;
    }

.category-wrap .category-content {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .category-wrap .category-content span {
        color: #212529;
        display: block;
        text-align: left;
    }

    .category-wrap .category-content.category-text-1 h3 {
        margin-top: -4px;
    }

    .category-wrap .category-content.category-text-1 span {
        display: block;
        margin-bottom: 0px;
        text-align: right;
    }

    .category-wrap .category-content h3 {
        margin-bottom: 2px;
        font-weight: 600;
        font-size: 20px;
    }

.category-section .light-arrow .slick-arrow,
.category-section .white-arrow .slick-arrow {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .category-section .light-arrow .slick-arrow,
    .category-section .white-arrow .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

.category-section .light-arrow .slick-arrow:before,
.category-section .white-arrow .slick-arrow:before {
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.category-section .light-arrow .slick-prev,
.category-section .white-arrow .slick-prev {
    z-index: 1;
}

    .category-section .light-arrow .slick-prev:before,
    .category-section .white-arrow .slick-prev:before {
        content: "\f053";
    }

.category-section .light-arrow .slick-next:before,
.category-section .white-arrow .slick-next:before {
    content: "\f054";
}

.category-section .light-arrow .slick-arrow {
    background-color: #f0f3f8;
}

    .category-section .light-arrow .slick-arrow:before {
        color: #001E26;
    }

    .category-section .light-arrow .slick-arrow:hover {
        background-color: var(--theme-color);
    }

        .category-section .light-arrow .slick-arrow:hover:before {
            color: #fff;
        }

.category-section .bottom-space {
    margin-bottom: -4px;
}

.category-section .white-arrow .slick-arrow {
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
}

    .category-section .white-arrow .slick-arrow:before {
        color: #fff;
    }

    .category-section .white-arrow .slick-arrow:hover,
    .white-arrow .slick-arrow:active,
    .white-arrow .slick-arrow:focus {
        opacity: 0.8;
    }

        .category-section .white-arrow .slick-arrow:hover:before,
        .white-arrow .slick-arrow:active:before,
        .white-arrow .slick-arrow:focus:before {
            color:white;
        }

.category-section .white-arrow .slick-next {
    background-color: #e57438;
    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;
    right: -70px;
    margin-top: 20px;
    z-index: 0;
    border-radius: 10px !important;
}

    .category-section .white-arrow .slick-next:active {
        color: var(--theme-color);
    }



@media (max-width: 360px) {
    .category-section .white-arrow .slick-next {
        top: -58px;
    }
}

.category-section .white-arrow .slick-next::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    font-weight: 900;
}

.category-section .slick-slider .slick-list {
    margin: 0 -12px;
}

.category-section .white-arrow .slick-prev {
    background-color: #001e26;
    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;
    right: -70px;
    margin-top: -25px;
    left: unset;
    border-radius: 10px !important;
}

    .category-section .white-arrow .slick-prev::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        color: #fff;
        font-weight: 900;
    }

.category-section {
    padding: 50px 0;
    background-color: #F5F8FC;
    position: relative;
    margin-bottom: 50px;
}

    .category-section .sub-title {
        margin-bottom: 0;
        font-size: 32px;
    }

    .category-section .category-wrap {
        text-align: right;
        justify-content: space-between;
        background: #fff6f2;
        direction: rtl;
        height: auto;
        min-height: 120px;
        position: relative;
        padding-right: 90px;
        padding: 15px 16px;
        transition: 0.4s;
    }

 .addtocart-btn {
    width: auto!important;
    border-radius: 10px!important;
    height: auto!important;
    padding: 10px 20px!important;
}




.category-section .category-wrap .category-img {
    position: absolute;
    right: 16px;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%) scale(1);
}

        .category-section .category-wrap.theme-bg-color {
            color: #fff;
            background-color: var(--theme-color);
        }

.category-section .category-wrap .category-content h3 {
    margin-bottom: 10px;
    transition: 0.4s;
}

        .category-section .category-wrap .category-content.category-text-1 h3 {
            margin-top: 0;
        }

        .category-section .category-wrap:hover .category-img {
            transform: translateY(-50%) scale(1.1);
        }

     

.modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.input-them-1-box {
    position: relative;
}

    .input-them-1-box .default-theme {
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50px;
        font-family: 'Almarai';
    }

/******loading**********/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
    align-items: center;
    text-align: center;
}

    .preloader .lds-ripple {
        position: relative;
        width: 54px;
        height: 54px;
        text-align: center;
    }

        .preloader .lds-ripple div {
            position: absolute;
            border: 4px solid #e57438;
            opacity: 1;
            display: block;
            margin: auto;
            border-radius: 50%;
            -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }

            .preloader .lds-ripple div:nth-child(2) {
                -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s;
            }

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
    Keyframes Area Style
    ======================================================*/

@-webkit-keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.products-section {
    padding: 50px 0 0;
}

/***whatsapp**/
.whatsapp {
    cursor: pointer;
    color: #ffffff;
    background-color: #ffffff;
    z-index: 4;
    justify-content: center;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    opacity: 1;
    visibility: visible;
    background-color: #55cd6c;
    padding: 10px;
}




    .whatsapp img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Almarai', sans-serif;
}

.products-section .product-box {
    margin-bottom: 30px;
}

.products-section .btn-box {
    margin-top: 30px;
}

.deal-section {
    padding: 50px 0;
    position: relative;
}

.link-overlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.products-section.offer-section {
    padding: 50px 0;
    position: relative;
}

.products-section {
    padding: 50px 0;
    position: relative;
}


brands-section

.brands-section {
    padding-bottom: 29px;
}

.brands-section .slick-dots {
    bottom: -30px;
    margin: 0;
    background: #fff;
    border-radius: 25px;
    padding: 6px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .brands-section .slick-dots li {
        margin: 0 3px;
    }

        .brands-section .slick-dots li:first-of-type {
            margin-left: 0;
        }

        .brands-section .slick-dots li:last-of-type {
            margin-right: 0;
        }

        .brands-section .slick-dots li.slick-active {
            width: 16px;
            border-radius: 25px;
        }



.alert .btn-close {
    left: 10px !important;
    right: unset !important;
}

img {
    max-width: 100%;
}

.service-section.service-style-2 {
    position: relative;
    padding: 60px 0;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

del {
    font-size: 14px;
}

.products-section .product-box {
    direction: rtl;
}

.home-slider .single-hero-slider {
    position: relative;
}

.home-slider {
    position: relative;
    padding: 20px 0;
}

    .home-slider .slick-dots {
        bottom: 15px;
        margin: 0;
        background: #fff;
        border-radius: 25px;
        padding: 6px 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home-slider .slick-dots li {
            margin: 0 3px;
        }

        

            .home-slider .slick-dots li:last-of-type {
                margin-right: 0;
            }

            .home-slider .slick-dots li.slick-active {
                width: 16px;
                border-radius: 25px;
            }

    .home-slider .poster-image {
        height: 100%;
        background-color: #f0f3f8;
        position: relative;
        border-radius: 10px;
    }

        .home-slider .poster-image .poster-image-details {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 50%;
            margin-right: 35px;
            margin-left: 0;
            color: var(--theme-color);
        }

    .home-slider .poster-image-details {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 42%;
        margin-left: 35px;
        color: var(--theme-color);
    }

    .home-slider .poster-image .poster-image-details h5 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .home-slider .poster-image .poster-image-details h2 {
        font-size: 26px;
        color: #212529;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .home-slider .poster-image .poster-image-details p {
        color: #565656;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
    }

    .home-slider .poster-image .poster-image-details h3 {
        font-size: 30px;
        font-weight: bold;
        color: var(--theme-color);
        margin: 10px 0;
    }

        .home-slider .poster-image .poster-image-details h3 span del {
            color: #7e7e7e;
            font-size: 15px;
        }

    .home-slider .slick-slider .slick-list .slick-slide > div {
        margin: 0 15px;
    }

.saller-section {
    background-color: #ffffff;
    padding: 50px 0;
    position: relative;
}

    .saller-section .product-style-3 {
        margin-top: -35px;
        padding-top: 50px;
    }

    .saller-section .product-box .img-wrapper {
   
        border-radius: 20px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

        .saller-section .product-box .img-wrapper img {
            transition: 0.4s;
            transform: scale(1);
        }

    .saller-section .product-box:hover .img-wrapper img {
        transform: scale(1.1);
    }

.product-style-3.product-style-chair .product-title a {
    transition: 0.4s;
}

    .product-style-3.product-style-chair .product-title a:hover {
        color: var(--theme-color);
    }

.category-section .category-wrap.category-md {
    padding: 9px 25px;
    display: flex;
    align-items: center;
   
    background-size: cover;
    background-position: left center;
}

    .category-section .category-wrap.category-md .category-img {
        width: 55px;
        right: 20px;
    }

    .category-section .category-wrap.category-md .category-content {
        position: relative;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
    }

.quick-view-modal .product-btns .btn.btn-solid-default {
    margin-left: 5px;
}

.offer-num {
    direction: ltr;
    display: inline-block;
}

.quick-view-modal .product-right h6 .link-saller {
    transition: 0.4s;
}

    .quick-view-modal .product-right h6 .link-saller:hover {
        color: var(--theme-color) !important;
    }

.box-img-add {
    height: 100%;
    border-radius: 10px;
}

.ads-slider {
    height: 100%;
}

    .ads-slider .slick-list {
        height: 100%;
    }

        .ads-slider .slick-list .slick-track {
            height: 100%;
        }

            .ads-slider .slick-list .slick-track .slick-slide {
                height: 100%;
            }

                .ads-slider .slick-list .slick-track .slick-slide .block-ads {
                    overflow: hidden;
                    border-radius: 10px;
                    background-color: #fff2eb;
                    padding: 40px 30px;
                    position: relative;
                    direction: rtl;
                    text-align: right;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .ads-slider .slick-list .slick-track .slick-slide .block-ads::before {
                        content: "";
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        background-color: #e57438;
                        right: -45px;
                        bottom: 34px;
                        z-index: 0;
                        position: absolute;
                    }

.over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.ads-slider .block-ads .box-info-ads {
    display: inline-block;
    width: 140px;
    position: relative;
    z-index: 1;
}

    .ads-slider .block-ads .box-info-ads .ads-title {
        text-align: center;
        font-size: 28px;
    }

    .ads-slider .block-ads .box-info-ads .ads-oofer {
        font-size: 30px;
        display: block;
        font-weight: 700;
        color: var(--theme-color);
    }

.ads-slider .block-ads .box-img-add {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ads-slider .block-ads .box-img-ads {
    position: relative;
}

    .ads-slider .block-ads .box-img-ads::after {
        width: 200px;
        height: 200px;
        position: absolute;
        background-color: #ffffff;
        z-index: 0;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
    }

.ads-slider .slick-dots {
    bottom: 15px;
    margin: 0;
    background: #fff;
    border-radius: 25px;
    padding: 6px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ads-slider .slick-dots li {
        margin: 0 3px;
    }

    

        .ads-slider .slick-dots li:last-of-type {
            margin-right: 0;
        }

        .ads-slider .slick-dots li.slick-active {
            width: 16px;
            border-radius: 25px;
        }

@media (max-width: 991px) {

    .home-slider .poster-image .poster-image-details {
        width: 50%;
        margin-right: 20px;
    }

        .home-slider .poster-image .poster-image-details .btn {
            padding: 6px 18px;
            min-width: 100px;
            font-size: 14px;
        }

        .home-slider .poster-image .poster-image-details h2 {
            font-size: 18px;
            line-height: 1.2;
            margin-bottom: 10px;
        }

    .home-slider .slick-slider .slick-list .slick-slide > div {
        margin: 0 5px;
    }

    /* .discount-image-details-1 {
        border-radius: 0;
    }*/

    footer .sub-footer p {
        font-size: 13px;
    }

    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 60px 30px 30px;
    }

        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
            top: 15px;
        }

    .theme-modal .modal-dialog .modal-content .modal-body .input-them-1-box .default-theme.btn {
        padding: 10px;
        min-width: 84px;
        font-size: 14px;
        left: 5px;
    }

    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
        padding-left: 94px;
        height: 50px;
        padding-right: 18px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .category-section .white-arrow .slick-next {
        right: unset;
        left: 0px;
   
        top: -120px;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }

    .category-section .white-arrow .slick-prev {
        right: unset;
        left: 58px;
        top: -120px;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }
}



@media (max-width: 575px) {
    .whatsapp {
        bottom: 120px;
    }

    p {
        font-size: 15px;
    }

    .products-section.offer-section {
        padding: 40px 0 0;
    }

    .deal-section {
        padding: 20px 0 0;
    }

    .saller-section {
        padding: 40px 0;
    }

    .products-section {
        padding: 40px 0;
    }

    .service-section.service-style-2 {
        padding: 40px 0;
    }

    .service-section .service-wrap .service-content h3 {
        margin-top: 0;
        font-size: 20px;
    }

    footer .footer-links .footer-title h3 {
        font-size: 20px;
    }

    footer .footer-newsletter h3 {
        font-size: 20px;
    }

    .products-section.saller-section {
        padding: 40px 0 20px;
    }

    .onhover-dropdown.wislist-dropdown {
        display: none;
    }
}

@media (max-width: 639px) {
    .products-section .product-style-3.product-style-chair .main-price h5 {
        font-size: 15px;
    }

    .rating .fa-star {
        font-size: 12px !important;
    }

    .product-style-3 .product-title h5 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .discount-image-details-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1220px) {
    footer .footer-links .footer-title h3 {
        font-size: 20px;
    }

    .service-section .service-wrap .service-content h3 {
        margin-top: 0;
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .products-section .product-style-3.product-style-chair .main-price h5 {
        font-size: 18px;
    }

    .rating .fa-star {
        font-size: 12px !important;
    }

    .discount-image-details-1 {
        background-color: #eff2f7;
        padding: 25px 48px !important;
    }
}

.home-slider img {
    max-width: 100%;
}

.search-suggestion .block-search .title-search {
    font-size: 20px;
}

.home-slider.category-new-section {
    padding: 50px 0 !important;
}

.products-section.offer-section .product-box {
    margin-bottom: 15px;
}

.header-page .main-header.third-header .category-menu {
    display: inline-block;
}

.header-page .main-header.third-header nav {
    display: inline-block;
}

.hotline p,
.trainer p {
    margin-bottom: 0;
}

    .hotline p .phone-call {
        color: #001E26;
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin-bottom: 0;
        line-height: 1;
        transition: 0.4s;
    }

.hotline a:hover .phone-call {
    color: var(--theme-color);
}

.hotline p span.word-ser {
    font-weight: 500;
    font-size: 12px;
    color: #7e7e7e;
    display: block;
    letter-spacing: 0;
    margin-top: 4px;
}

.hotline img {
    width: 46px;
    margin-left: 12px;
    vertical-align: middle;
}

.trainer-box {
    position: sticky;
    top: 40px;
    z-index: 1;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #f6f6f6;
}

    .trainer-box p {
        font-size: 15px;
    }

.trainer p .trainer-name {
    font-weight: 600;
    font-size: 1.25rem;
}

.trainer p span.word-ser {
    font-weight: 500;
    font-size: 14px;
    color: #7e7e7e;
    display: block;
    margin-top: 4px;
}

    .trainer p span.word-ser svg {
        width: 16px !important;
    }

.svg-icon-menu {
    margin-left: 6px;
    vertical-align: middle;
}

.hotline .ser-call {
    align-items: center;
}

.category-menu.menu-tablet {
    display: none;
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .header-page .main-header.third-header .category-menu.menu-desktop {
        display: none;
    }

    .category-menu.menu-tablet {
        display: inline-block;
    }

    .header-page .main-header.third-header .main-menu {
        height: 0;
    }

    header .main-menu {
        padding: 12px 0;
    }

    .category-menu .category-dropdown ul li.submenu .category-mega-menu {
        padding: 10px 12px;
    }

    header .category-dropdown {
        border: 0;
    }
}

.download-app-modal {
    text-align: center;
    margin: 24px 0 0;
}

    .download-app-modal h4.title-popup {
        margin-bottom: 20px;
    }

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .download-app-modal .box-download-app img,
.box-download-app .item--app img {
    margin-bottom: 0;
    width: auto;
}

.download-app-modal .box-download-app .item--app,
.box-download-app .item--app {
    display: inline-block;
    margin-left: 10px;
}

    .download-app-modal .box-download-app .item--app a,
    .box-download-app .item--app a {
        display: inline-block;
        vertical-align: middle;
        transition: 0.4s;
    }

    .download-app-modal .box-download-app .item--app:last-of-type,
    .box-download-app .item--app:last-of-type {
        margin-left: 0;
    }

    .download-app-modal .box-download-app .item--app a:hover,
    .box-download-app .item--app a:hover {
        transform: translateY(-5px);
    }

    .box-download-app .item--app img {
        margin-bottom: 0;
        width: auto;
    }

@media (max-width: 575px) {
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .download-app-modal .box-download-app img {
        margin-bottom: 0;
        width: 119px;
    }

    .download-app-modal .box-download-app .item--app,
    .box-download-app .item--app {
        display: inline-block;
        margin-left: 1px;
    }

    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 54px 15px 25px !important;
    }

    .category-section .category-wrap.category-md {
        padding-right: 20px;
    }
}

@media (max-width: 1499px) {
    .ads-slider .slick-list .slick-track .slick-slide .block-ads {
        padding: 30px 15px;
    }

    .ads-slider .block-ads .box-info-ads .ads-title {
        text-align: center;
        font-size: 20px;
    }

    .ads-slider .block-ads .box-info-ads .ads-oofer {
        margin: 8px 0 0;
    }

    .ads-slider .slick-dots {
        bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .ads-slider .block-ads .box-info-ads .ads-title {
        font-size: 26px;
    }
}

.home-slider .slick-slide img.mobile-banner {
    display: none;
}

@media (max-width: 991px) {
    .home-slider .slick-slide img.mobile-banner {
        display: block;
    }

    .home-slider .slick-slide img.desktop-banner {
        display: none;
    }
}

.wizard .login-section {
    min-height: unset !important;
    position: unset !important;
    background: unset !important;
    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;
    padding: unset !important;
}

.form-control.upload {
    padding: 6px;
}

.btn-light {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    color: var(--theme-color);
}

/* ============== Netificatio =========================*/
.notification-section .block-note.active {
    background: #eff2f7;
}

.notification-section .block-note {
    background: #f7faff;
    padding: 18px 25px;
    position: relative;
    padding-left: 125px;
    margin-bottom: 12px;
    min-height: 120px;
    border-radius: 10px;
}

    .notification-section .block-note .link-note {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .notification-section .block-note .info {
        margin-top: 7px;
    }

        .notification-section .block-note .info h6 {
            margin-bottom: 2px;
            color: #001E26;
            line-height: 22px;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .notification-section .block-note .info .par-note {
            margin-bottom: 0;
            color: #5a5a5a;
        }

    .notification-section .block-note .close {
        position: absolute;
        left: 16px;
        top: 15px;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        z-index: 8;
        transition: 0.4s;
    }

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #001E26;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.notification-section .block-note .close i {
    font-size: 16px;
}

.notification-section .date {
    font-size: 14px;
}
/*-----------------------------------------------------------------------------------chatbot ---------------------------------- */
/*color to change*/

#chat-circle,
.chat-box-welcome__header,
.chat-box-header {

    background-color: #001e26;
}

.social-item-2 {
    background-color: #55cd6c!important;
}

.push-right.bot {
    float: right;
}

.spiner > * {
    background: rgba(246, 72, 72, 1);
}

/* ---------- chat-bot-button to open chat---------- */

#chat-circle {
    border-radius: 50px !important;
    width: 50px;
    min-width: 50px !important;
    height: 50px;
    border-radius: 50%;
    color: white;
    padding: 15px;
    cursor: pointer;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 10%);
    /* box-shadow: 0px 3px 16px 0px rgb(2 78 162), 0 3px 1px -2px rgb(2 78 162), 0 1px 5px 0 rgb(0 0 0 / 12%);
 */ /* display: none; */
    z-index: 999999 !important;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-circle_robot {
    line-height: 39px;
    font-size: 24px;
    margin: 0;
}

/*chat-bot-welcome*/

.chat-box-welcome__header {
    height: 420px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;
}

.chat-box__header-text {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    padding-top: 13px;
}

#chat-box-welcome__ava {
    width: 250px;
}

/*#chat-box-welcome__ava .material-icons {
    font-size: 64px;
}*/

.chat-box-welcome_robot {
   
    position: absolute;
    top: 33%;
    left: 34%;
    width: auto;
}

.chat-box-welcome__welcome-text {
    color: #fff;
    text-align: center;
    width: 80%;
    position: relative;
    top: 45%;
    right: 50%;
    transform: translateX(50%);
}

    .chat-box-welcome__welcome-text p {
        font-size: 18px;
    }

/*chat-box after welcome was togled*/

#chat-box__wraper {
    display: none;
}

.chat-box {
    display: none;
    background: #f8f8f8;
    position: fixed;
    left: 11px;
    bottom: 11px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 3px;
    box-shadow: 0px 5px 35px 9px #001E2600026;
    z-index: 99999999;
}

.chat-box-toggle {
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    padding-left: 15px;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 7px;
    margin: 0;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border-bottom: 1px solid rgba(181, 181, 181, 0.42);
    overflow: hidden;
}

    .chat-box-body:after {
        content: "";
        background-color: #f8f8f8;
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

.chat-input__text {
    background: #fff;
    width: 95%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    resize: none;
    outline: none;
    border: 1px solid #f2f0f0;
    color: #888;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Almarai';
}

.chat-input-box > form {
    margin-bottom: 0;
}

.chat-input__text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.chat-input__text::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.chat-input__text:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.chat-input__text:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    bottom: 10px;
    left: 15px;
    box-shadow: none;
    border: none;
    color: rgb(255 255 255 / 99%);
    background-color: #e57438;
    padding: 10px 12px;
    border-radius: 7px;
    font-family: 'Almarai';
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}

.chat-msg.bot > .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    padding: 9px;
    position: relative;
}

/*.chat-msg.bot>.msg-avatar .material-icons {
    color: #fff;
    font-size: 25px;
}*/

.chat-box-overlay_robot {
    height: 35px;
    position: absolute;
    top: 5px;
}

/*.chat-msg.self>.msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
}*/

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
}

.chat-msg {
    clear: both;
}

    .chat-msg.self > .cm-msg-text {
        float: right;
        background: #efefef;
        /*color: white;*/
    }

/*loader*/

.spin-container {
    /* padding: 0px 15px 0px 15px; */
    color: #666;
    max-width: 75%;
    /* float: left; */
    bottom: 4px;
    left: 50%;
    /* margin-left: 45%; */
    position: absolute;
    /* margin-bottom: 20px; */
    display: none;
}

.spiner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -20px;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 40px;
}

    .spiner > * {
        position: absolute;
        top: 5px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        /* background: #0074e4;*/
        opacity: 0.6;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

        .spiner > *:nth-child(1) {
            left: 0;
            -webkit-animation: mymove 1.3s infinite ease-in;
            animation: mymove 1.3s infinite ease-in;
        }

        .spiner > *:nth-child(2) {
            left: 12px;
            -webkit-animation: mymove 1.3s 0.3s infinite ease-in;
            animation: mymove 1.3s 0.3s infinite ease-in;
        }

        .spiner > *:nth-child(3) {
            left: 24px;
            -webkit-animation: mymove 1.3s 0.6s infinite ease-in;
            animation: mymove 1.3s 0.6s infinite ease-in;
        }

@-webkit-keyframes mymove {
    0%, 100%, 80% {
        opacity: 0.6;
        -webkit-transform: scale(0.4);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes mymove {
    0%, 100%, 80% {
        opacity: 0.6;
        transform: scale(0.4);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

.chat-box-welcome__company-name {
    font-size: 16px;
    color: white;
}

.quick-view-modal .color-types h4,
.quick-view-modal .size-detail h4 {
    font-size: 18px;
}

.btn-solid-default i {
    margin-left: 10px;
}

i.fas.fa-trash:hover {
    color: red;
}

.rounded-full {
    border-radius: 50%;
}

.form-group select {
    background-color: #eff2f7;
}
/* ------------- dash-profile  ------------*/
.dash-profile .login-section {
    min-height: unset !important;
    position: unset !important;
    padding: 0;
    background: unset;
    justify-content: unset;
}

    .dash-profile .login-section .materialContainer {
        max-width: unset;
    }

.dash-profile .materialContainer .box {
    background: #eff2f7;
    max-width: unset;
    padding: 20px !important;
}

.dash-profile .login-section .materialContainer .box:before {
    display: none;
}

.dash-profile .login-section .materialContainer .input input {
    height: 50px;
    top: 10px;
    border: none;
    background: transparent;
    font-family: 'Almarai', sans-serif;
    font-size: 18px;
    color: #212529;
    font-weight: 300;
    direction: rtl;
    border: 1px solid #dce1e9;
    border-radius: 15px;
    padding: 0 20px;
}

    .dash-profile .login-section .materialContainer .input input:focus {
        border-color: #e57438 !important;
    }

.dash-profile .login-section .materialContainer .input:before {
    display: none;
}

.dash-profile .login-section .materialContainer .input label {
    line-height: 50px;
    right: 25px;
    font-size: 16px;
}

.dash-profile .login-section .materialContainer .input {
    margin-bottom: 20px;
    height: unset;
    margin-top: 0;
}

.dash-profile .login-section .materialContainer .button.login button {
    padding: 10px 20px;
}

.dash-profile .form-group {
    margin-bottom: 0 !important;
}

    .dash-profile .form-group select {
        background-color: #eff2f7;
        border-radius: 15px;
        height: 50px;
        border-color: #dce1e9;
        margin-bottom: 0 !important;
    }

.save-address h4 {
    line-height: 1.6;
}

.my-store {
    background: #e57438;
    border-radius: 15px;
    padding: 20px;
}

textarea {
    border-radius: 15px !important;
    border: 1px solid #dce1e9;
}

.report-box .form-check {
    padding: 15px;
    border: 1px solid #dce1e9;
    border-radius: 15px;
    margin-top: 15px;
    text-align: right;
}

.report-box .form-check-input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 10px;
}

.text-red {
    color: red;
}

.text-black {
    color: #001E26 !important;
}

.pending-button,
p.pending-button {
    background: #ffeeba;
    color: #856404 !important;
    line-height: 15px;
    border-color: #ffeeba;
}

.done-button {
    background: #c3e6cb;
    color: #155724 !important;
    line-height: 15px !important;
    border-color: #c3e6cb;
}

.canceled-button {
    background: #ff0000;
    color: #155724 !important;
    line-height: 15px !important;
    border-color: #ff0000;
}
/*------- q btn ---------*/
.qty-box .quantity-left-minus {
    min-width: unset !important;
    border-radius: 0 8px 8px 0;
}

.qty-box .quantity-right-plus {
    min-width: unset;
    border-radius: 8px 0 0 8px;
}

@media (max-width:767.98px){
    .qty-box .quantity-left-minus, .qty-box .quantity-right-plus {
        padding: 4px 10px;
    }
}
.product-right.addeffect-section {
    border: 0;
}

.cart-table .color-list li a {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.cart-table .color-list li {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
        float: unset;
        margin-top: 20px;
    }
}

.checkout-pg input {
    border-radius: 0 15px 15px 0;
}

.checkout-pg .btn.btn-dark {
    min-width: unset;
    border-radius: 15px 0 0 15px !important;
}

label.upload-file {
    cursor: pointer !important;
    border: 1px solid #dce1e9;
    border-radius: 15px;
    height: 50px;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 15px;
    text-align: center;
    background: #f7faff;
    font-weight: 600 !important;
    color: #001E26 !important;
    width: 100%;
}

.login-section.saller-wizard .page-content.banner {
    width: 100%;
}


.img-waving {
    width: 28px;
}

.campaign-content p {
    font-size: 14px;
}

a:hover {
    color: #e57438;
}


.text-dark {
    color: #001e26 !important;
}

.no-arrow::after{
    display:none

}



.icon-lang{
    max-width:30px

}
.border-radius-20{
    border-radius:20px
}


.bg-box {
    width: 100%;
    position: absolute;
    border-radius: 0 0 50px 50px;
    height: 392px;
    background-color: #F5F8FC;
    top: 0;
    z-index: -1;
    left: 0;
}

.main-slider-style-2 .slider-product-box {
    z-index: 0;
}

.main-slider-style-2 .slider-product-box {
    background-color: #f8f8f8;
    border-radius: 25px;
    text-align: center;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 4%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-product-box .offer-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.w-logo-shap {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}



.slider-product-box {
    background-color: #f8f8f8;
    border-radius: 25px;
    text-align: center;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 4%);
    display: flex;
    justify-content: center;
    align-items: center;
}

 .slider-product-box .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1;
}

 .slider-product-box .offer-title {
    color: #001E26;
    margin-bottom: 15px;
    font-size: 30px;
    z-index: 1;
    position: relative;
}

 .slider-product-box .par-offer {
    margin: 0 0 40px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding: 0 40px;
}

 .slider-product-box a.axil-btn {
    padding: 10px 30px;
    z-index: 1;
    position: relative;
    font-size: 18px;
}


.title img {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 14px;
    width: 45px;
}

.brands-section .link-logo {
    padding: 25px 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #F3F3F3;
    border-radius: 20px;
}

.brands-section .axil-slick-dots .slick-dots {
    bottom: -30px;
}

.download-section {
    padding: 80px 0 100px;
    position: relative;
}

    .download-section .download-block {
        padding: 20px 40px;
        background-color: #f5f8fc;
        border-radius: 30px;
        min-height: 400px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .download-section .download-block .download-box {
            flex: 0 0 50%;
            max-width: 50%;
        }

    .download-section .par-download {
        color: #8e95a7;
    }

    .download-section .box-img-download img {
        position: absolute;
        top: -70px;
        max-width: 600px;
        left: 0;
    }

@media only screen and (max-width: 1199px) {

    .download-section .box-img-download img {
        position: absolute;
        top: -30px;
        max-width: 500px;
    }



}

@media only screen and (max-width: 991px) {

    .download-section .box-img-download img {
        position: relative;
        max-width: 370px;
    }
}

@media only screen and (max-width: 767px) {

    .download-section .box-img-download img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        top: unset;
    }
}

@media only screen and (max-width: 575px) {

    .download-section .box-img-download img {
        top: 30px;
    }
}

.footer-sm-space {
    margin: 0 50px;
}

@media only screen and (max-width: 1199px) {


    #cartEffect{
        margin-top: 10px
    }




    .main-navv {
        height: 0
    }


    .bg-box {
        height: 392px;
    }
}

@media only screen and (max-width: 991px) {

    .bg-box {
        height: 340px;
    }
}


@media only screen and (max-width: 767px) {


    .footer-sm-space {
        margin: 20px 20px;
        margin-bottom: 79px;
    }

    .home-slider.category-new-section {
        padding: 21px 0 !important;
    }


    .download-section .download-block .download-box {
        flex: 0 0 100%;
        max-width: 100%;
    }



    .bg-box {
        border-radius: 0 0 25px 25px;
        height: 245px;
    }
}

@media only screen and (max-width: 550px) {

    .download-section {
        padding: 20px 20px;}
        .bg-box {
        border-radius: 0 0 25px 25px;
        height:100px;
    }
}


.select-options .input-search {
    border-radius: 0px 10px 10px 0;
    border: none;
    background-color: #f5f8fc;
    font-family: 'Almarai';
}


.select-options .input-group-text {

    color: #ffffff;
   
    border-radius: 10px 0 0 10px;
}


.select-options .form-control {
    font-size: 15px;
    padding: 15px 17px;
    font-family: 'Almarai';
}


.store-av {
    border-radius: 20px;
}

.cat-unset {
    background-color: unset !important;
    padding: 0;
    margin-bottom: 20px;
}

.category-price .accordion-collapse .accordion-body .category-list li {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #fff;
    margin: 3px 1px;
}

.category-price .accordion-collapse .accordion-body .category-list li a {
    color: #212529;
    font-weight: 400;
}




.qty-box .input-group {
    max-width: 180px;
    align-items: center;
    margin-right: auto;
}

    .qty-box .input-group input {
        background-color: #f5f8fc;
        border-radius: 10px !important;
        border: none;
        font-weight: 800;
        font-size: 20px;
        padding: 10px 5px;
        text-align: center;
    }

    @media (max-width:767.98px) {
        .qty-box .input-group input {
            padding: 5px;
        }
        .qty-box .input-group{
            margin-right:0;
        }
    }
    .details-image-vertical .slick-list {
    direction: ltr;
}
.cart-sel img{
    border-radius:20px
}

.cart-new {
    box-shadow: 0 0 20px #e3e3e3;
    padding: 20px;
    border-radius: 20px;
}

.img-cart-p img{
    max-width:100px;
    border-radius:10px
    

}

.border-t-1 {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
}


@media only screen and (max-width:999px) {


    .qty-box .input-group {
        max-width: 160px;
        align-items: center;
    }

    .cart-new {

        padding: 10px;
    }
        .img-cart-p img {
        max-width: 73px;
        border-radius: 5px;
    }

    .cart-products h5 {
   


    font-size: 15px;
}
    .cart-products h4 {
        font-size: 14px;
    }



}

.bg-dark-gray {
    background-color: #001e26!important;
}

.contact-section input {
    background-color: #f8f9fa!important;
}

.save-address{
    margin-top:20px
}

.checkout-l {
    background-color: white;
    border-radius: 20px;
    border: none;
}


.checkout-l ul{
    border:none
}

    .checkout-l li {
        border: none
    }

.img-offerr{
    border-radius:20px!important
}

.offer-section-p{
    margin-top:-100px
}


.offer-details-p .cloth-details-size {
    padding: 19px;
    box-shadow: 0 0 20px #e9e9e9;
    border-radius: 20px;
}



.img-profile {
    border-radius: 50%;
    margin-bottom:20px
}

@media (max-width: 1280px) {
    .slider-product-box .par-offer {
        margin: 0 0 0px;
        z-index: 1;
        position: relative;
        color: #ffffff;
        font-size: 18px;
        padding: 0 9px;
    }
}

@media (max-width: 1150px) {
    .par-offer{
        display:none
    }

}

.input-phone {
    z-index: 999999;
    position: absolute;
    left: 33px;
    top: 28px;
    font-weight: 600;
}

input#phone {
    direction: ltr;
    text-align: left;
    padding: 0 20px 0px 70px;
}

.verify-i input {
    width: 100%;
    max-width: 70px;
    height: 50px;
    border-radius: 11px;
    border: 1px solid #B2BDD1;
}

.wishlist.active {
    background-color: #e57438!important;
    color: #ffffff!important;
}


.service-icon img {
    width:75px
}

#social-share {
    position: fixed;
    bottom:15px;
    left: 15px;
    z-index: 20;
    /*transitions with relative delay*/
}

    #social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        color: white;
        line-height: 1;
        outline: 0;
        border: 0;
        margin-top: 15px;
      
    }

        #social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

    #social-share ul.social-itens {
        list-style: none;
        text-decoration: none;
        text-align: center;
        position: relative;
        display: none;
    
        flex-direction: column;
    }


        #social-share ul.social-itens.open {
            display: flex!important;
        }
       


        #social-share ul.social-itens .btn-share {
            width: 50px;
            height: 50px;
            /* transform: none; */
        }



        #social-share ul.social-itens.open .btn-share {
            background-color: unset;
            transform: scale(1);
            opacity: 1;
            /* transform: translate(0px, -15px); */
        }

        #social-share ul.social-itens li {
            position: relative;
            margin-top: 8px;
        }

            #social-share ul.social-itens li .btn-share {
                transform: scale(0);
                opacity: 0;
            }

            #social-share ul.social-itens li .btn-share-text {
                /* opacity: 0; */
                position: absolute;
                bottom: 15px;
                right: 100%;
                margin-right: 10px;
                min-width: 75px;
                border-radius: 2px;
                padding: 3px 4px;
                text-align: center;
                font-weight: 300;
        
                color: #fff;
                display: block;
                opacity: 0;
                 transition: all 500ms ease-in-out  0.5s; 
            }

            #social-share ul.social-itens li:hover .btn-share-text {
                opacity: 1;
            }

    #social-share div.social-open-menu .btn-share {
        width: 50px;
        height: 50px;
        background-color: #e57438;
        font-size: 14px;
        border-radius: 8px 20px 20px 20px !important;
    }

   

    #social-share .social-itens.open .social-item-1,
    #social-share .social-itens.open .social-item-1 .btn-share-text {
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    }

        #social-share .social-itens.hidden .social-item-1,
        #social-share .social-itens.open .social-item-1 .btn-share-text {
            transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
        }

    #social-share .social-itens.open .social-item-2,
    #social-share .social-itens.open .social-item-2 .btn-share-text {
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    }

        #social-share .social-itens.hidden .social-item-2,
        #social-share .social-itens.open .social-item-2 .btn-share-text {
            transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
        }


    #social-share .c-icon.cann.fa-comment:before {
        content: "\f00d";
    }


@media (max-width: 639px) {
    .tap-to-top {
         bottom: 80px;
    }

        #social-share {
        position: fixed;
        bottom: 80px;
    }
    }


.footer-contact .footer-logo img {
    width: 90px !important;
}


/*27/7/2023*/
.help-block.with-errors, .help-block.has-error, .help-block {
    margin-top: 10px;
    font-size: 13px;
    color: #ff0707;
}

.cart-menu .media-body {
    margin-right: 7px;
    text-align: right;
}
.cart-btn .cart-totall {
    margin-bottom: 10px
}

.checkout-pg .fa-map-pin, .checkout-pg .fa-calendar {
    font-size: 20px;
    padding: 6px;
}
.main-menu .menu-right .fa-user.icon-name{
    margin-left:5px
}
.login-section-logo .logo-en {
    display: none;
}


.login-section select.input {
    height: 60px !important;
    top: 5px;
    font-family: 'Almarai', sans-serif;
    border-radius: 20px;
    padding-right: 15px;
    border: 2px solid #ededed;
    color: #777777
}
.ifram-youtube {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.walletModal .title-popup {
    margin-bottom: 20px;
}


@media print {
    body {
        background-color: #fff !important;
    }

    .page-bar {
        display: none;
    }

    .page-sidebar-wrapper {
        display: none;
    }

    .theme-panel {
        display: none;
    }

    .hidden-print {
        display: none;
    }

    .page-footer {
        display: none;
    }

    .no-page-break {
        page-break-after: avoid;
    }

    .page-container {
        margin: 0px !important;
        padding: 0px !important;
    }

    .page-content {
        padding: 0 !important;
        min-height: 300px !important;
        padding: 0px 20px 20px !important;
        margin: 0 !important;
    }

        .page-content > .portlet {
            padding: 0;
            margin: 0;
        }

            .page-content > .portlet > .portlet-body {
                padding: 0;
                margin: 0;
            }
}