* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
}

:root {
    overflow-x: hidden !important;
    --theme: #c6903b;
    --black: #2c2c2c;
    --focus: #c6903b;
    --dark: #2a2a2a;
}

::selection {
    background: var(--black);
    color: white !important;
}

button {
    cursor: pointer;
}

img, button {
    user-select: none;
}

body {
    background: #f5f5f5;
}

header {
    background: #ffffff;
    padding: 10px 0;
    position: relative;
    z-index: 22;
}

.setbg:not(#map *),
.setsrc:not(#map *),
img:not(#map *),
video:not(#map *) {
    background-image: url('../Requirements/IMG/ThumbLoad.gif');
}

.HeaderInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.HeaderLogoParent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0 0;
    position: relative;
    direction: ltr;
}

.HeaderLogo {
    position: relative;
    overflow: hidden;
    transition: 340ms;
}

.HeaderLogo:hover {
    transform: scale(1.1);
}

.HeaderLogo .setbg {
    display: block;
    margin: 0 auto;
    width: 165px;
    height: 35px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.HeaderTabs {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0 0;
    height: 100%;
}

.HeaderTabs ul {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0 0;
    height: 100%;
}

.HeaderTabs ul li {
    display: block;
    margin: 0 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
    cursor: pointer;
    transition: 300ms;
    text-transform: uppercase;
}

.HeaderTabs ul li:hover {
    color: var(--focus);
}

.HeaderAuth {
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
    height: 100%;
}

.HeaderAuth button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    margin: 0 0;
    margin-left: 10px;
    border: none;
    background: none;
    position: relative;
    transition: 350ms;
}


.HeaderAuth button:hover {
    transform: scale(1.1);
    background: #f3f3f3;
}

.HeaderAuth button:hover .setbg {
    transform: rotateY(180deg);
}

.HeaderAuth button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    transition: 400ms;
}

main {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
}

.LangSwitch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0 15px;
    height: 40px;
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    transition: 300ms;
    border-left: solid 1px #dddddd;
}

.LangSwitch .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 450ms;
}

.LangSwitch:hover {
    background: #f3f3f3;
    border-color: #f3f3f3;
}

.LangSwitch:hover .setbg {
    transform: rotateY(180deg);
}

.LangSwitch u {
    display: block;
    margin: 0 auto;
    width: max-content;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.HeaderAuth button span {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    color: white;
    background: var(--focus);
    border-radius: 100px;
    font-size: 12px;
    min-width: 18px;
    z-index: 2;
    margin: -1px;
}

.LogoShine {
    position: absolute;
    right: -40px;
    top: -50%;
    height: 200%;
    width: 0;
    transform: rotate(32deg);
    box-shadow: 1px 1px 15px 8px white;
    -webkit-animation: ButtonShineAnimation 4s ease-in-out infinite;
    animation: ButtonShineAnimation 4s ease-in-out infinite;
}

@keyframes ButtonShineAnimation {
    0% {
        right: -120%;
    }
    100% {
        right: 220%;
    }
}

.CountryChanger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 100%;
    position: relative;
    padding: 8px 0px;
    cursor: pointer;
    transition: 300ms;
}


.CountryChanger:hover {
    background: #f3f3f3;
}

.CountryChanger .CountryChangerFlag {
    display: block;
    margin: 0 0;
    width: 35px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 350ms;
}

.CountryChanger:hover .CountryChoices {
    display: block;
}

.CountryChoices {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: max-content;
    min-width: 210px;
    background: #ffffff;
    padding: 5px;
    box-shadow: 0px 6px 4px -3px #00000036;
}

.CountryChoices ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.CountryChoices ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: solid 1px #e5e5e5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    transition: 300ms;
}

.CountryChoices ul li .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center center;
}


.CountryChoices ul li:last-child {
    border: none
}

.CountryChoices ul li:hover {
    background: #eeeeee;
}

.HomeSectionsGH {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.HomeSectionItem {
    display: block;
    margin: 0 0 20px;
    width: 24%;
    aspect-ratio: 1/1.5;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: #000000;
    cursor: pointer;
}

.HomeSectionItem video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    opacity: 0.9;
    transition: 500ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.HomeSectionItemFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px -274px 141px -109px #000000;
}

.HomeSectionItemDetails {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: white;
    padding-bottom: 55px;
}

.HomeSectionItemDetails h1 {
    display: block;
    margin: 2px auto;
    width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.HomeSectionItemDetails span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: white;
    text-transform: capitalize;
}

.HomeSectionItemDetails button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    margin: 10px;
    background: none;
    color: white;
    border: solid 2px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    padding-right: 30px;
    transition: 350ms;
}

.HomeSectionItemDetails button .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    transition: 350ms;
}

.HomeSectionItem:hover button {
    border-color: white;
    background: white;
    color: var(--black);
}

.HomeSectionItem:hover button .setbg {
    filter: invert(0);
}

.HomeSectionItem:hover video {
    opacity: 1;
    transform: scale(1.05);
}

.OurBrands {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    padding: 10px 0;
}

.OurBrandsGH {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 10px 15px;
}

.OurBrandsItem {
    display: block;
    margin: 15px 20px;
    width: 65px;
    opacity: 0.2;
    transition: 400ms;
}

.OurBrandsItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1);
}

.OurBrandsItem:hover {
    transform: scale(1.1);
    opacity: 1;
}

.DiscountRelease {
}

.DiscountReleaseSlider {
    display: block;
    margin: 5px auto;
    width: 100%;
    direction: ltr;
}

.DiscountReleaseSliderItem {
}

.DiscountReleaseSliderItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: var(--black);
    padding: 10px 10px;
    width: max-content;
    margin: 10px auto;
    transition: 350ms;
}

.DiscountReleaseSliderItem a:hover {
    color: var(--focus);
}

.DiscountReleaseSlider .slick-arrow {
    display: none !important;
}

.DiscountReleaseSliderParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.DiscountReleaseSliderArrows {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DiscountReleaseSliderArrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    border: none;
    background: none;
    opacity: 0.3;
}

.DiscountReleaseSliderArrows button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.DiscountReleaseSliderArrows button:first-child {
    transform: rotateY(180deg);
}

.WhyUs {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 20px;
    /* border-radius: 20px; */
}

.WhyUsItem {
    display: block;
    margin: 0 0;
    width: 24%;
    border-right: solid 1px #e7e7e7;
    padding: 15px 20px;
    color: var(--dark);
}

.WhyUsItem .setbg {
    display: block;
    margin: 0 0 20px;
    width: auto;
    height: 40px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
}

.WhyUsItem h6 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.WhyUsItem p {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 13px;
}


.WhyUsItem:last-child {
    border: none;
}

.FooterInner {
    display: flex;
    justify-content: start;
    margin: 30px auto 0;
    width: 100%;
    background: var(--dark);
    color: white;
    padding: 20px;
    flex-wrap: wrap;
    /* border-radius: 20px; */
}

.FooterSection {
    display: block;
    margin: 0 20px;
    width: fit-content;
    min-width: 174px;
}

.FooterSection ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.FooterSection ul li {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 5px 5px;
    color: aliceblue;
    font-size: 13px;
    cursor: pointer;
    transition: 300ms;
}

.FooterSection ul li:hover {
    text-decoration: underline;
}

.FooterLogo {
    display: block;
    margin: 15px 0;
    width: 145px;
    height: 50px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1) brightness(5.5);
}

.FooterSection p {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: white;
    font-size: 12px;
}

.FooterMain {
    display: block;
    margin: 0 auto;
    width: 330px;
    padding: 0 0;
}

.SubscribeForm {
    display: block;
    margin: 0 auto;
    width: 400px;
    background: #ffffff;
    height: 45px;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    max-width: 100%;
}

.SubscribeForm input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    border: none;
    font-size: 14px;
    padding: 0 17px;
    padding-right: 120px;
}

.SubscribeForm button {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    padding: 0 15px;
    background-color: var(--focus);
    color: aliceblue;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: 350ms;
}

.FooterSocials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    width: 100%;
    background: #00000038;
    padding: 15px 20px;
    flex-direction: column;
    /* border-radius: 20px; */
}

.FooterSocialsGH {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto 20px;
    max-width: 100%;
    flex-wrap: wrap;
}

.FooterSocialsGH a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    background-color: #0000002b;
    margin: 0 5px;
    border-radius: 100px;
    transition: 300ms;
}

.FooterSocialsGH a .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
}

.FooterCopyRights {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.FooterCopyRights p {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.FooterCopyRights p a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    transition: 300ms;
}


.FooterCopyRights p a:hover {
    text-decoration: underline;
    color: var(--focus);
}


.FooterSocialsGH a:hover {
    /* transform: scale(1.1); */
    background: #ffffff14;
}

.SearchBar {
    margin: 0 auto;
    width: 100%;
    background: var(--black);
    padding: 9px 0;
    display: none;
}

.SearchBarInner {
}

.SearchBarDiv {
    display: flex;
    margin: 0 0;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
}

.SearchBarDiv input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 100px;
    border: none;
    background: none;
    z-index: 1;
    font-size: 15px;
}

.SearchBarButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    margin-left: 0;
}

.SearchBarButtons button {
    display: flex;
    height: 40px;
    width: 50px;
    border: none;
    background: var(--focus);
    /* border-radius: 5px; */
    justify-content: center;
    align-items: center;
    margin: 0 0;
    transition: 400ms;
}

.SearchBarButtons button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.SearchBarDivHolder {
    display: block;
    width: -webkit-fill-available;
    background: #ffffff;
    height: 40px;
    /* border-radius: 5px; */
    position: relative;
    overflow: hidden;
}

.SearchBarDivHolder button {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #e6e6e6;
    margin: 0;
    z-index: 2;
    transition: 350ms;
}

.SearchBarDivHolder button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    transition: 350ms;
}

.SearchBarDivHolder button:hover {
    background: #0a0a0a;
}

.SearchBarDivHolder button:hover .setbg {
    transition: 750ms;
    filter: invert(1);
    opacity: 1;
    transform: rotateY(180deg);
}

.HeaderAuth .SearchOpened {
    background: #bd4b4b !important;
}

.HeaderAuth .SearchOpened .setbg {
    filter: invert(1);
}

.Preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background: #f1e5d2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
    display: flex;
    margin: 0 auto;
    width: 200px;
    max-width: 90%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    position: relative;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

@keyframes LoaderScaleAnimation {
    0% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(0.0);
    }
}

.PreloaderLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 10000px;
    -webkit-animation: LoaderScaleAnimation 3s ease-in-out infinite;
    animation: LoaderScaleAnimation 3s ease-in-out infinite;
}

.SectionsGH {
    display: flex;
    margin: 9px auto;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.SectionsItem {
    display: block;
    margin: 10px 10px;
    width: 100px;
    cursor: pointer;
    transition: 200ms;
}

.SectionsItem .setbg {
    display: block;
    margin: 0 auto;
    width: 90%;
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border-radius: 10000px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.SectionsItem span {
    display: block;
    margin: 8px auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.SectionsItem:hover {
    transform: scale(1.05);
    filter: brightness(110%);
}


.ShopPageHere {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: start;
    flex-wrap: wrap;
}

.ShopFiltration {
    display: block;
    margin: 0 0;
    width: 28%;
    background: #ffffff;
    padding: 12px;
    /* border-radius: 10px; */
}

.ShopProducts {
    display: block;
    margin: 0 0;
    width: 71%;
}

.ShopFiltrationSearch {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: solid 1px #dfdfdf;
    /* border-radius: 1000px; */
}

.ShopFiltrationSearch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 15px;
    z-index: 0;
    font-size: 13px;
}

.ShopFiltrationSearch button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--focus);
    transition: 300ms;
    /* border-radius: 1000px; */
}

.ShopFiltrationSearch button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.FilterBrands {
    display: block;
    margin: 15px auto 0;
    width: 100%;
}

.FilterBrands h5 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 11px 20px;
    font-size: 13px;
    cursor: pointer;
    justify-content: space-between;
    border: solid 1px #dfdfdf;
}

.FilterBrands h5 u {
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.FilterBrands h5 i {
    transition: 400ms;
}

.BrandsList {
    display: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background: #f5f5f5;
    max-height: 180px;
    overflow: auto;
}

.BrandsList li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    border-bottom: solid 1px #dddddd;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
    transition: 350ms;
    text-transform: uppercase;
}

.BrandsList li u {
    text-decoration: none;
}

.BrandsList li .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.BrandsListShown i {
    transform: rotateX(180deg);
}

.BrandsList li:hover {
    background: #ececec;
}


.BrandsList .SelectedBrand {
    background: var(--black) !important;
    color: white !important;
}

.SubCategoryList {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 0;
}

.SubCategoryList li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 9px 0;
    border-bottom: solid 1px #ececec;
    font-size: 13px;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    transition: 300ms;
}

.SubCategoryList li input {
    position: absolute;
    left: 10px;
    top: 13px;
    width: auto;
    height: 13px;
    aspect-ratio: 1/1;
}

.SelectedSectionsItem .setbg {
    background-color: var(--dark);
}

.SubCategoryList li:hover {
    background: #f5f5f5;
}

.SubCategoryList .SelectedSubCategory {
    background-color: var(--dark) !important;
    color: white !important;
}

.PriceRange {
}

.PriceRange input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    direction: ltr;
}


.PriceRange input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}


.PriceRange input[type="range"]::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

.PriceRange input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--focus);
    box-shadow: -407px 0 0 400px var(--focus);
}

.PriceRange input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--focus);
    box-shadow: -407px 0 0 400px var(--focus);
}

.PriceRange label {
    display: block;
    margin: 5px auto;
    width: 97%;
    font-size: 13px;
}

.PriceRange label u {
    text-decoration: none;
    font-weight: bold;
    margin: 0 0;
    margin-left: 5px;
}

.PriceRange label s {
    font-size: 11px;
    text-decoration: none;
}

.ShopProductsGH {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}


.AuthPopUp {
    display: none;
}

.AuthPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 75px;
}

.AuthPopUpFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.AuthPopUpDiv {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

.AuthPopUpDivInner {
    float: right;
    background: #ffffff;
    padding: 15px 15px;
    width: 300px;
    box-shadow: 0px 0px 14px -9px #000000;
    /* border-radius: 20px; */
}

.SignInTrigger {
}

.SignInTrigger i {
}

.AuthTrigger {
    display: flex;
    margin: 0 auto;
    width: 100%;
    background: var(--black);
    color: aliceblue;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 340ms;
    border-radius: 5px;
}

.AuthTrigger:hover {
    background: var(--focus);
}

.AuthTrigger i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.AuthPopUpDivInner ul {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 0;
}

.AuthPopUpDivInner ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding: 10px 8px;
    border-bottom: solid 1px #eae3d5;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    border-radius: 5px;
}

.AuthPopUpDivInner ul li:last-child {
    border-bottom: 0;
}

.AuthPopUpDivInner ul li:hover {
    background: #eae3d5;
}

.AuthPopUpDivInner h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: var(--black);
    padding: 7px 7px;
    position: relative;
    padding-left: 47px;
    cursor: pointer;
    border: solid 2px transparent;
    transition: 400ms;
}

.AuthPopUpDivInner h4 u {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--focus);
}

.SignOutBtn {
    background-color: #ac4e4e;
    border-radius: 10px;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: 2px;
}

.SignOutBtn:hover {
    background-color: #883a3a;
}

.AuthPopUpDivInner h4 .setbg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    background-size: cover;
    background-color: #eaeaea;
}

.AuthPopUpDivInner h4:hover {
    transform: scale(1.02);
    background: #f3f3f3;
    border-radius: 10px;
    border-color: #e7e7e7;
}

.AuthPopUpDivInner ul li .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 17px;
    background-position: center center;
    background-repeat: no-repeat;
}

.Login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 0;
    overflow: hidden;
}

.LoginBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    opacity: 0.2;
    filter: blur(2px);
}

.LoginDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 20px 50px;
    /* box-shadow: 0px 0px 15px -5px #000000; */
}

.LoginFormRow {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.LoginFormRow label {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.LoginFormHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f9f2e7;
    height: 45px;
    position: relative;
    overflow: hidden;
}

.LoginFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    opacity: 0.5;
    z-index: 2;
}

.LoginFormHolder g i {
    pointer-events: none;
}

.LoginFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0 0;
    padding-left: 50px;
    direction: ltr;
}

.ForgetPasswordParagraph {
    display: block;
    margin: 14px auto;
    width: 100%;
    font-size: 13px;
}

.ForgetPasswordParagraph a {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color: var(--black);
    transition: 300ms;
    opacity: 0.5;
}

.ForgetPasswordParagraph a:hover {
    color: var(--focus);
    opacity: 1;
}

.LoginSliderParent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.LoginDivParent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    min-width: 600px;
}

.LoginSlider {
    display: block;
    margin: 0 auto;
    width: 100%;
    direction: ltr;
}

.LoginSliderItem {
    padding: 39px 120px;
}

.LoginSliderImages {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.LoginSliderImages .setbg {
    display: block;
    margin: 8px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20%;
    aspect-ratio: 1/1;
    margin-right: 20px;
    /* border: solid 2px #404040; */
    border-radius: 20px;
}

.LoginSliderItem h1 {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--dark);
}

.LoginSliderItem p {
    display: block;
    margin: 8px auto;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    text-align: justify;
    color: var(--dark);
}

.LoginSliderItem button {
    display: block;
    margin: 20px 0 0;
    width: fit-content;
    padding: 9px 15px;
    text-transform: uppercase;
    border: solid 2px;
    padding-right: 35px;
    background: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    transition: 300ms;
    color: var(--dark);
    border-radius: 10px;
}

.LoginSliderItem button .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 450ms;
}


.LoginSliderItem button:hover {
    transform: scale(1.1);
    background: var(--dark);
    border-color: var(--dark);
    color: white;
}

.LoginSliderItem button:hover .setbg {
    transform: rotate(45deg);
    filter: invert(1);
}


/* Hide scrollbar for Chrome, Safari and Opera */
.LoginSliderParent::-webkit-scrollbar {
    display: none;
}

.LoginSlider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    margin: 40px;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.LoginSlider .slick-dots li {
    display: block;
}

.LoginSlider .slick-dots li div {
    display: block;
    margin: 0 4px;
    background: #757575;
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    cursor: pointer;
    opacity: 0.4;
    transition: 350ms;
}

.LoginSlider .slick-dots .slick-active div {
    opacity: 1;
    background: var(--dark);
}

.AuthTabs {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0;
}

.AuthTabs button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 7px 10px;
    margin-right: 10px;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dark);
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    transition: 350ms;
    border-radius: 5px;
}

.AuthTabs button .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
}

.AuthForm {
    display: none;
}

.AuthTabs button:hover {
    background: #e7e7e7;
    transform: scale(1.05);
}

.AuthTabs button:hover .setbg {
}

.AuthTabs .ActiveAuthTab {
    background: var(--focus) !important;
    border-color: var(--focus) !important;
    color: aliceblue !important;
    transform: scale(1) !important;;
}

.AuthTabs .ActiveAuthTab .setbg {
    filter: invert(1);
}

.AuthForm error {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 11px 10px;
    background: #ffe5e5;
    color: #b04c4c;
    position: relative;
    padding-left: 50px;
    font-size: 14px;
}

.AuthForm error i {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.AuthFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--dark);
    color: aliceblue;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border: none;
    font-size: 15px;
    position: relative;
    transition: 450ms;
    border-radius: 10px;
}

.AuthFormSubmit i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.RememberMeParagraph {
    display: flex;
    margin: 14px auto;
    width: 100%;
    font-size: 14px;
    align-items: center;
}

.RememberMeParagraph input {
    margin-right: 7px;
    cursor: pointer;
}

.ShowPassBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 20px;
    background: none;
    color: #000000;
    z-index: 2;
    opacity: 0.4;
    transition: 350ms;
}

.ShowPassBtn:hover {
    filter: brightness(150%);
    transform: scale(1.1);
}

.PassVisible {
    color: var(--focus);
    opacity: 1;
}

.LoginAuthLogo {
    display: block;
    margin: 20px 0 30px;
    width: auto;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.LogInVia {
    display: block;
    margin: 35px auto 0;
    width: 100%;
    padding: 20px 20px;
    border: dashed 1px #bebebe;
}

.LogInVia button {
    display: flex;
    justify-content: center;
    background: var(--black);
    color: aliceblue;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border: none;
    font-size: 14px;
    position: relative;
    margin: 0 0;
    width: 32%;
    transition: 350ms;
}

.LogInVia button .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    transition: 300ms;
}

.LogInVia label {
    display: block;
    margin: 0 auto 8px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
}


.LogInVia .LGBYGoogle {
    background: #ea4335;
}

.LogInVia .LGBYFaceBook {
    background: #295793;
}

.LogInViaDiv {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

.AuthFormSubmit:hover {
    background: var(--focus);
}

.RegisterTermsParagraph {
    display: flex;
    margin: 14px auto;
    width: 100%;
    font-size: 14px;
    align-items: center;
}

.RegisterTermsParagraph input {
    margin-right: 7px;
    cursor: pointer;
}

.RegisterTermsParagraph a {
    text-decoration: none;
    font-weight: bold;
    color: var(--black);
    transition: 300ms;
    opacity: 0.5;
    margin: 0 4px;
}

.RegisterTermsParagraph a:hover {
    color: var(--focus);
    opacity: 1;
}

.Pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto;
}

.Pagination button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    aspect-ratio: 1/1;
    border: solid 1px;
    background: none;
    color: var(--black);
    opacity: 0.5;
    transition: 300ms;
    margin: 5px;
}

.Pagination .ActiveProductsPagination {
    opacity: 1 !important;
    background: var(--black) !important;
    border-color: var(--black) !important;
    color: white !important;
    transform: scale(1) !important;
}

.Pagination button:hover {
    transform: scale(1.1);
    opacity: 1;
}

.SubscribeForm button:hover, .SearchBarButtons button:hover {
    background: #000000;
}

.ProductShow {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 55px 0;
}

.ProductShowInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.ProductShowLeft {
    display: block;
    margin: 0 0;
    width: 31%;
    border-right: dashed 1px #0000001a;
    padding-right: 40px;
    position: relative;
}

.ProductShowGallery {
}

.ProductShowGalleryThumb {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.ProductShowGalleryItemsGH {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.ProductShowGalleryItem {
    display: block;
    margin: 3px 0px;
    width: 23%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    filter: grayscale(1);
    border: solid 2px transparent;
    transition: 200ms;
    margin-right: 2%;
}

.ProductShowGalleryItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ProductVidTrigger {
}

.ProductVidTrigger i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-shadow: 1px 1px 32px #000000;
}

.ActiveProductShowGalleryItem {
    border-color: var(--focus);
    filter: grayscale(0);
}

.ProductShowNotes {
    display: block;
    margin: 40px auto;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    /* border-radius: 20px; */
}

.ProductShowNotes h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--focus);
    font-size: 14px;
}

.ProductShowNotes label {
    display: list-item;
    margin: 20px auto;
    width: 94%;
    font-size: 13px;
    list-style: auto;
    font-weight: 500;
    color: var(--black);
}

.ProductFlowMap {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    color: #00000061;
    font-weight: 400;
}

.ProductFlowMap a {
    color: unset;
    text-decoration: none;
    margin: 0 4px;
    transition: 250ms;
}

.ProductFlowMap g {
}

.ProductShowRight {
    display: block;
    margin: 0 0;
    width: 65%;
}

.ProductFlowMap a:hover {
    color: var(--black);
}

.ProdShowTitle {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 23px;
    color: var(--black);
    font-weight: bold;
    line-height: 1.7;
}

.ProductBriefDescription {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.ProdShowTitle u {
    text-decoration: none;
    background: var(--dark);
    color: aliceblue;
    padding: 6px 10px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.ProductDetailsPrice {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}

.ProductDetailsPrice s {
    color: #cf6a6a;
    font-size: 18px;
    margin-right: 3px;
}

.ProductDetailsPrice u {
    text-decoration: none;
    font-size: 19px;
}

.ProductShowMainBtns {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 30px auto;
}

.ProductShowMainBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0;
    background: none;
    border: solid 2px;
    padding: 10px 15px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 40px;
    color: var(--black);
    border-color: transparent;
    transition: 300ms;
    margin-right: 10px;
    /* border-radius: 10px; */
}

.ProductShowMainBtns button .setbg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-size: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 300ms;
}

.ProductShowMainBtns .AddToCartBtn {
    border-color: var(--black);
}

.ProductShowMainBtns .OutOfStockAddToBasket {
    border-color: #dfdfdf !important;
    background: #dfdfdf !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    color: black !important;
}

.ProductShowMainBtns .OutOfStockAddToBasket .setbg {
    transform: unset !important;
    filter: unset !important;
}

.ProductShowMainBtns button:last-child {
    margin: 0 0;
    color: #f36b6b;
    border-color: #f36b6b;
}

.ProductShowDescriptionGH {
    display: block;
    margin: 50px auto;
    width: 100%;
}

.ProductShowDescriptionGH * {
    max-width: 100%;
}

.ProductColors {
}

.ProductColors h5 {
    display: flex;
    margin: 5px auto;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
}

.ProductColorsGH {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: 100%;
}

.ProductColorsGH button {
    width: max-content;
    padding: 5px 8px;
    margin: 10px 0;
    margin-right: 10px;
    font-size: 14px;
    background: none;
    color: var(--dark);
    position: relative;
    padding-left: 30px;
    transition: 300ms;
    opacity: 0.7;
    background: #ffffff;
    border: none;
    /* border-radius: 5px; */
}

.ProductColorsGH button i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 1px #000000;
}

.ProductColorsGH button:hover {
    transform: scale(1.05);
    opacity: 1;
}

.RegularOptions button {
    padding: 5px 8px;
}

.ProductColorsGH .SelectedChoice {
    background: var(--dark);
    border-color: var(--dark);
    color: aliceblue;
    opacity: 1;
}

.SomethingIsWrong {
    display: none;
    margin: 20px auto;
    width: 100%;
    background: #ffc5c5;
    padding: 13px;
    padding-left: 60px;
    position: relative;
    color: #cf6a6a;
    min-height: 50px;
    font-size: 15px;
    border-radius: 10px;
}

.SomethingIsWrong i {
    position: absolute;
    left: 10px;
    top: 3px;
    width: fit-content;
    font-size: 23px;
    margin: 9px;
}

.SomethingIsWrongInner {
}

.ProductShowMainBtns .AddedToBasketPage {
    color: #f36b6b !important;
}

.ProductExtraNotes {
    display: none;
    margin: 20px 0;
    width: 356px;
    padding: 20px;
    min-height: 120px;
    border: solid 1px #e3e3e3;
    max-width: 100%;
    font-size: 13px;
}

.BrandsList .SelectedBrand .setbg {
    filter: invert(1) brightness(4.5);
}

.CountryChanger .fa-angle-down {
    font-size: 14px;
    margin: 0 5px;
    color: #898989;
}

.CountryChoices ul .SelectedCountry {
    background: #585858 !important;
    color: white !important;
    pointer-events: none;
}

.Profile {
}

.ProfileInner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    padding: 35px 0;
    flex-wrap: wrap;
}

.ProfileTabs {
    display: block;
    margin: 0 0;
    width: 25%;
    height: 100%;
}

.ProfileTabs ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.ProfileTabs ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    transition: 300ms;
    opacity: 0.8;
    user-select: none;
    text-transform: uppercase;
    border-radius: 1000px;
}

.ProfileTabs ul li u {
    text-decoration: none;
    background: #ffffff;
    min-width: 23px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--theme);
}

.ProfileTabs ul li:hover {
    color: #000000;
    opacity: 1;
}

.ProfileTabs ul .ActiveProfileTab {
    color: var(--focus) !important;
    opacity: 1 !important;
    background: #ffffff;
}

.ProfileViewsParent {
    display: block;
    margin: 0 0;
    width: 73%;
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.ProfileView {
    display: none;
}

.UpdateProfileImgChanger {
    display: flex;
    margin: 0 0;
    width: fit-content;
    position: relative;
    align-items: center;
}

.UpdateProfileImgChanger p {
    display: block;
    margin: 0 11px;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
    transition: 300ms;
    cursor: pointer;
}


.UpdateProfileImgChanger p:hover {
    text-decoration: underline;
    color: var(--focus);
}

.UpdateProfileImgChanger p i {

    margin: 0 3px;
}

.UpdateProfileImgChangerHolder {
    display: block;
    margin: 0 0;
    width: 84px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    border: solid 2px var(--focus);
    padding: 4px;
}

.UpdateProfileImgChangerHolder img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    object-fit: cover;
    object-position: center center;
}

.ProfileViewDetailRow {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 15px;
    border-bottom: solid 1px #dddddd;
}

.ProfileViewDetailRow:last-child {
    border: 0;
}

.ProfileViewDetailRow label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.ProfileViewDetailRow label strong {
    float: right;
}

.ProfileBtns {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 40px auto 0;
}

.ProfileBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: none;
    color: var(--focus);
    border: solid 2px;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    transition: 300ms;
    border-radius: 10px;
}

.ProfileBtns button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProfileBtns .DeleteAccBtn {
    margin-left: 10px;
    color: #9c9c9c;
}

.ProfileBtns button:hover {
    background: var(--focus);
    border-color: var(--focus);
    color: white;
}

.ProfileBtns .DeleteAccBtn:hover {
    color: #c45d5d;
    border-color: #c45d5d;
    background: none;
}

.ShopFiltrationSearch button:hover {
    background: var(--dark);
}

.MyLocations {
}

.MyLocationsItem {
    display: block;
    margin: 21px auto;
    width: 100%;
    border: solid 3px;
    position: relative;
    transition: 300ms;
    opacity: 0.8;
    padding-right: 70px;
    z-index: 2;
    user-select: none;
    border-radius: 10px;
}

.MyLocationsItemCircle {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    aspect-ratio: 1/1;
    background: #eaeaea;
    margin: 25px;
    border-radius: 1000px;
    border: solid 1px #9c9c9c;
}

.MyLocationsItemCircle circle {
    display: none;
    width: 60%;
    aspect-ratio: 1/1;
    background: var(--black);
    border-radius: 1000px;
    margin: 20%;
}

.MyLocationsItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.MyLocationsItem label {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 14px;
    pointer-events: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.MyLocationsItem button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    color: #d45757;
    font-size: 18px;
    margin: 9px;
    z-index: 3;
    transition: 300ms;
}

.MyLocationsItem button i {
    pointer-events: none;
}

.MyLocationsItem button:hover {
    transform: scale(1.1);
    color: #ff7b7b;
}

.MyLocationsItemClicker:hover {
    color: var(--focus);
}

.ActiveMyLocationsItem {
    color: var(--focus) !important;
    transform: scale(1.0) !important;
    opacity: 1 !important;
    background: #fff4e8;
}

.ActiveMyLocationsItem .MyLocationsItemCircle circle {
    display: block
}

.MyLocationsItemClicker {
    display: block;
    margin: 0 0;
    width: 100%;
    padding: 10px;
    padding-left: 75px;
    cursor: pointer;
    transition: 300ms;
}

.MyLocationsItemClicker .fa-plus, .MyLocationsItemClicker .fa-angle-up {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.ActiveMyLocationsItem button {
    display: none;
}

#EditProfile {
    display: none;
}

.EditProfileRow {
    display: block;
    margin: 11px 0;
    width: 45%;
}

.EditProfileRow label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.EditProfileHolder {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 45px;
    background: #fff8ed;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.EditProfileHolder input, .EditProfileHolder select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #f1e5d2;
    background: none;
    padding: 0 15px;
    padding-left: 50px;
    font-size: 14px;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


input[type="number"] {
    -moz-appearance: textfield;
}

.EditProfileInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.EditProfileHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: var(--black);
    z-index: 3;
    opacity: 0.5;
    pointer-events: none;
}

.HelpCenterInside {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    position: relative;
    background: var(--dark);
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
}

.HelpCenterBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: var(--black);
    z-index: -1;
}

.HelpCenterBG .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.HelpCenterBG .HelpCenterBGFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: var(--dark);
    box-shadow: 20px 0px 41px 45px var(--dark);
}

.HelpCenterContent {
    display: block;
    margin: 0 0;
    width: 60%;
    height: 100%;
}

.HelpCenterContent textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    min-height: 120px;
    font-size: 14px;
    max-height: 300px;
    border-radius: 10px;
}

.HelpCenterLogo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.HelpCenterNotes {
    display: block;
    margin: 26px auto;
    width: 100%;
    padding: 0;
    color: white;
    padding-left: 15px;
}

.HelpCenterNotes p {
    display: list-item;
    margin: 12px auto;
    width: 100%;
    font-size: 13px;
    list-style: circle;
}

.HelpCenterNotes p a {
    color: var(--focus);
    text-decoration: none;
}


.HelpCenterNotes p a:hover {
    text-decoration: underline;
}

.HelpCenterInside button[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px;
    padding-left: 46px;
    background: var(--focus);
    border: none;
    color: white;
    margin: 18px;
    transition: 300ms;
    border-radius: 5px;
}

.HelpCenterInside button[type=submit] i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.HelpCenterInside button[type=submit]:hover {
    background: #000000;
    transform: scale(1.1);
}

.NoProductsRF {
    display: none;
}

.NoProductsRFInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.NoProductsRFDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
    text-align: center;
}

.NoProductsRFDiv .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: darken;
    filter: grayscale(1);
}

.NoProductsRFDiv label {
    display: block;
    margin: -50px auto 0;
    width: 100%;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.ProductCard:hover .ProductCardThumb label {
    display: none;
}

.MyOrdersGH {
}

.MyOrdersItem {
    display: block;
    margin: 38px auto;
    width: 98%;
    border: solid 1px var(--dark);
    position: relative;
    overflow: hidden;
    padding-right: 350px;
    border-radius: 10px;
}

.OrderItemIcon {
}

.MyOrdersItemDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
    position: relative;
}

.MyOrdersItemDetails h4 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    justify-content: start;
    align-items: center;
}

.MyOrdersItemDetails h4 strong {
    background: red;
    padding: 2px 9px;
    background: var(--focus);
    color: white;
    font-size: 15px;
    margin: 0 3px;
    border-radius: 5px;
}

.MyOrdersItemDetails h5 {
    display: flex;
    margin: 9px auto;
    width: 100%;
    font-size: 15px;
    align-items: center;
    justify-content: start;
    color: #707070;
    font-size: 13px;
}

.MyOrdersItemDetails h5 i {
    font-size: 13px;
    margin: 0 0;
    position: relative;
    bottom: 1px;
    margin-right: 7px;
}

.MyOrdersItemDetails label {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    padding: 7px 5px;
    font-size: 13px;
}

.MyOrdersItemDetails label strong {
    float: right;
}

.MyOrdersItemDetails label strong u {
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}

.MyOrdersItemDetails label .DiscountLabel {
    color: #cf5959;
}

.MyOrdersItemDetails h5 g {
    max-width: 50%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.MyOrdersItemDetails h5 g:last-child {
    margin: 0 13px;
}

.MyOrdersItemDetails h5 .fa-map-marker-alt {
    color: #dc6161;
}

.MyOrdersItemDetails label:last-child {
    border-bottom: 0;
    background: #f1f1f1;
    padding: 13px 15px;
}

.OrderProducts {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: #f2f2f2;
    padding: 0px 15px;
    border-left: dashed 1px #cfcfcf;
    overflow-y: auto;
}

.OrderProductsItem {
    display: block;
    margin: 11px auto;
    width: 100%;
    background: white;
    position: relative;
    padding: 10px;
    padding-left: 80px;
    cursor: pointer;
    transition: 340ms;
}

.OrderProductsItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px;
}

.OrderProductsItemDetails {
}

.OrderProductsItemDetails h6 {
    margin: 0 auto 5px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
    transition: 300ms;
}

.OrderProductsItemDetails h6 u {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    margin-right: 5px;
}

.OrderProductsItemDetails label {
    display: block;
    margin: 0px auto 0;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #696969;
    pointer-events: none;
}

.OrderProductsItemDetails label u {
    text-decoration: none;
    font-size: 12px;
}

.OrderProductsItemDetails p {
    display: block;
    margin: 5px auto 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #6b6b6b;
}

.OrderProductsItemDetails h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    flex-wrap: wrap;
}

.OrderProductsItemDetails h5 g {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    padding: 4px 8px;
    margin: 5px 0;
    margin-right: 5px;
}

.OrderProductsItemDetails h5 g i {
    margin-right: 5px;
}

.OrderProductsItem:hover {
    /* transform: scale(1.05); */
}

.OrderProductsItem:hover .OrderProductsItemDetails h6, .OrderProductsItem:hover .OrderProductsItemDetails h6 u {
    color: var(--focus);
    text-decoration: underline;
}

.OrderStatus {
    position: absolute;
    right: 15px;
    top: 0;
    width: fit-content;
    background: #3f3f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    padding: 5px 10px;
    padding-left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
}

.OrderStatus i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProductColorsGH .FeatureOutOfStock {
    pointer-events: none;
    text-decoration: line-through;
    color: #5e5e5e;
    background: #d8d8d8;
}

.MyCart {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.MyCartInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.MyCartProducts {
    display: block;
    margin: 0 0;
    width: 68%;
}

.MyCartNumbersParent {
    display: block;
    margin: 0 0;
    width: 30%;
}

.MyCartNumbers {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 15px;
    /* box-shadow: 0px 0px 14px -7px #00000061; */
    height: fit-content;
    border: solid 1px #ddcdb5;
    position: sticky;
    top: 0;
    border-radius: 10px;
}

.MyCartProductItem {
    display: block;
    margin: 0 auto 25px;
    width: 100%;
    background: white;
    padding: 20px;
    padding-left: 130px;
    min-height: 150px;
    position: relative;
    border: solid 1px #ddcdb5;
    padding-right: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.MyCartProductItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    margin: 15px;
    background-color: #f1e5d2;
    border-radius: 10px;
}

.MyCartProductItemDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
}


.MyCartProductItemDetails h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: var(--black);
    cursor: pointer;
}

.MyCartProductItemDetails h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 2px auto;
    position: relative;
    left: -3px;
    flex-wrap: wrap;
}

.MyCartProductItemDetails h5 g {
    display: block;
    width: fit-content;
    background: #f1e5d2;
    padding: 5px 8px;
    margin: 10px 0;
    margin-right: 8px;
    font-size: 12px;
}

.MyCartProductItemDetails h5 g i {
    margin: 0 5px;
    text-shadow: 1px 1px 1px #000000;
}

.MyCartProductItemDetails p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: #555555;
}

.MyCartProductItemQuantity {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    border-left: dashed 1px #d9c5a5;
}

.MyCartProductItemQuantityDiv {
    display: block;
    margin: 0 auto;
    width: max-content;
    max-width: 90%;
}

.MyCartProductItemQuantityDiv h6 {
    display: block;
    margin: 0 auto 16px;
    width: max-content;
    font-size: 15px;
    font-weight: bolder;
    color: var(--black);
}

.MyCartProductItemQuantityDiv h6 u {
    text-decoration: none;
    font-size: 12px;
    margin: 0 1px;
}

.MyCartProductItemIncreaser {
    display: block;
    margin: 0 auto;
    width: 110px;
    max-width: 100%;
    background: #ffffff;
    position: relative;
    height: 32px;
    overflow: hidden;
    border-radius: 5px;
}

.MyCartProductItemIncreaser input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--dark);
    border: solid 1px var(--dark);
}

.MyCartProductItemIncreaser button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--dark);
    font-size: 23px;
    z-index: 2;
    color: white;
    transition: 300ms;
}

.MyCartProductItemIncreaser button:last-child {
    left: unset;
    right: 0;
}

.MyCartProductItemIncreaser button:hover {
    background: var(--focus);
}

.MyCartProductItemIncreaser .DeleteFromCartBtn {
    display: none;
    z-index: 3;
    background: #b35d5d;
    font-size: 13px;
}

.MyCartProductItemIncreaser .DeleteFromCartBtn:hover {
    background: #914a4a;
}


.MyCartProductItemIncreaser .IncreaserDisabledBtn {
    background: #b8b8b8 !important;
    cursor: not-allowed !important;
}

.MyCartProductItemDetails h4:hover {
    color: var(--focus);
    text-decoration: underline;
}

.MyCartIntroduction {
    display: block;
    margin: 0 auto 30px;
    width: 99%;
}

.MyCartIntroduction h1 {
    display: block;
    margin: 2px auto;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.MyCartIntroduction p {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 14px;
}

.MyCartIntroduction p a {
    text-decoration: none;
    color: var(--focus);
    font-weight: bold;
    margin: 0 4px;
    transition: 300ms;
}

.MyCartIntroduction p a:hover {
    color: black;
    text-decoration: underline;
}

.CartLogo {
    display: block;
    margin: 0 auto 15px;
    width: 200px;
    height: 60px;
    max-width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.CartNumbersInvoice label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    padding: 10px 5px;
    border-bottom: solid 1px #dadada;
}

.CartNumbersInvoice label strong {
    float: right;
    font-weight: bold;
}

.CartNumbersInvoice label strong u {
    text-decoration: none;
    font-size: 11px;
}

.CartNumbersInvoice label:last-child {
    border: 0;
}

.MyCartLocationsGH {
    display: none;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
    padding: 2px 12px;
    background: #efefef;
    border: solid 1px #cfcfcf;
    border-top: 0;
}

.MyCartLocationsGH .MyLocations .MyLocationsItem {
    margin: 15px auto;
    cursor: pointer;
    padding: 0;
    background: #ffffff;
}

.MyCartLocationsGH .MyLocations .MyLocationsItem:last-child {
    padding-right: 60px;
}

.MyCartLocationsGH .MyLocations .MyLocationsItem .MyLocationsItemCircle {
    display: none;
}

.MyCartLocationsGH .MyLocationsItemClicker .fa-plus {
    left: unset;
    right: 0;
}

.SelectLocation {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: solid 2px;
    color: var(--dark);
    padding: 13px 40px;
    position: relative;
    cursor: pointer;
    transition: 300ms;
    background: #f9f5ee;
    border-radius: 10px;
}

.SelectLocation .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.SelectLocation h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.SelectLocation i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 400ms;
}

.SelectLocation:hover {
    background: #f1e5d2;
}

.MyCartLocationsIsVisible {
    opacity: 0.5;
}

.MyCartLocationsIsVisible i {
    transform: rotateX(180deg);
}

.CartNumbersInvoice {
    display: block;
    margin: 15px auto;
    width: 100%;
}

.SecondaryLoader {
    display: none;
}

.SecondaryLoaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SecondaryLoaderDiv {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 80%;
}

.SecondaryLoaderDiv .setbg {
    display: block;
    margin: 0 auto;
    width: 140px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}

.AddNewLocation {
    display: none;
}

.AddNewLocationIsVisible {
    opacity: 0.5;
}

.MyLocationsItemAdd {
    cursor: pointer;
    color: var(--black) !important;
}

.MyLocationsItemAdd .MyLocationsItemClicker {
    width: 100%;
    color: var(--black) !important;
}


.AddNewLocationSearch {
    width: 96%;
    height: 50px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    border: solid 4px #959595;
    z-index: 2;
    position: absolute;
    left: 2%;
    top: 15px;
}

.AddNewLocationSearch g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    opacity: 0.5;
}

.AddNewLocationSearch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
    border: none;
    padding: 0 20px;
    padding-left: 45px;
    font-size: 15px;
}

.ExtraNotes {
}

.RegularOptions {
    margin: 35px 0;
    width: 450px;
    max-width: 100%;
}

.ProductColors .ExtraNotesTrigger {
    display: block;
    margin: 0 0;
    width: fit-content;
    font-weight: bold;
    color: var(--dark);
    opacity: 0.8;
    padding: 6px 7px;
    transition: 350ms;
    cursor: pointer;
    user-select: none;
    border-bottom: solid 2px transparent;
}

.ProductColors .ExtraNotesTrigger i {
    margin: 0 4px;
}

.ProductColors .ExtraNotesTrigger:hover {
    background: #00000017;
    opacity: 1;
    border-color: var(--dark);
}

.ProductColors .ExtraNoteAdded {
    color: #9c3030 !important;
    border-color: #9c3030 !important;
}


.MyCartLocationsGH .MyLocationsItem .MyLocationsItemClicker {
    padding: 2px 12px;
    width: 100%;
}

.AddLocationForm {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.AddLocationForm .EditProfileRow {
    display: block;
    margin: 25px auto;
    width: 100%;
}

.CartLabel {
    display: block;
    margin: 20px auto 5px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--black);
}

.CartPaymentMethods {
}

.CartPaymentMethodItem {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    border: solid 2px var(--dark);
    position: relative;
    padding: 15px 54px;
    cursor: pointer;
    transition: 300ms;
    border-radius: 10px;
}

.CartPaymentMethodItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

.CartPaymentMethodItem h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.CartPaymentMethodItemRadio {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CartPaymentMethodItemRadio input {
    width: auto;
    height: 15px;
    aspect-ratio: 1/1;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.CartPaymentMethodItem:hover {
    background: #f1e5d2;
}

.NoLocationFound {
    display: none;
}

.NoLocationFoundInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: #e5e5e5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NoLocationFoundBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: color-burn;
}

.NoLocationFoundDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: auto;
    max-height: 90%;
    min-height: 400px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.NoLocationFoundDiv h1 {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #7a7a7a;
}

.NoLocationFoundDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--focus);
    text-align: center;
}

.NoLocationFoundArt {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.NoLocationFoundDiv button {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    height: fit-content;
    background: none;
    text-transform: uppercase;
    border: solid 2px;
    color: var(--black);
    padding: 8px 5px;
    font-weight: 600;
    position: relative;
    transition: 300ms;
}

.NoLocationFoundDiv button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NoLocationFoundDiv button:hover {
    background: var(--black);
    border-color: var(--black);
    color: white;
}

.GlobeValidation {
    display: none;
}

.GlobeValidationDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffe3e3;
    color: #c55e5e;
    border-radius: 10px;
    padding: 10px;
    padding-left: 65px;
    position: relative;
    min-height: 50px;
}

.GlobeValidation i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: 28px;
    margin: 13px;
}

.GlobeValidation p {
    display: block;
    margin: 6px auto;
    width: 100%;
}

.EditProfileRow textarea {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: #fff8ed;
    min-height: 110px;
    padding-left: 50px;
    border: solid 1px #f1e5d2;
    border-radius: 5px;
}

.mapParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    border: solid 2px #f1e5d2;
    border-radius: 20px;
}

#map {
    margin: 0 auto !important;
}

.AuthImageChangePrev {
    display: none;
}

.AuthImageChangePrevInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AuthImageChangePrevFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.8;
    cursor: pointer;
}

.AuthImageChangePrevDiv {
    display: block;
    margin: 0 auto;
    width: 450px;
    height: fit-content;
    max-height: 90%;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    background: #606060;
    border: solid 1px #606060;
}

.AuthImageChangePrevDiv img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 0;
}

.AuthImageChangePrevBtns {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: fit-content;
    background: #ffffff;
    padding: 10px;
}

.AuthImageChangePrevBtns .ProfileBtns {
    margin: 0 auto;
    width: 100%;
}

.CartPaymentMethods .SelectedPaymentMehod {
    color: var(--focus) !important;
    border-color: var(--focus) !important;
    background: #ffffff !important;
    pointer-events: none !important;
}

.SharedSuccess {
    display: none;
}

.SharedSuccessInner {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 99999999999999999;
}

.SharedSuccessDiv {
    display: block;
    margin: 25px auto;
    width: max-content;
    background: #3d8943;
    padding: 25px;
    padding-left: 100px;
    color: white;
    max-width: 90%;
    box-shadow: -12px -11px 1px 1px #00000021;
    position: relative;
}

.SharedSuccessDiv .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1) invert(1) brightness(8.5);
}

.SharedSuccessDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
}

.LogInVia button:hover {
    transform: scale(1.1);
}

.LogInVia button:hover .setbg {
    transition: 750ms;
    transform: rotateX(360deg);
}

.CouponCode {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.CouponCodeHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
    border: solid 1px #f1e5d2;
    z-index: 2;
}

.CouponCodeHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: solid 2px transparent;
    padding: 0 0;
    font-size: 13px;
    padding-left: 40px;
    z-index: -1;
}

.CouponCodeHolder u {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    opacity: 0.5;
    font-size: 15px;
    pointer-events: none;
    z-index: 22;
}

.CouponCodeHolder u i {
    pointer-events: none;
}

.PlaceOrderButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    border: none;
    color: white;
    background: var(--dark);
    position: relative;
    font-size: 14px;
    transition: 300ms;
    margin: 20px auto 0;
    border-radius: 5px;
}

.PlaceOrderButton:hover {
    background: var(--focus);
}

.PlaceOrderButton i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 550ms;
}

.PlaceOrderButton:hover i {
    transform: rotateY(360deg);
}

.CartNumbersInvoiceDiv {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.CartNumbersInvoiceLoader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    justify-content: center;
    align-items: center;
}

.CartNumbersInvoiceLoader .setbg {
    display: block;
    margin: 0 auto;
    width: 75px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.MyCardsGH {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.MyCardsItem {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    padding: 10px;
    border: solid 2px var(--black);
    padding-left: 100px;
    position: relative;
    overflow: hidden;
    padding-right: 100px;
    border-radius: 10px;
}

.CardLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: center center;
}

.MyCardsItem h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.MyCardsItem u {
    text-decoration: none;
    background: var(--black);
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    display: block;
    margin: 7px 0;
    width: max-content;
    font-size: 13px;
}

.MyCardsItem label {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: start;
    align-items: center;
    font-size: 13px;
}

.MyCardsItem label i {
    display: block;
    margin: 0 0;
    margin-right: 6px;
}

.MyCardsItem button {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    color: #d45757;
    font-size: 18px;
    margin: 0;
    z-index: 3;
    transition: 300ms;
}

.MyCardsItem button:hover {
    background: #d45757;
    color: white;
}

.CreateNewCartTrigger {
    display: flex;
    align-items: center;
    min-height: 90px;
    cursor: pointer;
    transition: 300ms;
}

.CreateNewCartTrigger .fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 400ms;
}

.CreateNewCartTrigger:hover {
    background: #ededed;
    border-color: #000000;
}

.AddCardFormGH {
    display: none;
    padding: 40px 0 0;
}

.AddCardFormIsVisible {
    opacity: 0.5;
}

.AddCardFormIsVisible .fa-angle-down {
    transform: rotateX(180deg);
}

.MyCartNumbersParent .MyLocationsItem label {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.EditProfileHolder input:focus,
.EditProfileHolder select:focus,
.CouponCodeHolder input:focus {
    transition: 300ms;
    border-color: rgba(255, 194, 44, 0.4);
    background: #fdfdfd;
}

.UsePoints {
    display: block;
    margin: 20px auto;
    width: 100%;
    background: #f1e5d2;
    padding: 8px;
    /* border: dashed 1px #feb403; */
    padding-left: 57px;
    position: relative;
    min-height: 65px;
    padding-bottom: 35px;
    border-radius: 10px;
}

.UsePoints h6 {
    display: block;
    margin: 4px auto;
    width: 100%;
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 600;
}

.UsePoints h6 strong {
    color: var(--focus);
}

.UsePoints h6 u {
    color: #464646;
    font-weight: bold;
    text-decoration: none;
    margin: 0 3px;
}

.UsePoints h6 u s {
    text-decoration: none;
    font-size: 11px;
    margin: 0 3px;
}

.CArtOnOff {
    width: 50px;
    height: 30px;
    background: #ffffff;
    border: solid 2px #d3bfa0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    direction: ltr;
    transition: 300ms;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 8px;
}

.CArtOnOff div {
    display: block;
    margin: 0 0;
    width: 50%;
    height: 100%;
    background: #d3bfa0;
    border-radius: 0;
}

.UsePointsArt {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px;
}

.UsePoints h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
    text-transform: uppercase;
}

.CArtOnOff:hover {
    transform: scale(1.05);
    filter: brightness(110%) contrast(110%);
}

.ItsOn {
    direction: rtl;
    border-color: #dfa618;
}

.ItsOn div {
    background: #dfa618;
}

.CardCredits {
    display: none;
}

.CardCreditsAreVisible {
    opacity: 0.5;
}

.CardCreditsAreVisible i {
    transition: 300ms;
    transform: rotateX(180deg);
}

.CartNumbersInvoice .AfterDiscount {
    display: none;
}

.VendorProfileInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: start;
    flex-wrap: wrap;
    background: #ffffff;
    border: solid 1px #dfdfdf;
    /* border-radius: 20px; */
}

.VendorProfileHeader {
    display: block;
    margin: 0 0;
    width: 100%;
}

.VendorPresentation {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    padding-left: 111px;
    position: relative;
    text-align: left;
}

.VendorPresentationThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 86px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1000px;
    margin: 1%;
    background-color: #f7f7f7;
    overflow: hidden;
}

.VendorPresentation h1 {
    display: block;
    margin: 0 0;
    width: fit-content;
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    color: var(--dark);
    position: relative;
    padding-right: 26px;
}

.VendorPresentation label {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 15px;
}

.VendorProfile {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 22px 0;
}

.VendorPresentation h1 .Verified {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
}


.VendorProfileBody {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden !important;
    padding: 20px;
}

.VendorProfileBody * {
    max-width: 100%;
}

.VendorPresentation h4 {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin: 20px auto 0;
    width: 100%;
}

.VendorPresentation h4 u {
    width: fit-content;
    background: #f5f5f5;
    text-decoration: none;
    margin-right: 15px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--dark);
}

.OrderPlacedSuccess {
    display: block;
    margin: 0 auto;
    width: 98%;
    padding: 20px;
    background: #fff7f0;
    /* border: solid 2px; */
    color: #ff8100;
    position: relative;
    padding-left: 300px;
    z-index: 2;
    border-left: solid 5px;
    min-height: 215px;
}

.OrderPlacedSuccess .setsrc {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    filter: brightness(110%);
    mix-blend-mode: multiply;
    margin: 20px;
}

.OrderPlacedSuccess h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 35px;
    color: var(--focus);
}

.OrderPlacedSuccess p {
    color: #2e2e2e;
    display: list-item;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
    list-style-type: disclosure-closed;
}

.OrdersPagination {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
}

.OrdersPagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: solid 2px;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 9px 7px;
    text-decoration: none;
    transition: 300ms;
    color: #939393;
    font-weight: 600;
    font-size: 14px;
}

.OrdersPagination a:hover {
    transform: scale(1.1);
    color: #404040;
}

.OrdersPagination .ActiveOrdersPagination {
    transform: scale(1.0) !important;
    border-color: var(--focus) !important;
    background: var(--focus) !important;
    color: white !important;
}

.ProductMerchant {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 15px;
    padding: 3px 10px;
    text-decoration: none;
    position: relative;
    padding-left: 33px;
    font-weight: 600;
    color: var(--black);
    transition: 300ms;
    font-size: 12px;
}

.ProductMerchant img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #d3d3d3;
    overflow: hidden;
    border-radius: 1000px;
}

.ProductMerchant .setbg {
}

.ProductMerchant:hover {
    background: #d7d7d7;
    transform: scale(1.05);
}

.MyLocationsItemClicker h5 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    align-items: end;
    justify-content: start;
    flex-wrap: wrap;
}

.MyLocationsItemClicker h5 u {
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    margin: 0 2px;
}

.NotificationPopUp {
    display: none;
}

.NotificationPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 75px;
}

.NotificationPopUpFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.NotificationPopUpDiv {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

.NotificationPopUpDivInner {
    float: right;
    background: #ffffff;
    padding: 15px 20px;
    width: 392px;
    box-shadow: 0px 0px 14px -9px #000000;
    max-height: 370px;
    overflow-y: auto;
    border-radius: 20px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.NotificationPopUpDivInner::-webkit-scrollbar {
    display: none;
}


.NotificationPopUpHeader {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: var(--black);
    padding: 4px 0 10px;
    border-bottom: solid 1px #dfdfdf;
}

.NotificationPopUpHeader u {
    text-decoration: none;
    color: var(--focus);
}

.NotificationPopUpItem {
    display: block;
    margin: 10px auto;
    width: 100%;
    border: solid 1px;
    padding: 11px;
    color: var(--dark);
    padding-left: 50px;
    position: relative;
    overflow: hidden;
    transition: 300ms;
    min-height: 70px;
    border-radius: 10px;
}

.NotificationPopUpItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    aspect-ratio: 1/1;
    background-size: contain;
    opacity: 0.4;
    margin: 10px;
}

.NotificationPopUpItem h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.NotificationPopUpItem p {
    display: block;
    margin: 5px auto 0;
    width: 100%;
    font-size: 12px;
}

.NotificationPopUpItem span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 800;
}

#NotificationTrigger span {
    background: #5e955e;
}

.NewNotification {
    border-color: #ffbf71;
    background: #fff1e0;
    color: #cd791a;
}

.ClickableNotification {
    cursor: pointer;
    padding-bottom: 40px;
}

.ClickableNotification a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: unset;
    text-decoration: none;
}

.ClickableNotification:hover {
    transform: scale(1.02);
    filter: brightness(98%);
}

.ProductShowGalleryVideo {
    display: none;
    margin: 0 auto 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #232323;
}

.JoinUs {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0;
}

.JoinUsInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

.JoinUsInner form {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.JoinUsRow {
    display: block;
    margin: 0 0;
    min-width: 390px;
    max-width: 49%;
}

.JoinUsRow label {
    display: block;
    margin: 0 auto 7px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #646464;
}

.JoinUsFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.JoinUsFormSubmit button {
    display: flex;
    margin: 40px auto 0;
    padding: 16px 10px;
    background: var(--focus);
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border: none;
    position: relative;
    width: 260px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: 300ms;
    border-radius: 10px;
}

.JoinUsFormSubmit button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.JoinUsFormSubmit button:hover {
    transform: scale(1.1);
    background: var(--black);
}

.JoinUsCover {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    padding: 130px 20px;
    background: var(--black);
    color: white;
    padding-right: 40%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
}

.JoinUsCoverBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
}

.JoinUsCoverDiv {
}

.JoinUsCoverDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
}

.JoinUsCoverDiv p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
}

.JoinUsCoverFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    height: 100%;
    background: var(--dark);
    z-index: -1;
    box-shadow: 20px 1px 106px 153px var(--dark);
}

.ProductMultipleOptions {
    display: block;
    margin: 0 0;
    width: 100%;
}

.ProductMultipleOptionsItem {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 11px 44px;
    position: relative;
    padding-right: 55px;
    cursor: pointer;
    transition: 300ms;
    font-weight: 600;
    background: #ffffff;
    margin: 10px auto;
    /* border-radius: 1000px; */
}

.ProductMultipleOptionsItem u {
    position: absolute;
    right: 45px;
    top: 0;
    width: auto;
    height: 100%;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: inherit;
    text-decoration: none;
    font-size: 13px;
    color: #919191;
}

.ProductMultipleOptionsItem input {
    position: absolute;
    right: 15px;
    top: 30%;
    width: auto;
    height: 40%;
    aspect-ratio: 1/1;
    margin: 0;
    pointer-events: none;
}

.ProductMultipleOptionsItem:hover {
    background: #00000017;
}

.ProductColors h5 strong {
    background: #ffffff5c;
    padding: 5px 10px;
    margin: 0 10px;
    color: #a1a1a1;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}

.ProductMultipleOptions .ProductMultipleOptionsItem:last-child {
    border-bottom: 0;
}

.ActiveMultipleFeature {
    background: var(--dark) !important;
    color: white;
    padding: 11px 15px;
}


.ActiveMultipleFeature u {
    color: white;
}

.ProductMultipleOptionsItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
}

.ActiveMultipleFeature .setbg {
    display: none;
}

.ProductMultipleOptionsItem .FeatureIncreasementMethod {
    display: block;
    width: fit-content;
    font-size: 21px;
    margin: 0 4px;
}

.ProductShowLeftInside {
    position: sticky;
    left: 0;
    top: 0;
}

.RelatedProducts {
}

.RelatedProductsSec {
    display: block;
    margin: 29px auto;
    width: 100%;
}

.RelatedProductsHeader {
    display: flex;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 10px;
    border-bottom: solid 1px #00000014;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.RelatedProductsGH {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.RelatedProductsItem {
    width: 20%;
    margin: 19px 0;
}

.ProductShowMainBtns .BuyNowBtn {
    padding: 10px 15px;
    background: var(--focus);
    color: white;
}

.ProductShowMainBtns button:hover {
    transform: scale(1.05);
    filter: brightness(95%);
}

.RelatedProductsHeader a {
    text-decoration: none;
    color: var(--focus);
    position: relative;
    padding: 10px 0;
    padding-right: 40px;
    transition: 300ms;
}


.RelatedProductsHeader a i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RelatedProductsHeader a:hover {
    color: var(--dark);
    text-decoration: underline;
}

.RelatedStore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 35px;
}

.RelatedStoreDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0;
    width: 30%;
    height: 100%;
}

.RelatedStoreDiv img {
    display: block;
    margin: 0 auto;
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    background-color: #7e7e7e;
    border-radius: 1000px;
}

.RelatedStoreDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: var(--focus);
    cursor: pointer;
    transition: 300ms;
}

.RelatedStoreDiv h4 .setbg {
}

.RelatedStoreDiv h5 {
    display: block;
    margin: 7px auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #646464;
}

.RelatedStoreSliderParent {
    display: block;
    margin: 0 0;
    width: 60%;
}

.RelatedStoreSlider {
    display: block;
    margin: 0 auto;
    width: 100%;
    direction: ltr;
    position: relative;
    padding-left: 30px;
}

.RelatedStoreSliderItem {
}

.RelatedStoreDivInner {
}

.RelatedStoreSlider .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.RelatedStoreSlider .slick-dots li {
    display: block;
    margin: 0 auto;
    width: auto;
}

.RelatedStoreSlider .slick-dots li div {
    display: block;
    margin: 3px auto;
    width: 10px;
    height: auto;
    aspect-ratio: 1/1;
    background: #000000;
    border-radius: 1000px;
    opacity: 0.2;
    cursor: pointer;
}

.RelatedStoreSlider .slick-dots .slick-active div {
    opacity: 1;
    transform: scale(1.1);
}

.RelatedStoreDiv h4:hover {
    text-decoration: underline;
    color: var(--black);
}

.BuyProductNow {
    display: none;
}

.BuyProductNowInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BuyProductNowFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background: #000000;
    cursor: pointer;
}

.BuyProductNowDiv {
    display: block;
    margin: 0 auto;
    width: 700px;
    background: #ffffff;
    height: 500px;
    max-height: 80%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.BuyProductNowThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 20px;
    background-color: #e9e9e9;
    object-fit: cover;
    object-position: center center;
}

.BuyProductNowDivDetails {
}

.BuyProductNowDivDetails h4 {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    font-weight: bold;
    color: var(--focus);
    font-size: 17px;
}

.BuyProductNowDivDetails label {
    display: block;
    margin: 10px 0;
    width: fit-content;
    padding: 4px 9px;
    position: relative;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #959595;
}

.BuyProductNowDivDetails label .setbg {
    position: absolute;
    left: 5px;
    top: 10%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #9d9d9d;
    border-radius: 1000px;
}

.BuyProductNowDivDetails h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 13px;
}

.BuyProductNowDivDetails h5 g {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 8px 0;
    margin-right: 5px;
    background: #efefef;
    color: #5a5a5a;
    padding: 5px 10px;
}

.BuyProductNowDivDetails h5 g i {
    font-size: 12px;
    margin: 0;
    margin-right: 5px;
}

.BuyProductNowDivDetails p {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}

.BuyProductNowIncreaser {
    display: block;
    margin: 20px 0;
    width: fit-content;
}

.BuyProductNowBtns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
    height: 60px;
    background: #ffffff;
    border-top: solid 1px #e3e3e3;
    z-index: 222;
}

.BuyProductNowBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 7px 6px;
    background: none;
    color: #d36161;
    border: solid 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    transition: 300ms;
    height: 100%;
}

.BuyProductNowBtns button i {
    margin-right: 10px;
}

.BuyProductNowBtns button:last-child {
    background: var(--focus);
    border-color: var(--focus);
    color: white;
}

.BuyProductNowBtns y {
    display: block;
    margin: 0 0;
    width: fit-content;
    background: #00000033;
    padding: 5px 6px;
    margin-left: 10px;
    font-size: 10px;
}

.BuyProductNowBtns y u {
    text-decoration: none;
}

.BuyProductNowBtns y s {
    text-decoration: none;
    font-size: 8px;
}

.BuyProductNowBtns button:hover {
    background: #d36161;
    border-color: #d36161;
    color: white;
}

.BuyProductNowBtns button:last-child:hover {
    border-color: var(--black);
    background: var(--black);
}

.ProductSingularFeatures button strong {
}

.AboutPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
}

.AboutPageCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #e9e9e9;
    border-radius: 30px 30px 0px 0px;
    z-index: 2;
}

.AboutPageCover video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.AboutPageDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 40px;
    background: #ffffff;
    border-radius: 0px 0px 30px 30px;
}

.AboutPageDiv * {
    max-width: 100%;
}

.HomeVideos {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 0;
}

.HomeVideosGH {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    direction: ltr;
}

.HomeVideosGH::-webkit-scrollbar {
    display: none; /* hide scrollbar */
}

.HomeVideosItem {
    display: block;
    margin: 0 0;
    width: 240px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.5;
    background-color: #000000;
    z-index: 2;
    height: 300px;
    margin-right: 15px;
    cursor: pointer;
    transition: 300ms;
    /* border-radius: 20px; */
}

.HomeVideosItem .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 30px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
    margin: 7px;
}

.HomeVideosItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8;
    transition: 500ms;
}

.HomeVideosItemParent {
}

.HomeVideosItem:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.Reels {
    display: none;
}

.ReelsInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ReelsFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.5;
}

.ReelsDiv {
    display: block;
    margin: 0 auto;
    width: 394px;
    height: 700px;
    position: relative;
    overflow: hidden;
    background: #000000;
    z-index: 2;
    max-height: 90%;
    /* border-radius: 20px; */
}

.ReelsDiv video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: -1;
    pointer-events: none;
}

.ReelsDivFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #000000;
    z-index: 0;
    box-shadow: 0px -20px 116px 150px #000000;
}

.ReelsDivDetails {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 10px;
    color: white;
    margin: 5%;
    z-index: 2;
    transition: 350ms;
    cursor: pointer;
}

.ReelsDivDetails h1 {
    display: block;
    margin: 1px auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    transition: 400ms;
}

.ReelsDivDetails p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin: 5px auto;
}

.ReelsDivDetails label {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 0;
    padding: 5px 0;
    pointer-events: none;
}

.ReelsDivDetails label u {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.ReelsDivDetails label .setbg {
    display: block;
    margin: 0 0;
    width: auto;
    height: 17px;
    aspect-ratio: 1/1;
    background-color: #cacaca;
    border-radius: 1000px;
    margin-right: 5px;
}

.ReelsDivDetails:hover {
    background: #ffffff17;
}

.ReelsDivDetails:hover h1 {
    color: var(--focus);
}

.MyWishListHere {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}


.MyWishListHereHeader {
    display: flex;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 10px;
    border-bottom: solid 1px #dbdbdb;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.RemoveFromFavCartBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    aspect-ratio: 1/1;
    z-index: 2;
    background: #ffffff;
    display: none;
    justify-content: center;
    align-items: center;
    border: solid 1px #f36262;
    border-radius: 0;
    margin: 10px;
    padding: 8px;
    transition: 300ms;
}

.RemoveFromFavCartBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 450ms;
}

.RemoveFromFavCartBtn:hover {
    background: #f36262;
}

.RemoveFromFavCartBtn:hover .setbg {
    filter: grayscale(1) invert(1) brightness(12.5);
    transform: rotateY(180deg);
}


.ProductCard:hover .RemoveFromFavCartBtn {
    display: flex;
}

.WishListRF {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    min-height: 70vh;
}

.WishListRFDiv {
    display: block;
    margin: 0 auto;
    width: 450px;
    max-width: 90%;
    text-align: center;
    z-index: 2;
    mix-blend-mode: darken;
}

.WishListRFDiv .setsrc {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    margin: 0px auto;
    object-fit: contain;
    object-position: center center;
    position: relative;
    z-index: -1;
    filter: grayscale(1);
}

.WishListRFDiv h4 {
    display: block;
    margin: -15px auto 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #df4848;
}

.WishListRFDiv button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 30px;
    position: relative;
    padding-left: 50px;
    border: none;
    background: var(--dark);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    transition: 300ms;
    border-radius: 10px;
}

.WishListRFDiv button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WishListRFDiv button:hover {
    transform: scale(1.1);
    background: var(--focus);
}

.BuyProductNowLocationNcart {
}

.BuyProductNowDivInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-left: 240px;
    padding-bottom: 80px;
    overflow-y: auto;
}

.BuyProductNowLocationNcart .SelectLocation {
}

.BuyProductNowLocationNcart .CartPaymentMethods {
    margin: 19px auto;
    width: 100%;
}

.MyLocationsItemClicker h5 g {
    margin: 0 4px;
}

.Banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.BannerSlider {
    direction: ltr !important;
}

.BannerSliderItem {
}

.BannerSliderItemBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    filter: brightness(90%) contrast(90%);
    transition: 400ms;
    cursor: pointer;
}

.BannerSliderItemInner {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 460px;
    background-color: white;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.BannerSlider .slick-arrow {
    display: none !important;
}

.BannerArrows {
    position: absolute;
    right: 2%;
    bottom: 15px;
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    margin: 0;
    direction: ltr !important;
}

.BannerArrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    background: #ffffff;
    border-radius: 10000px;
    border: none;
    opacity: 0.5;
    transition: 350ms;
    margin: 0 5px;
}

.BannerArrows button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}

.BannerArrows button:first-of-type .setbg {
    transform: rotateY(180deg);
}

.BannerArrows button:hover {
    transform: scale(1.1);
    opacity: 1;
}


.BannerSlider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: max-content;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 2;
    margin: 15px;
    padding: 0;
    max-width: 50%;
    overflow: hidden;
}

.BannerSlider .slick-dots li {
    display: block;
    margin: 0 0;
    width: max-content;
}

.BannerSlider .slick-dots li div {
    display: block;
    margin: 0 2px;
    width: 12px;
    aspect-ratio: 1/1;
    background: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 1000px;
    transition: 400ms;
}

.BannerSlider .slick-dots .slick-active div {
    opacity: 1;
    transform: scale(1.1);
}

.BannerSliderParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    direction: ltr;
    padding: 0 0;
    position: relative;
    overflow: hidden;
}

.HomeCategories {
}

.HomeCategoriesGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.HomeCategoryItem {
    display: block;
    margin: 19px 0;
    width: 17%;
    background: #ffffff;
    text-align: center;
    padding: 5px 0 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -9px #0000004a;
    cursor: pointer;
    transition: 300ms;
    color: #937f60;
}

.HomeCategoryItem .setbg {
    display: block;
    margin: 0 auto;
    width: 70%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 500ms;
}

.HomeCategoryItem label {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    font-size: 14px;
    pointer-events: none;
    font-weight: 600;
}

.HomeCategoryItem:hover {
    transform: scale(1.05);
    color: var(--theme);
}

.HomeCategoryItem:hover .setbg {
    transform: scale(0.9) rotate(5deg);
}

.HomeSearch {
}

.HomeSearchInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 3px;
    width: 100%;
    align-items: center;
}

.HomeSearchHolder {
    display: block;
    margin: 0 0;
    width: inherit;
    height: 50px;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
}

.HomeSearchHolder .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background-size: 140%;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: grayscale(10%);
    pointer-events: none;
}

.HomeSearchHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: solid 2px transparent;
    border-radius: 5px;
    padding: 0 20px;
    transition: 300ms;
}

.HomeSearchHolder input:focus {
    border-color: #e9cc9e;
}

.HomeSearch button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
    padding: 13px 25px;
    position: relative;
    border: none;
    background: var(--theme);
    color: white;
    padding-left: 50px;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 15px;
}

.HomeSearch button:hover {
}

.HomeSearch button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeProducts {
}

.ProductsGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.ShopProductsItem {
    display: block;
    margin: 0 0 25px;
    width: 25%;
}

.ProductCard {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #ffffff;
    border: solid 1px #dfdfdf;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ProductCardThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.ProductCardThumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ProductCardThumb:hover img:nth-of-type(2) {
    display: none;
}

.ProductCardText {
}

.ProductCardText h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 7px auto;
    width: 90%;
    font-size: 16px;
    color: #676767;
    transition: 340ms;
    min-height: 38px;
}

.ProductCardText label {
    display: block;
    margin: 10px auto 5px;
    width: 90%;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    pointer-events: none;
}

.ProductCardText label u {
    font-size: 11px;
    text-decoration: none;
    margin-left: 3px;
}

.ProductCardText label s {
    color: #d76868;
    margin-right: 5px;
}


.ShopProductsItem:hover .ProductCardText h4 {
    text-decoration: underline;
    color: var(--focus);
}

.ProductCardThumb label {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    margin: 10px;
    background: #141414;
    color: aliceblue;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 3;
}

nav {
    display: none;
}

.SideMenu {
    display: none;
}

.CartPaymentMethodItem label {
    background: var(--dark);
    color: white;
    font-size: 13px;
    padding: 0 9px;
    border-radius: 5px;
}

.ShopFiltrationTrigger {
    display: none;
}

.AboutPageCover .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.3;
}

.AboutPageCover img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 10%;
}

.ShopFiltrationCloser {
    display: none;
}

.WalletItemsGH {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.WalletItem {
    display: block;
    margin: 10px 1%;
    width: 30%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.WalletItem h6 {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    font-size: 20px;
    background: #5e955e;
    margin: 10px;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.RefundIcon {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.WalletItem h1 {
    display: block;
    margin: 10px auto 0;
    width: fit-content;
    background: var(--dark);
    color: white;
    border-radius: 5px;
    padding: 7px;
    font-size: 18px;
}

.WalletItem h2 {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.WalletItem h2 u {
    text-decoration: none;
    font-size: 13px;
}

.WalletItem p {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: var(--dark);
    background: #f1e5d2;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    min-height: 38px;
    text-transform: uppercase;
}

.WalletItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    padding: 6px 4px;
    border-bottom: solid 1px #f1e5d2;
}

.WalletItem label strong {
    float: right;
}

.WalletItem label i {
}

.WalletItem label:last-child {
    border: 0;
}

.WalletItem .WalletItemDown {
    background: #b55757;
}

.Wallet {
}

.WalletCover {
    display: block;
    margin: 20px auto;
    width: 98%;
    text-align: center;
    padding: 60px 0;
    background: #00000017;
    border-radius: 20px;
}

.WalletCover h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: var(--dark);
    font-size: 20px;
    text-transform: uppercase;
}

.WalletCover h1 strong {
    text-decoration: none;
    font-weight: bold;
    color: #5e955e;
}

.WalletCover h1 strong u {
    text-decoration: none;
    font-size: 13px;
}

#card-element {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

#card-element iframe {
}

.AddStripeContainer {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    background: #635bff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.AddStripeContainer #saveCardBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 20px auto 0;
    text-transform: uppercase;
    color: white;
    border: solid 2px;
    background: none;
    padding: 5px 20px;
    border-radius: 5px;
    transition: 300ms;
}

.AddStripeContainer #saveCardBtn:hover {
    transform: scale(1.1);
    background: white;
    border-color: white;
    color: #635bff;
}

.AddStripeContainer #saveCardBtn i {
    margin-right: 10px;
}

.AddStripeContainerLogo {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1) brightness(3.5);
    margin: 10px;
}

.AddStripeContainerHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

.AddStripeContainerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}

.ReelsDivCloser {
    display: none;
}

.PendingMerchantStatus {
    display: flex;
    margin: 10px 0;
    width: fit-content;
    font-size: 14px;
    color: #db7676;
}

.PendingMerchantStatus .setbg {
    animation: 14s linear infinite rotation;
    width: 16px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 5px;
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.MerchantUnderReview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
}

.MerchantUnderReviewDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 45px;
}

.MerchantUnderReviewDiv .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(107%);
}

.MerchantUnderReviewDiv h1 {
    color: #db7676;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 23px;
}

.MerchantUnderReviewDiv p {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 14px;
}

.ProductCardUnit {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: fit-content;
    background: #000000;
    color: white;
    padding: 5px;
    margin: 10px;
    font-size: 13px;
    z-index: 0;
}
