﻿

.LogoImage {
    width: 1500px;
    direction: rtl;
    height: 30px;
    align-content: center;
    text-align: center;
}
.googlemap-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
}

    .googlemap-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        margin-left: 0%;
        width: 100%;
        margin-right: 10%;
        position: absolute;
    }
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }  
}
.imgproshure {
    max-width: 768px;
    height: auto;
}

/* Mobiles */
@media screen and (min-device-width: 300px) and (max-device-width: 480px) {
    .LogoImage {
        width: 100px;
        direction: rtl;
        height: 20px;
    }

}
/* iPads, Tablets */
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .LogoImage {
        width: 150px;
        direction: rtl;
        height: 30px;
    }
}
/* Small screens, laptops */
@media screen and (min-device-width: 769px) and (max-device-width: 768px) {
    .LogoImage {
        width: 150px;
        direction: rtl;
        height: 30px;
    }
}
/* Desktops, large screens */
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    .LogoImage {
        width: 150px;
        direction: rtl;
        height: 30px;
    }
}

/* Extra large screens, TV */
@media screen and (min-device-width: 1025px) {
    .LogoImage {
        width: 200px;
        direction: rtl;
        height: 50px;
    }
}

.WelcomeImage {
    float: left;
    margin: 0;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    background: url("/Images/headerwelcome.png");
}
  
.btn{
    width:75px;
}
.customdiv{
    margin :2px;
    min-height :50px;
    text-align :center ;
    padding :5px;
    background-color:red;
}
.themed-grid-col {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.themed-container {
    padding: .75rem;
    margin-bottom: 1.5rem;
    background-color: rgba(0, 123, 255, .15);
    border: 1px solid rgba(0, 123, 255, .2);
}
.Technoalertbtn {
    background-color: white;
    border: none;
    color: #026CDF;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.Technoalert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.Technoalertclosebtn {
    margin-left: 15px;
    color: #026CDF;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}




html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Bahij_TheSansArabic-Plain', sans-serif;
    overflow-x: hidden !important;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'Bahij_TheSansArabic-Plain';
    font-style: normal;
    font-weight: normal;
    src: local('Bahij_TheSansArabic-Plain'), url('../fonts/Bahij_TheSansArabic-Plain.woff') format('woff');
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kj17f0') format('truetype'), url('../fonts/icomoon.woff?kj17f0') format('woff'), url('../fonts/icomoon.svg?kj17f0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\e901";
    color: #505070;
    font-weight: bold;
}

.icon-cart:before {
    content: "\e900";
}

.menu-logo {
    background: #fff !important;
}

body::-webkit-scrollbar {
    width: 8px;
}

body.thin::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #8b8b8b;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #8b8b8b;
    }


.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    outline: none;
}

.main-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@media(max-width: 992px) {
    .main-section {
        padding: 30px 0;
    }
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
    box-shadow: none;
    outline: 0;
}

.main-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #100d0e;
    text-transform: capitalize;
    font-weight: bold;
    max-width: 380px;
    position: relative;
    padding-inline-start: 20px;
}

    .main-title::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 100%;
        background-color: #2f3193;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

.main-center-title {
    font-size: 40px;
    margin-bottom: 70px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    position: relative;
}

@media(max-width:576px) {
    .main-center-title {
        font-size: 30px;
    }
}

.main-des {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

.main-center-des {
    font-size: 14px;
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}

p {
    color: #555;
}

/*start header navbar */

.mob-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #88c5f7;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 2900;
}

    .mob-overlay.active {
        opacity: .85;
        visibility: visible;
        transition: all .3s;
    }

.sidebar-wrapper {
    display: none;
}

@media(max-width: 992px) {
    .sidebar-wrapper {
        padding-top: 20px;
        position: fixed;
        display: block;
        background-color: #2f3193;
        color: #cddce8;
        right: 20px;
        top: 20px;
        width: 100%;
        height: 100vh;
        max-height: calc(100% - 40px);
        max-width: calc(100% - 40px);
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
        overflow: hidden;
        z-index: 3000;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        -ms-transition: transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transform: translateY(150%);
        -webkit-transform: translateY(150%);
        -moz-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -o-transform: translateY(150%);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

        .sidebar-wrapper .m-head {
            padding: 20px;
            border-bottom: 2px dotted #666161;
            margin-bottom: 30px;
        }

            .sidebar-wrapper .m-head h3 {
                font-size: 20px;
            }

    .sidebar-show {
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        -ms-transition: transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .sidebar-wrapper .nav-link {
        color: #fff !important;
        text-decoration: none;
        border-bottom: 1px solid #585555;
        font-weight: lighter;
        padding: 14px 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .sidebar-wrapper .nav-link:hover {
            background-color: #fff;
            color: #E77E49;
        }

    .sidebar-wrapper .dropdown-menu {
        width: 100%;
        position: static !important;
        transform: translate3d(0,0,0) !important;
        background-color: transparent;
        text-align: center;
    }

        .sidebar-wrapper .dropdown-menu .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            font-weight: 400;
            color: #fff;
        }

    .navbar-nav .sub-collapse .dropdown-item {
        color: #fff;
    }

    #burgerBtn {
        border-top: none;
        height: 25px;
        width: 30px;
        box-sizing: border-box;
        position: absolute;
        z-index: 3000;
        top: 30px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        #burgerBtn:before {
            content: "";
            display: block;
            position: absolute;
            height: 2px;
            width: 33px;
            background: #fff;
            top: 10px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -khtml-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

        #burgerBtn:after {
            content: "";
            display: block;
            position: absolute;
            height: 2px;
            width: 33px;
            bottom: 11px;
            background: #fff;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -khtml-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
        }

    .navbar-nav {
        text-align: center;
    }
}

.navbar-nav .sub-collapse .dropdown-item {
    padding: 5px 0;
}

@media(min-width: 992px) {
    .navbar-nav .sub-collapse {
        position: absolute;
        right: 0;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        z-index: 10000;
    }

        .navbar-nav .sub-collapse .dropdown-item {
            padding: 10px;
            color: #136776;
        }
}

.navbar-nav .sub-collapse .dropdown-item:hover {
    background-color: #333;
    color: #fff;
}
/*page*/

.top-bar {
    background-color: #f6f6f6;
    color: #545454;
}

    .top-bar .lang-des {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.welcome-to {
    font-size: 16px;
    color: #545454;
}

.lang-des .lang-item > a {
    color: #555;
    font-size: 16px;
}

    .lang-des .lang-item > a i {
        font-size: 20px;
    }

.lang-des .dropdown-menu {
    padding: 0;
    border: 1px solid #fff;
}

.lang-des .dropdown-item {
    padding: 10px;
    background-color: #2f3193;
    color: #fff;
}

    .lang-des .dropdown-item:hover {
        background-color: #e9bbb9;
        color: #fff;
    }

.lang-divider {
    width: 2px;
    height: 16px;
    background-color: #555;
    margin-left: 5px;
    margin-right: 5px;
}

@media(min-width: 992px) {
    .top-bar {
        padding: 10px 0;
    }

        .top-bar > .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .top-bar .lang-des {
            width: 100%;
        }
}
/*headerSearch*/

.headerSearch {
    padding: 14px 0;
}

.logo img {
    max-width: 114px;
}

@media(max-width: 992px) {
    .top-bar .lang-des {
        justify-content: flex-end;
    }

    .lang-divider {
        margin: 0 16px;
    }

    .lang-des .lang-item > a {
        font-size: 15px;
    }

    .call-center {
        font-size: 15px !important;
    }

    .mob-mb-10 {
        margin-bottom: 10px;
    }

    .d_mob_none {
        display: none;
    }

    .only_search_btn {
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 22px;
        color: #2f3193;
    }
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* headerNav*/
.navbar {
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        height: 60px;
        width: 100%;
        justify-content: space-between;
    }
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    font-size: 26px;
}

.bars-toggler-icon {
    color: #2f3193;
}

@media(min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: fit-content;
        padding: 0 5px;
    }

    .navbar-nav .nav-link {
        line-height: 46px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-item {
        transition: 0.3;
        -webkit-transition: 0.3;
        -moz-transition: 0.3;
        -ms-transition: 0.3;
        -o-transition: 0.3;
    }

        .navbar-nav .nav-item:hover {
            background-color: #fff;
        }
}

.headerNav {
    background-color: #2f3193;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .navbar-nav .nav-link:hover {
        color: #2f3193;
    }

.navbar-nav > .nav-item {
    position: relative;
}

/* Start header*/
.header-section {
    color: #fff;
    position: relative;
}

@media(min-width: 992px) {
    .header-section {
        height: 470px;
    }
}

.header-section .top-img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

/* start products section */
.product-card {
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid rgb(225 219 219);
    padding: 14px;
    margin-bottom: 20px;
    text-align: center;
}

    .product-card .add_to_fav {
        position: absolute;
        top: 20px;
    }

    .product-card .card-img-top {
        background-color: #fff;
        border: 1px solid rgb(225 219 219);
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-card .product-img {
        max-height: 180px;
        max-width: 160px;
    }

    .product-card .card-body {
        width: 100%;
        padding: 1.25rem 0;
    }

    .product-card .card-title {
        font-size: 20px;
        font-weight: 600;
        color: #2f3193;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .product-card .card-title a {
            color: #2f3193;
        }




.go-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    bottom: 140px;
    z-index: 2500;
   
    text-align: center;
    line-height: 46px;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

   

/* call us section */

.call-us-now {
    position: fixed;
    width: 300px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    bottom: 40px;
    z-index: 1040;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

    .call-us-now .call-list {
        display: none;
    }

    .call-us-now .call-link {
        font-size: 22px;
        text-decoration: none;
        color: #fff;
        background-color: #2f3193;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
    }

        .call-us-now .call-link:hover {
            color: #e9b9b7;
        }

.toggle-call-list {
    cursor: pointer;
}

    .toggle-call-list .fa {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media(max-width: 992px) {
    .go-top {
        bottom: 90px;
    }

    .call-us-now {
        bottom: 20px;
    }
}


.main-title-white {
    color: #fff !important;
}

.main-title-grey {
    color: #ddd !important;
}


/** products page ***/

.pt-30 {
    padding-top: 30px;
}

.breadcrumb {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    color: #100d0e;
    font-size: 16px;
    font-weight: 600;
}

    .breadcrumb a {
        color: #100d0e;
    }

.breadcrumb-item.active {
    color: #100d0e;
}

.breadcrumb-item + .breadcrumb-item {
    padding-inline-start: 0;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: '';
        width: 2px;
        height: 20px;
        background-color: #100d0e;
        padding-right: 0;
        margin: 0 12px;
    }


/*** login page***/

.login-form {
    background-color: #f6f6f6;
    padding: 40px 90px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #100d0e;
}

    .login-form .form-control, .account-form .form-control, .checkout-form .form-control, .login-form-2 .form-control {
        height: 60px;
        border: 1px solid #100d0e;
        background-color: #fff;
        box-shadow: none !important;
        outline: none !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin-bottom: 20px;
    }

        .login-form .form-control:focus, .account-form .form-control:focus, .checkout-form .form-control:focus, .login-form-2 .form-control:focus {
            border: 1x solid #033ddc;
            color: #033ddc;
        }

    .login-form label, .account-form label, .checkout-form label, .login-form-2 label {
        font-size: 16px;
        color: #100d0e;
        margin-bottom: 20px;
    }

.login-form-2 {
    background-color: #f6f6f6;
    padding: 40px 90px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #100d0e;
}

.forget_link {
    display: block;
    color: #100d0e;
    font-size: 16px;
}

.main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #2f3193;
    border: 1px solid #2f3193;
    margin-top: 50px;
}

    .main_btn:hover {
        background-color: transparent;
        border: 1px solid #ebbab9;
    }

@media(max-width: 768px) {
    .breadcrumb {
        margin-bottom: 40px;
    }

    .login-form, .login-form-2 {
        padding: 20px 30px;
        width: 100%;
    }
}

.lang-link.dropdown-toggle::after {
    display: none;
}

/*** account page ***/
.profile_menu .profile_link {
    height: 40px;
    display: flex;
    align-items: center;
    padding-inline-start: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .profile_menu .profile_link:hover {
        color: #fff;
        background-color: #2f3193;
    }

    .profile_menu .profile_link.active_link {
        color: #fff;
        background-color: #2f3193;
    }

.save_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 160px;
    margin-top: 50px;
    background-color: #2f3193;
    border: 1px solid #2f3193;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .save_btn:hover {
        background: transparent;
        border: 1px solid #ebbab9;
    }

@media(min-width: 769px) {
    .account-form .form-row > .col, .account-form .form-row > [class*=col-] {
        padding-inline-start: 40px;
    }

    .account-form .save_btn {
        margin-inline-start: 40px;
    }
}

@media(max-width: 576px) {
    .profile_menu {
        margin-bottom: 40px;
    }

    .account-form {
        padding: 30px 20px;
    }
}


/*** orders page  ***/
.order_one {
    border: 1px solid rgb(225 219 219);
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.order_header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f6f6f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order_number {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.order_body {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .order_body .order_sec {
        width: 50%;
        padding: 15px 0;
    }

        .order_body .order_sec span {
            display: block;
        }

        .order_body .order_sec .o_title {
            font-size: 16px;
            color: #100d0e;
            margin-bottom: 10px;
        }

        .order_body .order_sec .o_info {
            font-size: 20px;
            color: #000;
            font-weight: 600;
        }

.details_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 130px;
    background-color: #2f3193;
    border: 1px solid #2f3193;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
}

    .details_btn:hover {
        background: transparent;
        border: 1px solid #ebbab9;
    }

@media(min-width: 769px) {
    .orders_wrapper {
        display: contents;
    }
}


/*** order details page ***/
.details_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #2f3193;
    color: #fff;
    min-height: 78px;
    margin-bottom: 70px;
}

    .details_header div {
        width: 25%;
        padding: 30px;
    }

.products_wrapper {
    border: 1px solid rgb(225 219 219);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
}

.products_header {
    margin-bottom: 40px;
}

.product_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pro_title {
    font-size: 24px;
    color: #2f3193;
    font-weight: 600;
}

.products_info {
    display: flex;
}

.product_table thead th:first-of-type {
    width: 40%;
}

.product_table thead th + th {
    width: 20%;
}

.products_wrapper td {
    width: 20%;
    position: relative;
}

.remove_product {
    position: absolute;
    background: transparent;
    color: #a19f9f;
    border: none;
    outline: none;
    top: 26px;
    font-size: 22px;
}

.products_info .pro_img {
    width: 120px;
    height: 120px;
    border: 1px solid rgb(225 219 219);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .products_info .pro_img img {
        max-width: 100px;
        max-height: 80px;
    }

.products_info .pro_name {
    font-size: 16px;
    color: #000;
    padding: 20px;
    font-weight: 600;
}

.products_count, .products_price, .products_sum {
    text-align: center;
}

.pt-20 {
    padding-top: 20px;
}

.products_price, .products_sum {
    color: #100d0e;
    font-size: 16px;
}

    .products_price p, .products_sum p {
        color: #100d0e;
    }

.number-spinner {
    max-width: 120px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    margin: auto;
}

    .number-spinner .ns-btn a {
        height: 25px;
        min-height: 25px;
        width: 25px;
        padding: 0;
        max-width: 25px;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        position: relative;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
    }

        .number-spinner .ns-btn a:hover {
            color: #2f3193;
        }

    .number-spinner input {
        height: 40px;
        max-height: 40px;
        line-height: 40px;
        font-size: 20px;
        padding: 0;
        margin: 0;
        border: none;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: #575757;
    }

    .number-spinner .ns-btn {
        position: relative;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        cursor: pointer;
    }

.sidebar_info_wrapper {
    background-color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    padding: 20px;
    font-size: 18px;
}

    .sidebar_info_wrapper .sidebar_row {
        display: flex;
        padding: 20px 0;
    }

.w-70 {
    width: 70%;
}

.w-30 {
    width: 30%;
}

.mt-20 {
    margin-top: 20px;
}

@media(max-width: 576px) {
    .details_header div {
        width: 50%;
        padding: 30px 20px;
    }
}

@media(max-width: 768px) {
    .products_wrapper {
        margin-bottom: 20px;
    }
}

/*** cart empty page***/
.cart_empty_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .cart_empty_wrapper .cart_empty_img {
        margin-bottom: 40px;
    }

    .cart_empty_wrapper .cart_title {
        color: #100d0e;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .cart_empty_wrapper .cart_des {
        max-width: 270px;
        color: #434343;
        font-size: 18px;
    }

/*** checkout page ***/
@media(min-width: 769px) {
    .checkout-form {
        padding-inline-end: 40px;
    }

        .checkout-form .form-row > [class*=col-]:nth-of-type(even) {
            padding-inline-start: 40px;
        }
}

.checkout_form_title {
    font-size: 24px;
    color: #2f3193;
    font-weight: 600;
    margin-bottom: 30px;
}

.checkout-form .nice-select {
    padding-top: 20px;
}

.discount_wrapper {
    padding: 30px 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 20px;
}

.discount_title {
    color: #100d0e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.discount_wrapper .form-control {
    height: 70px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #100d0e;
    margin-bottom: 30px;
}

    .discount_wrapper .form-control::placeholder {
        color: #100d0e;
    }

.discount_wrapper .form-group {
    position: relative;
}

    .discount_wrapper .form-group .add_cobon {
        position: absolute;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px;
        background-color: #2f3193;
        border: 1px solid #2f3193;
    }

        .discount_wrapper .form-group .add_cobon:hover {
            background-color: transparent;
            border: 1px solid #ebbab9;
        }

.code_msg {
    font-size: 18px;
    line-height: 30px;
    color: #2f3193;
    font-weight: 600;
}

.discount_wrapper label {
    font-size: 16px;
    color: #100d0e;
}


/*** product details page ***/

.product-details-section {
    background-color: #fdfdfd;
}

.product_main_img {
    background-color: #fff;
    box-shadow: 10px 10px 10px #f6f6f6, -10px 10px 10px #f6f6f6;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f3f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.add_to_cart_wrapper {
    margin-bottom: 40px;
}

    .add_to_cart_wrapper .number-spinner {
        width: 160px;
        max-width: 160px;
        margin: unset;
    }

.add_to_cart {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f3193;
    border: 1px solid #2f3193;
    width: 160px;
}

    .add_to_cart:hover {
        background-color: transparent;
        border: 1px solid #ebbab9;
    }

.add_to_fav {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #2f3193;
    font-size: 22px;
    border-width: 1px;
    background-color: transparent;
}

.product_main_info .product_title {
    font-size: 32px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 600;
}

.product_main_info .product_price {
    font-size: 28px;
    color: #033ddc;
    font-weight: 600;
    margin-bottom: 40px;
}

.product_main_info .product_count {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.product_main_info .product_des_title {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}

@media(min-width: 769px) {
    .product_main_img {
        width: 90%;
    }

    .product_main_info {
        width: 80%;
    }

    .add_to_cart_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
    }
}

@media(max-width: 576px) {
    .product_main_img {
        height: 400px;
        margin-bottom: 40px;
    }

    .product_main_info .product_title, .product_main_info .product_price {
        margin-bottom: 20px;
    }
}

@media(max-width: 768px) {
    .add_to_cart_wrapper .number-spinner, .add_to_cart {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .add_to_fav {
        display: block;
        margin: auto;
    }
}

.loader-container {
    background-color: #2c2c54;
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 10000;
    text-align: center;
    overflow: hidden;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 64px;
    width: 64px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    animation: rotate 2s linear infinite;
    -webkit-animation: rotate 2s linear infinite;
}

    .loader div {
        transform-origin: 32px 32px;
        animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -webkit-animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    }

        .loader div::after {
            content: '';
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .loader div:nth-child(1) {
            animation-delay: -0.035s;
        }

        .loader div:nth-child(2) {
            animation-delay: -0.070s;
        }

        .loader div:nth-child(3) {
            animation-delay: -0.105s;
        }

        .loader div:nth-child(4) {
            animation-delay: -0.140s;
        }

        .loader div:nth-child(5) {
            animation-delay: -0.175s;
        }

        .loader div:nth-child(6) {
            animation-delay: -0.2s;
        }

        .loader div:nth-child(7) {
            animation-delay: -0.235s;
        }

        .loader div:nth-child(8) {
            animation-delay: -0.270s;
        }

        .loader div:nth-child(1)::after {
            top: 50px;
            left: 50px;
        }

        .loader div:nth-child(2)::after {
            top: 54px;
            left: 45px;
        }

        .loader div:nth-child(3)::after {
            top: 57px;
            left: 39px;
        }

        .loader div:nth-child(4)::after {
            top: 58px;
            left: 32px;
        }

        .loader div:nth-child(5)::after {
            top: 57px;
            left: 25px;
        }

        .loader div:nth-child(6)::after {
            top: 54px;
            left: 19px;
        }

        .loader div:nth-child(7)::after {
            top: 50px;
            left: 14px;
        }

        .loader div:nth-child(8)::after {
            top: 45px;
            left: 10px;
        }

@keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

