/* #product_reservation_modal .modal-header */
/* ==========================================================
! 1. Fonts Section
========================================================== */

@font-face {
    font-family: "SSTArabic";
    src: url("../fonts/SSTArabic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SSTArabic";
    src: url("../fonts/SSTArabic-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SSTArabic";
    src: url("../fonts/SSTArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SSTArabic";
    src: url("../fonts/SSTArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../../../../webStore/fonts/PingArLT/PingARLT-Regular.woff2') format('woff2'),
         url('../../../../webStore/fonts/PingArLT/PingARLT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../../../../webStore/fonts/PingArLT/PingARLT-Medium.woff2') format('woff2'),
         url('../../../../webStore/fonts/PingArLT/PingARLT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PingARLT';
    src: url('../../../../webStore/fonts/PingArLT/PingARLT-Bold.woff2') format('woff2'),
         url('../../../../webStore/fonts/PingArLT/PingARLT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v=2.0');
    src: url('../fonts/icomoon.eot?v=2.0#iefix') format('embedded-opentype'),
         url('../fonts/icomoon.ttf?v=2.0') format('truetype'),
         url('../fonts/icomoon.woff?v=2.0') format('woff'),
         url('../fonts/icomoon.svg?v=2.0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v=2.0');
    src: url('../fonts/icomoon.eot?v=2.0#iefix') format('embedded-opentype'),
         url('../fonts/icomoon.ttf?v=2.0') format('truetype'),
         url('../fonts/icomoon.woff?v=2.0') format('woff'),
         url('../fonts/icomoon.svg?v=2.0#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';
    speak: never;
    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-twitter-x:before {
    content: "\e900";
  }
  .icon-sar:before {
    content: "\e901";
  }

  .icon-sar {
    margin-right: 5px;
}
  
:root {
    --main-font: 'SSTArabic', system-ui, sans-serif;
    font-family: var(--main-font);
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?59903190');
    src: url('../fonts/fontello.eot?59903190#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff?59903190') format('woff'),
        url('../fonts/fontello.ttf?59903190') format('truetype'),
        url('../fonts/fontello.svg?59903190#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* ==========================================================
! 2. General Section
========================================================== */
body {
    font-family: var(--main-font) !important;
    font-size: 16px;
    overflow-x: hidden;
}

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

a {
    text-decoration: none !important;
}

.nice-select {
    float: none !important;
    font-size: 14px;
    font-family: var(--main-font);
    color: #6c757d;
    border: 0;
    padding-right: 18px;
    padding-left: 30px;
    height: 45px;
    text-align: right !important;
    background-color: #f6f6f6;
}

.nice-select .option {
    text-align: right !important;
}

.nice-select .list {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select:focus {
    border: 1px solid #E1E1E1;
    background-color: #fff;
    box-shadow: none;
}

.sa-confirm-button-container .btn-success {
    color: #fff !important;
    background-color: #393ba7 !important;
    border-color: #393ba7 !important;
    direction: rtl !important;
    box-shadow: none;
    outline: none;
}

.sa-button-container .btn-danger {
    background-color: #de3333;
    border-color: #de3333;
}

.fa,
.fas {
    font-weight: normal !important;
}

/*--------------------- Loading ---------------------*/
#loading {
    background: #49565c;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
}

.mokt {
    margin: 70px 0 0 0;
}

div.cssload-content {
    margin: auto;
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -o-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

div.cssload-content img {
    -webkit-animation: sk-rotate 1.5s infinite ease-in-out;
    animation: sk-rotate 1.5s infinite ease-in-out;
}

@-webkit-keyframes sk-rotate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-rotate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

section.section {
    padding: 0rem 0;
}

.section-padding {
    padding: 0px 0;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1365px;
    }
}

@media (max-width: 600px) {
    .container-fluid {
        padding: 0 15px 0 15px;
    }
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 20px 0;
}

@media(max-width:520px) {
    .breadcrumb {
        padding: 30px 0px 30px !important;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }
}

.next-2 li {
    -webkit-box-shadow: 1px 2px 20px 0px rgba(67, 78, 83, 0.2);
    box-shadow: 1px 2px 20px 0px rgba(67, 78, 83, 0.2);
}

.next-2 a {
    border: 1px solid #eee;
    padding: 10px 15px;
}

.breadcrumb .breadcrumb-item::before {
    content: "\f100";
    font-family: "FontAwesome";

}



.breadcrumb .breadcrumb-item:first-child::before {
    content: "\e87a";
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    color: #707070;

}

@media(max-width: 576px) {
    .breadcrumb .breadcrumb-item::before {
        padding-left: .5rem;
    }
}

/* .breadcrumb .breadcrumb-item::after {
    content: "\F9DD";
    display: inline-block;
    font-family: "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.breadcrumb .breadcrumb-item a {
    font-family: var(--main-font);
    font-weight: 500;
    color: #252525;
}

.breadcrumb .breadcrumb-item {
    font-size: 13px;
}

.breadcrumb .breadcrumb-item.active {
    color: #7374B6;
    font-family: var(--main-font);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .breadcrumb {
        padding-top: 0;
        padding-right: 20px;
    }
}

.pagination {
    padding: 40px 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    color: #232C35;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background-color: #7374B6;
    border-color: #7374B6;
    color: #fff;
}

.pagination .page-item:first-child .page-link {
    border-radius: 2px;
}

/* ==========================================================
! 3. TopBar
========================================================== */
.topBar {
    padding: 5px 0;
    transition: .5s ease-in-out;
    background-color: #fff;
}

.topBar .topBarShipping a {
    color: #191919;
    font-family: var(--main-font);
    font-size: 15px;
    border: 1px solid #F0F0F0;
    padding: 10px;
    border-radius: 3px;
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 4%); */
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.topBar .topBarShipping a img {
    margin-left: 5px;
}

.topBar .topBarShipping a:hover {
    background-color: #F0F0F0;
}

.topBar .logo {
    text-align: center;
}

.topBar .logo a p {
    margin: 5px 0 0 0 !important;
}

.topBar .logo .storeName {
    color: #555;
}

.topBar .logo img {
    /* max-width: 125px; */
    /*    border-radius: 10px;*/
    width: auto;
    max-height: 80px;
}

@media (max-width: 1200px) {
    .topBar {
        display: none;
    }
}

@media (max-width: 767px) {
    .topBar .logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .topBar .m-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .topBar .m-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .topBar .topBarBtns {
        text-align: center;
    }

    .topBar .topBarShipping {
        text-align: center;
        margin: 20px 0;
    }
}

.topBarBtns {
    text-align: left;
}

.topBarBtns ul li {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #eee;
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 4%); */
    margin-left: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.topBarBtns ul li a {
    width: 33px;
    height: 33px;
    line-height: 27px;
    display: inline-block;
    color: #6b6cb2;
    font-family: var(--main-font);
    font-size: 15px;
}

.topBarBtns i {
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #7375b2;
}

@-moz-document url-prefix() {
    .topBarBtns i {
        top: 0px;
    }
}

.topBarBtns .cartBtn svg {
    width: 19px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.topBarBtns ul li img {
    max-width: 18px;
}

.topBarBtns ul li:last-child {
    margin-left: 0;
}

.topBarBtns ul li.cartBtn,
.topBarBtns ul li.cartBtn_xs,
.topBarBtns ul li.cartBtn_lg {
    position: relative;
}

.topBarBtns ul li.cartBtn .count,
.topBarBtns ul li.cartBtn_xs .count,
.topBarBtns ul li.cartBtn_lg .count {
    position: absolute;
    top: -11px;
    right: -5px;
    background-color: #7374B6;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 13px;
    padding: 2px;
}

.topBarBtns ul li.searchBtn {
    position: relative;
}

.topBarBtns ul li.searchBtn .search-bar {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 22222;
    min-width: 450px;
    display: none;
}

@media(max-width:576px) {
    .topBarBtns ul li.searchBtn .search-bar {
        top: 130%;
        left: -100%;

        min-width: 340px;
    }
}

@media(max-width:320px) {
    .topBarBtns ul li.searchBtn .search-bar {
        top: 130%;
        left: -100%;

        min-width: 250px;
    }
}

.topBarBtns ul li.searchBtn .search-bar input {
    border-radius: 4px;
    outline: none;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--main-font);
    font-weight: 300;
}

.topBarBtns ul li.searchBtn .search-bar form {
    display: flex;
    align-items: center;
}

.topBarBtns ul li.searchBtn .search-bar button:not(#clearQSearch) {
    background-color: #f0f0f0;
    font-size: 14px;
    color: #333;
    border: 0;
    height: 38px;
    position: relative;
    right: -4px;
    display: block !important;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 70px;
}

.topBarBtns ul li.searchBtn .search-bar #clearQSearch {
    position: absolute;
    left: 60px;
    outline: none;
    box-shadow: none;
}

.topBarBtns ul li.searchBtn .search-bar #clearQSearch i {
    top: 0 !important;
}

.topBarBtns ul li:hover {
    background-color: #F0F0F0;

}

/* ==========================================================
! 3. Header Section
========================================================== */
header.main-header {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header.main-header nav {
    position: relative;
    text-align: center;
}

header.main-header nav .nav-items {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
    /*
    display: flex;
    flex-flow: row;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 70%;
*/
}

header.main-header nav .nav-items::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

header.main-header nav .nav-items::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
}

header.main-header nav .nav-items::-webkit-scrollbar-thumb {
    background: #f4f4f4;
    border-radius: 5px;
    height: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header.main-header nav .nav-items::-webkit-scrollbar-thumb:hover {
    background: #f4f4f4;
}

header.main-header nav .nav-items>li {
    position: relative;
    font-family: var(--main-font);
    color: #555;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    word-break: normal;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header.main-header nav .nav-items>li>a {
    padding: 20px 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    outline: none;
}

header.main-header nav .nav-items>li:hover,
header.main-header nav .nav-items>li:focus {
    background-color: transparent;
    color: #454a9a;
}

header.main-header nav .nav-items>li:last-child {
    margin-left: 0;
}

header.main-header nav .nav-items li.dropdown .dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 280px;
    border-radius: 4px;
    z-index: 222222;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);

    display: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

header.main-header nav .nav-items .sub_sub_dropdown {
    top: 0 !important;
    right: auto !important;
    left: -100%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    /* border: 1px solid #e8e8e8;
    border-right: 0; */
}

header.main-header nav .nav-items .sub_sub_dropdown a {
    color: #455a5b !important;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item:hover .sub_sub_dropdown a {
    color: #455a5b !important;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item .sub_sub_dropdown .dropdown-list-item:hover a {
    color: #fff !important;
}

header.main-header nav .nav-items .sub_sub_arrowIcon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 18px;
    z-index: 2222;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

header nav .nav-items li.dropdown.active .sub_sub_dropdown {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown.active:hover {
    background-color: transparent !important;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown.active:hover a {
    color: #455a5b !important;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown .anIcon {
    left: 10px !important;
    top: 50%;
    transform: translateY(-50%);
}



header.main-header nav .nav-items li.dropdown .dropdown-list.dropdownScrolled {
    max-height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.subCategoryMenu {
    display: none;
}

@media(max-width: 1200px) {

    header.main-header nav .nav-items li.dropdown .dropdown-list,
    header.main-header nav .nav-items li.dropdown .dropdown-list.dropdownScrolled,
    header.main-header nav .nav-items li.dropdown .dropdown-list.sub_sub_dropdown {
        background-color: #fcfcfc;
    }

    header.main-header nav .nav-items li.dropdown .dropdown-list.sub_sub_dropdown {
        border-bottom: 1px solid #f3f3f3;

    }

    header.main-header nav .nav-items .sub_sub_arrowIcon {
        left: 12px;
    }

    header.main-header nav .nav-items li.dropdown .dropdown-list.dropdownScrolled li {
        padding: 10px 15px;
        border-bottom: 1px solid #f7f6f6;
    }

    header nav .nav-items li.dropdown.active {
        border-bottom-color: transparent;
        background: #F5F7F9;
    }

    /* header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown.active .sub_sub_arrowIcon {
        transform: translateY(-50%) rotate(270deg);
    } */
    header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.sub_dropdown:hover {
        background-color: transparent !important;
    }

    header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown.sub_dropdown.active .sub_sub_dropdown {
        background-color: #fcfcfc;
    }


    /* Sub Category Menu */

    .subCategoryMenu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2222222;
        transform: translateX(100%);
    }

    .subCategoryMenu.active {
        transform: translateX(0);
    }

    .subCategoryMenu .sub_sub_title {
        display: flex !important;
        align-items: center;
        border-bottom: 10px solid whitesmoke;
    }

    .subCategoryMenu .sub_sub_title .sub-menu-back i {
        font-size: 15px;
        margin-left: 7px;
        vertical-align: middle;
    }


}

header.main-header nav .nav-items li.dropdown .dropdown-list::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

header.main-header nav .nav-items li.dropdown .dropdown-list::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
}

header.main-header nav .nav-items li.dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 5px;
    height: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header.main-header nav .nav-items li.dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #f4f4f4;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item a {
    position: relative;
    padding: 15px 20px;
    display: block;
    font-family: var(--main-font);
    color: #455a5b;
    text-decoration: none;
}



header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item:hover {
    background-color: #f5f2f2;
}

header.main-header nav .nav-items li.dropdown .dropdown-list li.dropdown-list-item:hover a {
    color: #fff !important;
}

header.main-header nav .nav-items li.dropdown:hover>.dropdown-list {
    display: block;
}


@media (min-width: 1200px) {

    header .toggle-nav,
    header .mobile-logo,
    header .topBarBtns,
    header .closeIcon,
    header .mobile-Shipping,
    header.main-header nav .countries-dropdown.menuCounItem,
    header.main-header .langMenuItem {
        display: none !important;
    }

    header nav .nav-items li a .anIcon {
        transform: rotate(270deg);
        margin-right: 4px;
    }
}

@media (max-width: 1200px) {
    .topBarBtns {
        padding: 16px 0;
    }

    header#header {
        padding: 0 0 20px 0 !important;
        position: fixed !important;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
    }

    header .mobile-menu {
        display: none;
    }

    header .toggle-nav {
        position: absolute;
        top: 40%;
        right: 25px;
    }
}

@media (max-width: 1200px) and (max-width: 376px) {
    header .toggle-nav {
        right: 7px;
    }
}

@media (max-width: 1200px) {
    header .toggle-nav .toggle-btn {
        background: none;
        border: none;
        outline: 0;
        position: relative;
        z-index: 22222;
    }

    header .toggle-nav .toggle-btn span {
        display: block;
        width: 2px;
        height: 3px;
        background-color: #777;
        margin-bottom: 5px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    header .toggle-nav .toggle-btn.active span:nth-child(2) {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    header .toggle-nav .toggle-btn.active span:nth-child(1) {
        -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
        transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
    }

    header .toggle-nav .toggle-btn.active span:nth-child(3) {
        -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
        transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
    }

    header nav {
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 99999999;
        opacity: 0;
    }

    header nav .nav-items {
        background-color: #ffffff;
        margin: 0 !important;
        width: 270px !important;
        height: 100%;
        overflow: auto;
        list-style: none !important;
        /* padding: 0 15px; */
    }

    header nav .closeIcon i {
        position: absolute;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: left;
        left: 0;
        top: 0;
        padding: 15px;
    }

    header nav .closeIcon .fa {
        color: #43459B;
        font-size: 44px;
    }

    header nav .nav-items li {
        position: relative !important;
        padding: 15px 0px;
        font-family: var(--main-font) !important;
        font-size: 15px !important;
        border-bottom: 1px solid #f7f6f6;
        display: block !important;
        text-align: right;
    }

    header nav .nav-items li:last-child {
        border-bottom: 0;
    }

    header nav .nav-items li a {
        outline: none !important;
        box-shadow: none !important;
        color: #49565c !important;
        text-decoration: none !important;
        padding: 0 15px !important;
        white-space: normal;
    }

    header nav .cd-accordion__label {
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }

    header nav .cd-accordion__label .fa {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
    }

    header nav .cd-accordion__input {
        opacity: 0;
        position: absolute;
    }

    header nav .cd-accordion__sub {
        display: none;
    }

    header nav .cd-accordion__input:checked~.cd-accordion__sub {
        position: relative;
    }

    header nav .cd-accordion__input:checked~.cd-accordion__label {
        color: #454a9a;
    }

    header nav.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        -webkit-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
    }

    header nav .nav-items li a .anIcon {
        position: absolute;
        left: 0px;
        top: 10px;
        font-size: 18px;
        z-index: 2222;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    header nav .nav-items li a .anIcon_sub {
        position: absolute;
        left: 0px;
        top: 10px;
        font-size: 18px;
        z-index: 2222;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    header.main-header nav .nav-items li.dropdown .dropdown-list {
        position: relative;
        width: 100%;
        margin-top: .5rem;
        box-shadow: none;
    }

    header.main-header nav .nav-items li.dropdown:hover>.dropdown-list {
        display: none;
    }

    header.main-header nav .nav-items li.dropdown.active>.dropdown-list {
        display: block !important;
        background: #F5F7F9;

    }

    header .mobile-logo {
        position: absolute;
        right: 90px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .mobile-logo img {
        border-radius: 0px;
        width: auto;
        height: 50px;
    }

    .langMenuItem a {
        display: flex !important;
        justify-content: space-between;
    }

    .countries-dropdown.menuCounItem {
        max-height: 100%;
        overflow-y: visible;
        overflow-x: hidden;
        box-shadow: none;
    }

    .countries-dropdown.menuCounItem.active .anIcon::before {
        content: "\f107";
    }

    header.main-header nav .nav-items .dropdown.active .anIcon::before {
        content: "\f107";
    }

    .countries-dropdown.menuCounItem img {
        max-width: 18px;
    }

    .countries-dropdown.menuCounItem li {
        padding: 0 10px !important;
    }

    .countries-dropdown.menuCounItem li a {
        height: 40px !important;
        line-height: 40px !important;
    }

    .countries-dropdown.menuCounItem .anIcon {
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
}

@media (max-width: 1200px) and (max-width: 376px) {
    header .mobile-logo {
        right: 60px;
    }

    /* header .mobile-logo img {
        max-width: 110px; }  */
}

@media (max-width: 1200px) {
    header .topBarBtns ul li {
        background-color: #fff;
    }

    header .topBarBtns ul .login {
        display: none;
    }

    .topBarBtns ul li.btn-group {
        display: none;
    }
}

@media (max-width: 1200px) and (max-width: 376px) {
    header .topBarBtns ul li a {
        width: 32px;
        height: 32px;
        line-height: 29px;
    }
}

@media(max-width: 767px) {

    .topBarBtns ul .lang,
    .topBarBtns ul .btn-group {
        display: none;
    }
}

@media(max-width: 380px) {
    header .topBarBtns ul li a {
        line-height: 25px;
    }
}

.dropdown-accordion-menu {
    position: relative;
    padding: 0 !important;
}

.dropdown-accordion-menu [data-toggle="dropdown"] {
    display: block;
    position: relative;
}

/*
.dropdown-accordion-menu [data-toggle="dropdown"]:before {
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    content: "\f104";
    font-size: 0.7em;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    z-index: 2222; }
*/
@media(max-width: 767px) {
    header .mobile-logo img {
        border-radius: 0;
    }
}

.dropdown-accordion-menu [aria-expanded="true"] {
    color: #7375b2 !important;
}

.dropdown-accordion-menu>.dropdown-menu {
    overflow: hidden;
    border: 0;
}

.dropdown-accordion-menu>.dropdown-menu.show {
    position: relative !important;
    float: none;
    border: 0;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    padding: 0;
}

.dropdown-accordion-menu>.dropdown-menu li {
    padding: 0;
}

.dropdown-accordion-menu>.dropdown-menu li .anIcon {
    display: block;
    padding: 0 !important;
}

.dropdown-accordion-menu>input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    cursor: pointer;
    z-index: 22222;
}

.dropdown-accordion-menu>input[type="checkbox"]:checked~.dropdown-menu,
.dropdown-accordion-menu>input[type="checkbox"] .dropdown-menu.show {
    position: relative !important;
    float: none !important;
    max-height: 9999px;
    display: block;
}

/*
.dropdown-accordion-menu > input[type="checkbox"]:checked ~ a {
    color: red !important; }
*/

.mobLoginBtn {
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.mobLoginBtn .icon {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

@media(min-width:1200px) {
    .mobLoginBtnWrap {
        display: none !important;
    }
}

.countries-dropdown {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
    border-color: #fff;
}

.countries-dropdown::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.countries-dropdown::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
}

.countries-dropdown::-webkit-scrollbar-thumb {
    background: #f4f4f4;
    border-radius: 5px;
    height: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.countries-dropdown::-webkit-scrollbar-thumb:hover {
    background: #f4f4f4;
}


.countries-dropdown li {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.countries-dropdown li:last-child {
    border-bottom: 0 !important;

}

.countries-dropdown li a {
    height: 40px !important;
    line-height: 35px !important;
}

.topBarBtns .iconDown {
    top: 1px;
    font-size: 16px;
    left: -5px;
}

.countries-dropdown b {
    font-size: 13px;
    margin-right: 5px;
    font-weight: 400;
}

.countries-dropdown li:first-child {
    border-top: 0;
}

.countries-dropdown li:last-child {
    border-top: 0;
}

/* ==========================================================
! 4. Banner Section
========================================================== */
.banner .swiper-wrapper {
    margin-bottom: 5px;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.banner .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50px;
}

.banner .swiper-pagination-bullet-active {
    margin-bottom: 1px !important;
    background-color: #7374B6;
}

.banner .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: none;
    transform: none;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.banner .swiper-container>.swiper-pagination {
    right: 10px;
    top: 50%;
    -moz-transform: translate3d(0px, -50%, 1px);
    -webkit-transform: translate3d(0px, -50%, 1px);
    transform: translate3d(0px, -50%, 1px);
}

@media (max-width: 1200px) {
    .banner {
        padding-top: 0px;
    }
}

/* .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
    display: none;
} */

.banner {
    margin: 25px auto;
}

/* .banner .swiper-container {
    z-index: -1;
} */


.titleHead {
    border-bottom: 1px solid #e6dfdf;
    margin: 0 0 1.5rem 0;
}

.titleHead .title {
    color: #191919;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
}

.titleHead .title::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7374B6;
    border-radius: 2px;
}

.titleHead .more {
    display: inline-block;
    font-size: 15px;
    color: #A6A6A6;
    font-weight: 400;
    float: left;
    padding: 10px 0;
}

.titleHead::after {
    content: ' ';
    display: table;
    clear: both;
}

.productsAllWrap {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(250px, 4fr));
    grid-gap: 20px;
}

.productsAllWrap .product-wrap-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.productItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex: auto;
    width: 100%;
    border: 1px solid #eee;
    padding: 0px;
    margin-top: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    border-radius: 10px;
}


@media only screen and (max-width: 992px) {
    .productsAllWrap {
        grid-gap: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .productsAllWrap {
        grid-template-columns: repeat(auto-fill, minmax(165px, 4fr)) !important;
        grid-gap: 15px;
    }

    .productsAllWrap.noProductData {
        grid-template-columns: auto !important;
    }
}


.products-row .swiper-slide {
    height: auto;
}

.products-row .swiper-slide .productItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.products-row .swiper-slide .productItem .image {
    flex: auto;
    width: 100%;
}

.productItem .productTitle,
.productItem .productPrice,
.productItem .productAddCart {
    padding: 0 10px;
}

.productItem .productAddCart {
    padding-bottom: 10px;
    width: 100%;
}

.productItem .image {
    flex: auto;
    /* width: 100%; */
    margin: 0 auto;
}

/* .productItem .image img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 200px !important;
} */

/* @media(max-width: 520px) {
    .productItem .image img {
        height: 120px !important;
    }
} */

.productItem .productCategory {
    margin-top: 8px;
}

.productItem .productCategory p {
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 16px;
    color: #425154;
    margin-bottom: 8px;
}

.productItem .productTitle h3 {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 18px;
    color: #425154;
    min-height: 40px;
}

.productItem .productPrice p {
    font-family: var(--main-font);
    font-size: 23px;
    color: #46489F;
    display: flex;
    align-items: center;
}

.productItem .productPrice p .discount {
    font-size: 19px;
    font-family: var(--main-font);
    font-weight: 300;
    color: #425154;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-item .price .discount {

    text-decoration: line-through;

}

.productItem .productAddCart button {
    /*
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    */
    display: block;
    border: 0;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    padding: 10px 0;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
}

.productItem .productAddCart button img {
    width: 22px;
    margin-left: 8px;
    vertical-align: bottom;
}

.productItem .productAddCart svg {
    margin-left: 8px;
    vertical-align: bottom;
    width: 17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media(max-width: 576px) {
    .productItem .productAddCart button {
        font-size: 13px;
    }

    .productItem .productAddCart button img {
        width: 16px;
    }

    .productItem .productAddCart a {
        font-size: 13px !important;
    }

    .productItem .productAddCart a img {
        width: 16px !important;
    }

    .products-row .swiper-slide .productItem .image {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .productItem .image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .productItem .productTitle h3 {
        font-size: 15px;
        line-height: 28px !important;
    }
}

.productItem .options {
    /*    margin-bottom: 10px;*/
    height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 0 0 15px;
}

.productItem .options .offer {
    background-color: #46489F;
    padding: 5px 15px;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    color: #fff;
    float: right;
}

@media(max-width: 576px) {
    .productItem .options .offer {
        padding: 5px 10px;
        font-size: 10px;
        line-height: 11px;
        height: 25px;
    }
}

.productItem .sm-description {
    background: #F5F7F9;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px 0 0 15px;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    /* color: #fff; */
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 22;
}

.productItem .options .favourite {
    float: left;
    line-height: 37px;
}

.productItem .options .favourite .fa {
    color: #DEDEF7;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.productItem .options .favourite .fa:hover,
.productItem .options .favourite .fa:focus {
    color: #46489f;
}

.product-full-details .addCartBtn .favourite {
    margin-left: 15px;
    display: inline-block;
    float: right;
    line-height: 37px;
}

.product-full-details .addCartBtn .favourite .fa {
    color: #DEDEF7;
    /* font-size: 20px;
    cursor: pointer;
    padding: 8px 8px; */
    font-size: 23px;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-full-details .addCartBtn .favourite .fa:hover,
.product-full-details .addCartBtn .favourite .fa:focus {
    color: #46489f;
}

.product-full-details .addCartBtn::after {
    content: " ";
    display: table;
    clear: both;
}

.productItem:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media(max-width:576px) {

    .productItem .productAddCart button,
    .productItem .productAddCart a {
        padding: 8px 0 !important;
    }
}

@media (max-width: 376px) {
    .productItem .productTitle h3 {
        font-size: 14px;
        min-height: 50px;
    }

    .productItem .productPrice p {
        font-size: 16px;
    }

    .productItem .productPrice p .discount {
        font-size: 13px;
    }

    .productItem .productCategory p {
        font-size: 14px;
    }
}

.products-row .swiper-wrapper {
    margin-bottom: 60px;
}

.products-row .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.products-row .swiper-pagination-bullet-active {
    width: 25px;
    height: 7px;
    margin-bottom: 1px !important;
    background-color: #7374B6;
}

.products-row .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: none;
    transform: none;
}

/*
.products-row {
    direction: ltr !important;
}
*/
/* ==========================================================
!  Partner Section
========================================================== */
.partners {
    padding: 50px 0 20px 0;
    position: relative;
}

.partners .img-logos {
    margin-top: 2rem;
}

.partners .swiper-slide img {
    height: 70px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    /*    opacity: .6;*/
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.partners .swiper-slide img:hover {
    opacity: 1;
}

.partners::after {
    content: " ";
    display: block;
    width: 70%;
    height: 1px;
    background: #e2e1e1;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 376px) {
    .partenrs {
        padding: 30px 0 20px 0;
    }
}

/* ==========================================================
!  Main Footer Section
========================================================== */
.main-footer .footer-content {
    padding: 30px 0;
    background: #F9F9F9;
    border-top: 1px solid #eee;
}

.main-footer h3 {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 20px;
}

.main-footer .footer-about-store p {
    font-size: 14px;
    color: #676C75;
}

.main-footer .footer-about-store .social-media {
    margin: 30px 0;
}

.main-footer .footer-about-store .social-media li {
    display: inline-block;
    margin-left: 5px;
}

.main-footer .footer-about-store .social-media li a {
    padding: 10px 15px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #7374B6;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.main-footer .footer-about-store .social-media li:last-child {
    margin-left: 0;
}

.main-footer .footer-about-store .social-media li:hover a {
    background-color: #7374B6;
    color: #fff;
}

.main-footer .footer-about-store .downloadApp a {
    margin-left: 10px;
}

.main-footer .footer-about-store .downloadApp a img {
    max-width: 150px;
}

.main-footer .footer-about-store .downloadApp a:last-child {
    margin-left: 0;
}

.main-footer .quick-links ul>li {
    margin-bottom: 15px;
}

.main-footer .quick-links ul>li a {
    font-size: 14px;
    color: #232C35;
}

.main-footer .quick-links ul>li:last-child {
    margin-bottom: 0;
}

.main-footer .payment-ways {
    margin-top: 30px;
}

.main-footer .payment-ways ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 8px;
    margin-left: 10px;
}

.main-footer .payment-ways ul li:last-child {
    margin-left: 0;
}

.main-footer .payment-ways ul li img {
    max-width: 70%;
}

.main-footer .payment-ways ul li img.bankImage {
    max-width: 70% !important;
}

.main-footer .store_tax {
    padding: 20px 0;
    display: inline-block;
}

.main-footer .store_tax p {
    color: #232C35;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-text-fill-color: #232C35;
    -webkit-background-clip: text;
    background-clip: text;
}

.main-footer .store_tax p a {
    color: #333;
    -webkit-text-fill-color: #333;
    -webkit-background-clip: text;
    background-clip: text;
    outline: none;
    box-shadow: none;
}

@media(max-width: 576px) {
    .main-footer .store_tax {
        padding-bottom: 5px;
    }

    .main-footer .footer-about-store .social-media li {
        margin: 5px 4px;
    }
}

.main-footer .commercial_register {
    padding: 20px 10px;
    display: inline-block;
}

.main-footer .commercial_register p {
    color: #232C35;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-text-fill-color: #232C35;
    -webkit-background-clip: text;
    background-clip: text;
}

@media(max-width: 576px) {
    .main-footer .commercial_register {
        padding-bottom: 5px;
    }

    .main-footer .footer-about-store .social-media li {
        margin: 5px 4px;
    }
}

.main-footer .copyrights {
    background-color: #fff;
    padding: 20px 0;
    text-align: left;
}

.main-footer .copyrights P {
    margin-bottom: 0;
    font-size: 15px;
    color: #232C35;
}

.main-footer .copyrights P span {
    color: #ff0000;
}

.main-footer .copyrights P span a {
    color: #7374B6;
}

.main-footer .quick-links ul {
    list-style: none;
}

@media (max-width: 376px) {
    .main-footer .footer-about-store .downloadApp a {
        margin-left: 0;
        margin-bottom: 10px;
        display: inline-block;
    }

    .main-footer .footer-about-store .downloadApp a img {
        max-width: 110px;
    }
}

@media (max-width: 376px) {
    .main-footer .payment-ways {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .main-footer .payment-ways ul {
        display: flex;
        justify-content: center;
    }

    .main-footer {
        text-align: center;
        margin-top: 20px !important;
    }

    .main-footer .copyrights {
        text-align: center;
        padding-top: 10px;
    }

    .main-footer .downloadApp {
        margin: 15px 0;
    }

    .main-footer .quick-links ul li {
        display: block;
        margin-left: 7px;
    }

    .main-footer .quick-links ul li:last-child {
        margin-left: 7px;
    }
}

/* ==========================================================
!  Product Full Wrapper
========================================================== */
@media (max-width: 767px) {
    .m-orderFirst {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-orderLast {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.product-full-wrapper {
    padding: 70px 0 0 0;
    overflow: hidden;
}

@media(max-width:767px) {
    .product-full-wrapper {
        padding: 0px 0 0 0;
    }
}

.product-full-wrapper .copun {
    padding: 10px;
}

.product-full-wrapper .card-resp {
    padding: 10px;
    border: 0;
}

.product-full-wrapper .card-resp td {
    padding: 10px 5px;
}

.product-full-wrapper .product-preview .swiper-button-next,
.product-full-wrapper .product-preview .swiper-button-prev {
    background-size: 12px 40px;
}

.product-full-wrapper .product-preview .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow.svg);
}

.product-full-wrapper .product-preview .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-full-wrapper .product-preview .product-thumb {
    background-color: #F6F6F6;
    margin-bottom: 15px;
    margin-left: 15px;
}

.product-full-wrapper .product-preview .product-main-img {
    background-color: #ffffff;
    padding-bottom: 0;
    min-height: 0;
    width: 100% !important;
    border-radius: 10px;
}

.product-full-wrapper .product-preview .product-main-img .m-image {
    max-height: 525px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border-radius: 10px;
}

.product-full-wrapper .product-preview .options {
    padding: 20px 25px 0 25px;
}

.product-full-wrapper .product-preview .options .offer {
    background-color: #46489F;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 17px;
    color: #fff;
    float: right;
}

.product-full-wrapper .product-preview .options .favourite {
    float: left;
    line-height: 37px;
}

.product-full-wrapper .product-preview .options .favourite .fa {
    color: #7374B6;
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-full-wrapper .product-preview .options .favourite .fa:hover,
.product-full-wrapper .product-preview .options .favourite .fa:focus {
    color: #46489f;
}

.product-full-wrapper .product-preview .options::after {
    content: " ";
    display: table;
    clear: both;
}

.product-full-wrapper .product-preview {
    position: relative;
}

.product-full-wrapper .product-preview .options {
    position: absolute;
    top: 0;
    z-index: 88;
    left: 0;
    right: 0;
    padding-top: 0;
}

@media(max-width:767px) {
    .product-full-wrapper .product-preview .options {
        padding: 15px 0 15px 0 !important;
        right: -40px;
    }
}

@media(max-width:576px) {
    .product-full-wrapper .product-preview .options {
        right: -15px;
    }
}

.product-full-wrapper .product-preview .gallery-thumbs {
    margin-top: 20px;
}

.product-full-wrapper .product-preview .gallery-thumbs .swiper-slide {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #eee;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-full-wrapper .product-preview .gallery-thumbs .swiper-slide img {
    width: 70px;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.product-full-wrapper .product-full-details .basic-info h2 {
    font-size: 24px;
    font-family: var(--main-font);
    color: #232C35;
    font-weight: 500;
}

.product-full-wrapper .product-full-details .basic-info .price {
    font-family: var(--main-font);
    font-size: 26px;
    color: #46489F;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.product-full-wrapper .product-full-details .basic-info .price span.discount {
    font-size: 15px;
    font-family: var(--main-font);
    color: #b9b4b4;
    text-decoration: line-through;
    margin-right: 5px;
}

.product-full-wrapper .product-full-details .product-specifics-selects .specifics-item {
    margin-bottom: 20px;
}

.product-full-wrapper .product-full-details .line {
    background-color: #E6E6E6;
    height: 1px;
    width: 100%;
    margin: 25px 0;
    display: block;
}

/* Product Page Select Options */
.product-full-wrapper .product-specifics-selects .specifics-item h3 {
    color: #323643;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px 0;
}

@media(max-width: 767px) {
    .product-full-wrapper .product-specifics-selects .specifics-item {
        margin-bottom: 30px;
    }
}

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select {
    width: 100%;
    text-align: right !important;
    float: none;
    padding-right: 18px;
    padding-left: 30px;
    border-color: #ebebeb;
    border-radius: 4px;
}

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select span.current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    display: block;
    direction: rtl;
}

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select::after {
    left: 12px;
    right: auto;
}

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select .option:hover,
.product-full-wrapper .product-specifics-selects .specifics-item .nice-select .option.focus,
.product-full-wrapper .product-specifics-selects .specifics-item .nice-select .option.selected.focus {
    /*
    background-image:linear-gradient(-157deg, #43459B 0%, #7374B6 100%);color: #fff
    */
}

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select .option.selected {
    font-weight: inherit;
    color: #43459B;
}

.product-full-wrapper .product-specifics-selects .nice-select .list {
    width: 100%;
    border-radius: 4px;
    max-height: 162px;
}

.product-full-wrapper .product-specifics-selects .nice-select .list::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    height: 1px;
}

.product-full-wrapper .product-specifics-selects .nice-select .list::-webkit-scrollbar {
    width: 5px;
    height: 1px;
    background-color: #F5F5F5;
}

.product-full-wrapper .product-specifics-selects .nice-select .list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
}

.product-full-wrapper .product-specifics-selects .nice-select .list .option {
    text-align: right;
    border-bottom: 1px solid #f5f5f5;
    direction: ltr;
}

.product-full-wrapper .product-specifics-selects .nice-select .list .option:last-child {
    border-bottom: 0;
}

/* Product Page Select Options */

.product-full-wrapper .product-full-details .product-specifics .specifics-item {
    padding: 5px 0;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item h3 {
    color: #323643;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item ul li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item ul li .specificsInput {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item ul li .specificsLabel {
    font-family: var(--main-font);
    font-weight: 300;
    padding: 4px 20px;
    text-align: center;
    color: #425154;
    font-size: 17px;
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    text-transform: uppercase;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item ul li .specificsInput:checked~.specificsLabel {
    border-color: #7374B6;
}

.product-full-wrapper .product-full-details .product-specifics .specifics-item ul li:last-child {
    margin-left: 0;
}

.product-full-wrapper .product-full-details .cart-block .addCartBtn {
    display: inline-block;
    float: left;
    margin-top: 2px;

}

@media(min-width: 576px) {

    .product-full-wrapper .product-preview .options .favourite,
    .product-full-details .favourite.des {
        display: none;
    }
}

@media (max-width:576px) {
    .product-full-wrapper .product-full-details .cart-block .addCartBtn {
        position: fixed !important;
        right: 0;
        left: 0;
        bottom: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        padding: 15px;
        z-index: 999;
        background: #fff;
    }

    .product-full-wrapper .product-full-details .cart-block .addCartBtn {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .product-full-wrapper .product-full-details .addCartBtn .favourite {
        display: none;
    }

    .product-full-wrapper .product-full-details .favourite {
        display: inline-block;
        margin-right: 10px;
        vertical-align: inherit;
    }

    .product-full-wrapper .product-full-details .favourite i {
        border: 1px solid #eee;
        padding: 13px 12px;
        border-radius: 5px;
        font-size: 20px;
    }

    .product-full-wrapper .product-full-details .cart-fixed-block {
        display: inline-block;
    }

    /* .product-full-wrapper .product-full-details .addCartBtn .favourite {
        margin-left: 0;
    display: inline-block;
    float: left;
    } */

}

.product-full-wrapper .product-full-details .cart-block .addCartBtn button {
    /*
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    */
    display: inline-block;
    border: 0;
    width: auto;
    border-radius: 8px;
    color: #fff;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
    min-width: 270px;
}

@media(max-width:520px) {
    .product-full-wrapper .product-full-details .cart-block .addCartBtn button {
        min-width: 100%;
    }
}

.product-full-wrapper .product-full-details .cart-block .addCartBtn button img {
    width: 22px;
    margin-left: 8px;
    vertical-align: bottom;

}

.product-full-wrapper .product-full-details .cart-block .addCartBtn button svg {
    vertical-align: bottom;
    margin-left: 8px;
    width: 17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.product-full-wrapper .product-full-details .cart-block::after {
    content: " ";
    display: table;
    clear: both;
}

.product-full-wrapper .product-full-details .accordion {
    /*    border-bottom: 1px solid #E6E6E6;*/
    cursor: text;
}

.product-full-wrapper .product-full-details .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: left;
}

.product-full-wrapper .product-full-details .accordion .card-header.collapsed:after {
    content: "\f107";
}

.product-full-wrapper .product-full-details .accordion .card {
    border: 0;
}

.product-full-wrapper .product-full-details .accordion .card-header {
    background-color: transparent;
    padding: 20px 0px 20px 10px;
    border: 0;
}

.product-full-wrapper .product-full-details .accordion .card-header .card-title {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
}

.product-full-wrapper .product-full-details .accordion .card-header .card-title span {
    color: #7374B6;
}

.product-full-wrapper .product-full-details .accordion .card-body p {
    font-family: var(--main-font) !important;
    font-size: 14px;
    color: #919191;
}

.product-full-wrapper .product-full-details .accordion .card-body p,
.product-full-wrapper .product-full-details .accordion .card-body ul,
.product-full-wrapper .product-full-details .accordion .card-body ol,
.product-full-wrapper .product-full-details .accordion .card-body ul li,
.product-full-wrapper .product-full-details .accordion .card-body ol li,
.product-full-wrapper .product-full-details .accordion .card-body ol li font,
.product-full-wrapper .product-full-details .accordion .card-body ul li font,
.product-full-wrapper .product-full-details .accordion .card-body ul li span,
.product-full-wrapper .product-full-details .accordion .card-body ol li span,
.product-full-wrapper .product-full-details .accordion .card-body p {
    font-family: inherit !important;
    list-style: inside;
}

.product-full-wrapper .product-full-details .accordion .card-body p,
.product-full-wrapper .product-full-details .accordion .card-body ul,
.product-full-wrapper .product-full-details .accordion .card-body ul li,
.product-full-wrapper .product-full-details .accordion .card-body ul li font,
.product-full-wrapper .product-full-details .accordion .card-body ul li span,
.product-full-wrapper .product-full-details .accordion .card-body p {
    font-family: inherit !important;
    list-style: none !important;
}

.product-full-wrapper .product-full-details .accordion .card-body ul li {
    position: relative;
    padding: 0px 15px 10px 0;
    line-height: 26px;
}

.product-full-wrapper .product-full-details .accordion .card-body ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #333;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    right: 0;
}

.product-full-wrapper .product-full-details .accordion .rates-view-box p {
    display: inline-block;
    background-color: #F4F6F6;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #232C35;
    white-space: nowrap;
}

.product-full-wrapper .product-full-details .accordion .rates-view-box p span {
    color: #7374B6;
    margin-right: 5px;
}

.product-full-wrapper .product-full-details .accordion .rates-view-box p span svg {
    width: 20px;
    height: 20px;
}

.product-full-wrapper .product-full-details .accordion .rates-view-box a {
    font-size: 14px;
    color: #7374B6;
    margin-right: 15px;
}

.product-full-wrapper .product-full-details .accordion .media {
    padding: 0 0 15px 0;
    position: relative;
}

.product-full-wrapper .product-full-details .accordion .media img {
    max-width: 45px;
}

.product-full-wrapper .product-full-details .accordion .media .media-body {
    border-bottom: 1px solid #f5f5f5;
}

.product-full-wrapper .product-full-details .accordion .media .media-body h5 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 13px;
    color: #232C35;
    margin-bottom: 0;
}

.product-full-wrapper .product-full-details .accordion .media .media-body h5 span.date {
    position: absolute;
    top: 0;
    left: 0;
}

.product-full-wrapper .product-full-details .accordion .media .media-body>p {
    font-size: 13px;
    color: #919191;
    margin-bottom: 0;
    padding: .8rem 0;
}

.product-full-wrapper .product-full-details .accordion .media .stars_evaluate {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-full-wrapper .product-preview .product-main-img {
        min-height: auto;
    }
}

@media (max-width: 570px) {
    .product-full-wrapper .product-preview .gallery-thumbs {
        display: none;
    }

    .product-full-wrapper .product-preview .product-main-img {
        border-radius: 10px;
    }

}

@media (max-width: 767px) {
    .product-full-wrapper .product-preview .product-thumb {
        margin-top: 15px;
    }
}

@media (max-width: 545px) {
    .product-full-wrapper .nav-item {
        width: 33%;
    }
}

@media (max-width: 767px) {
    .product-full-wrapper .product-full-details .basic-info {
        margin-top: 30px;
        padding: 5px;
    }
}

@media (min-width: 400px) and (max-width: 412px) {
    .product-full-wrapper .product-full-details .product-specifics .specifics-item .specificsLabel {
        min-width: 0px;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .product-full-wrapper .product-full-details .cart-block .addCartBtn button {
        padding: 11px 20px;
    }
}

.cart-block p {
    padding: 10px;
    color: #444;
    font-weight: normal;
    font-weight: 700;
}

@media(max-width:576px) {
    .cart-block p {
        display: block;
        line-height: 30px;
    }

    /*
    .cart-block .countBtnWrap {
        float: left;

    }
*/
}

/* Product Page Edit */
.product-full-wrapper .product-full-details .basic-info .productCategory {
    display: none;
}

.product-full-wrapper .product-full-details .basic-info h2 {
    margin-bottom: 1.5rem;
}

.product-full-wrapper .product-full-details .accordion .card-header:after {
    display: none;
}

/* Product Page Edit */

.productAddRateModal {
    z-index: 333333333;
    background-color: rgba(0, 0, 0, 0.6);
}

.productAddRateModal .modal-header {
    padding-bottom: 0;
    border: 0;
}

.productAddRateModal .modal-header .close {
    margin: -1rem -1rem auto -1rem;
}

.productAddRateModal .modal-content {
    border: 0;
    border-radius: 0;
}

.productAddRateModal .modal-body {
    padding: 2rem 1rem 0 1rem;
    text-align: center;
}

.productAddRateModal .rates {
    max-width: 314px;
    border-radius: 50px;
    background-color: #FAFAFA;
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    direction: ltr;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    align-items: center;
    justify-content: center;
}

.productAddRateModal .rates #rateBarModal {
    display: inline-block;
}

.productAddRateModal .rates .rateBarModalValue {
    display: inline-block;
    font-family: var(--main-font);
    font-size: 20px;
    color: #2E294E;
    vertical-align: bottom;
    margin-left: 15px;
    margin-bottom: 0;
}

.productAddRateModal .form-group {
    margin-bottom: 2rem;
}

.productAddRateModal .form-group:last-child {
    margin-bottom: 0;
}

.productAddRateModal .form-group label {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.productAddRateModal .form-group textarea {
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    font-size: 13px;
    color: #232C35;
    min-height: 80px;
    padding: 20px;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.productAddRateModal .form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EEEEEE;
    background-color: #FAFAFA;
}

.productAddRateModal .modal-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    border-top: 0;
}

.productAddRateModal .modal-footer button {
    background-color: #7374B6;
    border: 0;
    border-radius: 0;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 13px;
    padding: 15px 35px;
}

.product-details-mini-box {
    background-color: #FAFAFA;
    padding: 1.5rem;
}

.product-details-mini-box .product-main-img .m-image {
    max-height: 185px;
}

.product-details-mini-box .product-main-img .options {
    position: absolute;
    top: 0px;
    right: 30px;
}

.product-details-mini-box .product-main-img .options .offer {
    background-color: #46489F;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 17px;
    color: #fff;
    float: right;
}

.product-details-mini-box .product-main-img .options::after {
    content: " ";
    display: table;
    clear: both;
}

.product-details-mini-box .basic-info h3 {
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 300;
    color: #232C35;
}

.product-details-mini-box .basic-info .cateItems {
    display: inline-block;
    border-left: 1px solid #ededed;
    padding: 0 9px;
}

.product-details-mini-box .basic-info .title {
    font-family: var(--main-font);
    font-size: 18px;
    margin-bottom: 18px;
}

.product-details-mini-box .basic-info .price {
    font-family: var(--main-font);
    font-size: 22px;
    color: #46489F;
    margin-bottom: 0;
}

.product-details-mini-box .basic-info .price span.discount {
    font-size: 15px;
    font-family: var(--main-font);
    color: #b9b4b4;
    text-decoration: line-through;
    margin-right: 5px;
}

.product-details-mini-box .rates-view-box {
    margin-top: 18px;
}

.product-details-mini-box .rates-view-box p {
    display: inline-block;
    background-color: #F4F6F6;
    padding: 10px 5px;
    border-radius: 2px;
    font-size: 11px;
    color: #232C35;
}

.product-details-mini-box .rates-view-box p span {
    color: #7374B6;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.product-details-mini-box .rates-view-box a {
    font-size: 14px;
    color: #7374B6;
    margin-right: 15px;
}

.product-details-mini-box .addCartBtn button {
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    display: inline-block;
    border: 0;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
}

.product-details-mini-box .addCartBtn button img {
    max-width: 22px;
    margin-left: 8px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .product-details-mini-box .basic-info {
        margin-top: 30px;
    }
}

.countBtnWrap {
    display: inline-block;
    background-color: #fafafa;
    border-radius: 4px;
}

.countBtnWrap .value-button {
    display: inline-block;
    border: 0;
    color: #000;
    margin: 0px;
    width: 30px;
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: 300;
    height: 40px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    background: #F5F7F9;
    border-radius: 3px;
    position: relative;
    top: -1px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.countBtnWrap .value-button:hover {
    cursor: pointer;
    background: #7374B6;
}

.countBtnWrap form #decrease {
    margin-left: -4px;
}

.countBtnWrap form #increase {
    margin-right: -4px;
}

.countBtnWrap form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.countBtnWrap input.number {
    text-align: center;
    border: none;
    border: 0;
    margin: 0px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -2px;
    background-color: transparent;
}

.countBtnWrap input[type=number]::-webkit-inner-spin-button,
.countBtnWrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
    Forms
*/
.form-group {
    margin-bottom: 1rem;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
    display: block;
}

.form-group input {
    font-family: var(--main-font);
    font-weight: 500;
    /* background-color: #F6F6F6;
    border-color: #F0F0F0; */
    background-color: #F5F7F9;
    border-color: #E7E5EA;
    font-size: 13px;
    color: #838383;
    padding: 20px;
}

.form-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F0F0F0;
}


.form-group input[type="submit"] {
    background-color: #7374B6;
    border: 0;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
    display: inline-block;
    height: auto;
    cursor: pointer;
}

.form-group textarea {
    background-color: #F5F7F9;
    border-color: #E7E5EA;
    font-size: 13px;
    color: #838383;
    min-height: 100px;
    padding: 20px;
}

.form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EEEEEE;
    background-color: #FAFAFA;
}

.form-group select {
    font-family: var(--main-font);
    font-weight: 500;
    background-color: #F5F7F9;
    border-color: #E7E5EA;
    font-size: 13px;
    color: #838383;
    height: 42px;
}

.form-group .upload-bar {
    border: 1px solid #EEEEEE;
    padding: 10px 10px;
}

.form-group .upload-bar>span {
    font-size: 13px;
    color: #232C35;
    opacity: .6;
    float: right;
    margin-top: 10px;
}

.form-group .upload-bar .btn-file {
    position: relative;
    overflow: hidden;
    background: #ededed;
    cursor: pointer;
    color: #333;
    display: inline-block;
    float: left;
    margin-bottom: 0;
}

.form-group .upload-bar .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #ededed;
    cursor: inherit;
    display: block;
}

.form-group .upload-bar .btn-file span {
    font-size: 13px;
}

.form-group .upload-bar::after {
    content: " ";
    display: table;
    clear: both;
}

@media (max-width: 400px) {
    .form-group .upload-bar .btn-file {
        float: right;
        margin-top: 10px;
    }
}

.checkbox {
    height: 35px;
}

.checkbox .container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox .container-checkbox .checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #D0D0D2;
}

.checkbox .container-checkbox:hover input~.checkmark {
    background-color: #fff;
}

.checkbox .container-checkbox input:checked~.checkmark {
    background-color: #7374B6;
}

.checkbox .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox .container-checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .container-checkbox .checkmark:after {
    left: 40%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

.checkbox .container-radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox .container-radio .checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #D0D0D2;
}

.checkbox .container-radio:hover input~.checkmark {
    background-color: #fff;
}

.checkbox .container-radio input:checked~.checkmark {
    background-color: #7374B6;
}

.checkbox .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox .container-radio input:checked~.checkmark:after {
    display: block;
}

.checkbox .container-radio .checkmark:after {
    left: 40%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}

/*
    Contact Us
*/
.contact-us .contact-forms {
    padding: 2rem;
    border: 1px solid #f3f3f3;
}

/*
    Terms
*/
.terms-conditions {
    padding: 0px 0;
}

.terms-conditions .terms {
    padding: 0 1.5rem .6rem;
}

.terms-conditions .terms p {
    color: #666;
    font-size: 14px;
    font-family: var(--main-font);
}

.terms-conditions .terms * div {
    font-family: var(--main-font) !important;
}

.terms p span {
    font-weight: 300;
}

.terms b {
    font-weight: normal !important;
}

.terms br {
    display: none !important;
}

.terms h5 {
    color: #7375b2;
    font-size: 22px;
    font-weight: 630;
}


/*
    Favourite Page
*/
.favourite .favouite-product-items .item {
    position: relative;
    border: 1px solid #dad2dadd;
    max-width: 85%;
    margin: 0 auto 40px auto;
    padding: 20px;
    border-radius: 4px;
}

.favourite .favouite-product-items .item .icon {
    position: absolute;
    top: -15px;
    right: -10px;
    border: 2px solid #e45d5d;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #e45d5d;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.favourite .favouite-product-items .item .icon span {
    color: #928e92dd;
}

.favourite .favouite-product-items .item .product-item img {
    max-width: 90px;
    background: #ffffff;
    /* padding: 15px; */
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.favourite .favouite-product-items .item .product-item h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-align: right;
    max-width: 400px;
    margin-right: 15px;
    line-height: 24px;
}

.favourite .favouite-product-items .item .price {
    text-align: right;
}

.favourite .favouite-product-items .item .price p {
    color: #43459B;
    font-family: var(--main-font);
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
}

.favourite .favouite-product-items .item .addCartBtn {
    text-align: center;
}

.favourite .favouite-product-items .item .addCartBtn button {
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    display: inline-block;
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
}

.favourite .favouite-product-items .item .addCartBtn button img {
    max-width: 22px;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 991px) {
    .favourite .favouite-product-items .item .addCartBtn button {
        padding: 11px 10px;
    }
}

@media (max-width: 767px) {
    .favourite .favouite-product-items .item .product-item h3 {
        max-width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .favourite .favouite-product-items .item .price {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .favourite .countBtnWrap .value-button {
        display: block;
        margin: 0 auto;
    }

    .favourite .countBtnWrap .value-button#increase,
    .favourite .countBtnWrap .value-button#decrease {
        margin: 0 auto;
    }

    .favourite .addCartBtn button {
        min-width: 150px;
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .favourite .product-item h3 {
        margin-right: 0;
        margin-top: 15px;
    }
}


.favourite .favouite-product-items .item .addCartBtnspan {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;

}

.favourite .favouite-product-items .item .icon i {
    color: #fff;
    font-size: 18px;
}

.favourite .noFavBlock {
    width: 100%;
    display: block
}

/*
    Profile Page
*/
.profile-wrapper {
    padding-top: 10px;
}

.profile-wrapper .user-sidebar {
    border: 1px solid #F0F0F0;
}

.profile-wrapper .user-sidebar .user-info {
    position: relative;
    /*
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 20px 20px 20px;
}

.profile-wrapper .user-sidebar .user-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.profile-wrapper .user-sidebar .user-info p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.profile-wrapper .user-sidebar .user-info::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-image: url(../images/pattern.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.profile-wrapper .user-sidebar .userSideBarLinks {
    padding: 34px 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item {
    padding: 20px 0;
    background-color: #fff;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #232C35;
    border-top: 1px solid #E3E3E3;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item .fa {
    float: left;
    font-size: 18px;
    color: #232C35;
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item:first-child {
    border-top: 0;
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item.active {
    color: #7374B6;
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item.active .fa {
    color: #7374B6;
}

.profile-wrapper .sidebarContent {
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.profile-wrapper .sidebarContent .orders-status .nav-item {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.profile-wrapper .sidebarContent .orders-status .nav-item a {
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 500;
    color: #707070;
    padding: 13px 10px;
}

.profile-wrapper .sidebarContent .orders-status .nav-item a.active {
    background-color: #7374B6;
    color: #fff;
    border-radius: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.order-r {
    border-bottom: 1px solid #eee;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs img {
    max-width: 40%;
    float: right;
    padding: 6px;
    margin: 0;
    cursor: pointer;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs::after {
    content: ' ';
    display: table;
    clear: both;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details h4 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 17px;
    color: #232C35;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .date span {
    display: inline-block;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #232C35;
    margin: 0 5px 0 5px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .date span:first-child {
    margin-right: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .price {
    font-family: var(--main-font);
    font-size: 18px;
    color: #7374B6;
    margin-bottom: 7px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #423A3A;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status span {
    color: #7374B6;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .invoiceBtn {
    background-color: #F0F0F0;
    border: 0;
    font-size: 14px;
    color: #232C35;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .addRateBtn {
    background-color: #F0F0F0;
    border: 0;
    font-size: 11px;
    color: #232C35;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    border-radius: 8px;
}

.profile-wrapper .sidebarContent .address-content .titleBar {
    background-color: #7374B6;
    padding: 15px;
    text-align: center;
}

.profile-wrapper .sidebarContent .address-content .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.profile-wrapper .sidebarContent .address-content .card {
    border-bottom: 1px solid #F0F0F0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 15px;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .titles {
    float: right;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .titles h4 {
    font-family: var(--main-font);
    font-weight: 500;
    font-weight: 600;
    font-size: 14px;
    color: #1D2127;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a {
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 15px;
    color: #111;
    padding: 5px 10px;
    border-left: 1px solid #ebe9e9;
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 19px;
    color: #555;
    padding: 5px 10px;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a.delete {
    color: #E12727;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a .fa {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a:last-child {
    border-left: 0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header::after {
    content: " ";
    display: table;
    clear: both;
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li p {
    font-size: 14px;
    color: #323643;
    display: inline-block;
    min-width: 0px;
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li span {
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 15px;
    color: #b5b9b9;
}

.profile-wrapper .sidebarContent .profile-rates-item {
    background-color: #fff;
}

.profile-wrapper .sidebarContent .profile-rates-item .addCartBtn {
    margin-top: 30px;
}

.profile-wrapper .sidebarContent .profile-rates-item .rates {
    margin: 20px 0 10px 0;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment {
    margin-top: 15px;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment .date {
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 13px;
    /*    color: #7374B6; */
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment p {
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 13px;
    color: #696969;
    margin-top: 20px;
}

.profile-wrapper .sidebarContent .address-content .addAddressBtn {
    display: block;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.profile-wrapper .sidebarContent .address-content .addAddressBtn:hover {
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
}

.profile-wrapper .sidebarContent .address-content .card {
    border-bottom: 1px solid #F0F0F0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 15px;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .titles {
    float: right;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .titles h4 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    color: #1D2127;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits {
    float: left;
    margin-top: 5px;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #323643;
    padding: 5px 10px;
    border-left: 1px solid #ebe9e9;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a.delete {
    color: #E12727;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a .fa {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}

.profile-wrapper .sidebarContent .address-content .card .card-header .edits a:last-child {
    border-left: 0;
}

.profile-wrapper .sidebarContent .address-content .card .card-header::after {
    content: " ";
    display: table;
    clear: both;
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li p {
    font-size: 16px;
    color: #323643;
    display: inline-block;
    min-width: 200px;
    font-family: var(--main-font);
    font-weight: 500;
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li span {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #b5b9b9;
}

.profile-wrapper .sidebarContent .profile-rates-item {
    background-color: #fff;
}

.profile-wrapper .sidebarContent .profile-rates-item .addCartBtn {
    margin-top: 30px;
}

.profile-wrapper .sidebarContent .profile-rates-item .rates {
    margin: 20px 0 10px 0;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment {
    margin-top: 15px;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment .date {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 13px;
    color: #7374B6;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 13px;
    color: #696969;
    margin-top: 20px;
}

.profile-wrapper .sidebarContent .profile-rates-item .attached-img {
    text-align: center;
}

.profile-wrapper .sidebarContent .profile-rates-item .attached-img img {
    max-width: 80px;
    padding: 7px;
    display: inline-block;
}

.profile-wrapper .sidebarContent .settings-content {
    padding: 1rem;
}

.profile-wrapper .sidebarContent .settings-content .settings-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-wrapper .sidebarContent .settings-content input,
.profile-wrapper .sidebarContent .settings-content select {
    -webkit-appearance: none;
}

.profile-wrapper .sidebarContent .settings-content h2 {
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 500;
    margin: 30px 0 30px;
}

.profile-wrapper .sidebarContent .addAddressTabContent .titleBar {
    background-color: #F0F0F0;
    padding: 15px;
    text-align: center;
}

.profile-wrapper .sidebarContent .addAddressTabContent .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #232C35;
    margin-bottom: 0;
}

.profile-wrapper .sidebarContent .addAddressTabContent .titleBar .form-group {
    margin-top: 20px;
}

@media(max-width: 767px) {
    .profile-wrapper .addAddressTabContent {
        padding-bottom: .5rem;
    }
}

.profile-wrapper .sidebarContent .addAddressTabContent .titleBar .form-group .form-control {
    background-color: #fff;
}

.profile-wrapper .sidebarContent .addAddressTabContent .map iframe {
    width: 100%;
}

@media (max-width: 500px) {
    .profile-wrapper {
        padding-top: 0;
    }

    .profile-wrapper .user-sidebar .user-info {
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
    }

    .profile-wrapper .sidebarContent .orders-status .nav-item a {
        font-size: 14px;
        padding: 13px 3px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .profile-wrapper .sidebarContent .orders-status-content .order-item .invoiceBtn {
        padding: 10px 3px;
        font-size: 10px;
        white-space: nowrap;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item .addRateBtn {
        padding: 10px 3px;
        font-size: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {

    .profile-wrapper .sidebarContent {
        margin-top: 10px;
        border: 0;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs {
        text-align: center;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs img {
        float: none;
        max-width: 70px;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item .order-details {
        text-align: center;
        padding-top: 15px;
    }
}

/*
    Cart Page
*/
.cart-view-page {
    padding-top: 0;
}

.cart-view-page .cart-items .item {
    position: relative;
    border: 1px solid #dad2dadd;
    margin: 0 auto 40px auto;
    padding: 5px 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 5px 2rem rgb(0 0 0 / 5%);
}

.cart-view-page .cart-items .item .icon {
    position: absolute;
    top: -15px;
    left: -10px;
    border: 2px solid #e45d5d;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #e45d5d;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50px;
    display: block;
    text-align: center;
    z-index: 22;
}

.cart-view-page .cart-items .item .icon span {
    color: #fff;
}

.cart-view-page .cart-items .item .icon i {
    color: #fff !important;
}

.cart-view-page .cart-items .item .product-item img {
    max-width: 100%;
    background: #ffffff;
    display: block;
    margin: 0 auto;
    border-radius: 7px;
}

.cart-view-page .cart-items .item .product-item h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-align: right;
    max-width: 400px;
    margin-right: 15px;
    line-height: 24px;
}

.cart-view-page .cart-items .item .price {
    text-align: center;
}

.cart-view-page .cart-items .item .price p {
    color: #43459B;
    font-family: var(--main-font);
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 0;
}

.cart-view-page .cart-items .item .addCartBtn {
    text-align: center;
}

.cart-view-page .cart-items .item .addCartBtn button {
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    display: inline-block;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
}

.cart-view-page .cart-items .item .addCartBtn button img {
    max-width: 22px;
    margin-left: 8px;
    vertical-align: top;
}

.cart-view-page .cart-items .item .title {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #81848a;
    border: 0;
    padding: 5px 0;
}

.cart-view-page .cart-items .item .title.mob-v {
    display: none;
}

.cart-view-page .checkBtn .form-control {
    padding: 11px 20px;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--main-font);
    color: #838383;
}

.cart-view-page .orderSummary table {
    margin-bottom: 0;
}

.cart-view-page .orderSummary table td {
    border-top: 0;
}

.cart-view-page .orderSummary table td:first-child {
    color: #232C35;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
}

.cart-view-page .orderSummary table td:last-child {
    color: #46489F;
    font-family: var(--main-font);
    font-size: 16px;
}

.cart-view-page .orderSummary table tr:last-child td {
    padding: 1.2rem .35rem;
    border-top: 1px solid #F0F0F0;
}

.cart-view-page .orderSummary table tr:last-child td #finalPrice {
    margin: 0 5px;
    display: inline-block;
}

.cart-view-page .orderSummary .orderSummary-note {
    padding-bottom: 5px;
}

.cart-view-page .orderSummary .orderSummary-note p {
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 12px;

}

.cart-view-page .titleBar {
    background-color: #F5F7F9;
    padding: 15px 15px;
    text-align: center;
    position: relative;
}

.cart-view-page .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #232C35;
    margin-bottom: 0;
    display: inline-block;
}

.cart-view-page .titleBar h3 .number {
    display: inline-block;
    padding: 8px;
    background-color: #7374B6;
    border-radius: 5px;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
}

.cart-view-page .orderContinue {
    position: relative;
    border-radius: 8px;
}

.cart-view-page .orderContinue i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-40%);
    font-size: 20px;
}

@media (max-width: 1000px) {
    .cart-view-page .cart-items .item {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .cart-view-page .cart-items .item {
        text-align: center;
        padding: 10px 10px;
    }

    .cart-view-page .cart-items .item .product-item h3 {
        text-align: right;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .cart-view-page .cart-items .item .price {
        text-align: center;
        margin-bottom: 10px;
    }

    .cart-view-page .cart-items .item .countBtnWrap {
        margin: 0 0 5px 0;
    }
}

@media(max-width:576px) {

    /*
    .cart-view-page .cart-items .item .product-item img {
        padding: 15px;
    }
*/
    .cart-view-page .cart-items .item .product-item h3 {
        font-size: 17px;
    }

    .cart-view-page .cart-items .item .price p {
        font-size: 20px;
    }
}

@media (max-width: 767px) and (max-width: 320px) {
    .cart-view-page .cart-items .item .countBtnWrap .value-button {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .cart-view-page .cart-items .item .countBtnWrap #increase,
    .cart-view-page .cart-items .item .countBtnWrap #decrease {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .cart-view-page .cart-items .item .title {
        display: none;
    }

    .cart-view-page .cart-items .item .title.mob-v {
        display: none;
    }
}

@media (max-width: 420px) {
    .cart-view-page .cart-items .item {
        text-align: center;
    }

    .cart-view-page .cart-items .item .price {
        text-align: center;
    }
}

/*
@media (max-width: 767px) {
    .cart-view-page .titleBar {
        margin-top: 30px; } }
*/
.cart-wizard {
    padding: 10px 0;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

.cart-wizard .wizard-nav {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media(max-width: 576px) {
    .cart-wizard .wizard-nav {
        padding-top: 1rem;
    }
}

.cart-wizard .wizard-nav .nav-item {
    position: relative;
    pointer-events: none;
    z-index: 2222;
}

.cart-wizard .wizard-nav .wizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    /*    border: 1px solid #d2d2d4;*/
    border-radius: 50px;
    padding: 10px 30px;
    height: 55px;
    color: #d2d2d4;
}

.cart-wizard .wizard-nav .wizard-step .stepIcon {
    font-size: 35px;
    vertical-align: middle;
}

.cart-wizard .wizard-nav .wizard-step h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #d2d2d4;
    margin: 0 10px;
}

.cart-wizard .wizard-nav .wizard-step .fa {
    font-size: 22px;
}

.cart-wizard .wizard-nav .wizard-step .num {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    color: #c3bebe;
}

.cart-wizard .wizard-nav .wizard-step.active {
    background: #7374B6;
}

.cart-wizard .wizard-nav .wizard-step.active h3,
.cart-wizard .wizard-nav .wizard-step.active span {
    color: #fff;
}

.cart-wizard .wizard-nav .centerd-line {
    height: 2px;
    background: #E9E9EA;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.cart-wizard .wizard-nav .centerd-line.half::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00c5be;
    width: 50%;
    height: 2px;

}

.cart-wizard .wizard-nav .centerd-line.full::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00c5be;
    width: 100%;
    height: 2px;

}

.cart-wizard .wizard-content {
    padding: 40px 0;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .cart-wizard .wizard-content {
        max-width: 100%;
        padding-top: 20px;
    }
}

.cart-wizard .wizard-content .titleBar {
    /* background-color: #f7f5f9; */
    background-color: #F5F7F9;
    padding: 15px 15px;
    text-align: center;
    position: relative;
}

.cart-wizard .wizard-content .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #232C35;
    margin-bottom: 0;
    display: inline-block;
}

.cart-wizard .wizard-content .titleBar h3 .number {
    display: inline-block;
    padding: 8px;
    background-color: #7374B6;
    border-radius: 5px;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
}

.cart-wizard .wizard-content .shippingContent {
    position: relative;
}

/* .cart-wizard .wizard-content .alert {
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    z-index: 222;
} */

/*
.cart-wizard .wizard-content .alert button.close {
    float: right !important;
}
*/
.cart-wizard .wizard-content .shippingContent .titleBar {
    /* background-color: #f7f5f9; */
    background-color: #F5F7F9;
    padding: 15px 15px;
    text-align: center;
    position: relative;
}

.cart-wizard .wizard-content .shippingContent .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #232C35;
    margin-bottom: 0;
    display: inline-block;
}

.cart-wizard .wizard-content .shippingContent .titleBar .addAddress {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-wizard .wizard-content .shippingContent .titleBar::after {
    content: " ";
    display: table;
    clear: both;
}

.cart-wizard .wizard-content .shippingContent .card-address {
    margin: 15px 0 0 0;
    position: relative;
}

.cart-wizard .wizard-content .shippingContent .card-address .card-body {
    padding: 2rem;
}

.cart-wizard .wizard-content .shippingContent .card-address input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 22222;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel {
    color: #000;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .phoneNum {
    -webkit-text-fill-color: rgba(0, 0, 0, 1);
    -webkit-opacity: 1;
    color: rgba(0, 0, 0, 1);
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressInput:checked~.AddressLabel .phoneNum {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.67);
    -webkit-opacity: 0.67;
    color: rgba(0, 0, 0, 0.67);
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .edits {
    float: left;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .edits a {
    font-family: var(--main-font);
    font-weight: 300;
    font-weight: 300;
    font-size: 19px;
    color: #555;
    padding: 5px 10px;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .radioCircle {
    width: 30px;
    height: 30px;
    background: #e5e5eb;
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 10px;
}

/* .cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .radioCircle::after {
    content: " ";
    width: 10px;
    height: 10px;
    background: #7374b6;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
} */

.cart-wizard .wizard-content .shippingContent .card-address .AddressLabel .radioCircle::after {
    content: " ";
    /* background: #fff; */
    position: absolute;
    top: 33%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressInput:checked~.AddressLabel {
    background-color: #7374B6;
    -webkit-box-shadow: 0px 15px 20px rgba(115, 116, 182, 0.08);
    box-shadow: 0px 15px 20px rgba(115, 116, 182, 0.08);
    color: #fff;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressInput:checked~.AddressLabel .radioCircle {
    background-color: #fff;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressInput:checked~.AddressLabel .radioCircle::after {
    opacity: 1;
}

.cart-wizard .wizard-content .shippingContent .card-address .AddressInput:checked~.AddressLabel .edits a {
    color: #fff;
}

.cart-wizard .wizard-content .shippingContent .addNew {
    color: #000;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 15px auto;
    border-radius: 4px;
}

.cart-wizard .wizard-content .shippingContent .addNew a {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    min-height: 200px;
}

.cart-wizard .wizard-content .shippingContent .addNew a span {
    position: relative;
    top: 3px;
    vertical-align: middle;
    margin-left: 5px;

}

@media(max-width: 576px) {
    .cart-wizard .wizard-content .shippingContent .addNew {
        margin: 0 0 15px 0;
    }
}

.cart-wizard .wizard-content .shippingContent .shipping-companys {
    margin-top: 60px;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys table thead {
    text-align: center;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    color: #707070;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys table td,
.cart-wizard .wizard-content .shippingContent .shipping-companys table th {
    vertical-align: middle;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys table thead th {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys .companyName {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #323643;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys .companyName .checkbox {
    display: inline-block;
    vertical-align: middle;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys .companyName img {
    margin: 0 20px;
    max-width: 72px;
}

.cart-wizard .wizard-content .card-shipping {
    margin: 15px 0 0;
    position: relative;
}

@media(max-width: 576px) {
    .cart-wizard .wizard-content .titleBar {
        margin-bottom: 15px;
    }

    .cart-wizard .wizard-content .card-shipping {
        margin: 0;
    }
}

.cart-wizard .wizard-content .card-shipping .card-body {
    padding: 1rem 1rem;
}

.cart-wizard .wizard-content .card-shipping .card-body::after {
    content: " ";
    display: table;
    clear: both;
}

.cart-wizard .wizard-content .card-shipping input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 22222;
}

.cart-wizard .wizard-content .card-shipping .info {
    float: right;
}

#chooseShipping .card-shipping .card-body {
    padding: .8rem 1rem;
}

#chooseShipping .card-shipping .info .card-title {
    position: absolute;
    top: 18px;
    right: 54px;
    font-weight: 400;
}

#ShippingStep .card-address .card-title {
    position: absolute;
    top: 32px;
    right: 70px;
    font-weight: 400;

}

#ShippingStep .profileAddress .card-title {
    position: relative;
    top: 0;
    right: 0;
    font-weight: 400;
}

#chooseShipping .card-shipping .info .card-text {
    display: flex;
}

#chooseShipping .card-shipping .info {
    padding-right: 35px;
}

#chooseShipping .card-shipping .info .card-text p {
    font-size: 18px;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    #chooseShipping .card-shipping .info .card-text p {
        font-size: 14px;
    }

    #chooseShipping .card-shipping .info .card-text span {
        font-size: 14px;
    }

}

#chooseShipping .card-shipping .info .card-text p:last-child {
    margin-bottom: 0;
}

.cart-wizard .wizard-content .card-shipping .radioCircle {
    width: 30px;
    height: 30px;
    background: #e5e5eb;
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 10px;
}

/* .cart-wizard .wizard-content .card-shipping .radioCircle::after {
    content: " ";
    width: 10px;
    height: 10px;
    background: #7374b6;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
} */

.cart-wizard .wizard-content .card-shipping .radioCircle::after {
    content: " ";
    /* background: #fff; */
    position: absolute;
    top: 33%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-wizard .wizard-content .card-shipping .img {
    position: absolute;
    top: 48%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

@media(max-width: 520px) {
    .cart-wizard .wizard-content .card-shipping .img {
        left: 10px !important;
    }

    /* .cart-wizard #chooseShipping .card-shipping .img {
        top: 30px;
    } */

    .cart-wizard .wizard-content .card-shipping .info .card-title {
        font-size: 15px;
    }

    .cart-wizard .wizard-content .card-shipping .info .card-text {
        padding-right: 36px;
    }

    .cart-wizard .wizard-content .card-shipping .info .card-text p {
        margin-bottom: 0;
    }

    #chooseShipping .cart-wizard .wizard-content .card-shipping .info .card-text {
        padding-right: 0;
    }

    #chooseShipping .card-shipping .info {
        padding-right: 0;
    }
}

.cart-wizard .wizard-content .card-shipping .img img {
    max-width: 45px;
}

.cart-wizard .wizard-content .card-shipping .img.img-bank img {
    text-align: left;
    position: relative;
    padding: 0 5px 0 0;
}

.cart-wizard .wizard-content .card-shipping .paymicon img {
    max-width: 70px !important;
}

.cart-wizard .wizard-content .card-shipping .AddressLabel {
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 4px;
}

.cart-wizard .wizard-content .card-shipping .AddressInput:checked~.AddressLabel {
    background-color: #7374B6;
    -webkit-box-shadow: 0px 15px 20px rgba(115, 116, 182, 0.08);
    box-shadow: 0px 15px 20px rgba(115, 116, 182, 0.08);
    color: #fff;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.cart-wizard .wizard-content .card-shipping .AddressInput:checked~.AddressLabel .radioCircle {
    background: #fff;
}

.cart-wizard .wizard-content .card-shipping .AddressInput:checked~.AddressLabel .radioCircle::after {
    opacity: 1;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link {
    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;
    background-color: #fff;
    padding: 35px 0;
    border-radius: 4px;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link img {
    max-width: 60px;
    height: 40px;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link p {
    margin-bottom: 0;
    margin-right: 20px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 17px;
    color: #232C35;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link.active {
    background-color: #7374B6;
    border-radius: 4px;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link.active p {
    color: #fff;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table {
    margin-bottom: 0;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table td {
    border-top: 0;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table td:first-child {
    color: #232C35;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table td:last-child {
    color: #46489F;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 18px;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table tr:last-child td {
    padding: 1.2rem .75rem;
    border-top: 1px solid #F0F0F0;
}

.cart-wizard .wizard-content .paymentWays .checkBtn .form-control {
    padding: 11px 20px;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--main-font);
    color: #838383;
}

.cart-wizard .wizard-content .paymentWays .upload-bar.edited {
    padding: 0;
}

.cart-wizard .wizard-content .paymentWays .upload-bar.edited .btn-file {
    float: none;
    display: block;
    padding: 38px 0;
    color: #adadad;
}

.cart-wizard .wizard-content .paymentWays .upload-bar.edited .btn-file .fa {
    margin-left: 7px;
}

.cart-wizard .wizard-content .paymentWays .receipt-item {
    background-color: #FBFCFB;
    border-color: #DDDDDD;
    padding: 15px;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-header {
    padding: 20px 0;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-header img {
    float: right;
    max-width: 150px;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-header .name {
    float: left;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    padding: 10px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #323643;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-header::after {
    content: " ";
    display: table;
    clear: both;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-body {
    padding: 20px 0 0;
    border-top: 1px solid #e5e7e5;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-body p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    color: #353B50;
    display: inline-block;
    margin-bottom: 0;
}

.cart-wizard .wizard-content .paymentWays .receipt-item .rece-body p:last-child {
    margin-left: 0;
}

.cart-wizard .wizardNavBtns {
    padding: 15px 0;
}

.cart-wizard .wizardNavBtns button {
    background: #f7f5f9;
    border: 0;
    color: #232C35;
    font-family: var(--main-font);
    font-size: 16px;
    border-radius: 8px;
    padding: 15px 35px;
}

.cart-wizard .wizardNavBtns button.next-step,
.cart-wizard .wizardNavBtns button.last-step {
    background-color: #7374B6;
    color: #fff;
    float: left;
}

.cart-wizard .wizardNavBtns::after {
    content: " ";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .cart-wizard .wizard-content .payment-ways-items .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33%;
    }

    .cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link {
        display: block;
        text-align: center;
        padding: 20px 0;
        height: 100%;
    }

    .cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link p {
        font-size: 15px;
        margin-right: 0;
        margin-top: 15px;
    }

    .cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .cart-wizard .wizard-content .paymentWays .receipt-item .rece-header {
        text-align: center;
    }

    .cart-wizard .wizard-content .paymentWays .receipt-item .rece-header img {
        float: none;
    }

    .cart-wizard .wizard-content .paymentWays .receipt-item .rece-header .name {
        margin-top: 15px;
        float: none;
    }
}

@media (max-width: 767px) {
    .cart-wizard .wizard-content .paymentWays .receipt-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .cart-wizard .wizard-content .paymentWays .form-group {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 870px) {
    .cart-wizard .wizard-nav .nav-item {
        width: 24%;
    }

    .cart-wizard .wizard-nav .wizard-step {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cart-wizard .wizard-nav .wizard-step {
        text-align: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .cart-wizard .wizard-nav .wizard-step h3 {
        font-size: 14px;
    }

    .cart-wizard .wizard-nav .wizard-step .num {
        font-size: 13px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 0;
        right: -10px;
    }
}

@media (max-width: 560px) {
    .cart-wizard .wizard-nav .wizard-step {
        height: 45px;
        padding: 0;
    }

    .cart-wizard .wizard-nav .wizard-step h3 {
        margin: 0;
    }

    .cart-wizard .wizard-nav .wizard-step .fa {
        display: none;
    }
}

@media (max-width: 560px) {
    .cart-wizard .wizard-nav .wizard-step h3 {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .cart-wizard .wizard-content .cart-items .countBtnWrap .value-button {
        display: block;
        margin: 0 auto;
    }

    .cart-wizard .wizard-content .cart-items .countBtnWrap .value-button#increase,
    .cart-wizard .wizard-content .cart-items .countBtnWrap .value-button#decrease {
        margin: 0 auto;
    }

    .cart-wizard .wizard-content .cart-items .addCartBtn button {
        min-width: 150px;
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .cart-wizard .wizard-content .cart-items .product-item h3 {
        margin-right: 0;
        margin-top: 15px;
    }
}

.btn-style {
    /*
    background-image: linear-gradient(-157deg, #43459B 0%, #7374B6 100%);
    */
    display: inline-block;
    border: 0;
    text-align: center;
    border-radius: 8px;
    color: #fff !important;
    padding: 11px 40px;
    font-family: var(--main-font);
    font-size: 16px;
    cursor: pointer;
}

.btn-style img {
    max-width: 22px;
    margin-left: 8px;
    vertical-align: top;
}

.btn-style:hover {
    color: #fff;
}

.sendingOrderBtn .btn-style {
    padding: 9px 40px;
}

/*
    Shipping Payment
*/
.shipping-payment {
    padding: 0 0 40px 0;
}

.shipping-payment .titleBar {
    background-color: #7374B6;
    padding: 15px;
    text-align: center;
}

@media(max-width: 576px) {
    .shipping-payment .titleBar {
        margin-bottom: 0 !important;
    }
}

.shipping-payment .titleBar h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.shipping-payment table thead {
    text-align: center;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #707070;
}

.shipping-payment table td,
.shipping-payment table th {
    vertical-align: middle;
    text-align: center;
}

.shipping-payment table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(171, 171, 171, 0.05);
}

.shipping-payment ul.payOptions {
    text-align: center;
}

.shipping-payment ul.payOptions li {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: 20px;
}

.shipping-payment ul.payOptions li img {
    max-width: 100%;
}

.shipping-payment ul.payOptions li:last-child {
    margin-left: 0;
}

.shipping-payment .banksOptions .receipt-item {
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
}

.shipping-payment .banksOptions .receipt-item .rece-header {
    padding: 20px 0;
}

.shipping-payment .banksOptions .receipt-item .rece-header img {
    float: right;
    max-width: 150px;
}

.shipping-payment .banksOptions .receipt-item .rece-header .name {
    float: left;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    padding: 10px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #323643;
}

.shipping-payment .banksOptions .receipt-item .rece-header::after {
    content: " ";
    display: table;
    clear: both;
}

.shipping-payment .banksOptions .receipt-item .rece-body {
    padding: 20px 0 0;
    border-top: 1px solid #BFBFBF;
}

.shipping-payment .banksOptions .receipt-item .rece-body p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    color: #353B50;
    display: block;
    margin-bottom: 15px;
    -webkit-text-fill-color: #353B50;
    -webkit-background-clip: text;
    background-clip: text;
}

.shipping-payment .banksOptions .receipt-item .rece-body p span {
    -webkit-text-fill-color: #353B50;
    -webkit-background-clip: text;
    background-clip: text;
}

.shipping-payment .banksOptions .receipt-item .rece-body p:last-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .shipping-payment .banksOptions .receipt-item {
        margin-bottom: 25px;
        padding: 20px 10px;
    }

    .shipping-payment .banksOptions .receipt-item .rece-header {
        text-align: center;
    }

    .shipping-payment .banksOptions .receipt-item .rece-header img {
        float: none;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .shipping-payment .banksOptions .receipt-item .rece-header .name {
        float: none;
        margin-top: 15px;
    }

    .shipping-payment .banksOptions .receipt-item .rece-body {
        text-align: right;
        border-top: 0;
        border-bottom: 1px solid #BFBFBF;
    }

    .shipping-payment .banksOptions .receipt-item .rece-body:last-child {
        border-bottom: 0;
    }

    .shipping-payment .banksOptions .receipt-item .rece-body p {
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 10px;
        white-space: nowrap;
    }
}


@media(max-width:576px) {
    .shipping-payment .shippingCitiesTable thead tr td {
        font-size: 13px;
    }

    .shipping-payment .shippingCitiesTable tbody {
        font-size: 12px;
    }

    .shipping-payment .shippingCitiesTable tbody td {
        padding: .75rem 0;
    }

    .shipping-payment .shippingCitiesTable tbody td span {
        padding: 0;
    }
}

.bank-transfer .receipt-item {
    /* background-color: #FBFCFB; */
    border-color: #DDDDDD;
    padding: 15px;
    /* -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
}

.bank-transfer select {
    background: url(../images/angle.png) #F6F6F6 no-repeat scroll calc(3% + 3px) center/8px auto;
}

.bank-transfer .receipt-item .rece-header {
    padding: 20px 0;
}

.bank-transfer .receipt-item .rece-header img {
    float: right;
    max-width: 115px;
}

.bank-transfer .receipt-item .rece-header .name {
    float: left;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    padding: 10px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #323643;
}

.bank-transfer .receipt-item .rece-header::after {
    content: " ";
    display: table;
    clear: both;
}

.bank-transfer .receipt-item .rece-body {
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);

}

.bank-transfer .receipt-item .rece-body .name {
    display: flex;
    align-items: center;
}

.bank-transfer .receipt-item .rece-body .name span {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.bank-transfer .receipt-item .rece-body p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
    color: #353B50;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.bank-transfer .receipt-item .rece-body p:last-child {
    margin-left: 0;
}

.bank-transfer .upload-bar.edited {
    padding: 0;
}

.bank-transfer .upload-bar.edited .btn-file {
    float: none;
    display: block;
    padding: 38px 0;
    color: #adadad;
}

.bank-transfer .upload-bar.edited .btn-file .fa {
    margin-left: 7px;
}

.bank-transfer .skip {
    background-image: none;
    background-color: #adadad;
    padding: 13px 40px;
}

@media (max-width: 767px) {
    .bank-transfer .receipt-item {
        margin: 1rem 0 !important;
    }

    .bank-transfer .receipt-item .rece-header {
        text-align: center;
    }

    .bank-transfer .receipt-item .rece-header img {
        float: none;
        /*        max-width: 100%;*/
        display: block;
        margin: 0 auto;
    }

    .bank-transfer .receipt-item .rece-header .name {
        float: none;
        margin-top: 15px;
    }

    .bank-transfer .receipt-item .rece-body {
        text-align: center;
        border-top: 0;
        border-bottom: 1px solid #BFBFBF;
    }

    .bank-transfer .receipt-item .rece-body:last-child {
        border-bottom: 0;
    }

    .bank-transfer .receipt-item .rece-body p {
        margin-bottom: 10px;
        margin-left: 0;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .bank-transfer .skip {
        margin-top: 15px;
    }
}


.bank-transfer {
    overflow-x: hidden;
}

/*
    Thanks Page
*/
.thanks-page {
    margin-bottom: 0;
    background-color: #fff;
}

.thanks-page h1 {
    color: #5355a4;
    font-size: 26px;
    font-family: var(--main-font);
    font-weight: 500;
    margin-bottom: 45px;
}

.thanks-page a {
    color: #212529;
    font-size: 16px;
}


@media (max-width: 991px) {
    .thanks-page {
        padding-top: 130px;
    }
}


@media (max-width: 767px) {
    .thanks-page {
        padding-top: 2rem;
    }
}

@media(max-width: 520px) {
    .thanks-page .thanks-buttnos-c .btn {
        font-size: 10px !important;
    }
}

/* ==========================================================
! AllOrder
========================================================== */
.allOrderPage {
    padding: 40px 0;
}

.allOrderPage .card {
    border: 0;
}

.allOrderPage .card .card-body {
    background: #fbfbfb;
}

.allOrderPage .orderDetOne .card-body h3 {
    float: right;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 45px;
}

@media(max-width: 520px) {
    .allOrderPage .orderDetOne .card-body .col-lg-10 {
        padding: 0 !important;
    }
}

.allOrderPage .orderDetOne .card-body .confirm {
    float: left;
    white-space: nowrap;
}

.allOrderPage .orderDetOne .card-body .confirm span {
    display: inline-block;
    margin-left: 10px;
    font-family: var(--main-font);
    font-weight: 500;
}

.allOrderPage .orderDetShipp h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.allOrderPage .orderDetShipp p {
    font-family: var(--main-font);
    font-size: 16px;
}

.allOrderPage .orderDetShipp img {
    max-width: 70px;
    margin-left: 15px;
}

.allOrderPage .cart-items table td,
.allOrderPage .cart-items table th {
    vertical-align: middle;
    text-align: center;
}

.allOrderPage .cart-items table tbody td {
    border: 0;
}

.allOrderPage .cart-items table thead th {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #81848a;
    border: 0;
}

@media(max-width: 520px) {
    .allOrderPage .cart-items table thead th {
        font-size: 13px;
    }

    .allOrderPage .orderDetOne #order_details .table-responsive {
        overflow-x: hidden !important;
    }

    /*
    .allOrderPage .orderSummary table td:first-child {
        font-size: 11px !important;
    }
    .allOrderPage .orderSummary table td:last-child {
        font-size: 14px !important;
    }
*/

    .allOrderPage .orderDetShipp.details .card-body {
        text-align: right !important;
    }

    .allOrderPage .orderDetShipp.details h3 {
        margin-bottom: 10px;
    }

    .allOrderPage .orderDetShipp.details .item {
        margin-bottom: 10px;
    }
}

.allOrderPage .cart-items .product-item {
    background: #f7f7f7;
}

.allOrderPage .cart-items .product-item img {
    max-width: 100px;
    background: #F6F6F6;
    padding: 15px;
    display: block;
    margin: 0 auto;
}

.allOrderPage .cart-items .product-item h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-align: right;
    max-width: 400px;
    margin-right: 15px;
    line-height: 24px;
}

.allOrderPage .cart-items .price p {
    color: #43459B;
    font-family: var(--main-font);
    font-size: 16px;
}

.allOrderPage .orderSummary table {
    margin-bottom: 0;
}

.allOrderPage .orderSummary table td {
    border-top: 0;
}

.allOrderPage .orderSummary table td:first-child {
    color: #232C35;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}

.allOrderPage .orderSummary table td:last-child {
    color: #232C35;
    font-size: 16px;
}

.allOrderPage .orderSummary table tr:last-child td {
    padding: 1.2rem .75rem;
    border-top: 1px solid #F0F0F0;
}

@media (max-width: 767px) {
    .allOrderPage {
        padding-top: 0px;
    }


    .allOrderPage .orderSummary table tr:last-child td {
        padding: 1.2rem 0;
    }
}

@media (max-width: 480px) {
    .allOrderPage .orderDetOne .card-body {
        text-align: center;
        padding: .75rem 1rem;
    }

    .allOrderPage .orderDetOne .card-body h3 {
        float: none;
        display: inline-block;
    }

    .allOrderPage .orderDetOne .card-body .confirm {
        float: none;
        text-align: center;
        margin-top: 20px;

    }

    .allOrderPage .orderDetOne .card-body .confirm span {
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .allOrderPage .orderDetShipp h3 {
        font-family: var(--main-font);
        font-weight: 700;
    }
}

/* ==========================================================
! Popups
========================================================== */
.modal {
    overflow-y: auto;
}

.modal .sp-icon {
    border: 2px solid #6b6ead;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .sp-icon i {
    font-size: 36px;
    color: #6b6ead;
}

.modal .m-link {
    font-family: var(--main-font);
    font-size: 14px;
    color: #323643;
}

.modal .m-link span {
    color: #6b6ead;
}

.modal .modal-title {
    padding: 20px 0 10px 0;
    color: #333;
    font-weight: normal;
    font-family: var(--main-font);
}

.icon-pro {
    position: relative;
    top: 6px;
    margin: 0 5px;
}

.icon-pro-2 {
    position: relative;
    top: 6px;
    margin: 0 0px;
    color: #43459B;
}

.cart-de {
    padding: 20px;
    border: 0;
    background: transparent;
}

.modal-content {
    padding: 0 0 30px 0;
    border: 0;
}

.mobile-Shipping {
    padding: 10px;
    margin: 10px 0 0 0;
    text-align: right;
}

.mobile-Shipping a {
    color: #666;
}

#registerModal .modal-content {
    padding: 0 0 0px 0;
}

#registerModal .modal-body {
    padding: 0 .5rem .5rem;
}

#registerModal .form-group #mobile {
    text-align: left;
}

#registerModal .form-group #mobile::placeholder {
    text-align: left;
}

/* website (min-width:50px) and (max-width:768px ) start ***************************************** */
@media only screen and (min-width: 50px) and (max-width: 768px) {
    /* .respons {
        margin: 50px auto 0;
        padding: 0 30px;
    } */

    #loginModal {
        overflow: hidden;
    }

    /* #loginModal .respons {
        margin: -80px auto 0;
    } */

    /* #forgetPasswordModal .modal-dialog {
        margin: -80px 10px 0;
    } */

    .form-group textarea {
        background-color: #F6F6F6;
        border-color: #F0F0F0;
        font-size: 13px;
        color: #838383;
        min-height: 100px;
        padding: 20px;
        margin: 27px 0 0 0;
    }

    .profile-wrapper .user-sidebar .userSideBarLinks .list-group-item {
        padding: 15px 0;
        background-color: #fff;
        font-size: 15px;
        color: #232C35;
        border-top: 1px solid #E3E3E3;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .modal-header {
        padding: 0;
        margin: 0;
        position: relative;
        top: 2px;
        right: -12px;
    }

    .modal .m-link {
        font-family: var(--main-font);
        font-size: 12px;
        color: #323643;
    }

    .img-logos {
        margin: 60px 0 0 0;
    }

    #sendOrderButtonDiv {
        padding: 0 1rem;
    }

    #sendOrderButtonDiv .orderNotes {
        padding: 0 0;
        margin-top: 0 !important;
    }

    #sendOrderDiv,
    .order-group-btn {
        padding: 0;
    }

    #sendOrderButtonDiv .col-form-label {
        text-align: right;
        padding-right: 0;

    }

    #sendOrderButtonDiv input {
        font-size: 13px;
    }

    #sendOrderButtonDiv input::placeholder {
        font-size: 13px;
    }


    .mobile-Shipping {
        padding: 10px;
        margin: 10px 0 0 0;
        text-align: right;
    }

    .mobile-Shipping a {
        color: #666;
    }

    .mokt {
        margin: 30px 0 0 0;
    }

    /* .copun {
        padding: 0 0 30px 0px;
        height: 70px;
    } */

    /* .copun input {
        max-width: 150px !important;
    } */

    .copun button {
        height: 40px;
        line-height: 0;
        padding: 11px 25px;
    }

    .table-mo td {
        font-size: 14px;
        padding: 15px 0 0 0;
    }

    .onle-totel td {
        font-weight: 1800;
        font-family: var(--main-font);
        font-weight: 500;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: red;
        padding-bottom: 1rem;
    }
}

tr.onle-totel:last-child td {
    width: 140px;
}

.tap-payments-notification-title.tap-payments-notification-title-centered>div {
    text-align: right !important;
}

/**********************/
.dropdown-accordion-menu1 {
    position: relative;
    padding: 0 !important;
}

.dropdown-accordion-menu1 [data-toggle="dropdown"] {
    display: block;
    position: relative;
}

.dropdown-accordion-menu1 [data-toggle="dropdown"]:before {
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    content: "";
    font-size: 0.7em;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    z-index: 2222;
}

.dropdown-accordion-menu1 [aria-expanded="true"] {
    color: #7375b2 !important;
}

.dropdown-accordion-menu1>.dropdown-menu {
    overflow: hidden;
}

.dropdown-accordion-menu1>.dropdown-menu.show {
    position: relative !important;
    float: none;
    border: 0;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    padding: 0;
}

.dropdown-accordion-menu1>.dropdown-menu li {
    padding: 0;
}

.dropdown-accordion-menu1>.dropdown-menu li a {
    display: block;
    padding: 0 !important;
}

.dropdown-accordion-menu1>input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown-accordion-menu1>input[type="checkbox"]:checked~.dropdown-menu,
.dropdown-accordion-menu1>input[type="checkbox"] .dropdown-menu.show {
    position: relative !important;
    float: none !important;
    max-height: 9999px;
    display: block;
}

.dropdown-accordion-menu1>input[type="checkbox"]:checked+[data-toggle="dropdown"] {
    color: red !important;
}

.main-footer .payment-ways ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    float: right;
    padding: 4px;
    line-height: 33px;
    min-width: 45px;
}

.main-footer .payment-ways ul li>img {
    margin: auto;
    max-height: 25px;
    max-width: 100%;
}

.partner_logo_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    height: 90px;
}

.partners .swiper-slide .partner_logo_img img {
    height: 100%;
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}

.products-row .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #000;
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
}

/*
.products-row .swiper-pagination-bullet-active{
    width: 20px !important;
}
*/
.swiper-pagination-bullet {
    vertical-align: middle;
}

.productItem .image>a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productItem .image>a>img {
    display: block;
    max-width: 100%;
    /* height: 200px; */
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-height: 200px;
}

@media screen and (max-width: 575px) {
    .cart-view-page {
        margin-bottom: 2rem;
    }

    .cart-view-page .orderSummary table td {
        padding: 1.2rem .5rem;
        vertical-align: middle;
    }

    .cart-view-page .orderSummary table td:first-child {
        font-size: 15px;
    }

    .card-body {
        padding: 0.7rem;
    }

    .xs_txt {
        font-size: 18px;
    }

    .productItem .productPrice p {
        font-size: 18px !important;
    }

    .productItem .productPrice p .discount {
        font-size: 14px;
    }

    .productItem .image>a {
        height: 150px;
    }

    .productItem .image .product_cate {
        height: auto !important;
        display: block;
    }

    .productItem .image .product_cate>img {
        width: 100% !important;
        height: auto !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}

.nice-select .list {
    height: auto !important;
    max-height: 150px;
}

.stars_evaluate .fa {
    font-size: 18px !important;
    margin: 0 !important;
}

/*#header{*/
/*    transition: all 0.1s ease-in-out;*/
/*    transition: all 0.1s ease-in-out;*/
/*    -moz-transition: all 0.1s ease-in-out;*/
/*    -ms-transition: all 0.1s ease-in-out;*/
/*    -o-transition: all 0.1s ease-in-out;*/
/*    -webkit-transition: all 0.1s ease-in-out;*/
/*}*/

.fixed-header .topBar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
}

header.main-header {
    border-right: 0;
    border-left: 0;
}

.logo>a {
    display: inline-block;
}

.fixed-header #header .topBar {
    padding: 10px 0;
}

.fixed-header #header .topBar .logo img {
    width: auto;
    max-height: 60px;
}

/*
.fixed-header #header .logo > a > p{
    display: none;
}
*/
body.fixed-header {
    padding-top: 143px;
}

@media (max-width: 1200px) {
    body.fixed-header {
        padding-top: 0;
    }

    .fixed-header #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 99;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
    }

    /*
    header{
        z-index: 99;
    }
*/

}


.bank_card {
    margin: 10px 0
}

/* website (min-width:50px) and (max-width:768px ) start ***************************************** */
@media only screen and (min-width: 50px) and (max-width: 768px) {

    .bank_card img {
        width: 45%
    }

}

.fancybox-button {
    width: 40px;
    height: 40px;
}

@media(max-width:767px) {
    .fancybox-button {
        width: 60px;
        height: 60px;
    }
}


.custom-dropdown-filter {
    text-align: left;

}

.custom-dropdown-filter .dropdown-menu {
    box-shadow: 0px 2px 10px 0px rgba(198, 198, 198, 0.6);
    border-radius: .50rem;
}

.custom-dropdown-filter .filteringBtn {
    display: inline-block;
    text-align: right;
    background: #ededed;
    border: 0;
    color: #6c757d;
    border-radius: 50px;
    width: auto;
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;

}

.custom-dropdown-filter .filteringBtn i {
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

@media(max-width: 376px) {
    .custom-dropdown-filter .filteringBtn {
        /* padding: 10px 5px; */
        font-size: 12px;
    }
}

.custom-dropdown-filter .dropdown-item {
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    font-family: var(--main-font);
    color: #455a5b;
}


.custom-dropdown-filter .dropdown-item:active {
    background-color: #f8f9fa;
}

@media(max-width:991px) {
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 109% !important;
    }
}

@media(max-width:576px) {

    .custom-dropdown-filter {
        text-align: center;
        margin-bottom: 0 !important;
    }
}

.smart-banner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    padding: 10px 10px 10px 31px;
    -webkit-transition: margin-top 0.3s linear;
    z-index: 22222;
    display: none;
}

.smart-banner:before,
.smart-banner:after {
    content: " ";
    display: table;
}

.smart-banner:after {
    clear: both;
}

.smart-banner.closed {
    margin-top: -100%;
}

.smart-banner .meta {
    float: left;
    padding-top: 7px;
    text-align: left;
}

.smart-banner .name {
    font-size: 12px;
    width: 163px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.smart-banner .desc {
    display: block;
    font-size: 11px;
    color: #888;
    padding-top: 2px;
}

.smart-banner .icon {
    height: 50px;
    width: 50px;
    border-radius: 7.8125px;
    vertical-align: top;
    float: left;
    margin: 0 10px;
}

.smart-banner .close {
    position: absolute;
    width: 30px;
    padding: 25px 0;
    left: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: rgb(69, 69, 69);
}

.smart-banner .btn {
    text-decoration: none;
    margin-top: 10px;
    float: right;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #303030;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #303030), color-stop(1, #838383));
    background: -ms-linear-gradient(bottom, #303030, #838383);
    background: -moz-linear-gradient(center bottom, #303030 0%, #838383 100%);
    border: solid 1px rgba(79, 79, 79, 0.75);
}


/*

.navScrolledLeft {
    overflow-x: scroll !important;
    overflow-y: visible !important;
}
.navScrolledLeft nav .nav-items {
    display: flex;
     overflow-x: scroll;
    align-items: center;
}

.navScrolledLeft nav .nav-items > li {
    width: 100%;
    min-width: 200px;
}

.navScrolledLeft::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
    height: 1px;
}

.navScrolledLeft::-webkit-scrollbar
{
	width: 10px;
    height: 1px;
	background-color: #F5F5F5;
}

.navScrolledLeft::-webkit-scrollbar-thumb
{
	background-color: #eee;
}
*/

header.main-header .swiper-slide>li {
    position: relative;
    font-family: var(--main-font);
    color: #555;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header.main-header .swiper-slide>li>a {
    padding: 20px 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    outline: none;
}

header.main-header .swiper-slide>li:hover,
header.main-header nav .nav-items>li:focus {
    background-color: transparent;
    color: #454a9a;
}

header.main-header .swiper-slide>li:last-child {
    margin-left: 0;
}

header.main-header .swiper-slide li.dropdown .dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 280px;
    border-radius: 4px;
    z-index: 222222;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    display: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

header.main-header .swiper-slide li.dropdown .dropdown-list li.dropdown-list-item a {
    padding: 15px 20px;
    display: block;
    font-family: var(--main-font);
    color: #455a5b;
    text-decoration: none;
}

header.main-header .swiper-slide li.dropdown .dropdown-list li.dropdown-list-item:hover {
    background-color: #f5f2f2;
}

header.main-header .swiper-slide li.dropdown:hover>.dropdown-list {
    display: block;
}

/*
.shareProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}

.shareProduct p {
    margin-bottom: 0;
    font-weight: bold;
}

.shareProduct ul li {
    display: inline-block;
}

.shareProduct ul li a {
    padding: 0px 10px;
    color: #948c8c;
}

*/

.productReveiws {
    position: relative;
}

.shareWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

@media(max-width:767px) {
    .shareWrap {
        justify-content: flex-start;
        position: relative;
        top: 0;
        padding: 20px 10px;
    }
}

.shareWrap p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.social-share {
    position: relative;
    border: 0;
    float: none;
    overflow: hidden;
    padding-left: 0;
}

.social-share li {
    width: 100%;
    text-align: center;
    max-width: 0px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: left;
}

.social-share li:first-child {
    max-width: 50px;
    opacity: 1;
    pointer-events: none;
}

.social-share li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 3.6;
    pointer-events: none;
}

/*
.social-share li:hover .fa {
    color: #fff;
}
*/
/*
.social-share.actived li:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
*/
.social-share li.socailButtonActive a {
    pointer-events: all;
}

.social-share.actived li a {
    pointer-events: all;
}

/*
.social-share.actived li:nth-child(2), .social-share.actived li:nth-child(3), .social-share.actived li:nth-child(4) {
  opacity: 1;
  max-width: 50px;
}
*/
.social-share.actived li {
    opacity: 1;
    max-width: 50px;
}

.social-share i {
    font-size: 18px;
    color: #948c8c;
}


@media(max-width:520px) {
    .alert-dismissible .close {
        position: relative;
        padding: .4rem 1rem;
    }
}




.addressPlaceWrap .PlaceBtn {
    background-color: transparent;
    color: #49565c;
    border-radius: 50px;
    /* width: auto; */
    padding: 10px 25px;
    border: 1px solid #49565c;
    margin-left: 10px;

}

.addressPlaceWrap {
    display: flex;
    margin-bottom: 1rem;
}

.addressPlaceWrap .placeActived {
    background-color: #233 !important;
    color: #fff;
    border-color: #233 !important;
    box-shadow: none !important;

}

.addressPlaceWrap .PlaceBtn:hover {
    background-color: #233 !important;
    color: #fff;
    border-color: #233 !important;
}

@media(max-width:767px) {
    .addressPlaceWrap {
        flex-flow: row;

    }

    .addressPlaceWrap .PlaceBtn {
        margin: 0 0 0 7px;
        padding: 10px 11px;
        font-size: 14px;
    }
}

@media(max-width:365px) {
    .addressPlaceWrap .PlaceBtn {
        border-radius: 5px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}

#loginModal,
#registerModal {
    z-index: 105111;
}

/* .banner,.bannerSales {
    display: none !important;
} */

@media (min-width: 767px) {
    .sepreateBlock {
        display: none;
    }
}

@media (max-width: 767px) {
    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 99;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.03);
    }

    .sepreateBlock {
        height: 100px;
        display: block;
    }
}

@media (max-width: 391px) {
    .sepreateBlock {
        height: 99px;
        display: block;
    }
}

.video-intro {
    position: relative !important;
}


/**
* main style
*/
.timeline-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    max-width: 100%;
}

/*
.timeline-item {
    background-color: #fff;
    border:0;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    width: 100%;
  }

  @-webkit-keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }

  @keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
    100% {
      background-position: 468px 0;
    }
  }
  .animated-background {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
  }

  .background-masker {
    background: #fff;
    position: absolute;
  }

  .background-masker.header-top,
  .background-masker.header-bottom,
  .background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
  }

  .background-masker.header-left,
  .background-masker.subheader-left,
  .background-masker.header-right,
  .background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
  }

  .background-masker.header-bottom {
    top: 18px;
    height: 6px;
  }

  .background-masker.subheader-left,
  .background-masker.subheader-right {
    top: 24px;
    height: 6px;
  }

  .background-masker.header-right,
  .background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
  }

  .background-masker.subheader-right {
    left: 230px;
  }

  .background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
  }

  .background-masker.content-top,
  .background-masker.content-second-line,
  .background-masker.content-third-line,
  .background-masker.content-second-end,
  .background-masker.content-third-end,
  .background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
  }

  .background-masker.content-top {
    height: 20px;
  }

  .background-masker.content-first-end,
  .background-masker.content-second-end,
  .background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
  }

  .background-masker.content-second-line {
    top: 68px;
  }

  .background-masker.content-second-end {
    left: 420px;
    top: 74px;
  }

  .background-masker.content-third-line {
    top: 82px;
  }

  .background-masker.content-third-end {
    left: 300px;
    top: 88px;
  } */


/*

  */

.wrapper-cell {
    display: flex;
    flex-flow: column;
    margin: 0 10px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.timeline-wrapper .wrapper-cell .animated-background,
.timeline-wrapper .wrapper-cell .text-line,
.timeline-wrapper .wrapper-cell .image {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.timeline-wrapper .wrapper-cell .image {
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 7px;
}

.timeline-wrapper .wrapper-cell .text {
    /* margin-right: 20px; */
}

.timeline-wrapper .wrapper-cell .text-line {
    height: 10px;
    border-radius: 50px;
    width: 230px;
    margin: 4px 0 8px;
}

.timeline-wrapper .wrapper-cell .text-line.sized {
    max-width: 50%;
}




.timeline-wrapper.customed {
    justify-content: unset;
    align-items: flex-start;
    flex-flow: column;
}

.timeline-wrapper.customed .wrapper-cell {
    width: 100%;
    flex-flow: row;
    gap: 10px;
}

.timeline-wrapper.customed .wrapper-cell .image {
    height: 50px;
    width: 50px;
}

.timeline-wrapper.customed .wrapper-cell .text {
    display: block;
}

.timeline-wrapper.customed .wrapper-cell .text-line {
    border-radius: 5px;
}

/* product_reservation */

.product_reservation h2 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: .75rem;
}

.product_reservation .reserv_btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: right !important;
    padding-right: 18px;
    padding-left: 30px;
    background-color: #f6f6f6;
    border-color: #ebebeb;
    border-radius: 4px;
    color: #333;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}

.product_reservation .reserv_btn::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px
}


#product_reservation_modal .modal-header {
    /*background: linear-gradient(to left, rgba(111, 113, 205, 0.95) 0%, rgba(70, 72, 159, 0.95) 90%);*/
    /*border-color: #7375D2;*/
    position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    padding: 0 1rem;
}

#product_reservation_modal .modal-header h5 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
}

#product_reservation_modal .modal-header .close {
    color: #fff;
}

#product_reservation_modal .modal-content {
    padding-bottom: 0;
}

#product_reservation_modal .modal-header .close {
    margin: 0 auto 0 -1rem;
}

#product_reservation_modal .times-wrap {
    display: none;
}

#product_reservation_modal .calenderInput {
    margin-bottom: 15px;
}

#product_reservation_modal .calenderInput i {
    position: absolute;
    /* top: 50%; */
    left: 13px;
    /* transform: translateY(-50%); */
    height: 50px;
    line-height: 50px;
}

#product_reservation_modal .calenderInput label {
    display: block;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 15px;
    color: #4C5D4A;
}

#product_reservation_modal .datepicker {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    color: #495057;
    font-size: 16px;
    direction: rtl;
    width: 100%;
}

#product_reservation_modal .datepicker::-webkit-input-placeholder {
    color: #bbbbbb;
}

#product_reservation_modal .datepicker:-ms-input-placeholder {
    color: #bbbbbb;
}

#product_reservation_modal .datepicker::-ms-input-placeholder {
    color: #bbbbbb;
}

#product_reservation_modal .datepicker::placeholder {
    color: #bbbbbb;
}

#product_reservation_modal .datepicker-dropdown:after {
    border-bottom: 6px solid #000;
}

#product_reservation_modal thead tr:nth-child(3) th {
    color: #fff !important;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

#product_reservation_modal .dow,
#product_reservation_modal .old-day,
#product_reservation_modal .day,
#product_reservation_modal .new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

#product_reservation_modal .old-day:hover,
#product_reservation_modal .day:hover,
#product_reservation_modal .new-day:hover,
#product_reservation_modal .month:hover,
#product_reservation_modal .year:hover,
#product_reservation_modal .decade:hover,
#product_reservation_modal .century:hover {
    border-radius: 6px !important;
    background-color: #eee;
    color: #000;
}

#product_reservation_modal .active {
    border-radius: 6px !important;
    background-image: #393ba7 !important;
    color: #000 !important;
}

#product_reservation_modal .disabled {
    color: #616161 !important;
}

#product_reservation_modal .prev,
#product_reservation_modal .next,
#product_reservation_modal .datepicker-switch {
    border-radius: 0 !important;
    padding: 20px 10px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    opacity: 0.8;
}

#product_reservation_modal .prev:hover,
#product_reservation_modal .next:hover,
#product_reservation_modal .datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1;
}

#product_reservation_modal .cell {
    border: 1px solid #d9ded9;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
}

#product_reservation_modal .cell:hover {
    border: 1px solid #7375D2;
}

#product_reservation_modal .cell.select {
    /*  background: linear-gradient(to left, rgba(111, 113, 205, 0.95) 0%, rgba(70, 72, 159, 0.95) 90%);
    border-color: #7375D2;*/
    color: #fff;
}

#product_reservation_modal .fa-calendar {
    color: #bede19;
    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;
}

#product_reservation_modal .modal-footer .btn-primary {
    /*background: linear-gradient(to left, rgba(111, 113, 205, 0.95) 0%, rgba(70, 72, 159, 0.95) 90%);*/
    /*border-color: #7375D2;*/
    color: #fff;
    border: 0;
    padding: 8px 30px;
}

#product_reservation_modal .modal-body {
    padding: 1rem 1rem;
}

#product_reservation_modal .datepicker {
    padding: 4px 10px;
}

#product_reservation_modal .datepicker td {
    width: 35px;
    height: 35px;
}
.datepicker td, .datepicker th {
    font-weight: 500;
}
.datepicker.datepicker-dropdown {
    min-width: 20rem;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td span {
    width: 31%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td.active.active {
    /* background: linear-gradient(to left, rgba(111, 113, 205, 0.95) 0%, rgba(70, 72, 159, 0.95) 90%); */
    border-color: #7375D2;
    color: #fff;
}

.datepicker th.dow {
    font-size: 14px;
}


/*
    Store Features
  */

.store_features .store_features-item {
    padding: 2rem 1rem;
    border: none;
    position: relative;
    text-align: center;
}

.store_features .titleHead {
    border-bottom: 0;
    text-align: center;
}

.store_features .store_features-item .icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #f7f6f6;
    /* box-shadow: 0px 6px 30px 0px rgba(0, 0, 0,.3); */
}

.store_features .store_features-item .icon img {
    width: 30px;
}

.store_features .store_features-item .icon i {
    font-size: 50px;
    color: #02c0b3;
}

.store_features .store_features-item h3 {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 1rem;
    margin-top: 17px;
}

.store_features .store_features-item p {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 0;
}

.alert-danger {
    color: #fff;
    background-color: #f65158;
    border-color: #f65158;
    max-width: 92%;
    width: 100%;
    display: block;
    margin: 0 auto;
}


@media (max-width: 576px) {
    .quick-categories {
        padding: 0 0 20px 0 !important;
    }
}



.checkBtn.copun {
    position: relative;
}

.checkBtn.copun input {
    padding: 10px 5px !important;
    height: 100% !important;
    border-radius: 4px;
    width: 100%;
}

.checkBtn>.custom-select:not(:last-child),
.checkBtn>.form-control:not(:last-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.checkBtn.copun button {
    padding: 10px 30px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px !important;
    z-index: 22;
}


@media(max-width: 576px) {
    .datepicker.datepicker-dropdown {
        position: absolute;
        top: 22% !important;
    }

    .checkBtn.copun .input-group-prepend {
        margin-left: 0;
    }
}

.abs_error.help-block.has-error {
    color: red;
    font-size: 12px;
}


#codeResendTimer {
    color: #7374B6;
    font-family: var(--main-font);
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}

#codeResendTimer span {
    margin-left: 5px;
    font-weight: 400;
    color: #333;
}

#loginModalStepOne .modal-header,
#loginModal .modal-header,
#registerModal .modal-header,
#forgetPasswordModal .modal-header,
#resetPasswordModal .modal-header,
#CodeConfirmaitonModal .modal-header,
#loginModalStepTwo .modal-header,
#registerModalStepOne .modal-header,
#registerModalStepTwo .modal-header,
#registerModalStepOnePassword .modal-header,
#registerModalStepFour .modal-header,
#registerModalStepFourPassword .modal-header,
#registerModalStepThree .modal-header {
    padding-bottom: 0;
    padding-top: 0rem;
}

#loginModalStepOne .modal-title,
#loginModal .modal-title,
#registerModal .modal-title,
#forgetPasswordModal .modal-title,
#resetPasswordModal .modal-title,
#CodeConfirmaitonModal .modal-title,
#loginModalStepTwo .modal-title,
#registerModalStepOne .modal-title,
#registerModalStepTwo .modal-title,
#registerModalStepOnePassword .modal-title,
#registerModalStepFour .modal-title,
#registerModalStepFourPassword .modal-title,
#registerModalStepThree .modal-title {
    padding: 13px 0 2px 0;
}

#loginModalStepOne .modal-body,
#loginModal .modal-body,
#registerModal .modal-body,
#forgetPasswordModal .modal-body,
#resetPasswordModal .modal-body,
#CodeConfirmaitonModal .modal-body,
#loginModalStepTwo .modal-body,
#registerModalStepOne .modal-body,
#registerModalStepTwo .modal-body,
#registerModalStepOnePassword .modal-body,
#registerModalStepFour .modal-body,
#registerModalStepFourPassword .modal-body,
#registerModalStepThree .modal-body {
    padding-top: 0;
}

#registerModal .modal-body {
    padding: 0 .5rem 1rem;
}


#resetPasswordModal a[data-target="#forgetPasswordModal"] {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 16px;
}

#forgetPasswordModal a[data-target="#loginModalStepOne"] {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 16px;
}

/* #loginModalStepOne .modal-header {
    padding-bottom: 0;
    padding-top: 0rem;
}

#loginModalStepOne .modal-title {
    padding: 13px 0 2px 0;
}

#loginModalStepOne .modal-body {
    padding-top: 0;
} */

.modal-forms-style .form-group input {
    background: #FCFCFC;
    border: 1px solid #EEEEEE;
    margin-bottom: .5rem !important;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    color: #0000000;
    appearance: none;
    box-shadow: none !important;
    -webkit-appearance: none;

}

.modal-forms-style .form-group input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    /* position: absolute;
    right: 0; */
    opacity: 0;
}

.modal-forms-style .form-group input.error {
    font-size: 15px !important;
}

.modal-forms-style .form-group input[type="submit"] {
    color: #fff;
    border-radius: 8px;
    /* border-radius: 0.25rem; */
}

.modal-forms-style .form-group input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #bababa;
}

.modal-forms-style .iti--allow-dropdown .iti__flag-container,
.modal-forms-style .iti--separate-dial-code .iti__flag-container {
    left: 4px;
}

.modal-forms-style .iti--separate-dial-code .iti__selected-flag {
    padding-right: 21px;
    font-size: 15px;
}

.modal-forms-style .iti--separate-dial-code .iti__selected-dial-code {
    /* border-right: 1px solid rgb(223, 223, 223); */
    padding-right: 3px;
}

.modal-forms-style .iti__arrow {
    position: absolute;
    right: 0;
    margin-right: 0;
}



#loginModalStepOne .form-group input[name="email"] {
    background: #FCFCFC !important;
    border: 1px solid #EEEEEE !important;
    margin-bottom: .5rem !important;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    font-family: var(--main-font);
    color: #0000000;
    direction: ltr;
}

#loginModalStepOne .form-group input[name="email"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#loginModalStepOne .form-group input[name="email"]::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #bababa;
}

#loginModalStepOne .form-group input[type="email"] {
    padding-left: 10px !important;
}

#loginModalStepOne .form-group .mobileLogInput {
    text-align: left;
    direction: ltr;
    line-height: 40px;
}



#loginModalStepOne .mobileLogInput {
    text-align: left;
    line-height: 40px;
}

#registerModalStepOne .form-group input[name="mobile"] {
    text-align: left;
    direction: ltr;
    line-height: 40px;
}


#loginModalStepOne .iti__flag-container {
    top: -7px;
}

#loginModalStepOne .iti--allow-dropdown .iti__flag-container,
#loginModalStepOne .iti--separate-dial-code .iti__flag-container {
    left: 4px;
}

#loginModalStepOne .iti--separate-dial-code .iti__selected-flag {
    padding-right: 21px;
    font-size: 15px;
}

#loginModalStepOne .iti--separate-dial-code .iti__selected-dial-code {
    /* border-right: 1px solid rgb(223, 223, 223); */
    padding-right: 3px;
}

#loginModalStepOne .iti__arrow {
    position: absolute;
    right: 0;
    margin-right: 0;
}

.modal-header .close {
    margin: -0.5rem auto -1rem -1rem;
}

.close {
    text-shadow: none;
}

.modal-backdrop {
    background: rgba(35, 44, 53, 0.50);
}

.modal-backdrop.show {
    opacity: 1;
}

.modal.fade .modal-dialog {
    margin-top: 0;
}

@media(max-width: 576px) {

    /* #loginModalStepOne .modal-dialog {

    } */
    #loginModalStepOne .modal-dialog,
    #loginModal .modal-dialog,
    #registerModal .modal-dialog,
    #forgetPasswordModal .modal-dialog,
    #resetPasswordModal .modal-dialog,
    #CodeConfirmaitonModal .modal-dialog,
    #loginModalStepTwo .modal-dialog,
    #registerModalStepOne .modal-dialog,
    #registerModalStepTwo .modal-dialog,
    #registerModalStepOnePassword .modal-dialog,
    #registerModalStepFour .modal-dialog,
    #registerModalStepFourPassword .modal-dialog,
    #registerModalStepThree .modal-dialog {
        /* margin-top: -100px; */
        margin: -60px 25px 0;
    }
}

#loginModal .container,
#loginModalStepOne .container,
#loginModalStepTwo .container {
    padding: 0 2rem;
}

#forgetPasswordModal .modal-content,
#CodeConfirmaitonModal .modal-content {
    padding: 0 0 40px 0;
}

.modal-forms-style .m-link i {
    font-weight: 700;
    color: #cccccc;
}

/* Login Tabs  */

.radio-test {
    display: none;
}

.logTabsWrap {
    background-color: #EEEEEE;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 2px;
    max-width: 250px;
    display: block;
    margin: 0 auto 1.6rem;
}
.logTabsWrap .labels {
    display: flex;
}
.logTabsWrap .labels .label {
    background-color: #EEEEEE;
    border-radius: 4px;
    margin-bottom: 0;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 12px;
    color: #707070;
    text-align: center;
    width: 50%;
    flex: 1;
    cursor: pointer;
}

.logTabsWrap #loginByMobile:checked~.labels #label-loginByMobile {
    background-color: #fff;
    color: #000000;
    box-shadow: 0 2px 5px rgba(216, 216, 216);
}

.logTabsWrap #loginByEmail:checked~.labels #label-loginByEmail {
    background-color: #fff;
    color: #000000;
    box-shadow: 0 2px 5px rgba(216, 216, 216);
}

@media(max-width: 767px) {
    .logTabsWrap .labels .label {
        width: 49%;
    }
}

/* .logTabsWrap #test-1:checked ~ .labels #label-test-1 {
    background: pink;
    color:red;
    padding: 10px;
  }

  .logTabsWrap #test-2:checked ~ .labels #label-test-2 {
    background: pink;
  } */


/* @media(max-width: 767px) {
    .form-group input[type="submit"] {
        max-width: 60% !important;
        display: block !important;
        margin: 0 auto !important;
    }
} */

.btnLoadingSpinner {
    position: relative;
}

.btnLoadingSpinner .spinner-border {
    position: absolute;
    top: 33%;
    right: 41%;
    color: #fff;
    border-width: 2px;
}

@media(max-width: 576px) {
    .btnLoadingSpinner .spinner-border {
        right: 33%;
    }
}


.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    top: -9px;
}

.contact-us .contact-forms .iti__flag-container {
    top: 7.7px;
    left: 4px;
}

.contact-us .contact-forms .iti__selected-flag {
    height: auto;
}

/*
    Modals
*/

.modal .modal-header {
    border: 0;
}

.modal .modal-header button {
    color: #999
}

#resetPasswordModal .modal-content {
    padding: 0 0 25px 0;
}

#resetPasswordModal .modal-body .m-link {
    font-size: 14px;
}


/*
    Footer New Styles
*/

.main-footer {
    margin-top: 50px;
}

.main-footer .payment-ways img {
    max-width: 100% !important;
}

.main-footer .m3roof-wrap {
    margin: 0px 0 0 0;
    list-style: none;
    text-align: center;
    max-width: max-content;
}
.main-footer .m3roof-wrap p {
    font-size: 12px;
}

.borderR8 {
    border-radius: 8px !important;
}

.blured {
    /* position: relative !important; */
    /* z-index: 3333333 !important; */
}

.blured:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

#productList .highlight {
    background: #ff0;
    color: #000;
    font-size: 12px;
    margin-left: 3px;
    line-height: 11px;
    position: relative;
    top: 1px;
}


#productList li a {
    color: #000 !important;
}

.swiper-wrapper.disabled {
    justify-content: center;
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}

.profileWithArrow {
    position: relative;
}

.profileWithArrow .arrowIcon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #b8bdbf;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    background: #F5F7F9;
    border-radius: 2px;
    border: 1px solid #f0efef;
    padding: 8px;
}

.daterangepicker {
    font-family: var(--main-font) !important;
}

/* Delete Account  */

#deleteAccountBtn {
    cursor: pointer;
    color: #f65158 !important;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#deleteAccountBtn:hover {
    background-color: #f65158 !important;
    border-color: #f65158;
    color: #fff !important;
}

#storeTaxModal .modal-dialog {
    margin: 1.75rem auto !important;
}

#storeTaxModal .modal-header button {

    margin: -1rem auto -1rem -1rem;
    padding: 10px;

}

#storeTaxModal .modal-body {
    padding: 1rem 0 0 0;
}

#storeTaxModal .modal-content {
    padding-bottom: 0;
    border-radius: 10px;

}

#storeTaxModal .modal-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 20px solid #f4f4f4;
    border-radius: 4px;
}

@media(max-width: 576px) {
    #storeTaxModal .modal-body img {
        max-width: 100% !important;
    }
}



#storeSaBusinessModal .modal-dialog {
    margin: 1.75rem auto !important;
}

#storeSaBusinessModal .modal-header button {

    margin: -1rem auto -1rem -1rem;
    padding: 10px;

}

#storeSaBusinessModal .modal-body {
    padding: 1rem 0 0 0;
}

#storeSaBusinessModal .modal-content {
    padding-bottom: 0;
    border-radius: 10px;

}

#storeSaBusinessModal .modal-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 20px solid #f4f4f4;
    border-radius: 4px;
}

@media(max-width: 576px) {
    #storeSaBusinessModal .modal-body img {
        max-width: 100% !important;
    }
}

/* Whatsapp Plugin */
.whatsAppIcon {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
}

.whatsAppIcon.right {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
}

.whatsAppIcon.left {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: auto !important;
    left: 15px !important;
}

/* Moyasser Fonts */
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] {
    font-family: var(--main-font) !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-label,
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] label.mysr-form-label {
    font-family: var(--main-font) !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input,
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input[type=text] {
    font-family: var(--main-font) !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] div.mysr-form-footer {
    font-family: var(--main-font) !important;
}

@media screen and (min-width: 768px) {

    #mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input,
    #mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input[type=text] {
        padding: 15px 12px !important;
    }
}


#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] {
    max-width: 590px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 768px) {
    #mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-applePayButton {
        height: 40px !important;
        width: 600px !important;
    }

}

@media(max-width: 576px) {
    #mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-applePayButton {
        height: 40px !important;
        width: 310px !important;
    }
}


.swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



/*
    Loading Buttons
*/
.loadingButton {
    position: relative;
}

.loadingButton::after {
    content: '' !important;
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute !important;
    left: calc(50% - 0.75em) !important;
    top: calc(50% - 0.75em) !important;
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
}

@keyframes button-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.loadingButton.loading {
    color: transparent !important;
}

.loadingButton.loading span,
.loadingButton.loading img,
.loadingButton.loading i,
.loadingButton.loading svg {
    opacity: 0;
}

.loadingButton.loading::after {
    opacity: 1;
}


/* Review Logo */

.business-badges {
    display: flex;
    align-items: center;
    gap: 2rem;
    /* margin-top: 1rem; */
}

@media(max-width: 767px) {
    .business-badges {
        justify-content: center;
        flex-direction: column;
    }
}


.review-rate-badge .rate-badge-item {
    position: relative;
    background-color: #0C0D0B;
    max-width: max-content;
    /* height: 85px; */
    padding: 5px 5px 7px 8px;
    color: #fff;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 -3px 0 #44EAA2;
    font-family: 'PingARLT', sans-serif;
    /* align-items: f; */
}

.review-rate-badge p {
    font-size: 11px;
    margin-bottom: 0.8rem;
    font-family: 'PingARLT', sans-serif;
}

/* .review-rate-badge .rate-badge-item::before {
    content: '';
    display: block;
    width: 100%;
    background-color: #44EAA2;
} */

.review-rate-badge .rate-badge-item .rate-badge-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-rate-badge .rate-badge-content {
    text-align: start;
}

.review-rate-badge .rate-badge-content .review-title {
    font-size: 8px;
    color: #FFFFFF;
    margin: 0 1px;
}

.review-rate-badge .rate-badge-content .review-stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.review-rate-badge .rate-badge-content .review-stars .stars {
    display: flex;
    gap: 2px;
}

.review-rate-badge .rate-badge-content .review-stars .rate-percent {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
}

.review-rate-badge .rate-badge-content .review-rates-count {
    font-size: 8px;
    color: #FFFFFF;
}