/* #product_reservation_modal .modal-header */
/* ==========================================================
! 1. Fonts Section
========================================================== */
@font-face {
    font-family: DINNextLTArabic-Regular;
    src: url(../fonts/DINNextLTArabic-Regular.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DINNextLTArabic-Regular-Medium;
    src: url(../fonts/DINNextLTArabic-Regular.woff2) format("woff2"),url(../fonts/DINNextLTArabic-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DINNextLTArabic-Regular-Bold;
    src: url(../fonts/DINNextLTW23-Medium.woff2) format("woff2"),url(../fonts/DINNextLTW23-Medium.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


@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: '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;
}


  [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: 'DINNextLTArabic-Regular','Open Sans', system-ui, sans-serif;
    font-family: var(--main-font);
}


@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

/* ==========================================================
! 2. General Section
========================================================== */
body {
    font-family: var(--main-font) !important;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    color: #000000;
    background-color: #f9fafb;
}

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 {
    background: #f9fafb;
    margin-bottom: 0px;
    padding-top: 70px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
    /* border-top: 50px solid #f3f4f6; */
}

.mokt .mokt-inner {
    background: #f9fafb;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #f9fafb;
}

.mokt .arrows {
    text-align: left;
}

.mokt .swiper-button-next,
.mokt .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    margin-top: 0;
    margin: 0 5px;
}

.mokt .swiper-button-prev {
    transform: rotate(-180deg);
}

.mokt .swiper-button-next {
    transform: rotate(180deg);
}

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 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
} */

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

@media (max-width: 600px) {

    .container,
    #header .container {
        padding: 0 15px 0 15px !important;
    }

    .topBarBtns .cartBtn {
        margin-right: 5px !important;
        margin-bottom: 0 !important;
    }

    /* .topBarBtns > ul > li > a {
        width: 26px !important;
height: 26px !important;
    }
    .topBarBtns > ul > li > a svg {
        width: 14px;
    }


    */

    .topBarBtns .cartBtn svg {
        width: 20px;
    }
}

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

@media(max-width:520px) {
    .breadcrumb {
        padding: 15px 0px 15px !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 {
    align-items: center;
}
.breadcrumb .breadcrumb-item {
    padding: 0;
}
.breadcrumb .breadcrumb-item::before {
    content: "\e970";
    font-family: mticons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 0;
    position: relative;
    top: 2.3px;
}



.breadcrumb .breadcrumb-item:first-child::before {
    content: "\f1ec";
    font-family: uicons-regular-rounded !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: 0px;
    color: #707070;
    vertical-align: middle;
    padding-left: 0;
    display: none;
}

/* @media(max-width: 576px) {
    .breadcrumb .breadcrumb-item::before {
        padding-left: 1px;
    }
} */

/* .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{
    font-family: var(--main-font);
    font-size: 13px;
    color: #252525;
}

@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: #000;
    border-color: #000;
    color: #fff;
}

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

/* ==========================================================
! 3. TopBar
========================================================== */
.topBar {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    transition: .5s ease-in-out;
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent,0 0 transparent,5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
    z-index: 2;
}

.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 {}

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

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

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

@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 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topBarBtns>ul>li {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 0 5px;
    /* background-color: rgba(255, 255, 255, .20); */
    /* border: 1px solid transparent; */
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 4%); */
    border: 1px solid rgba(229, 231, 235, 1);
    color: #231f1e !important;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.topBarBtns>ul>li>a {
    min-width: 37px;
    height: 37px;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 12px;
}

.topBarBtns .auth-icon {
    margin: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    display: block;
}

.topBarBtns .searchBtn {
    background-color: rgba(255, 255, 255, .20);
}

.topBarBtns .profileBtn {
    /* background-color: rgba(255, 255, 255, .20); */
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 8px; */
    border: 1px solid rgba(229, 231, 235, 1);
}

/* .topBarBtns .profileBtn .User-avtar i {
    margin-left: 5px;
} */

.topBarBtns .profileBtn .User-avtar .iconDown {
    position: relative;
    top: 0 !important;
    transform: none !important;
    left: -4px !important;
}

.topBarBtns i {
    font-size: 18px;
    position: relative;
    color: #231f1e;
}

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

.topBarBtns .cartBtn {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 2px;
}

/* .topBarBtns .cartBtn i {
    font-size: 30px;
    margin-left: 8px;
} */

.topBarBtns .cartBtn a {
    /* width: 120px; */
    border: 0;
    height: auto;

}


.topBarBtns .cartBtn .inner {
    display: flex;
    /* width: 120px; */
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.topBarBtns .cartBtn .inner a {
    padding: 0 8px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 50px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBarBtns .cartBtn .inner .total {
    display: flex;
    flex-flow: column;
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 700;
}

.topBarBtns .cartBtn .inner .total span:last-child {
    font-size: 13px;
    text-align: right;
}

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

.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: -.125rem;
    right: -.375rem;
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem;
    font-size: .75rem;
}
/* background-color: #eb6460 !important; */
.topBarBtns ul li.cartBtn .count {

    background-color: #991b1b !important;
}

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

.topBarBtns ul li.searchBtn i {
    font-size: 17px;
}

.topBarBtns ul li.searchBtn .search-bar {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 22222;
    min-width: 220px;
    transform: translateX(-600%);
    transition: all 400ms ease-in-out;
    /* display: none; */
}

.topBarBtns ul li.searchBtn .search-bar.active {
    transform: translateX(0%);
}

@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);
    height: 55px;
    min-width: 220px;
    border-radius: 2px;
}

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

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

.topBarBtns ul li:not(.cartBtn):hover {
    background-color: rgba(255, 255, 255, .20);


}

/* .topBarBtns ul li.cartBtn:hover {
    background-color: transparent !important;
} */


.User-Dropdown {
    display: none;
    position: absolute;
    border-radius: 6px;
    border-top-left-radius: 0;
        border-top-right-radius: 0;
    background: #FFFFFF;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    list-style: none;
    border: 1px solid rgba(209, 213, 219, .3);
    border-top: 0;
    padding: 0 5px;
    width: 220px;
    margin: 0;
    top: 60px;
    left: 0;
    /* transform: translateX(-50%); */
    z-index: 222;
}

.User-Dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 55%;
    transform: translateX(-50%);
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
    display: none;
}

.User-Dropdown.U-open {
    display: block;
}

.User-Dropdown>li {
    padding: 0px;
    text-align: right;
    position: relative;
}

.User-Dropdown>li:last-child {
    border-bottom: 0px;
}

.User-Dropdown>li>a {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    line-height: auto;
    color: #444;
    transition: all 0.2s ease-out;
}

.User-Dropdown>li>a svg {
    margin-left: 7px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #9ca3af;
}

.User-Dropdown>li>a i {
    color: #9ca3af;
    font-size: 16px;
    margin-left: 7px;
}

.User-Dropdown span {
    background: #16d67a;
    padding: 3px 10px;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
}

.User-Dropdown>li:before {
    content: '';
    width: 0px;
    height: 30px;
    position: absolute;
    background: #000;
    margin-top: 4px;
    border-radius: 0 1px 1px 0;
    right: 0px;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.User-Dropdown>li:hover:before {
    width: 5px;
    border-radius: 30px;
}

/* .User-Dropdown>li a:hover {
    margin-right: 5px;
} */

.User-Dropdown .userInfo {
    display: none;
    padding: 20px 10px;
    border-bottom: 1px solid #E7E5EA;
}

.User-Dropdown .userInfo p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 24px;

}

.User-Dropdown .userInfo::before {
    display: none;
}

.User-Dropdown .logOut a{
    color: #ff443a;
    /* border-top: 1px solid #E7E5EA; */
}
.User-Dropdown .logOut svg {
    fill: #ff443a;
}
.User-Dropdown .logOut::before {
    display: none;
}

/* @media(max-width: 767px) {
    .User-Dropdown {
        left: 41%;
    }
} */

/* ==========================================================
! 3. TopBar Parent
========================================================== */
.topBarParent {
    padding: .375rem 0;
    display: flex;
    background: #f9fafb;
}

.topBarParent .inner {
    display: flex;
    align-items: center;
}

.topBarParent .choose-country {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 0 10px;
    background-color: rgba(229,231,235,.5);
    border: 1px solid transparent;
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 4%); */
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.topBarParent .choose-country > a {
    width: 35px;
    height: 35px;
    line-height: 10px;
    display: inline-block;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
}

.topBarParent .choose-country a img {
    width: 20px;
    margin-left: 0;
}


.choose-country-modal .choose-country-wrapper label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #111827;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.choose-country-modal .choose-country-wrapper select {
    height: 2.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #6c757d;
    border-radius: 6px;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjNmI3MjgwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdNNiA4bDQgNCA0LTQnLz48L3N2Zz4=);
    background-position: left.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    /* padding-right: 2.5rem; */
    -webkit-print-color-adjust: exact;
    padding: 10px;
    margin-bottom: 20px;
}


.choose-country-modal .choose-country-wrapper button {
    background-color: #000;
    border: 1px solid #000;
    width: 100%;
    border-radius: 12px;
    color: #fff !important;
    outline: none;
    box-shadow: none;
    padding: 7px 10px;
    /* margin-top: 2rem; */
    cursor: pointer;
}

.topBarParent .iconDown {
    top: 50%;
    font-size: 14px;
    left: 5px;
    vertical-align: initial;
    position: absolute;
    transform: translateY(-45%);
}

.topBarParent .searchWrapper {
    position: relative;
    flex: 1;
}

.topBarParent .searchWrapper .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 13px;
}

.topBarParent .search-bar input {
    border-radius: 18px;
    padding: 0 2.5rem 0 2.5rem;
    outline: none;
    border: 0;
    background-color: rgba(229,231,235,.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--main-font);
    height: 36px;
    min-width: 220px;
    font-size: 14px;
    font-weight: 400;
}

.topBarParent .search-bar .search-bar-wrap {
    display: flex;
    align-items: center;
}

.topBarParent .search-bar #productList {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.topBarParent .search-bar .fresco-div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2222;
}

.topBarParent .search-bar #productList .dropdown-menu{
    display: block;
    position: relative;
    width: 99.7%;
    border: 1px solid #f2f3f5;
    border-radius: 6px;
    margin-top: -2px;
    right: -1px;
}

.topBarParent .search-bar #productList .dropdown-menu li {
    padding: 12px 20px;
    border-bottom: 1px solid #f3f4f6;
}
.topBarParent .search-bar #productList .dropdown-menu li:last-child {
    border-bottom: 0;
}
.topBarParent .search-bar #productList .dropdown-menu li a {
    width: 100%;
    font-size: 14px;
    display: block;
    color: #4b5563 !important;
}
.topBarParent .search-bar #productList .dropdown-menu li a img{
    position: relative;
    height: 3.5rem;
    width: 5rem;
    overflow: hidden;
    border-radius: 6px;
    margin-left: 1rem;
    background-color: #f3f4f6;
}

.topBarParent .search-bar #productList .dropdown-menu li:hover {
    background: #fff;
    border-color: 1px solid #E7E5EA;
}

/* .highlight {
    background: #ff0;
    color: #000;
    line-height: 11px;
} */

.topBarParent .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;
    width: 70px;
    height: 55px;
    color: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.topBarParent .search-bar #clearQSearch {
    position: absolute;
    left: 15px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 8px;
    padding: 5px;

}

/* ==========================================================
! 3. Header Section
========================================================== */

header.main-header {
    position: relative;
    background: #fff;
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mainNavMenu {
    position: relative;
    text-align: center;
}

.mainNavMenu.direction {
    text-align: right;
}

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

.mainNavMenu .nav-items .mobMenuTitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 16px 15px;
    border-bottom: 1px solid #d9d9d9;
}


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

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

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

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

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

.mainNavMenu .nav-items>li>a {
    padding: 10px 15px;
    display: block;
    color: inherit;
    text-decoration: none;
    outline: none;
}
.mainNavMenu .nav-items>li:first-child a {
    text-transform: uppercase;
}
.mainNavMenu .nav-items>li>a i {
    top: 50%;
    font-size: 14px;
    left: -3px;
    vertical-align: initial;
    position: absolute;
    transform: translateY(-40%);
}

.mainNavMenu .nav-items>li:hover,
.mainNavMenu .nav-items>li:focus {
    background-color: transparent;
    color: #231f1e;
}

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

.mainNavMenu .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;
    border: 1px solid rgba(209,213,219,.3);
    min-width: 240px;

    border-radius: 6px;
    z-index: 222222;
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent,0 0 transparent,5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
    display: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* .mainNavMenu .nav-items li.dropdown .dropdown-list .dropdown-container {
  max-height: 300px;
     overflow-y: scroll;
} */

.mainNavMenu .nav-items li.dropdown .dropdown-list li {
    position: relative;
}

.mainNavMenu .nav-items li.dropdown .dropdown-list li:before {
    content: '';
    width: 0px;
    height: 40px;
    position: absolute;
    background: #000;
    margin-top: 4px;
    border-radius: 0 1px 1px 0;
    right: 0px;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.mainNavMenu .nav-items li.dropdown .dropdown-list li:hover:before {
    width: 5px;
    border-radius: 15px;
}

.mainNavMenu .nav-items li.dropdown .dropdown-list::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 5%;
    transform: translateX(-50%);
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgb(214 214 214 / 78%);
    display: none;
}

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


.mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item a .sub_sub_arrowIcon {
    position: absolute;
    left: 10px !important;
    top: 50% !important;
    font-size: 18px;
    z-index: 2222;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(224, 214, 214, 0.2);
    border-radius: 50px;
    transform: translateY(-50%) !important;
}

.mainNavMenu .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;
}


.mainNavMenu .nav-items .sub_sub_dropdown::before {
    display: none;
}
.subCategoryMenu {
    display: none;
}
@media(max-width: 1200px) {

    .mainNavMenu .nav-items li.dropdown .dropdown-list,
    .mainNavMenu .nav-items li.dropdown .dropdown-list.dropdownScrolled,
    .mainNavMenu .nav-items .sub_sub_dropdown {
        background-color: #F5F7F9;
    }

    .mainNavMenu .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;
    }

    header nav .nav-items li.dropdown.active a .anIcon {
        transform: translateY(-50%)  rotate(-360deg) !important;
    }

    .mainNavMenu .nav-items .sub_sub_dropdown {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
    }
    .mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item.sub_dropdown:hover {
        background-color: transparent !important;

    }
    /* .mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item.dropdown.active .sub_sub_arrowIcon {
        transform: translateY(-50%) rotate(
            270deg
            ) !important;
    } */


    /* 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;
        position: relative;
        transform: none;
    }
}

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

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

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

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

.mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item a {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-family: var(--main-font);
    color: #455a5b;
    text-decoration: none;
}

.mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item:hover {
    background-color: #F5F7F9;
}

.mainNavMenu .nav-items li.dropdown .dropdown-list li.dropdown-list-item:hover a {
    color: #000000 !important;
}

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

@media (min-width: 1200px) {

    header.main-header,
    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) {
    /* header.main-header {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    } */
    .topBarBtns {
        padding: 19px 0;
        text-align: left;

    }

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

    .topBarBtns>ul {
        justify-content: flex-end;
        margin: 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: 18%;
        right: 25px; */
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .topBarBtns .cartBtn a {
        width: auto;
        border: 0;
        height: auto;
        line-height: 23px;
    }
}

/* @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;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, .20);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        z-index: 2;
    }

    header .toggle-nav .toggle-btn span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 50px;
        background-color: #231f1e;
        margin-bottom: 4px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    header .toggle-nav .toggle-btn span:last-child {
        margin-bottom: 0;
    }

    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 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        z-index: 99999999;
        opacity: 0;
    }

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

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

    header nav .closeIcon i::before {
        content: '';
        width: 100%;
        display: block;
        height: 51px;
        background: #ef4444;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

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

    header nav .nav-items li {
        position: relative !important;

        font-family: var(--main-font) !important;
        font-weight: 700;
        font-size: 14px !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: #000 !important;
        text-decoration: none !important;
        padding: 15px 15px !important;
        position: relative;
        white-space: normal;
    }

    header nav .nav-items .mobLoginBtnWrap>a {
        position: relative;
        color: #fff !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        z-index: 2222;
    }

    .mobLoginBtnWrap .User-Dropdown {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
        width: 100%;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #F5F7F9;
        background: #F5F7F9;
        border-radius: 0;
        z-index: 22222;
    }

    .mobLoginBtnWrap .User-Dropdown .logOut {
        border-top: 0;
    }

    .mobLoginBtnWrap .User-Dropdown:before {
        left: auto;
    }

    .mobLoginBtnWrap .anIcon {
        top: 50% !important;
        transform: translateY(-50%);
    }

    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.3);
        opacity: 1;
        -webkit-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
    }

    header nav.active .countries-dropdown.menuCounItem,
    header nav.active .countries-dropdown::after {
        border: 0;
    }

    header nav .nav-items li a .anIcon {
        position: absolute;
        left: 10px !important;
        top: 50% !important;
        font-size: 18px;
        z-index: 2222;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: transparent;
        border-radius: 50px;
        transform: translateY(-50%)  rotate(-270deg) !important;
        color: #a9a9a9;
    }

    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;
    }

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

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

    header nav .nav-items li.langMenuItem,
    .topBarShipping.mobile-Shipping {
        display: none !important;
    }

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

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



    .countries-dropdown.menuCounItem.active .anIcon::before {
        content: "\f110";
        font-family: 'FontAwesome' !important;
    }

    /* header.main-header nav .nav-items .dropdown.active .anIcon::before {
        content: "\f113";
        font-family: uicons-regular-rounded !important;
    } */

    .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;
        padding-right: 34px !important;
    }

    .countries-dropdown.menuCounItem li a small {
        margin-right: 5px;
    }

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

@media (max-width: 1200px){
    /* header .mobile-logo {
        right: 45px;
    } */

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

        .topBarBtns ul li.cartBtn .count, .topBarBtns ul li.cartBtn_xs .count, .topBarBtns ul li.cartBtn_lg .count {
            right: 8px;
        }
}

/* @media (max-width: 1200px) {


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

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

    .topBarBtns .cartBtn a {
        width: 120px;
    }
}

@media(max-width: 767px) {

    .topBarBtns ul .lang,
    .topBarBtns ul .btn-group {
        display: none;
    }
    .topBarBtns .cartBtn {
        border: 1px solid rgba(229, 231, 235, 1);
    }
    .topBarBtns .cartBtn a {
        /* width: auto; */
        width: 35.3px;
        height: 35.3px;
    }

    .topBarBtns .cartBtn svg {
        width: 20px;
    }

    .topBarBtns .cartBtn .inner .total {
        display: none;
    }

    .topBarBtns .cartBtn .inner {
        width: auto;
    }

    .alertBanner.alert-dismissible .close {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
        margin: 6px 10px 6px 4px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alertBanner a {
        width: calc(100% - 25px) !important;
    }

    .topBarBtns ul li.cartBtn .count, .topBarBtns ul li.cartBtn_xs .count, .topBarBtns ul li.cartBtn_lg .count {
        right: -5px;
    }

}

@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: 14px;
    cursor: pointer;
    background-color: #000;
}

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

@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: 1px solid #F4F4F4;
    margin-top: 10px;
    min-width: 240px;
}

.countries-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    clear: both;
}

/* .countries-dropdown li a img {
    display: none;
} */
/* .countries-dropdown li a small {
    display: none;
} */
.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: 40px !important;
    color: #282F39 !important;
    display: block;
    font-size: 14px;
    padding: 0 35px 0 5px;
    position: relative;
}


.countries-dropdown li a::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 11px;
    height: 15px;
    width: 15px;
    line-height: 13px;
    border: 1px solid #eee;
    border-radius: 50%;
    transform: translateY(-50%);
}

.countries-dropdown li a.default::before {
    content: "\f00c";
    font-family: "FontAwesome";
    background-color: transparent;
    font-size: 9px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-align: center;
}

.topBarBtns .iconDown {
    top: 50%;
    font-size: 14px;
    left: 5px;
    vertical-align: initial;
    position: absolute;
    transform: translateY(-45%);
}

.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;
}

@media(max-width: 991px) {
    #header .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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


.banner .swiper-slide {
    width: 100% !important;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
    margin: .8rem auto 0;
    min-height: auto;
    border-radius: 25px;
}



@media(max-width: 767px) {

    .banner {
        padding-top: 10px;
    }

    .banner .swiper-slide img {
        min-height: auto;
        /* margin-top: 0px;
         */
         margin: 0.5rem auto 0;

         border-radius: 15px;
        max-width: 96%;

    }

    .banner .container {
        padding-left: 12px;
        padding-right: 12px;

    }

    .banner .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

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

.banner .swiper-pagination-bullet-active {
    width: 35px !important;
    height: 5px !important;
    border: 1px solid #A9A9A9;
    background-color: #A9A9A9;
    border-radius: 3px !important;
}

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

.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;
    }
} */

.banner {
    margin: 25px auto;
}



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

.titleHead .title {
    color: #333;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}



.titleHead .title::after {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    background-color: #000;
    border-radius: 2px;
    z-index: -2;
    max-width: 550px;
    display: none;
}

.titleHead .title::before {
    content: " ";
    display: block;
    width: 112%;
    height: 10px;
    position: absolute;
    bottom: 6px;
    right: -7px;
    background-color: #000;
    border-radius: 2px;
    z-index: -2;
    max-width: 565px;
    display: none;
}

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

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

@media(max-width: 576px) {

    .titleHead .title {
        font-size: 20px;
        word-wrap: break-word;
        max-width: 275px;
    }
    .titleHead.oversized .title::before {
        width: 90%;
    }

    .titleHead.oversized .title::after {
        width: 85%;
    }

}

.productItem {
    border: 1px solid #fff;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    border-radius: 12px;
    padding-bottom: 10px;
    overflow: hidden;
    /* padding: 6px 9px; */
    /* box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.05); */

    flex: auto;
}

.productItem .favourite {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 22;
}

.productItem .favourite i {
    position: relative;
    top: 1.5px;
}

.productItem .favourite {
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #6b7280;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

.productItem .favourite .fa-heart::before {
    content: "\eca1";
    font-family: mticons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}

.productItem .favourite .fa-heart-o:before {
    content: "\eca1";
    font-family: mticons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}

.productItem .optionsFav {
    position: absolute;
    z-index: 222;
    width: 100%;
    right: 10px;
    top: 10px;
}

.productItem .floating-options {
    padding: 0 12px;
    width: 100%;
    text-align: center;
    transition: all 400ms ease-in-out;
}

.productItem .image {
    overflow: hidden;
    background-color: rgba(243,244,246,1);
}

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

@media(max-width: 576px) {

    /* .productItem {
        max-width: 190px;
    } */
    .productItem .productPrice p .discount {
        font-size: 12px !important;
    }

    .productItem .image {
        position: unset !important;
        /* overflow: visible; */
    }

    .productItem .productAddCart.emptyButton {
        font-size: 10px;
    }

    /* .productItem .floating-options {
        transform: unset;
        bottom: 15px;
        left: 0px;
        right: auto;
        top: auto;
        width: auto;
        z-index: 22;
    }

    .productItem .productAddCart button, .productItem .productAddCart a {
        border-radius: 0 5px 5px 0 !important;
    } */

    .productItem .floating-options .productAddCart {
        margin-left: 0;
    }



    /* .productItem .floating-options .productAddCart button,
    .productItem .floating-options .productAddCart a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    } */

}

@media(max-width: 576px) {
    .productItem .image img {
        height: 100%;
    }
}

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

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

.productItem .productPrice {
    padding: 0 15px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.productItem .productPrice .rates-view p {
    direction: ltr;
}
.productItem .productPrice .rates-view .percent {
    color: #9ca3af;
    font-size: .875rem;
    direction: ltr;
    display: flex;
    gap: 5px;
}
.productItem .productPrice .rates-view .percent i {
    color: #fdba74;
    position: relative;
    top: 3px;
}

.productItem .productPrice .rates-view .percent i::before {
    vertical-align: unset;
}

.productItem .productTitle {
    padding: 15px 15px 8px;
}

.productItem .productTitle h3 {
    font-family: var(--main-font);
    font-size: 15px;
    color: #1f2937;
    font-weight: 700;
    min-height: 25px;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.productItem .productPrice p {
    font-family: var(--main-font);
    font-size: 16px;
    color: #991b1b;
    color: #231f1e;
    margin-bottom: 0;
}

.productItem .productPrice .withOffer {
    color: #991b1b;
    display: flex;
    align-items: center;
}

.productItem .productPrice p .discount {
    font-size: 15px;
    font-family: var(--main-font);
    color: #231f1e;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-item .price .discount {

    text-decoration: line-through;

}

.product-full-details .rates-view {
    margin-top: 15px;
}

.product-full-details .productDescripe {
    margin: 15px 0;
}
.product-full-details .productDescripe p{
    word-wrap: break-word;
}

.product-full-details .productDescripe img {
    display: block;
    max-width: 100%;
}
.product-full-details .productDescripe iframe {
    width: 100% !important;
    height: 360px !important;
}

.productItem .productAddCart {
    display: block;
}

.productItem .productAddCart.emptyButton {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #f2f3f5;
    background-color: #fff;
    color: #b5b8bf !important;
    border-radius: 12px;
    font-size: 13px;
}

.productItem .productAddCart button,
.productItem .productAddCart a {
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    font-family: var(--main-font);
    cursor: pointer;
    line-height: 0 !important;
    outline: none;
    width: 100%;
    min-height: 41px;
    border: 1px solid #000;
}

.productItem .productAddCart button svg,
.productItem .productAddCart a svg {
    margin-left: 10px;
}

.productItem .productAddCart button i,
.productItem .productAddCart a i {
    margin-left: 10px;
}

.productItem .productAddCart button span,
.productItem .productAddCart a span {
    font-weight: 700;
}

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

.productItem .productAddCart button:hover,
.productItem .productAddCart a:hover{
    background-color: #000;
    color: #fff;
}

@media(max-width: 576px) {

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

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

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

.productItem .options {
    /*    margin-bottom: 10px;*/

    display: inline-block;
}

.productItem .offer {
    background-color: #991b1b;
    padding: 5px 10px;
    border-radius: 12px 0 0 12px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 22;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;

}


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

.productItem .options .favourite {
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 0px;
    background-color: #fff;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
}

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

.productItem .options .favourite i:hover,
.productItem .options .favourite i:focus {
    color: #000;
}


.product-full-wrapper .favourite>a,
.product-full-wrapper .favourite .favoriteBtn{
    display: block;
    position: relative;
    color: #212529;
    width: 45px;
    height: 45px;
    font-size: 19px;
    cursor: pointer;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    line-height: 27px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

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

.product-full-details .product_shares {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-full-details .product_shares .favourite {
    margin-right: 0;
}
/* .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: 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: 40px;
}

.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: #000;
}

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

@media(max-width: 576px) {
    /* .products-row .swiper-slide {
        max-width: 230px;
    } */

    /* .productsAllWrap .row>.col,
    .productsAllWrap .row>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    } */

}

/*
.products-row {
    direction: ltr !important;
}
*/

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

.productsAllWrap.noProductData {
    grid-template-columns:auto;
    min-height: 60vh;
}

.productsAllWrap.noProductData .alert-danger {
    height: 46px;
}

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

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

.productsAllWrap .product-wrap-block .productItem .imageLoading {
    text-align: center;
}

.productItem .imageLoading {
    text-align: center;
}

.productsAllWrap .product-wrap-block .productItem .image {
    flex: auto;
    width: 100%;
}

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

@media (max-width: 576px) {
    .products-row .swiper-slide .productItem .image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 480px) {
    .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%;
}

/* ==========================================================
!  Partner Section
========================================================== */
.partners {
    padding: 50px 0 20px 0;
    position: relative;
}

.partners .custom_slide_arrows {
    text-align: left;
    position: relative;
    top: -60px;
}

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

.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 .titleHead {
    border-bottom: 0;
    text-align: center;
}

/*
.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: 50px 0;
    background: rgba(243,244,246,1);
    border-bottom: 1px solid rgba(229,231,235,1);
}

.main-footer h3 {
    position: relative;
    font-weight: 700;
}

/* .main-footer h3::before {
    content: '';
    width: 5px;
    height: 20px;
    position: absolute;
    background: #fff;
    border-radius: 0 1px 1px 0;
    right: 0px;
    border-radius: 15px;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
} */


.main-footer h3 {
    font-family: var(--main-font);
    font-size: 16px;
    color: #374151;
    margin-bottom: 15px;
}

.main-footer .footer-about-store p {
    font-size: 14px;
    color: rgba(55,65,81,1);
}

.main-footer  .social-media {
    margin-bottom: 15px;
    padding: 0;
}

.main-footer .social-media .whatsapp_wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.main-footer  .social-media li a {
    background-color:transparent;
    color: #000;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #e5e7eb;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.main-footer  .social-media li a svg {
    width: 12px;
    fill: #000;
}
.main-footer  .social-media li a i {
    color: #000
}
.main-footer  .social-media li:hover a {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .15);
}

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

.main-footer .social-media .whatsapp_wrap a {
    position: relative;
}

.main-footer .social-media .whatsapp_wrap a::after {
    content: attr(data-phone);
    position: absolute;
    right: 100%;
    margin-right: 10px;
}

.downloadApp {
    background-color: #fff;
    padding: 40px 0;
}

.downloadApp h3 {
    font-family: var(--main-font);
    font-size: 25px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

.downloadApp p {
    color: #9c9c9c;
    margin-bottom: 0;
}

.downloadApp a {
    margin-left: 10px;
}

.downloadApp a img {
    max-width: 150px;
}

.downloadApp a:last-child {
    margin-left: 0;
}

@media(max-width: 767px) {
    .downloadApp {
        text-align: center;
        padding: 70px 0;
    }

    .downloadApp p {
        margin-bottom: 1.5rem;
    }
}

.main-footer .quick-links ul>li {
    margin-bottom: 15px;
    font-family: var(--main-font);
}

.main-footer .quick-links ul>li a {
    font-size: 13px;
    color: rgba(55,65,81,1);
}

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

.main-footer .payment-ways {
    padding: 10px 0 10px;
}

.main-footer .payment-ways ul {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
}

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

/* @media(max-width: 576px) {
    .main-footer .payment-ways ul li {
        width: 60px;
        height: 27px;
        line-height: 16px;
    }
} */

.main-footer .payment-ways ul li a {
    width: 100%;
}

.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_copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px;
}

.main-footer .store_copyrights .content {
    text-align: left;
    padding-left: 10px;
}

.main-footer .store_copyrights .content>p {
    margin-bottom: 0;
    color: #232C35;
    font-size: 13px;
}

.main-footer .store_tax {
    /* padding: 20px 0; */
    display: inline-block;
    margin-bottom: 15px;
}

.main-footer .store_tax p {
    color: #333;
    font-size: 12px;
    margin-bottom: 0;
    -webkit-text-fill-color: #333;
    -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;
}


.main-footer .commercial_register {
    padding: 0px 0 0px;
    display: inline-block;
    vertical-align: text-top;
}

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

@media(max-width: 576px) {
    .main-footer .store_copyrights {
        padding-bottom: 10px;
        gap: 5px;
        flex-flow: column;
    }
    .main-footer .store_copyrights .content {
        text-align: center;
        padding-left: 0;
    }

   

    .main-footer .copyrights-wrap .icon img {
        width: 25px !important;
    }
    .main-footer .store_tax {
        padding-bottom: 0;
    }
    .main-footer .copyrights {
        text-align: right;
    }
    .main-footer .copyrights p {
        white-space: normal;
        text-align: right;
    }
    .main-footer .store_tax p img {
        margin-bottom: 3px;
    }

    .main-footer .copyrights-wrap {
        justify-content: center !important;
    }
}

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

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

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

.main-footer .copyrights p span a {
    color: #000;
}

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

.main-footer .footer-content .icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
    max-width: max-content;
    justify-content: center;
}

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

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

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

@media (max-width: 767px) {

    .main-footer .copyrights-wrap {
        flex-direction: column;
    }

    .main-footer .payment-ways ul {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .main-footer .payment-ways {
        padding-bottom: 0;
    }
    

    .main-footer {
        text-align: center;
        margin-top: 0 !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: 0;
        margin-bottom: 10px;
    }

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

@media(max-width: 576px) {

    .main-footer .footer-content {
        padding: 20px 0;
    }

    .main-footer .footer-about-store {
        text-align: right;
    }

    .main-footer .quick-links {
        text-align: right;
        margin-top: 1.3rem;
    }

    .footer-contact h3 {
        text-align: right;
    }

    .main-footer .footer-about-store ul,
    .footer-contact ul {
        margin-bottom: 1rem;
    }

    .main-footer h3 {
        margin-bottom:  1rem;
    }

    .main-footer .footer-contact {
        margin-top: 1rem;
    }

    .main-footer .footer-content .container {
        padding: 0 15px 0 15px !important;
    }

    .main-footer .social-media li {
        margin-bottom: 0;
    }

    .main-footer .social-media {
        text-align: right;
        margin-bottom: 0;
    }
}

/* ==========================================================
!  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: 0px 0 0 0;
    overflow: hidden;
    background-color: transparent;
}

.product-full-wrapper .product-wrap-inner {
    background-color: transparent;
    padding-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 5px;
}

@media(max-width:767px) {
    .product-full-wrapper {
        padding: 0px 0 0 0;
        /* background-color: #fff; */
    }

    .product-full-wrapper .product-wrap-inner {
        border: 0;
        border-bottom:0;
        padding: 0px;
        margin-top: 0px;
    }

    .product-full-wrapper .product-wrap-inner .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .product-full-wrapper .product-wrap-inner .row{
        margin-left: 0;
        margin-right: 0;
    }


}

/* @media(max-width: 576px) {
    .product-full-wrapper .cart-block {
        position: relative;
        top: -15px;
    }
} */

.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);
    left: 15px !important;
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 transparent,0 0 transparent,0 10px 15px -3px #d1d5db,0 4px 6px -4px #d1d5db;
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
    border: 0;
}

.product-full-wrapper .product-preview .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow.svg);
    right: 15px !important;
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 transparent,0 0 transparent,0 10px 15px -3px #d1d5db,0 4px 6px -4px #d1d5db;
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
    border: 0;
    /* -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;
    border: 1px solid #e5e7eb;
}

.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-slider-main {
    position: relative;
}

.product-full-wrapper .product-slider-main > .favourite {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 22;
    display: none;
}

@media(max-width: 767px) {
    .product-full-wrapper .product-slider-main > .favourite {
        display: block;
    }
    .product-full-details .product_shares .favourite{
        display: none;
    }
}

.product-full-wrapper .product-slider-main .favourite>a,
.product-full-wrapper .product-slider-main .favourite .favoriteBtn {
    background-color: #fff;
}

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

.product-full-wrapper  .options .offer {
    background-color: #991b1b;
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
    font-size: 17px;
    color: #fff;
    float: left;
}

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

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

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

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

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

.product-full-wrapper .product-full-details .options {
    position: absolute;
    top: 15px;
    z-index: 88;
    left: -15px;
    right: 0;
    padding-top: 0;
    max-width: max-content;
    margin-right: auto;
    display: none;
}


.product-full-wrapper .product-preview .options .offer {
    background-color: #991b1b;
    padding: 5px 15px;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    color: #fff;
}

.product-full-wrapper .product-preview .options {
    display: block;
    top: 15px;
    left: auto;
    right: 0;
    padding: 0;
    position: absolute;
    z-index: 22;
}


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

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

.product-full-wrapper .product-preview .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

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

.product-full-wrapper .product-full-details .basic-info h2 {
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: normal;
    font-style: normal;
    color: #1f2937;
    font-weight: 700;
}

.product-full-wrapper .product-full-details .basic-info {
    padding: 0 10px;
}

.product-full-wrapper .product-full-details .basic-info .price {
    font-family: var(--main-font);
    font-size: 25px;
    color: #991b1b;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.product-full-wrapper .the_price h4 {
    color: #991b1b;
    display: flex;
    align-items: center;
}

.product-full-wrapper .the_price h4 span.discount {
    font-size: 15px;
    font-family: var(--main-font);
    color: #231f1e;
    text-decoration: line-through;
    margin-right: 5px;
}

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

.product-full-wrapper .product-full-details .product-specifics-selects .specifics-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-full-wrapper .product-full-details .product-specifics-selects .error {
    display: block;
    width: 100%;
    text-align: left;
}

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


.product-full-wrapper .count-wrap {
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}


.product-full-wrapper #add_pro_form {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

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

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

.product-full-wrapper .product-specifics-selects .specifics-item .nice-select {
    width: 100%;
    text-align: right;
    float: none;
    padding-right: 18px;
    padding-left: 30px;
    border-color: #e5e7eb;
    border-radius: 6px;
    max-width: 60%;
}

.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, #000 0%, #000 100%);color: #fff
    */
}

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

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

.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: rtl;
}

.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-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);
    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: #000;
}

.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,
.product-full-wrapper .product-full-details .empty-cart-block{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-full-wrapper .product-full-details .empty-cart-block .addCartBtn {
    flex: 1;
    margin-top: 0;
}
@media(min-width: 567px) {

    .product-full-wrapper .product-full-details .options .favourite,
    .product-full-wrapper .favourite.des {
        display: none;
    }
    .shareWrap.mob {
        display: none !important;
    }
}

@media (max-width:567px) {
    /* .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: 5px 15px;
        z-index: 999;
        background: #fff;
    } */

    .product-full-wrapper .product-full-details .addCartBtn .favourite,
    .product-full-wrapper .product-full-details .empty-cart-block .favourite {
        display: none !important;
    }

    .shareWrap.mob {
        display: inline-block !important;
        padding: 0px 0 0 10px;
        margin-right: 0;
        float: right;
    }

    /* .product-full-wrapper .product-full-wrapper .favourite {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

    .product-full-wrapper .product-full-wrapper .favourite i {
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    } */

    .product-full-wrapper .product-full-details .cart-fixed-block {
        display: 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-block button {
    display: flex;
    border: 1px solid #000;
    width: auto;
    border-radius: 12px;
    color: #fff;
    background-color: #000000;
    padding: 12px 40px;
    font-family: var(--main-font);
    font-size: 13px;
    cursor: pointer;
    flex: 1;
    outline: none;
    box-shadow: none;
    height: 41px;
    align-items: center;
    justify-content: center;
}


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

}

.product-full-wrapper .product-full-details .cart-block .addCartBtn-block button i {
    margin-left: 8px;
    font-size: 13px;
    vertical-align: sub;
}

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

@media(max-width: 576px) {
    .product-full-wrapper .product-full-details .empty-cart-block {
        position: fixed !important;
        right: 0;
        left: 0;
        bottom: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 5%);
        padding: 15px;
        z-index: 90;
        background: #fff;
    }
}

.product-full-wrapper .product-full-details .empty-cart-block button {
    display: inline-block;
    border: 1px solid #F5F7F9;
    width: auto;
    border-radius: 6px;
    padding: 12px 40px;
    font-family: var(--main-font);
    font-size: 15px;
    cursor: pointer;
    flex: 1;
    outline: none;
    box-shadow: none;
    height: 41px;
    line-height: 15px;
    width: 100%;
    background-color: #F5F7F9;
    color: #333;
    pointer-events: none;
}

.product-full-wrapper .product-full-details .empty-cart-block button img {
    width: 22px;
    margin-left: 8px;
    vertical-align: bottom;
    filter: invert(1);
}

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

.product-full-wrapper .product-full-details .accordion .card {
    background-color: transparent;
}

.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 10px;
    border: 0;
}

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

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

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

.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;
}

.productDescripe .description-content-wrap p,
.productDescripe .description-content-wrap ul,
.productDescripe .description-content-wrap ul li,
.productDescripe .description-content-wrap ul li font,
.productDescripe .description-content-wrap li span,
.productDescripe .description-content-wrap p {
    font-family: inherit !important;
    list-style: none !important;
}

.productDescripe .description-content-wrap ul li {
    position: relative !important;
    padding: 0px 15px 10px 0;
    line-height: 26px !important;
}

.productDescripe .description-content-wrap ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #333;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    right: 0;
}

.productReveiws .rates-view-box p {
    display: inline-block;
    background-color: #F4F6F6;
    padding: 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #232C35;
}

.productReveiws .rates-view-box p span {
    color: #000;
    margin-right: 5px;
}

.productReveiws .rates-view-box p span svg {
    width: 20px;
    height: 20px;
}

.productReveiws .rates-view-box a {
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}



.productReveiws .accordion .media {
    padding: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
}

.productReveiws .accordion .collapse:last-child .media {
    border-bottom: 0;
}

.productReveiws .accordion .media img {
    max-width: 45px;
}

.productReveiws .accordion .media .media-body {
    border-bottom: 1px solid #f5f5f5;
}

.productReveiws .accordion .media .media-body h5 {
    font-family: var(--main-font);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #232C35;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.productReveiws .accordion .media .media-body h5 span.date {
    position: absolute;
    top: 0;
    left: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
}

.productReveiws .accordion .media .media-body>p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 0;
    padding: .8rem 0;
}

.productReveiws .accordion .media .stars_evaluate {
    margin-bottom: .625rem;

}

.productReveiws .comment-rate-review {
    display: flex;
    align-items: flex-start;
}

.productReveiws .comment-rate-review .comment-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, 1);
    -o-object-fit: cover;
    object-fit: cover;
}


.productReveiws .comment-rate-review .comment-content {
    margin-right: 12px;
}

.productReveiws .comment-rate-review .comment-content p {
    margin-bottom: 0;
}

.productReveiws .user-rated-product {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.productReveiws .user-rated-product .check-icon {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #fbbf24;
    font-size: .75rem;
    line-height: 1rem;
    margin-left: 5px;
}

.productReveiws .user-rated-product .check-icon svg {
    height: .75rem;
    width: .75rem;
}

.productReveiws .user-rated-product .txt {
    font-size: 14px;
    font-weight: 400;
    color: #4b5563;
}

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

    .product-full-wrapper .product-preview .swiper-button-next,
    .product-full-wrapper .product-preview .swiper-button-prev {
        display: none;
    }
}

@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;
        padding-right: 2px;
    }
}

@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-block button {
        padding: 11px 20px;
    }
}

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

@media(max-width:567px) {
    .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;
    margin: 0 auto 30px ;
    text-align: center;
    padding: 10px;
    direction: ltr;
    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-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-align: right;
}

.productAddRateModal .form-group textarea {
    background: #F5F7F9;
    border: 1px solid #E7E5EA;
    font-size: 13px;
    color: #232C35;
    min-height: 200px;
    padding: 20px;
    display: block;
}

.productAddRateModal .form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F5F7F9;
    border: 1px solid #E7E5EA;
}

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

.productAddRateModal .modal-footer button {
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    font-family: var(--main-font);
    font-size: 13px;
    padding: 15px 35px;
    width: 100%;
}

.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: #991b1b;
    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);
    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: #000;
    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: #000;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

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

.product-details-mini-box .addCartBtn button {
    background-image: linear-gradient(-157deg, #000 0%, #000 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;
    }
}

.count-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.count-wrap p {
    margin-bottom: 0;
}

.countBtnWrap {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: max-content;
    border-radius: 5px;
    border: 1px solid rgba(229, 231, 235, 1);
}

.countBtnWrap .value-button {
    display: inline-block;
    border: 0;
    color: #9ca3af;
    margin: 0px;
    width: 44px;
    font-size: 20px;
    font-family: var(--main-font);
    height: 38px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    background: F5F7F9;
    border-radius: 0;
    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;
    cursor: pointer;
    border: 1px solid rgba(229, 231, 235, 1);
    border-top: 0;
    border-bottom: 0;
}


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

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

}

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

.countBtnWrap .value-button.increase {
    border-right: 0;
}

.countBtnWrap .value-button.decrease {
    border-left: 0;
}

.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;
    outline: none;
    box-shadow: none;
}

.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-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    display: block;
}

.form-group label.required::after {
    color: #f55157;
    content: "*";
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
    margin: 0 8px;
    height: 14px;
}

.form-group input {
    font-family: var(--main-font);
    background: #fff;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    color: #838383;
    padding: 20px;
    border-radius: 6px;
}

.form-group input.form-control:disabled,
.form-group input.form-control[readonly] {
    background-color: #F5F7F9;
}

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


.form-group input[type="submit"] {
    background-color: #000;
    border: 0 !important;
    color: #fff;
    padding: 12px 0;
    border-radius: 12px;
    height: 41px;
    display: inline-block;
    cursor: pointer;

}

.form-group button[type="submit"] {
    background-color: #000;
    border: 0 !important;
    color: #fff;
    padding: 12px 0;
    border-radius: 12px;
    display: inline-block;
    height: auto;
    cursor: pointer;

}

.form-group textarea {
    background: #fff;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    color: #838383;
    min-height: 100px;
    padding: 20px;
}

.form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F5F7F9;
    border: 1px solid #E7E5EA;
}

.form-group select {
    font-family: var(--main-font);
    background: #fff;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    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: #000;
}

.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: #000;
}

.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  {
    padding: 50px 0;
}



.contact-us .contact-forms .iti{
    margin-bottom: 1rem;
}

.contact-us .contact-forms .iti .iti__flag-container {
    top: 0;
}


.contact-us .contact-forms input {
    -webkit-appearance: none;
}

.contact-us .contact-forms input[name="phone"] {
    text-align: left;
}
.contact-us .contact-forms input[name="phone"]::placeholder{
    color: #6c757d;
}

.contact-us .contact-forms textarea {
    height: 142px;
}

.contact-us .contact-info .card {
    background-color: #fff;
    border: 1px solid #E7E5EA;
    border-radius: 5px;
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    padding: 2rem 2rem;
    margin-bottom: 1rem;
}

.contact-us .contact-info .card h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-us .contact-info .card h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
}
.contact-us .contact-info .card li {
    color: #464451;
    margin-bottom: 10px;
    font-size: 13px;
}
.contact-us .contact-info .card li i {
    display: inline-block;
}
.contact-us .contact-info .card li img {
    margin-left: 5px;
}

.contact-us .contact-info .card li:last-child {
    margin-bottom: 0;
}

.contact-us .contact-info .card.no-padding {
    padding: 1.5rem;
}
.contact-us .contact-info .social-media {
    text-align: center;
}
.contact-us .contact-info .social-media li {
    display: inline-block;
    margin: 0 5px;
}
.contact-us .contact-info .social-media a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    background: #F5F7F9;
    border: 1px solid #F5F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 576px) {
    .contact-us .contact-info .social-media li {
        margin-bottom: 10px;
    }
    .contact-us {
        padding-top: 0
    }

}
@media(max-width: 767px) {

    .contact-us textarea {
        margin-top: 0 !important;
    }
}
/*
    Terms
*/
.terms-conditions {
    padding: 0px 0 20px;
}

.terms-conditions .terms {
    padding: 0 10px;
}



.terms-conditions .terms p {
    color: #333;
    font-size: 14px;
    font-family: var(--main-font) !important;
    margin-top: 15px;
}

.terms p span {
    font-weight: 300;
    font-size: 15px !important;

}

.terms b {
    font-weight: 700 !important;
    font-size: 15px !important;

}

.terms br {
    display: none !important;
}

.terms h5 {
    color: #7375b2;
    font-size: 18px;
    font-weight: 600;
}
@media(max-width: 576px) {
    .terms-conditions .terms {
        padding: 0;
    }
}


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

/*
    Favourite Page
*/
.favourite.page {
    padding-bottom: 80px;
}

.favourite.page .empty-favourite  {
    overflow: hidden;
}

.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 .productItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.favourite .favouite-product-items .productItem:hover {
    --tw-shadow: 5px 10px 30px #2B2D340D;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.favourite .favouite-product-items .productItem .floating-options {
    width: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.favourite .favouite-product-items .productItem .floating-options .productAddCart button,
.favourite .favouite-product-items .productItem .floating-options .productAddCart a {
    min-width: 120px;
}

.favourite .favouite-product-items .productItem .item-part {
    display: flex;
    align-items: flex-start;
}

.favourite .favouite-product-items .productItem .image {
    height: 4rem;
    width: 5rem;

}

.favourite .favouite-product-items .productItem .productTitle {
    padding: 0 15px 8px;
}

.favourite .favouite-product-items .productItem .productPrice p {
    color: #000;
}

.favourite .unFavoriteBtn {
    border: 2px solid #e45d5d;
    width: 24px;
    height: 24px;
    background: #e45d5d;
    line-height: 36px;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favourite .unFavoriteBtn span {
    color: #928e92dd;
}

.favourite .productItem .offer {
    top: 10px;
    left: auto;
    right: 10px;
}

.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-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: #333;
    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, #000 0%, #000 100%);
    display: inline-block;
    border: 0;
    border-radius: 3px;
    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: baseline;
}

@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;
    }

    .favourite .favouite-product-items .productItem {
        flex-direction: column;
        overflow: visible;
        align-items: flex-start;
        gap: 1rem;
    }


    .favourite .favouite-product-items .productItem .floating-options {
        bottom: 7px;
        left: 5px;
    }



}

@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 .unFavoriteBtn i {
    color: #fff;
    font-size: 15px;
}

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

/*
    Profile Page
*/
.profile-wrapper {
    padding: 50px 0;
    background: #f9fafb;
}

.profile-list-card {
    position: sticky;
    padding: 1.5rem 0 1.5rem;
    border-radius: 6px;
    margin-top: -7rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    --tw-shadow: 5px 10px 30px #2B2D340D;
        --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
        box-shadow: 0 0 transparent,0 0 transparent,5px 10px 30px #2b2d340d;
        box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow)
}

.profile-list-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-list-card ul li {
    position: relative;
}

.profile-list-card .userInfo {
    padding: 13px 24px;
    border-bottom: 1px solid #E7E5EA;
    margin-bottom: 1rem;
}

.profile-list-card .userInfo p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
}

.profile-list-card li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 13px 24px;
    text-decoration: none;
    line-height: auto;
    color: #000000;
    transition: all 0.2s ease-out;
}

.profile-list-card li a svg {
    margin-left: 7px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #9ca3af;
}

.profile-list-card li a i {
    font-size: 16px;
    margin-left: 7px;
    color: #9ca3af;
}

.profile-list-card ul li.logOut a {
    color:#ff443a;
}

.profile-list-card ul li.logOut a svg {
    fill: #ff443a;
}

.profile-header {
    background-color: #000000;
    height: 192px;
}

.profile-header .breadcrumb .breadcrumb-item a {
    color: #fff !important;
}

.profile-header .breadcrumb .breadcrumb-item.active {
    color: #fff !important;
}

.profile-wrapper.ordersPage {
    padding-top: 0;
}

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

.profile-wrapper .user-sidebar .user-info {
    position: relative;
    /*
    background-image: linear-gradient(-157deg, #000 0%, #000 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-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: #000;
}

.profile-wrapper .user-sidebar .userSideBarLinks .list-group-item.active .fa {
    color: #000;
}
.profile-wrapper .sidebarContent {
    overflow: hidden;
}
/* .profile-wrapper .sidebarContent {
    border: 1px solid #E7E5EA;
    background-color: #F5F7F9;
    -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 {
    flex-flow: column;
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.05);
}

.profile-wrapper .sidebarContent .orders-status .nav-item:first-child a,
.profile-wrapper .sidebarContent .orders-status .nav-item:first-child a.active{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.profile-wrapper .sidebarContent .orders-status .nav-item:last-child a{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.profile-wrapper .sidebarContent .orders-status .nav-item {
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-bottom: 1px solid#EEEEEE;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.profile-wrapper .sidebarContent .orders-status .nav-item a {
    position: relative;
    font-size: 14px;
    font-family: var(--main-font);
    color: #707070;
    padding: 18px 20px;
    border-radius: 0;
    text-align: right;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.profile-wrapper .sidebarContent .orders-status .nav-item i {
    font-size: 15px;
    margin-left: 1rem;
}
.profile-wrapper .sidebarContent .orders-status .nav-item a.active {
    color: #333;
    background-color: #F5F7F9;
}
.profile-wrapper .sidebarContent .orders-status .nav-item a::before {
    width: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile-wrapper .sidebarContent .orders-status .nav-item:hover a::before {
    content: '';
    width: 4px;
    height: 30px;
    position: absolute;
    background: #000;
    border-radius: 0 1px 1px 0;
    right: 0px;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile-wrapper .sidebarContent .orders-status .nav-item a.active::before {
    content: '';
    width: 4px;
    height: 30px;
    position: absolute;
    background: #000;
    border-radius: 0 1px 1px 0;
    right: 0px;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E7E5EA;
    border-radius: 5px;
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    overflow: hidden;
}
/* Hide Order images */
.profile-wrapper .orders-status-content .order-item .order-products-imgs a:not(:first-child) {
    display: none !important;
}

@media(max-width: 576px) {
    .profile-wrapper .sidebarContent .orders-status {
        margin-bottom: 1.5rem;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item {
        margin-bottom: 1rem;
    }

    .profile-wrapper .orders-status-content .order-item .row {
        align-items: flex-start !important;
    }
}

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

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs img {
    max-width: 100%;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs {
    height: 100px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-products-imgs .orderImgs_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 5px;
}

.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-size: 15px;
    color: #232C35;
}
.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details p {
    margin-bottom: 0.5rem;
}
.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .date span {
    display: inline-block;
    font-family: var(--main-font);
    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: 15px;
    color: #000;
    margin-bottom: 7px;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status {
    font-family: var(--main-font);
    font-size: 13px;
    color: #423A3A;
    position: absolute;
    top: -5px;
    left: -6px;
    margin-bottom: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status.new span {
    background-color: rgba(64,129,255,.1);
    padding: 5px 20px;
    border-radius: 5px;
    color: #4081ff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status.completed span {
    background-color: rgba(230,249,245,.6);
    padding: 5px 20px;
    border-radius: 5px;
    color: #26cfa0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status.ready span {
    background-color: rgba(252,199,57,.1);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fcc739;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status.processing span {
    background-color: rgba(252,199,57,.1);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fcc739;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.profile-wrapper .sidebarContent .orders-status-content .order-item .order-details .status.rejected span {
    background-color: rgba(253,100,96,.1);
    padding: 5px 20px;
    border-radius: 5px;
    color: #eb6460;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.profile-wrapper .sidebarContent .orders-status-content .order-item .inoviceBtnsWrap {
    text-align: left;
}
.profile-wrapper .invoiceBtn {
    background-color: #000;
    border: 0;
    font-size: 11px;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 12px;
    height: 41px;
}

.profile-wrapper .addRateBtn {
    background-color: #000;
    border: 0;
    font-size: 11px;
    color: #232C35;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    height: 40px;
}


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

.profile-wrapper .sidebarContent .address-content .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #E7E5EA;
    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: 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-size: 15px;
    color: #111;
    padding: 5px 10px;
    border-left: 1px solid #ebe9e9;
    font-family: var(--main-font);
    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;
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li span {
    font-family: var(--main-font);
    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-size: 13px;
    /*    color: #000; */
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment p {
    font-family: var(--main-font);
    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-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-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);
}

.profile-wrapper .sidebarContent .address-content .card .card-body ul li span {
    font-family: var(--main-font);
    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-size: 13px;
    color: #000;
}

.profile-wrapper .sidebarContent .profile-rates-item .rateComment p {
    font-family: var(--main-font);
    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 {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    --tw-shadow: 5px 10px 30px #2B2D340D;
        --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
        box-shadow: 0 0 transparent,0 0 transparent,5px 10px 30px #2b2d340d;
        box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
        margin-bottom: 2rem;
}

@media(max-width: 576px) {
    .profile-wrapper .sidebarContent .settings-content {
        margin-bottom: 1rem;
    }
}

.profile-wrapper .sidebarContent .settings-content-title {
    padding: 1rem;
    background-color: #fff;

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

.profile-wrapper .sidebarContent .setting-contnet-body {
    padding: 1rem;
    background-color: #fff;
}

.profile-wrapper .sidebarContent .setting-contnet-body input,
.profile-wrapper .sidebarContent .setting-contnet-body select {
    -webkit-appearance: none;
}

.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-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 10px;
    }
}

@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: 0;
        border: 0;
    }

    .profile-wrapper .sidebarContent .orders-status-content .order-item {
        height: auto;
    }

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

    .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: right;
        padding-top: 20px;
    }
}



/* New Orders */

.orders-table {
    min-width: 100%;
    border-collapse: separate;
}
@media (min-width: 768px) {
    .orders-table {
        margin-bottom: -.75rem;
        --tw-border-spacing-y: 1.25rem;
        border-spacing: var(--tw-border-spacing-x) 1.25rem;
        border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    }
}

.orders-not-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
    margin: 0 auto 1rem;
}

.orders-not-content::before {
    height: auto;
}

.orders-table-head {
    margin-bottom: 1.25rem;
    /* --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); */
}


.orders-table-head-tr-th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.orders-table-head-tr-th:where([dir=rtl],[dir=rtl] *) {
    text-align: right;
}

.orders-table-tbody-tr {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: .75rem;
    border-bottom-width: 8px;
    border-top-width: 8px;
    /* --tw-border-opacity: 1;
    border-color: #f9fafb;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); */
    padding: .5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {
    .orders-table-tbody-tr {
        display: table-row;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
    }
}

.orders-table-tbody-tr-td {
    width: 100%;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .orders-table-tbody-tr-td {
        height: 5rem;
        width: auto;
    }
}

.orders-table-tbody-tr-td-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

@media (min-width: 768px) {
    .orders-table-tbody-tr-td-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.orders-table-tbody-tr-shadow:hover {
    box-shadow: 5px 10px 30px rgba(43, 45, 52, .05098);
}

/*
    Cart Page
*/

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

.cart-view-page .cart-items .item {
    position: relative;
    /* border: 1px solid #dad2dadd; */
    margin: 0 auto 1rem auto;
    padding: 15px 20px;
    border-radius: 4px;
    background-color: #fff;
}

.cart-view-page .cart-items .item .icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    border: 2px solid #f87171;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: #f87171;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    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;
    border: 1px solid #e5e7eb;
}

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

.cart-view-page .cart-items .item .price p {
    color: #6b7280;
    font-family: var(--main-font);
    font-size: 14px;
    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, #000 0%, #000 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: #6b7280;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}

.cart-view-page .orderSummary table td:last-child {
    color: rgb(35, 31, 30);
    font-family: var(--main-font);
    font-weight: bolder;
    font-size: 15px;
}

.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 table td.summaryTitle {
    color: #221f1e;
    font-weight: 700;
    font-size: 16px;
}

.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 .card-resp {
    border: 0;
    --tw-shadow: 5px 10px 30px rgba(0,0,0,0.06);
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 transparent,0 0 transparent,5px 10px 30px rgba(0,0,0,0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 rgba(0,0,0,0)),var(--tw-ring-shadow,0 0 rgba(0,0,0,0)),var(--tw-shadow);
    background-color: #fff;
    border-radius: 6px;
}

.cart-view-page .titleBar {
    background-color: #fff;
    padding: 15px 15px;
    text-align: center;
    position: relative;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.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: #000;
    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: 12px;
    padding: 10px 0px;
    font-size: 13px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@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: 14px;
        max-width: 77%;
    }

    .cart-view-page .cart-items .item .icon {
        left: 1.2rem;
    }

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

@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 {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.cart-wizard .wizard-nav {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

.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 {
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    vertical-align: middle;
    background-color: #F5F7F9;
    border: 1px solid #F5F7F9;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
/* .cart-wizard .wizard-nav .wizard-step .stepIcon > span.fi {
    line-height: 1;
} */
.cart-wizard .wizard-nav .wizard-step .stepNumb {
    display: block;
    padding: 6px 10px;
    white-space: nowrap;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    font-size: 8px;
    max-width: 100%;
    margin-top: 1px;
    /* margin-bottom: 5px; */
    margin-right: 3px;
    /* display: flex;
    padding: 7px 10px;
    white-space: nowrap;
    border-radius: 5px;
    position: absolute;
    line-height: 1;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    font-size: 11px;
    bottom: -30px;
    left: 50%;

    transform: translateX(-50%); */


    /* display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    font-size: 12px;
    bottom: -5px;
    left: -5px;
    transform: none; */
    /* top: -30px;
    left: 50%;
    transform: translateX(-50%); */
}
/*
.cart-wizard .wizard-nav .wizard-step .stepNumb.last {
    left: auto;
    bottom: -5px;
    right: -5px;
} */

.cart-wizard .wizard-nav .wizard-step.active .stepNumb{
    color:#bcbcbc;
}


@media(max-width: 576px) {
    .cart-wizard .wizard-nav .wizard-step .stepIcon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-bottom: 10px;
        display: flex;
        /* line-height: 50px; */
        position: relative;
    }
    .cart-wizard .wizard-nav .wizard-step .stepIcon img {
        position: relative;
    /* top: -4px; */
    }
}

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

.cart-wizard .wizard-nav .wizard-step h3 span {
    display: block;
    color: #bcbcbc;
    font-size: 14px;
    margin-top: 8px;
}

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

.cart-wizard .wizard-nav .wizard-step .num {
    font-family: var(--main-font);
    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: #000;
}

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

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

@media(max-width: 576px) {
    .cart-wizard .wizard-nav .centerd-line {
        top: 40%;
        z-index: 22222;
    max-width: 42%;
    }
}

.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 .titleBar {
    background-color: #f4f7f9;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.cart-wizard .wizard-content .titleBar h3 {
    font-family: var(--main-font);
    font-size: 18px;
    color: #232C35;
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    z-index: 222;
    background: #f4f7f9;
    position: relative;
    padding: 0 0 0 10px;
}

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

.shippingContent {
    position: relative;

}

.shippingContent .titleBar {
    /*    background-color: #F0F0F0;*/
    background-color: #f7f5f9;
    padding: 15px 15px;
    text-align: center;
    position: relative;
}

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

.shippingContent .titleBar .addAddress {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-wizard .wizard-content .titleBar::before {
    content: ' ';
    display: block;
    width: 90%;
    border-bottom: 1px solid  #E7E5EA;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.shippingContent .titleBar::after {
    content: " ";
    display: table;
    clear: both;
}

.cart-wizard .wizard-content .titleBar h3 i {
    margin-left: 8px;
    font-size: 20px;
}

.shippingContent .card-address {
    margin-bottom: 15px;
    position: relative;
    height: 100%;
}

.shippingContent .card-address .card-body {
    padding: 1.5rem;
}
.shippingContent .card-address .card-body .card-title b {
    font-size: 14px;
}
.shippingContent .card-address .card-body p {
    color: #898B99;
    margin-bottom: 15px;
    -webkit-text-fill-color: #898B99;
    -webkit-background-clip: text;
}

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

.shippingContent .card-address .AddressLabel {
    color: #000;
    background-color: #fff;
    border: 1px solid #E7E5EA;
    -webkit-box-shadow: -20px -5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -20px -5px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 5px;
}

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

.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);
    margin-bottom: 0;
}

.shippingContent .card-address .AddressLabel .edits {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 22;
}

.shippingContent .card-address .AddressLabel .edits a {
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 19px;
    color: #172B4D;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid#E7E5EA;
    cursor: pointer;
}

.shippingContent .card-address .AddressLabel .edits .deletedAddressBtn {
    color: #DE3C3C;
}


.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: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
} */

.shippingContent .card-address .AddressLabel .radioCircle::after {
    content: "\f160";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    /* content: " ";
    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); */
}

.shippingContent .card-address .AddressInput:checked~.AddressLabel {
    background-color: #000;
    -webkit-box-shadow: 0px -1px 30px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 30px rgba(0,0,0,0.05);
    color: #fff;
    /* -webkit-transform: translateY(-7px);
    transform: translateY(-7px); */
}

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

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

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

.shippingContent .addNew {
    color: #000;
    background-color: #fff;
    border: 2px dashed #E7E5EA;
    -webkit-box-shadow: -1px -5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -1px -5px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.shippingContent .addNew a {
    padding: 1.5rem;
    display: block;
    color: #000;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.shippingContent .addNew span {
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}

.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-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-size: 16px;
    color: #000000;
}

.cart-wizard .wizard-content .shippingContent .shipping-companys .companyName {
    font-family: var(--main-font);
    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;
    position: relative;
}

.cart-wizard .wizard-content .card-shipping .card-body {
    padding: 1rem 1rem;
    min-height: 100px;
    line-height: 100px;
}

/* .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;
}

.cart-wizard .wizard-content .card-shipping .radioCircle {
    width: 30px;
    height: 30px;
    background: #F5F7F9;
    border-radius: 50px;
    border: 1px solid #F5F7F9;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 1rem;
    /* opacity: 0; */
}

/* .cart-wizard .wizard-content .card-shipping .radioCircle::after {
    content: " ";
    width: 10px;
    height: 10px;
    background: #000;
    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: "\f160";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;

    /* content: " ";
    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 {
    text-align: center;

}

#paymentStep .card-shipping .img {
position: relative;
    top: 15px;
}

@media(max-width: 576px) {
    .bank-transfer-wrapper {
        margin-top: 1rem;
    }

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

    .cart-wizard .wizard-content .card-shipping .info .card-text {
        padding-right: 0px;
    }
    .cart-wizard .wizard-content .card-shipping .info:last-child .card-text {
        white-space: nowrap;
    }
    .cart-wizard .wizard-content .card-shipping .info .card-text p {
        margin-bottom: 0;
    }

    .cart-wizard .container {
        padding: 0 !important;
    }

}

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

/* .cart-wizard .wizard-content .card-shipping .paymicon img {
    max-width: 100px !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: 5px;
}

.cart-wizard .wizard-content .card-shipping .AddressInput:checked~.AddressLabel {
    background-color: #000;
    -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;
}

.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-size: 17px;
    color: #232C35;
}

.cart-wizard .wizard-content .payment-ways-items .nav-item .nav-link.active {
    background-color: #000;
    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-size: 16px;
}

.cart-wizard .wizard-content .paymentWays .orderSummary table td:last-child {
    color: #000;
    font-family: var(--main-font);
    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-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-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: 30px 0 15px 0;
}

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

.cart-wizard .wizardNavBtns button.next-step,
.cart-wizard .wizardNavBtns button.last-step {
    background-color: #000;
    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: 35%;
        background: #fff;
        z-index: 222222;
    }

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

@media (max-width: 767px) {

    /* .cart-wizard .wizard-nav .nav-item {
        width: 24%;
    } */

    .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: 576px) {
    .cart-wizard .wizard-nav .wizard-step {
        height: 45px;
        padding: 0;
        justify-content: center;
        flex-flow: row;
        align-items: center;
    }

    .cart-wizard .wizard-nav {
        margin-top: 20px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .cart-wizard .wizard-nav .wizard-step h3 {
        margin: 5px;
        margin-top: 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#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: 0px;
        padding-left: 40px;
    }
    .cart-view-page .cart-items .item .price {
        width: auto;
        text-align: right;
    }
}

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

.cart-wizard .wizard-content .card-item-shipping .AddressLabel {
    background-color: #fff;
    border: 1px solid #E7E5EA;
    min-height: 80px;
    line-height: 50px;
}

.cart-wizard .wizard-content .card-item-shipping .card-body {
    display: flex;
    align-items: center;
    min-height: auto;
    line-height: unset;
    gap: 30px;
    padding: 1rem;
}

.cart-wizard .wizard-content .card-item-shipping .card-body .img,
.cart-wizard .wizard-content .card-item-shipping .card-body .info {
    width: 30%;
    text-align: center;
}

.cart-wizard .wizard-content .card-item-shipping .img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.cart-wizard .wizard-content .card-item-shipping .img img {
       max-width: 40px;
       /* height: 35px; */
}
.cart-wizard .wizard-content .card-item-shipping .radioCircle {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 1;
}

.cart-wizard .wizard-content .card-item-shipping .info {
    float: none;
    padding-right: 0 !important;
}

.cart-wizard .wizard-content .card-item-shipping .card-title,
.cart-wizard .wizard-content .card-item-shipping p {
    margin-bottom: 0 !important;
}


.cart-wizard .wizard-content .card-item-shipping .AddressLabel .card-title {
    position: relative !important;
    top: 0 !important;
    left: 0;
    right: 0 !important;
    font-size: 16px;
}

@media(max-width: 576px) {
    /* .cart-wizard .wizard-content .card-item-shipping .card-body {
        display: block;

    } */
    .cart-wizard .wizard-content .card-item-shipping .radioCircle {
        display: inline-block;
        position: absolute;
        top: 25px;
        right: 1rem;
    }
    .cart-wizard .wizard-content .card-item-shipping .AddressLabel {
        height: auto;
        min-height: auto;
        line-height: 20px;
    }

    .cart-wizard .wizard-content .card-shipping .card-body {
        min-height: auto;
        /* line-height: auto;
        padding: .5rem 1rem; */
    }
    .cart-wizard .wizard-content .card-item-shipping .card-body .img,
    .cart-wizard .wizard-content .card-item-shipping .card-body .info {
        width: auto;
        text-align: center;
    }

    .cart-wizard .wizard-content .card-item-shipping .card-body .img {
        justify-content: flex-start;
        padding-right: 2rem;
        margin-top: 0px;
    }

    .cart-wizard .wizard-content .card-item-shipping .card-body .shipping-truck-icon {
        max-width: 38px;
    }

    .cart-wizard .wizard-content .card-item-shipping .card-body .info {
        display: inline-block;
        margin-top: 1rem;
    }
}

.btn-style {
    display: flex;
    border: 0;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    padding: 15px 0;
    border-radius: 12px;
    font-family: var(--main-font);
    font-size: 13px;
    cursor: pointer;
    height: 41px;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.shipping-payment .titleBar {
    padding: 15px 5px;
    text-align: right;
    position: relative;

}

.shipping-payment .titleBar h3 {

    background: transparent;
    position: relative;
    z-index: 22;
    display: inline-block;
    padding: 0 0 0 10px;
}
.shipping-payment .titleBar::before{
    content: ' ';
        display: block;
        width: 88%;
        border-bottom: 1px solid #E7E5EA;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
}

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

.shipping-payment .titleBar h3 {
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
}

.shipping-payment .titleBar h3 i {
    margin-left: 6px;
}

.shipping-payment table thead {
    text-align: center;
    font-family: var(--main-font);
    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;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.shipping-payment ul.payOptions li {
    display: inline-block;
    width: 85px;
    height: 70px;
        margin-left: 20px;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-payment ul.payOptions li img {
    max-width: 90%;
}

.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: 12px;
}

.shipping-payment .banksOptions .receipt-item .rece-header {
    padding: 10px 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-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 #f0efef;
}

.shipping-payment .banksOptions .receipt-item .rece-body p {
    font-family: var(--main-font);
    font-size: 15px;
    margin-left: 20px;
    color: #353B50;
    display: block;
    margin-bottom: 15px;
}

.shipping-payment .banksOptions .receipt-item .rece-body p:last-child {
    margin-left: 0;
}

@media (max-width: 767px) {

    .shipping-payment ul.payOptions li {
        margin-bottom: 1rem;
    }

    .shipping-payment .banksOptions .receipt-item {
        margin-bottom: 25px;
    }

    .shipping-payment .banksOptions .receipt-item .rece-header {
        text-align: right;
        padding: 0;
    }

    .shipping-payment .banksOptions .receipt-item .rece-header img {
        float: none;
        max-width: 100%;
        display: block;
        margin: 0;
    }

    .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;
        padding-top: 5px;
    }

    .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: 12px;
        -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;
    }

    .cititesModal .modal-header .close {
        margin: -0.5rem auto -1rem 10px;
    }
}


@media(max-width:567px) {

    .shipp_shipping_item {
        grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)) !important;
        grid-gap: 5px !important;
        width: 100%;
        font-size: 12px !important;
    }

    .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) #fff no-repeat scroll calc(3% + 3px) center/8px auto;
}

.bank-transfer input#dateTimeInput {
    background: url(../images/angle.png) #fff no-repeat scroll calc(3% + 3px) center/8px auto !important;

}

.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-size: 14px;
    color: #323643;
}

.bank-transfer .receipt-item .rece-header::after {
    content: " ";
    display: table;
    clear: both;
}

.bank-transfer .receipt-item .rece-body {
    padding: 20px 20px 0 20px;
    background: #fff;
    border: 1px solid #E7E5EA;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);

}

.bank-transfer .receipt-item .rece-body .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank-transfer .receipt-item .rece-body .name span {
    position: relative;
    top: 4px;
    margin-right: 3px;
}
.bank-transfer .receipt-item .rece-body .bank-account-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #F0F0F0;
}
.bank-transfer .receipt-item .rece-body p {
    font-family: var(--main-font);
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 0px;
    color: #353B50;
    display: inline-block;
    margin-bottom: 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: 1px solid #e7e5ea !important;
    padding: 5px 15px;
    }

    .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;
    position: relative;
}

.thanks-page h1 {
    color: #5355a4;
    font-size: 26px;
    font-family: var(--main-font);
    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;
        min-width: 120px;
    }
}

/* ==========================================================
! AllOrder
========================================================== */
.allOrderPage {
    padding: 20px 0;
    /* background-color: #F5F7F9; */
}

.allOrderPage .card {
    border: 1px solid #f3f4f6;
    border-radius: 6px;
}

.allOrderPage .card-header {
    background-color: #fff;
    border: 1px solid #f3f4f6;
    padding: 1rem 2rem;
    border-radius: 6px;
}

.allOrderPage .card-header:first-child {
    border-radius: 6px 6px 0 0;
}

.allOrderPage .card .card-body {
    background: #fff;
    padding: 1.25rem 2rem;
    border-radius: 6px;
}

.allOrderPage .orderDetOne .card-body h3 {
    float: right;
    font-family: var(--main-font);
    font-size: 18px;
    margin-bottom: 0;
    line-height: 45px;
}

.allOrderPage .notesCard {
    padding-top: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.allOrderPage .notesCard h3 {
    float: none !important;
}
.allOrderPage .notesCard .confirm {
    float: none !important;
    font-size: 14px;
}

@media(max-width: 520px) {
    .allOrderPage .orderDetOne .card-body .col-lg-10 {
        padding: 0 !important;
    }
    .allOrderPage .card .card-body {
        padding: 1.25rem 1rem;
    }
}

.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);
}

/* .allOrderPage .orderDetShipp {
    border: 0;
    border-top: 1px solid #eee;
} */

.allOrderPage .orderDetShipp h3 {
    font-family: var(--main-font);
    font-size: 18px;
    margin-bottom: 20px;
}

.allOrderPage .orderDetShipp p {
    font-family: var(--main-font);
    font-size: 14px;
}

.allOrderPage .orderDetShipp img {
    max-width: 45px;
    margin-left: 15px;
}

.allOrderPage .orderDetShipp img:last-child {
    margin-left: 0 !important;
}

.allOrderPage .cart-items table td,
.allOrderPage .cart-items table th {
    vertical-align: middle;
    text-align: center;
}

.allOrderPage .cart-items table tbody td {
    border: 0;
    padding: 1rem 0;
}

.allOrderPage .cart-items table thead th {
    font-family: var(--main-font);
    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: #fff;
}

.allOrderPage .cart-items .product-item img {
    max-width: 100%;
    background: #ffffff;
    /* padding: 10px; */
    display: block;
    margin: 0 0 0 auto;
    border-radius: 5px;
}

.allOrderPage .cart-items h3 {
    font-family: var(--main-font);
    font-size: 15px;
    color: #000000;
    text-align: right;
    line-height: 24px;
}
.allOrderPage .cart-items h3 span {
    position: relative;
}

.allOrderPage .cart-items h3 span::before {
    content:"\f187";
    font-family: uicons-regular-rounded !important;
    font-size: 7px;
    margin: 0 5px;
}
.allOrderPage .cart-items .price {
    text-align: right;
}

.allOrderPage .cart-items .price p {
    color: #333;
    font-family: var(--main-font);
    font-size: 16px;
}

.allOrderPage .orderSummary table {
    margin-bottom: 0;
}

.allOrderPage .orderSummary table td {
    border-top: 0;
    padding: .75rem 0;
}

@media(max-width: 576px) {
    .allOrderPage .orderSummary table td {
        padding: .5rem 0 !important;
    }
}

.allOrderPage .orderSummary table td:first-child {
    color: #232C35;
    font-family: var(--main-font);
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

.allOrderPage .orderSummary table td:last-child {
    color: #232C35;
    font-size: 15px;
    -webkit-text-fill-color: #232C35;
    -webkit-background-clip: text;
}

.orderDetShipp .payItem .item > span {
    text-align: left;
}

@media(max-width: 576px) {

    .allOrderPage .orderSummary table td:first-child {
        white-space: normal;
    }
    .allOrderPage .orderSummary table td:last-child {
        white-space: nowrap;
    }
    .orderDetShipp .payItem {
        margin-top: 20px;
    }

    .orderDetShipp .payItem .item > span {
        text-align: right !important;
    }
}

.allOrderPage .table-bootom-qrcode {
    padding: 1.2rem 0;
    border-top: 1px solid #F0F0F0;
}

.allOrderPage .taxNum {
    color: #232C35;
    font-family: var(--main-font);
    font-size: 14px;
    text-align: right;
    -webkit-text-fill-color: #232C35;
    -webkit-background-clip: text;
}

.allOrderPage .orderSummary table tr:last-child td {
    padding: .5rem 0;
    border-top: 1px solid #E7E5EA;
    font-weight: 700;
    font-size: 15px !important;
}

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

    .allOrderPage .taxNum  {
        margin-bottom: 20px;
    }
}

@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: 576px) {
    .allOrderPage .orderDetShipp h3 {
        font-family: var(--main-font);
        text-align: right;
    }
    .allOrderPage .orderDetShipp .item {
        text-align: right;
    }
}

/* ==========================================================
! 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: 12px 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: #333;
}

.cart-de {
    padding: 20px;
    border: 0;
    background: transparent;
}

.modal-content {
    padding: 0 0 30px 0;
}

.mobile-Shipping {
    padding: 10px;
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 14px;
}

.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;
    direction: ltr;
}

#registerModal .form-group #mobile::placeholder {
    text-align: left;
}

.modal .m-link span {
    color: #323643;
}
a[data-target="#registerModal"] {
    color: #323643;
}

/* 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: #F5F7F9;
        border: 1px solid #E7E5EA;
        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: 0px;
        right: 0;
    }
    #storeTaxModal .modal-header {
        padding: 1rem;
    }
    #storeSaBusinessModal .modal-header {
        padding: 1rem;
    }
    .modal .m-link {
        font-family: var(--main-font);
        font-size: 12px;
        color: #323643;
    }

    .img-logos {
        margin: 60px 0 0 0;
    }

    #sendOrderButtonDiv .col-form-label {
        text-align: right;
    }

    #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 {
        padding: 0 !important;
        background: #fff;

    }

    .mokt .container {
        padding-right:  10px!important;
        padding-left: 0 !important;
    }

    /* .section .container {
        padding-right:  10px!important;
        padding-left: 0 !important;
    } */

    .section .swiper-container {
        margin-left: -15px;
    }


    .mokt .arrows {
        display: none;
    }

    .mokt .mokt-inner {
        padding: 10px 0;
    }

    /* .copun {
        padding: 0 0 30px 0px;
        height: 70px;
    } */

    /* .copun input {
        max-width: 150px !important;
    } */

    .copun button {
        height: 30px;
        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: 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;
    padding: 4px;
}

.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;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #edf0f4;
    padding: 10px;
    -webkit-box-shadow: -1px -1px 7px rgba(0, 0, 0, .05);
    box-shadow: -1px -1px 7px rgba(0, 0, 0, .05);
}
.partners .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
}
.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;
}

@media(max-width: 576px) {
    .partner_logo_img {
        height: 80px;
    }
}

/*
.products-row .swiper-pagination-bullet-active{
    width: 20px !important;
}
*/
.swiper-pagination-bullet {
    vertical-align: middle;
}

.productItem .image>a {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    height: 200px; */
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productItem .image>a>img {
    /* max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 0px;
    height: auto !important;
    margin: 0; */
    /*
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transform: translateY(-50%); */
    /* display: block;
    width: 100%;
    height: auto; */
    display: block;
    max-width: 100%;
    /* height: 200px; */
    border-radius: 5px;
    max-height: 200px;
}

@media screen and (max-width: 576px) {
    .main-cart-page {
        padding-bottom: 0 !important;
    }

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

    .cart-view-page .orderSummary table td {
        padding: 10px;
        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: 14px !important;
    }

    .productItem .image>a {
        /* height: 200px; */
        overflow: hidden;
        /* display: block;
        position: relative; */
        height: auto !important;
    }

    /* .productItem .image .product_cate {
        height: auto !important;
        display: block;
    } */

}

.nice-select .list {
    height: auto !important;
    max-height: 150px;
}

.stars_evaluate .fa {
    font-size: .75rem !important;
    margin: 0 !important;
    color: #fab038 !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);
}

.topBar .container {
    padding-right: 5px;
    padding-left: 5px;
}

header.main-header {
    border-right: 0;
    border-left: 0;
}

.logo>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.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;
    }

    body.fixed-header #header .main-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: 0 0 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;
    z-index: 89;
}

.custom-dropdown-filter .filteringBtn {
    display: inline-block;
    text-align: right;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #6c757d;
    border-radius: 6px;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjNmI3MjgwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdNNiA4bDQgNCA0LTQnLz48L3N2Zz4=);
    background-position: left.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    /* padding-right: 2.5rem; */
    -webkit-print-color-adjust: exact;
}

.custom-dropdown-filter .filteringBtn i {
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

@media(max-width: 376px) {
    .custom-dropdown-filter .filteringBtn {
        padding: 10px 5px;
        font-size: 12px;
        width: 120px;
        text-align: center;
    }
}

.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;
    margin: 2rem 0;
    background-color: #f3f4f6;
}

.productReveiws .card {
    background-color: transparent;
}

.productReveiws .productReveiws_inner {
    padding: 10px 30px;
    border-radius: 5px;
    border: 0;
}


.productReveiws .accordion {
    /*    border-bottom: 1px solid #E6E6E6;*/
    cursor: text;
}

.productReveiws .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: left;
    display: none;
}

.productReveiws .accordion .card-header.collapsed:after {
    content: "\f107";
}

.productReveiws .accordion .card {
    border: 0;
}

.productReveiws .accordion .card-header {
    background-color: transparent;
    padding: 10px 10px;
    border: 0;
    /* display: flex;
    align-items: center;
    gap: 10px; */
}

.productReveiws .accordion .card-header .card-title {
    font-family: var(--main-font);
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.productReveiws .accordion .card-header .card-title span {
    color: #000;
}


.productReveiws  .count-label {
    color: #6b7280;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}

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

.productReveiws .accordion .card-body p,
.productReveiws .accordion .card-body ul,
.productReveiws .accordion .card-body ol,
.productReveiws .accordion .card-body ul li,
.productReveiws .accordion .card-body ol li,
.productReveiws .accordion .card-body ol li font,
.productReveiws .accordion .card-body ul li font,
.productReveiws .accordion .card-body ul li span,
.productReveiws .accordion .card-body ol li span,
.productReveiws .accordion .card-body p {
    font-family: inherit !important;
    list-style: inside;

}

.productReveiws .accordion .rates-view-box {
    margin-bottom: .75rem;
}

.productReveiws .accordion .rates-view-box p {
    display: inline-block;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #232C35;
    margin-bottom: 0;
}

.productReveiws .accordion .rates-view-box p span {
    color: #000;
    margin-right: 5px;
}

.productReveiws .accordion .rates-view-box p span svg {
    width: 15px;
    height: 15px;
}

.productReveiws .accordion .rates-view-box a {
    font-size: 14px;
    color: #000;
    margin-right: 15px;
}

.shareWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}

@media(max-width:767px) {
    .shareWrap {
        justify-content: flex-start;
        position: relative;
        top: 0;
        /* padding: 20px 0px; */
        margin: 0;
    }
}

.shareWrap .socailButtonActive {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #212529;
    width: 45px;
    height: 45px;
    font-size: 19px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.shareWrap .socailButtonActive i {
    font-size: 14px;
    color: #6b7280;
}
.shareWrap p {
    font-family: var(--main-font);
    font-size: 14px;
    margin-bottom: 0;
}

.shareWrap .social-share {
    position: absolute;
    top: 3.5rem;
    left: 2.5px;
    z-index: 10;
    display: flex;
    height: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    opacity: 0;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shareWrap .social-share li a {
    display: block;
    padding: .75rem;
    cursor: pointer;
    transition: none;
}

.shareWrap .social-share.opend {
    height: auto;
    opacity: 1;
}

.social-share li a img {
    width: 20px;
}

/*
.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: 14px;
    color: #6b7280;
}


@media(max-width:520px) {
    .alert-dismissible .close {
        position: relative;
        padding: .4rem 1rem;
    }
}




.addressPlaceWrap .PlaceBtn {
    background-color: transparent;
    color: #49565c;
    border-radius: 12px;
    /* width: auto; */
    padding: 8px 17px;
    border: 1px solid #49565c;
    flex: 1;
    margin-left: 10px;
    font-size: 14px;

}
.addressPlaceWrap .PlaceBtn:last-child {
    margin-left: 0;
}

/* .addressPlaceWrap .PlaceBtn i {
    vertical-align: text-bottom;
} */

.addressPlaceWrap {
    display: flex;
    margin-bottom: 1rem;
}

.addressPlaceWrap .placeActived {
    background-color: #000 !important;
    color: #fff;
    border-color: #000 !important;
    box-shadow: none !important;

}

.addressPlaceWrap .PlaceBtn:hover {
    background-color: #000 !important;
    color: #fff;
    border-color: #000 !important;
}

#addNewAddressTap .dropdown-toggle::after {
    border: 0;
    content: "\f10d";
    font-family: uicons-regular-rounded !important;
    font-size: 12px;
}

#addNewAddressTap .iti__arrow {
    background-image: none;
    text-align: center;
}


#addNewAddressTap .iti__arrow::after {
    content: "\f10d";
    font-family: uicons-regular-rounded !important;
    font-size: 12px;
    color: #999;
}

@media(max-width:767px) {
    .addressPlaceWrap {
        flex-direction: 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;
}


@media (min-width: 767px) {
    .sepreateBlock {
        display: none;
    }
}

@media (max-width: 767px) {
    body.fixed-header #header .main-header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 99;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -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: none;
    }
}

@media (max-width: 391px) {
    .sepreateBlock {
        height: 105px;
        display: none;
    }
}

.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%;
}

.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: #F5F7F9;
    background: linear-gradient(to right, #F5F7F9 8%, #F5F7F9 18%, #f0f3f6 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-size: 14px;
    margin-bottom: 0;
}

.product_reservation .reserv_btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 18px;
    padding-left: 30px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color:#898B99;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    max-width: 60%;
}

.product_reservation .reserv_btn::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    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;
}


#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 h6 {
    font-family: var(--main-font);
    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-size: 15px;
    color: #4C5D4A;
}

#product_reservation_modal .datepicker {
    background: #fff;
    border: 1px solid #E7E5EA;
    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 {
    background: #F5F7F9;
    border: 1px solid #E7E5EA;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    color: #898B99;
}

#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 {
    border-top: 0;
}

#product_reservation_modal .modal-footer .btn-primary {
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    font-family: var(--main-font);
    cursor: pointer;
    line-height: 0 !important;
    outline: none;
    width: 100%;
    min-height: 41px;
    border: 1px solid #000;
}

#product_reservation_modal .modal-body {
    padding: 1rem 1rem;
    background: #fff;
}

#product_reservation_modal .modal-footer {
    background: #fff;
}

#product_reservation_modal .datepicker {
    padding: 4px 10px;
}

#product_reservation_modal .datepicker td {
    width: 35px;
    height: 35px;
}


#product_reservation_modal .cell.select,
#product_reservation_modal .modal-header,
#product_reservation_modal .modal-footer .btn-primary,
.sweet-alert .modal-footer .btn-primary {
    background: #000;
    border-color: #000;

}

.datepicker table tr td.active.active,
.datepicker table tr td span.active:hover {
    background: #000;
    border-color:#000;
}

.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 {
    padding: 40px 0 86px;
    background: #F5F7F9;
}

.store_features .titleHead {
    border-bottom: 0;
    text-align: center;
}

.store_features .titleHead .title::after {
    display: none;
}

.store_features .store_features-item {
    padding: 2rem 1rem;
    border: none;
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.store_features .store_features-item:hover {
    transform: translate(0, -10px);
}

@media(max-width: 767px) {
    .store_features .store_features-item {
        margin-bottom: 1rem;
    }
}

.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: #000;
    /* 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-size: 1rem;
    margin-top: 17px;
    font-weight: 700;
}

.store_features .store_features-item p {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 0;
}


.alert-danger {
    color: #fff;
    background-color: #ff4237;
    border-color: #ff4237;
    max-width: 92%;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.alert-danger > span {
    margin-left: 5px;
}

.productsAllWrap .alert-danger {
    background-color: rgba(253,100,96,.1);
    border:none;
    color: #eb6460;
}


@media (max-width: 576px) {
    .quick-categories {
        padding: 0 0 20px 0 !important;
    }
}



.checkBtn.copun {
    position: relative;
}

.checkBtn.copun input {
    padding: 8px 10px !important;
    height: 100% !important;
    border-radius: 12px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    color: #838383;
    border: 1px solid #cecece;
    background-color: #fff;
}

.checkBtn.copun input:placeholder-shown {
    color: #838383 !important;
    font-size: 13px;
}

.checkBtn>.custom-select:not(:last-child),
.checkBtn>.form-control:not(:last-child) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.checkBtn.copun button {
    padding: 7px 20px;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
    z-index: 22;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}


@media(max-width: 576px) {
    /* .datepicker.datepicker-dropdown {
        position: absolute;
        top: 22% !important;
    } */

    #product_reservation_modal .cell {
        font-size: 13px;

        white-space: nowrap;
    }

    .checkBtn.copun .input-group-prepend {
        margin-left: 0;
    }
}

.abs_error.help-block.has-error {
    color: #eb6460;
    font-size: 12px;
}


.has-error.text-danger {
    color: #eb6460;
    font-size: 12px;
}
#codeResendTimer {
    color: #000;
    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,
#loginModal,
#registerModal,
#forgetPasswordModal,
#resetPasswordModal,
#CodeConfirmaitonModal,
#loginModalStepTwo,
#registerModalStepOne,
#registerModalStepTwo,
#registerModalStepOnePassword,
#registerModalStepFour,
#registerModalStepFourPassword,
#registerModalStepThree {
    z-index: 9999999999;
}

/*
#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;
    right: 12px;
    left: auto;
    top: 15px;
    margin: 0;
    background-color: rgba(255, 255, 255, .20);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffff;
    opacity: 1;
    border-radius: 50px;
    padding: 0;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    text-align: center;
}

#resetPasswordModal a[data-target="#forgetPasswordModal"] i {
    color: inherit;
}

#forgetPasswordModal a[data-target="#loginModalStepOne"] {
    position: absolute;
    right: 12px;
    left: auto;
    top: 15px;
    margin: 0;
    background-color: rgba(255, 255, 255, .20);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffff;
    opacity: 1;
    border-radius: 50px;
    padding: 0;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    text-align: center;
}

#forgetPasswordModal a[data-target="#loginModalStepOne"] i {
    color: inherit;
}

/* #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 .login-icon {
    --tw-border-opacity: 1;
    align-items: center;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    border-radius: 9999px;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    height: 5rem;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 5rem;
}

.modal-forms-style .login-icon svg {
    fill: #9ca3af;
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
}

.modal-forms-style .form-group input {
    background: #fff;
    border: 1px solid #e5e7eb;
    margin-bottom: .5rem !important;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
    color: #000;
    appearance: none;
    border-radius: 6px;
    box-shadow: none !important;
    -webkit-appearance: none;
    position: relative;
}


.modal-forms-style .form-group button[type="submit"] {
    background: #000;
    border: 1px solid #E7E5EA !important;
    margin-bottom: .5rem !important;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    color: #000;
    appearance: none;
    border-radius: 6px;
    box-shadow: none !important;
    -webkit-appearance: none;
    position: relative;
    padding: 12px 0;
}

/* Loading Button */
/*
#InitiateCheckoutBTN::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);

    background-image: url(../images/load.gif) !important;
    background-size: 20px;
        background-repeat: no-repeat;
    opacity: 0;
  }

  @keyframes button-anim {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }

  #InitiateCheckoutBTN.loading {
    color: transparent !important;
  }

  #InitiateCheckoutBTN.loading::after {
    opacity: 1;
  } */



  .loadingWrap {
      position: relative;
  }
.loadingWrap::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.18em solid rgba(255,255,255,.2);
    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);
    }
  }

.loadingWrap input {
    color: transparent !important;
  }

.loadingWrap::after {
    opacity: 1;
  }



/* Loading Button */

.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;
    border-color: #ef4444;
}

/* .modal-forms-style .form-group input.valid {
    border-color: #ef4444;
} */

.modal-forms-style .form-group input[type="submit"] {
    position: relative;
    color: #fff;
    border-radius: 12px;
    padding: 12px 0;
    border: 0 !important;
}
.modal-forms-style .form-group button[type="submit"] {
    position: relative;
    color: #fff;
    border-radius: 8px;
    border: 0 !important;
}
.modal-forms-style .submitWrap {
    position: relative;
}
.modal-forms-style .submitWrap::after {
    content: "\f111";
    font-family: uicons-regular-rounded!important;
    font-style: normal;
    font-weight: normal!important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 19px;
    height: auto;
    color: #fff;
    display: none;
}

.modal-forms-style .form-group input::placeholder {
    font-weight: 400;
    font-size: 16px;
    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-left: 0;
    font-size: 15px;
}

.modal-forms-style .iti--separate-dial-code .iti__selected-flag:has(.iti__arrow) {
    padding-left: 21px !important;
}


.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--separate-dial-code .iti__selected-flag .iti__flag.iti__sa {
    display: none;
}
.modal-forms-style .iti__arrow {
    position: absolute;
    left: 5px;
    right: auto;
    margin-right: 0;
}



#loginModalStepOne .form-group input[name="email"] {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: .5rem !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    text-align: left;
    font-family: var(--main-font);
    color: #000;
    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;
    padding-left: 75px !important;
}

#registerModal .form-group #mobile {
    padding-left: 75px !important;
}

#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-left: 0;
    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--separate-dial-code .iti__selected-flag {
    display: none;
} */


.modal-forms-style .iti--separate-dial-code .iti__selected-flag:has(.iti__arrow) {
    padding-left: 21px !important;
}

.iti__selected-flag .iti__flag {
    display: none !important;
}

#loginModalStepOne .iti__arrow {
    position: absolute;
    left: 5px;
    right: auto;
    margin-right: 0;
}

.modal-header .close {
    margin: -0.5rem auto -1rem -1rem;
}
.close {
    text-shadow: none;
}
.modal-backdrop {
    background: rgba(107,114,128,0.75);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.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: -2px 0;
    }
}

#loginModalStepOne .container,
#loginModal .container,
#registerModal .container,
#forgetPasswordModal .container,
#resetPasswordModal .container,
#CodeConfirmaitonModal .container,
#loginModalStepTwo .container,
#registerModalStepOne .container,
#registerModalStepTwo .container,
#registerModalStepOnePassword .container,
#registerModalStepFour .container,
#registerModalStepFourPassword .container,
#registerModalStepThree .container {
    padding: 0 2rem;
}

#forgetPasswordModal .modal-content{
    padding: 0 0 40px 0;
}

#CodeConfirmaitonModal .modal-content  {
    padding: 0;
}

#CodeConfirmaitonModal .text {
    max-width: 300px;
    margin: -20px auto 1rem;
    text-align: center;
}

.modal-forms-style .m-link i {
    font-weight: 700;
    color: #cccccc;
}

/* Login Tabs  */

.radio-test {
    display: none;
}

.logTabsWrap {
    background-color: #F5F7F9;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 2px;
    max-width: 250px;
    display: block;
    margin: 0 auto 1.6rem;
}

.logTabsWrap .labels .label {
    background-color: #F5F7F9;
    border-radius: 4px;
    margin-bottom: 0;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 12px;
    color: #707070;
    text-align: center;
    width: 49%;
    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: calc(50% - 12px);
    left: calc(50% - 12px);
    color: #fff;
    border-width: 2px;
}


.btnLoadingSpinner #CodeConfirmaitonBtn {
    line-height: 0;
}

.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 !important;
    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: 70% !important;
}
@media(max-width: 576px) {
    .main-footer .payment-ways .bankImage {
        max-width: 22px !important;

    }



}


.main-footer .m3roof-wrap {
    /* margin:20px 0 0 0; */
    list-style: none;
}
.main-footer .copyrights-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0 10px 0;
}
.main-footer .copyrights-wrap .icon img {
    width: 40px;
}

.main-footer .copyrights-wrap .icon p {
    font-size: 14px;
}

@media(max-width: 991px) {
    .main-footer .store_tax p {
        white-space: nowrap;
    }
    .main-footer .copyrights {
        white-space: nowrap;
    }
}


.borderR8 {
    border-radius: 25px !important;
}

.borderR81 {
    border-radius: 15px !important;
}

@media(max-width: 576px) {
    .borderR81 {
        border-radius: 10px !important;
    }

}


.titleHead.aligned {
    border-bottom: 0;
    text-align: center;
}

/* .titleHead.aligned .title::after {
      display: none;
  } */



/* Modal */

.modal-forms-style .modal-content {
    border: 0;
    height: 100%;
    border-radius: 12px;
}

.modal-forms-style .modal-header {
    position: relative;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 3rem 0 1rem 0 !important;
    margin-bottom: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.modal-forms-style .modal-header h6 {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.modal-forms-style .modal-header h6,
.modal-forms-style .modal-header p {
    color: #000;
}

.modal-forms-style .modal-header p {
    font-size: 14px;
    display: none;
}

.modal-forms-style .modal-header .close {
    position: absolute;
    left: 15px;
    top: 10px;
    margin: 0;
    background-color: rgba(255, 255, 255, .20);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    opacity: 1;
    border-radius: 50px;
    /* line-height: 27px; */
    padding: 0;
    font-size: 22px;
    outline: none;
    box-shadow: none;
}

.modal-forms-style .modal-header .close i {
    font-size: 14px;
    color: #f87171;
}


/* .modal-header .close.vertical {
    top: 50%;
    transform: translateY(-50%);
} */

.m-link.vertical {
    top: 50% !important;
    transform: translateY(-50%);
}

.close {
    text-shadow: none !important;
}

/* Modal Fade Animation */


.modalFade {
    transform: scale(.95);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.modalFade.show {
    opacity: 1;
    transform: scale(1);
}


@media (min-width: 576px) {

    .modal:not(#addAddressModal) .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }

}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #F5F7F9;
    border-radius: 50px;
    background-size: auto;
    /* -webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 30px rgb(0 0 0 / 15%); */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow--left.svg);
    left: 10px;
    right: auto;
    background-size: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow--right.svg);
    right: 10px;
    left: auto;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
}

@media(max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        width: 30px !important;
        height: 30px !important;

    }
}

/* .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: unset;
} */

.modalSearch .modal-dialog-slideout {
    min-height: auto;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.modalSearch .modal-dialog.modal-dialog-slideout {
    opacity: 0;
    -webkit-transform: translateY(-100%)scale(1);
    transform: translateY(-100%)scale(1);
}

.modalSearch.show .modal-dialog.modal-dialog-slideout {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modalSearch {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.modalSearch .modal-dialog {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    align-items: flex-start;
}

/* .modalSearch .search-bar {
    margin-top: 20%;
} */
.modalSearch .search-bar input {
    border-radius: 4px;
    outline: none;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--main-font);
    height: 55px;
    min-width: 220px;
}

.modalSearch .search-bar .search-bar-wrap {
    display: flex;
    align-items: center;
}

.modalSearch .search-bar #productList .dropdown-menu{
    display: block;
    position: relative;
    width: 99.7%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -2px;
    right: -1px;
}

.modalSearch .search-bar #productList .dropdown-menu li {
    padding: 12px 5px;
    border-bottom: 1px solid #eee;
}
.modalSearch .search-bar #productList .dropdown-menu li:last-child {
    border-bottom: 0;
}
.modalSearch .search-bar #productList .dropdown-menu li a {
    width: 100%;
    font-size: 14px;
    display: block;
}
.modalSearch .search-bar #productList .dropdown-menu li a img{
    margin-left: 10px;
    width: 45px;
    /* height: 45px; */
    border-radius: 5px;
}

.modalSearch .search-bar #productList .dropdown-menu li:hover {
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}

/* .highlight {
    background: #ff0;
    color: #000;
    line-height: 11px;
} */

.modalSearch .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;
    width: 70px;
    height: 55px;
    color: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modalSearch .search-bar #clearQSearch {
    position: absolute;
    left: 90px;
    outline: none;
    box-shadow: none;
}

.modalSearch .modal-content {
    background-color: transparent;
    border: 0;
}

.modalSearch .close {
    opacity: 1;
    outline: none;
    box-shadow: none;
    margin: 0 auto 40px 3px;
    background-color: rgba(255, 255, 255, .20);
    width: 35px;
    height: 35px;
    color: #ffff;
    opacity: 1;
    border-radius: 50px;
    line-height: 0px;
    padding: 0;
    font-size: 6px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    display: block;
    float: none;
}

.modalSearch .modal-content {
    padding: 100px 0 0px 0;
}

@media(max-width: 576px) {
    .modalSearch .modal-dialog-centered {
        align-items: flex-start;
    }

    .modalSearch .modal-content {
        padding: 100px 0 0px 0;
    }
}

@media (min-width: 576px) {
    .modalSearch .modal-dialog {
        max-width: 700px;
        margin: 0 auto;
    }




}

.section .swiper-container {
    overflow: hidden;
}

@media(max-width: 767px) {
    .section .swiper-container {
        overflow: hidden;
    }
}

.custom_slide_arrows {
    text-align: center;
}

.custom_slide_arrows .swiper-button-next,
.custom_slide_arrows .swiper-button-prev {
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #fff;
    box-shadow: none;
}

.custom_slide_arrows.productsArrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    float: left;

}

.custom_slide_arrows.productsArrow .more {
    margin: 0 0 0 0.5rem;
}

.custom_slide_arrows.productsArrow .swiper-button-next,
.custom_slide_arrows.productsArrow .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(209, 213, 219, 1);
    opacity: 1;
    box-shadow: none !important;

}

.custom_slide_arrows.productsArrow .swiper-button-next {
    transform: rotate(180deg);
}

.custom_slide_arrows.productsArrow .swiper-button-prev {

    transform: rotate(-180deg);

}

@media(max-width: 767px) {
    .custom_slide_arrows.productsArrow {
        width: auto;
    }
    .custom_slide_arrows .swiper-button-next,
    .custom_slide_arrows .swiper-button-prev {
        display: none;
    }
}

@media(max-width: 576px) {

    .custom_slide_arrows .swiper-button-next,
    .custom_slide_arrows .swiper-button-prev {
        margin: 0 0 0 1rem;
    }

    .custom_slide_arrows.productsArrow .more {
        margin: 0 0.2rem 0 0;
    }
}

/*
.radio {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1em;
} */
/* .radio input[type="checkbox"],
.radio input[type="radio"] {
	width: 1.25em; height: 1.25em;
}
.radio input[type="radio"] {
	border-radius: 50%;
}
.radio input[type="checkbox"]:checked,
.radio input[type="radio"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: 80% 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #245884;
	border-color: #245884;
} */


.topBarBtns .cartBtn.shake {
    animation: shakeCart .4s ease-in-out forwards;
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}


.alert-success {
    background-color: #66ce67;
    border-color: #66ce67;
    color: #fff;
}


.warning-box .alert {
    /* display:none; */

}

.warning-box .alert {
    position: fixed;
    top: 50px;
    right: 10px;
    width: 100%;
    max-width: 30%;
    font-size: 14px;
    max-height: 45px;
        z-index: 222;
        line-height: 20px;
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: -1px 0px 20px 0px rgba(0, 0, 0, 0.25);
}


.warning-box .alert .close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
    position: relative;
    top: -5px;
}
@media(max-width: 991px) {
    .warning-box .alert {
        max-width: 60%;
    }
}

@media(max-width: 576px) {
    .warning-box .alert {
        font-size: 12px;
        right: 50%;
        max-width: 90%;
        z-index: 2222;
        transform: translateX(50%);
        height: 45px;
    }
    .warning-box .alert .close {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
}
@keyframes register-notify {
    0% {
        top: -10px;
    }

    40% {
        opacity: 1;
        top: 0;
    }

    60% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    99% {
        opacity: 0;
        top: -700px;

    }

    100% {
        display: none;
    }
}


.partners .custom_slide_arrows,
.testimonails .custom_slide_arrows {
    position: absolute !important;
    top: 30px !important;
    left: 0;
}

.testimonails .custom_slide_arrows {
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 22;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 576px) {

    .testimonails .custom_slide_arrows,
    .partners .custom_slide_arrows {
        /* right: 0;
        left: auto; */
        text-align: left;
    }
}

.AllFilterWrap a::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 11px;
    height: 15px;
    width: 15px;
    line-height: 13px;
    border: 1px solid #eee;
    border-radius: 50%;
    transform: translateY(-50%);
}

.AllFilterWrap a.default::before {
    content: "\f00c";
    font-family: "FontAwesome";
    background-color: transparent;
    font-size: 9px;
    color: #fff;
    text-align: center;
}


.AllFilterWrap a{
    padding-right: 35px !important;
    position: relative;
 }

 #addAddressModal .gmnoprint {
    display: none;
}


.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px !important;
    background-size: 20px !important;
    border: 1px solid #d1d5db;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow--left.svg) !important;
    left: 0px !important;
    right: auto !important;

}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow--right.svg) !important;
    right: 0px !important;
    left: auto !important;
}


/*
    Like Btn
    */


    .fav-like-btn {
        display: flex;
        /* background: url(../images/twitter-heart.png); */
        width: 45px;
        height: 45px;
        /* background-size: 2900%;
        background-repeat: no-repeat; */
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        justify-content: center;
        font-size: 15px;
      }

      .fav-like-btn::before {
        content: "\eca1";
        font-family: mticons !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #6b7280;
      }

      .is-active {
        animation-name: animate;
        animation-duration: .8s;
        animation-iteration-count: 1;
        animation-timing-function: steps(28);
        animation-fill-mode: forwards;
      }

      .fav-like-btn.is-active::before {
        color: #ef4444;
      }

      @keyframes animate {
        0%   { background-position: left;  }
        50%  { background-position: right; }
        100% { background-position: right; }
      }



/*

      Shipping
*/

.shipp_shipping_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: 10px 15px 20px;
    border-radius: 12px;
    margin-bottom: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(120px, 4fr));
    grid-gap: 20px;
    align-items: center;
    font-size: 14px;
    min-height: 200px;
}

.shipCititesModal {
    color: #000;
}


.copiedAlert strong {
    color: #000;
}

.shipp_shipping_item .shipp_name {
    display: flex;
    align-items: center;
    gap: 10px;
    grid-column: 1 / 3;
    border-bottom: 1px solid #f0efef;
    padding-bottom: 10px;
    height: 49px;
}

.shipp_shipping_item .shipp_name img {
    max-width: 60px;
}


.sweet-alert h2 {
    padding: 12px 0;
    font-size: 17px !important;
}

.sweet-alert .btn-group-lg>.btn, .sweet-alert .btn-lg {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.3rem;
    min-width: 100px
}


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


/*
    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;
  }


  .productItem .productAddCart .loadingButton::after {
    left: calc(45% - 0.5em) !important;
    top: calc(45% - 0.5em) !important;
}

.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;
}




/* Delete Account  */

#deleteAccountBtn {
    cursor: pointer;
    color: #f87171 !important;
    background: transparent;
    border: 1px solid #f87171;
    font-size: 14px;
    border-radius: 12px;
    padding: 10px;
}
#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] .mysr-form-applePayButton {
        height: 40px !important;
        width: 600px !important;
    }

} */


.iti {
    .iti__divider {
      display: none;
    }

    .iti__country.iti__standard {
      display: none;
    }
  }

  .countries-dropdown.menuCounItem .anIcon {
    pointer-events: none;
  }



  .swal2-popup.swal2-toast .swal2-icon {
    transform: scale(0.5) !important;
  }

  .swal2-container .swal2-popup.swal2-toast .swal2-close {
    display: block !important;
    font-size: 18px;
  }

  /* .sweet-alert .sa-icon.sa-success::before, .swal2-container .swal2-icon.swal2-success::before, .sweet-alert .sa-icon.sa-success::after, .swal2-container .swal2-icon.swal2-success::after {
    background-color: #5ec269 !important;
  } */

  .swal2-popup.swal2-toast .swal2-title {
    color: #fff;
    font-size: 15px;
  }


.swal2-container .swal2-popup.swal2-toast {
    max-width: 300px;
    padding: 0 10px 5px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.0705882353)
}

@media(max-width: 640px) {
    .swal2-container .swal2-popup.swal2-toast {
        max-width:100%
    }
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation: none
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir=ltr],[dir=ltr] *) {
    margin-right: .25rem;
    margin-left: -.375rem
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .25rem;
    margin-right: -.375rem
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    --tw-border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--tw-bg-opacity))
}

.swal2-container .swal2-popup.swal2-toast .swal2-title {
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.5rem
}

.swal2-container .swal2-popup.swal2-toast .swal2-close {
    flex-shrink: 0;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir=ltr],[dir=ltr] *) {
    margin-left: .5rem
}

.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir=rtl],[dir=rtl] *) {
    margin-right: .5rem
}

.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar-container {
    height: 2px
}

.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar {
    background: #ddd
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error {
    --tw-bg-opacity: 1;
    background-color: #f87171;
    background-color: rgba(248,113,113,var(--tw-bg-opacity))
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error * {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--tw-text-opacity))
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-error {
    --tw-border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255,255,255,var(--tw-border-opacity))
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--tw-bg-opacity)) !important
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-success {
    --tw-bg-opacity: 1;
    background-color: #22c55e;
    background-color: rgba(34,197,94,var(--tw-bg-opacity)) !important
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-success * {
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--tw-text-opacity))
}


.swal2-backdrop-show .swal2-icon.swal2-success::before,
.swal2-backdrop-show .swal2-icon.swal2-success::after{
    background-color: transparent !important;
}

.swal2-popup .swal2-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.swal2-popup {
    border-radius: 5px !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    border-radius: 20px !important;
}

.swal2-popup .swal2-styled {
    min-width: 80px;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 10px 12px;
    font-size: 15px !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border: 0;
    border-radius: 10px !important;
    outline: none !important;
    color: #fff;
    margin-left: 10px;
}
.swal2-popup .swal2-actions {
    margin: 0.70em auto 0;
}
.sweet-alert .sa-icon, .swal2-container .swal2-icon {
    transform: scale(0.8);
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: rgb(0, 0, 0) !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(107,114,128,0.75);
}
.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #e6e8f0 !important;
    font-size: 15px !important;
    color: #000;
}

/* Loading */

.loaderWrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 222;
    align-items: center;
    justify-content: center;
}

.loaderWrapper .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
  }

  .loaderWrapper .loader::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 2px solid #dddddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: loading 0.75s ease-out infinite;
  }

  @keyframes loading {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
  }


  .btn-primary {
    background-color: #000;
    border-color: #000;
  }





  /* List Item */

  .list-item {
    position: relative;
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: .75rem;
    --tw-text-opacity: 1;
    color: #111827;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    text-decoration-line: none;
  }

  .list-item .list-item-icon {
    margin-left: 1rem;
  }

  .list-item .list-item-content-title {
    font-size: 1rem;
  }

  .list-item .list-item-action {
    margin-right: auto;
    margin-left: 0;
  }


  @media(max-width: 576px) {
    .custom-dropdown-filter .filteringBtn {
        max-width: 100%;
    }

    .custom-dropdown-filter .txt-label {
        display: none;
    }
  }


  @media(max-width: 576px) {
    .modal.modalFade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0,50px);
    }

    .modal.modalFade .modal-dialog-centered {
        display: block;
        min-height: auto;
    }

    .modal-dialog {
      position: fixed !important;
      bottom: 0 !important;
      left: 0% !important;
      right: 0% !important;
      margin-bottom: 0 !important;
        margin: 0;
    }

    .modal.show .modal-dialog {
        transform: none;
    }

    .modal-forms-style .modal-content {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;

    }
  }


.bootstrap-select>.dropdown-toggle::after {
display: inline-block;
margin-right: .255em;
vertical-align: .255em;
content: "";
width: 20px;
height: 20px;
background-image: url(../images/down-arrow.svg);
border: 0;
background-repeat: no-repeat;
background-size: 60%;
background-position: center;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #838383 !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: #d3d9df;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    color: #fff;
}

  /* Global Responsive edits */

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

    .productReveiws .productReveiws_inner {
        padding: 10px 0;
    }

    .productReveiws .accordion .media .media-body h5 {
        flex-direction: column;
        align-items: flex-start;
    }
    .productReveiws .user-rated-product {
        margin-right: 0;
    }

    .productReveiws .user-rated-product .check-icon {
        height: 1rem;
        width: 1rem;
    }
    .productReveiws .user-rated-product .txt {
        font-size: 11px;
    }

    .favourite.page .unFavoriteBtn {
        position: absolute;
        top: 1rem;
        left: 1rem;
    }
    .favourite.page .productItem .productTitle h3 {
        max-width: 80%;
    }

    .favourite.page .productItem .floating-options {
        padding-right: 0;
    }

  }

  /* Removing Topbar animation  */

  .topbar-loading {
    display: none !important;
    opacity: 0 !important;
  }





/* Verification Code  */

.verification-code {
    display: flex;
    flex-direction: row-reverse;
}

.verification-code input {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #efeff1;
    font-size: 14px;
    color: #141316;
    border-radius: 8px;
}

.verification-code .code-input {
    width: 1em;
    height: 55px;
    text-align: center;
    flex: 1 0 1em;
}

.verification-code input:not(:last-child) {
    margin-right: calc(8px * 2);
}

#CodeConfirmaitonText {
    height: 55px;
}

/* Orders Status */

.status-new {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    color: #4a4ca4;
    background-color: rgba(74, 76, 164, .1);
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-processing {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    color: #4081ff;
    background-color: rgba(64, 129, 255, .1);
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-ready {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    background-color: #fff6c7;
    color: #fe7d05;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-delivering {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    color: #28a3c1;
    background-color: rgba(40, 163, 193, .1);
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-completed {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    color: #39d5ad;
    background-color: rgba(57, 213, 173, .1);
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.status-rejected {
    font-size: 73%;
    padding: 0.7em 0.75em;
    border-radius: 5px;
    background-color: #ffebef;
    color: #ff0038;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Review Logo */

.business-badges {
    display: flex;
    align-items: center;
    gap: 2rem;
    /* margin-top: 1rem; */
}

@media(max-width: 767px) {
    .business-badges {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
}


.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;
}