* {
    font-family: unset;
}
#searchBox {
    position: relative;
}
a:hover {
    color: black;
}
.autocomplete-results {
    padding: 60px 20px 16px 20px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 100;
    list-style: none;
    margin: 0;
    border-top: none;
    width: 100%;
    border-radius: 28px;
}

.location-choice {
    margin: 5px 6px;
}

#language-title {
    text-transform: uppercase;
    font-weight: bold;
}

/*common*/

body {
}

svg {
    margin: 15px 10px;
}

#header{
    background-color: #F1F4FB!important;
}

#search{

}

.font-size-50 {
    font-size: 50px;
}
.width-100 {
    width: 100%;
}
.text-decoration-underline {
    text-decoration: underline;
}
.font-size-1em {
    font-size: 1.2em;
}
.cursor-pointer {
    cursor: pointer;
}
.font-weight-bold {
    font-weight: bold;
}
.second-background {
    margin: 5px 0px;
}

.padding-7 {
    padding: 7px;
}
.padding-3 {
    padding: 3px;
}
.padding-20 {
    padding: 0px 20px!important;
}
.padding-0-15 {
    padding: 15px 0px;
}
.padding-20-20 {
    padding: 20px 20px!important;
}
.padding-8 {
    padding: 8px;
}
.margin-10 {
    margin: 10px;
}
.margin-10-0 {
    margin: 10px 0px;
}
.flex-space-between {
    display: flex!important;
    justify-content: space-between;
}
.flex-center {
    display: flex!important;
    align-items: center;
}
.gap-5 {
    gap: 5px;
}

.cart-container {
    position: relative;
    display: inline-block;
}

.image-carttt {
    display: block;
}

.cart-container {
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    width: 45px;
}

.cart-number {
    position: absolute;
    top: 20%;
    /*left: 55%;*/
    transform: translate(-50%, -50%);
    color: #EA3A8E;
    font-size: 16px;
    font-weight: bold;
}

.color-grey {
    color: #909FBA;
}

.color-black {
    color: black;
}

.margin-auto {
    margin: auto;
}

.account-choice-design {
    list-style-type: none;
    margin: auto;
    padding: unset;
}


.search-input{
    border-radius: 40px!important;
    height: 45px!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}

.common-search-icon-design {
    height: 35px;
    width: 35px;
    margin: auto;
    color: beige;
    background: #2A2C2F;
    border-radius: 50%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.account-header {
    background: red;
    color: black !important;
    border-radius: 40px;
}

.menu-controlling {
    padding-left: 10px!important;
}

.header-elements-first {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 5px;
}

.current-location-text-in-header {
    flex-direction: column!important;
    align-items: flex-start!important;
    width: 120px;
}

.ttttttjjjj {
    position: absolute;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 5px 10px;
    z-index: 10001;
}

.ttttttjjjj i:before {
    content: "\e697";
    font-size: 14px;
    color: white;
}

#searchBox input {
    width: 98%;
    height: 100%;
    max-width: 100%;
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: auto;
    padding-right: 50px;
    font-size: 13px;
    padding-left: 20px!important;
}

.search-box-input {
    z-index: 10000000;
}

.menu-in-line {
    display: flex;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.c_nav-current-language {
    background: white;
    padding: 10px;
    border-radius: 40px;
    height: 45px;
}

.language-design {
    background: white;
    padding: 10px;
    border-radius: 40px;
}

.display-flex {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.c_nav-select-language-img {
    height: 20px;
    width: 22px;
}

.c_nav-select-language {
    margin: auto;
}

.design-boxes {
    height: 45px;
    background: white;
    color: black;
    border-radius: 40px;
    width: auto;
    padding: 10px;
}

.c_lang-dropdown-wrapper {
    position: relative;
}

.c_lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 189px;
    border-radius: 12px;
}

.c_nav-select-language:hover .c_lang-dropdown {
    display: block;
}

.c_lang-dropdown-lang, .c_lang-dropdown-country {
    padding: 10px;
}

.c_lang-dropdown-lang-title, .c_lang-dropdown-country-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.c_lang-dropdown-lang-toggle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c_lang-dropdown-lang-toggle li {
    margin-bottom: 10px;
}

.c_lang-dropdown-lang-toggle input {
    margin-right: 5px;
}

.c_lang-dropdown-lang-toggle label {
    cursor: pointer;
}

.c_country-selector-btmSection {
    margin-top: 20px;
}

.c_country-selector-btmSection-title {
    margin-bottom: 10px;
}

.c_button--primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.categories-menu {
    background:
            linear-gradient(168.68deg, #F1F4FB 0.36%, #EAEDF4 99.33%),
            linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.search-input-box {
    margin: auto;
}

.search-input {
    width: 90%;
    z-index: 10000;
    margin: auto;
}

.cart-style {
    width: 45px;
    padding: 5px;
    margin: auto;
}

.width-45 {
    width: 45px;
}

.font-10 {
    font-size: 10px;
}

.account-choices {
    margin: 10px;
    text-align: center;
    padding: 0px;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
#currency-flag {
    visibility: hidden;
}
#search input {
    float: left;
    width: 99%;
    height: 100%;
    max-width: 100%;
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 13px;
    color: #333745;
    box-shadow: none;
    margin: auto;
}
.search-input::placeholder {
}

.search-input::before {
    content: attr(placeholder);
    position: absolute;
    color: #999;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#hmenu-container {
    -webkit-text-size-adjust: 100%;
    --horizontal-animation-start: 10%;
    --horizontal-animation-end: 50%;
    --vertical-animation-start: -30%;
    --vertical-animation-end: 0%;
    font-size: 14px;
    line-height: 20px;
    color: #0f1111;
    font-family: "Amazon Ember", Arial, sans-serif;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000000000000;
    visibility: visible;
    display: none;
}
#hmenu-canvas-background {

    -webkit-text-size-adjust: 100%;
    --horizontal-animation-start: 10%;
    --horizontal-animation-end: 50%;
    --vertical-animation-start: -30%;
    --vertical-animation-end: 0%;
    font-size: 14px;
    line-height: 20px;
    color: #0f1111;
    font-family: "Amazon Ember", Arial, sans-serif;
    visibility: visible;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, .8);
    opacity: 1;
}

#hmenu-canvas {
    -webkit-text-size-adjust: 100%;
    --horizontal-animation-start: 10%;
    --horizontal-animation-end: 50%;
    --vertical-animation-start: -30%;
    --vertical-animation-end: 0%;
    font-size: 14px;
    line-height: 20px;
    color: #0f1111;
    font-family: "Amazon Ember",Arial,sans-serif;
    visibility: visible;
    box-sizing: border-box;
    display: flex;
    transform: translateX(0);
    position: fixed;
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    box-shadow: 4px 0 10px 0 rgba(0,0,0,.4);
    will-change: transform;
    width: 365px;
}

input[type="radio"] {
    accent-color: #EA3A8E;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fefefe;
}

a {
    text-decoration: none;
}

a:hover {
}

.app {
    height: 100vh;
}

.sidebar {
    position: absolute;
    width: 17em;
    height: 100%;
    top: 0;
    overflow: hidden;
    background-color: #19222a;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

.sidebar header {
    background-color: #09f;
    width: 100%;
    display: block;
    padding: 0.75em 1em;
}

.sidebar-nav {
    position: fixed;
    background-color: white;
    font-weight: 400;
    font-size: 1.2em;
    overflow-y: auto;
    /*height: 100vh;*/
    height: 90vh;
    overflow-x: hidden;
    padding-bottom: 6em;
    z-index: 999999;
    width: 300px;
    -webkit-overflow-scrolling: touch;
}
.sidebar-nav-accountt {
    position: fixed;
    background-color: white;
    font-weight: 400;
    font-size: 1.2em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*height: 100vh;*/
    height: 90vh;


    overflow-x: hidden;
    padding-bottom: 6em;
    z-index: 999999;
    width: 300px;
    -webkit-overflow-scrolling: touch;
}
.width-30-px {
    width: 30px;
}
.border-radius-3 {
    border-radius: 3px;
}

.sidebar-nav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.sidebar-nav ul li {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.sidebar-nav ul li a {
    color: black;
    font-size: 0.75em;
    padding: 1.05em 1em;
    position: relative;
    display: block;
    padding: 10px;
}

.sidebar-nav ul li i {
    font-size: 1.8em;
    padding-right: 0.5em;
    width: 9em;
    display: inline;
    vertical-align: middle;
}

.dropdown-choices li:hover {

}

.sidebar-nav > ul > li > a:after {
    content: '\f125';
    font-family: ionicons;
    font-size: 0.5em;
    width: 10px;
    color: #fff;
    position: absolute;
    left: 0.75em;
    top: 45%;
}

.nav-flyout {
    position: absolute;
    background-color: white;
    z-index: 9;
    left: 0px;
    width: 100%;
    top: 0;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

nav {
    left: 0px;
}


.nav-flyout {
    position: absolute;
    background-color: white;
    z-index: 999;
    left: 0px;
    width: 100%;
    top: 0;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.nav-flyout.open {
    transform: translateX(0);
}

.name-title {
    background-color: #282A2E;
    color: white;

}

.main-menu-title {
    padding: 20px;
}
.padding-20-full {
    padding: 20px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-24 {
    font-size: 24px;
}
.close-menu {
    right: 310px;
    left: 310px;
}

.nav-similar-design {
    position: fixed;
    margin-top: 10px;
    color: black;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 100000000000000000000000;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.sidebar-nav.show {
    transform: translateX(0);
    opacity: 1;
}

.dropDown-profile {
    border-radius: 12px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000000;
    padding: 10px;
    border-radius: 12px;
    left: 0%!important;
    transform: translateX(-8%);
    text-align: left;
}

.dropDown-profile li {
    padding: 8px 16px;
}
.dropdown-choices li {
    padding: 0px!important;
    height: 30px!important;
}

.dropDown-profile li a {
    text-decoration: none;
    display: block;
    padding: 10px;
}

.dropDown-profile li a:hover {
    background-color: #f1f1f1;
    border-radius: 15px;
}

ul > li:hover .dropDown-profile {
    display: block;
}

ul > li {
    position: relative;
}

li {
}
li.choices-li {
    list-style-type: none;
}

.choices-li a:hover {
    color: black !important;
}
body::-webkit-scrollbar {
    display: none!important;
}
.menu-link-header {
    white-space: nowrap;
}

.points-design {
    background-color: #ECEFF6;
    border-radius: 30px;
    width: 100px;
    margin: 0px 10px;
    padding: 10px;
}
#login_dropdown {
    text-align: start;
}
.logout-design {
    color: #909FBA;
    font-weight: bold;
}
.search-dropdown {
    height: 45px;
}
.language-code-and-name {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.nav-overlay-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 999;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1200;
}


.margin-for-icon {
    margin: 15px 3px;
}

.side-nav {
    width: 300px;
    background-color: #f8f8f8;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

.side-nav.active {
    transform: translateX(0);
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #282A2E;
    color: white;
}
.align-items-center {
    align-items: center;
}
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
}
.menu-list li:hover {
    background-color: #E1E5F0;
    border-radius: 10px;
}
.autocomplete-results li:hover {
    background-color: #E1E5F0;
    border-radius: 10px;
}

.submenu {
    display: none;
}

.back-button {
    cursor: pointer;
}

.submenu-active .back-button {
    visibility: visible;
}
.sub-menu-header {
    cursor: pointer;
}

.no-scroll {
    position: fixed!important;
    width: 100%;
}

.delete-term-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.search-history-title- {
    color: #828282;
    font-size: 11px;
}

li.search-result-item {
    transition: background-color 0.3s, border-radius 0.3s;
}

li.search-result-item:hover {
    background: #E1E5F0;
    border-radius: 15px;
}




@media (max-width: 930px) {

    .display-none {
        display: none!important;
    }
    .customer-name-mobile {
        text-align: center;
        display: flex
    }
    .account-choices {
        margin: 0px;
    }
    .categories-menu {
        background: #E3EBF9;
    }
    .display-none-for-desktop {
        display: flex;
    }
    .your-account-nav {
        font-size: 11px;
    }
    .fav-width {
        width: 30px;
    }
    .header-elements-first {
        padding: 0px 10px;
        flex-wrap: wrap;
        gap: 0px;
        align-content: center;
    }
    .padding-20-full {
        padding: 0px 20px 20px 20px;
    }
    .search-input-box-for-resp {
        background-color: #f2f4fa;
        height: 53px;
    }
    .h-40-i {
        height: 40px;
    }
    .cart-number-font-mob {
        top: 30%;
        font-size: 14px;
    }
    .gap-0px {
        gap: 0px;
    }
    .gap-5px {
        gap: 5px;
    }

    .display-flex {
    }

    .c_nav-current-language {
        background: transparent;
        box-shadow: none;
    }

    .info-container-CWP {

    }

    .hamburger-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-image: url('https://www.dumyah.com/image/data/revamp/hamburger_icon.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media (max-width: 550px) {

    .cart-number {
        font-size: 14px;
        top: 30%
    }

    .c_nav-current-language {
        padding: 0px!important;
    }

}


@media (min-width: 930px) {
    .display-none-for-desktop {
        display: none;
    }
}

#cart {
    text-align: left;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px; }
#cart ul {
    padding: 0;
    margin: 0;
    list-style: none; }
#cart .heading {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    display: inline-block;
    background-color: transparent;
    z-index: 1;
    border-radius: inherit; }
#cart .heading a {
    color: inherit;
    border: none;
    font-size: inherit;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    display: table;
    border-radius: inherit; }
#cart .heading a > span {
    text-align: left;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative; }
#cart .heading i {
    width: 40px;
    height: 40px;
    border-right-width: 1px;
    border-color: transparent;
    border-style: solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
    #cart .heading i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
#cart .heading i::before {
    content: "\e000";
    font-size: 28px;
    color: white; }
#cart .content {
    visibility: hidden;
    list-style: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-width: 360px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    min-height: 125px;
    color: #333745;
    float: left;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
#cart .content .cart-wrapper {
    background-color: white; }
#cart .checkout {
    clear: both;
    padding: 18px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%; }
#cart .checkout a + a {
    margin-right: 15px; }
#cart .empty {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic; }

.ie9 #cart button.heading {
    display: table; }
.ie9 #cart button.heading span {
    text-align: left;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.oc2 .image .img-thumbnail {
    display: block; }

#cart.active .heading,
#cart.open .heading {
    padding: 0;
    margin: 0;
    border: 0; }

#cart.active .content,
#cart.open .content {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }


#cart {
    height: 36px;
}





#loading-overlayyy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-content {
    text-align: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-content p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.overlay-spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.loading-skeleton {
    display: flex;
    gap: 10px;
}

.skeleton-card {
    background: white;
    border-radius: 10px;
}

.skeleton-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skeleton-header, .skeleton-content, .skeleton-footer {
    width: 90%;
    background: #F2F4F9;
    padding: 10px;
    margin: 5px auto;
}

.skeleton-header {
    height: 50%;
    margin-top: 10px;
}

.skeleton-footer {
    height: 6%;
    position: absolute;
    bottom: 8px;
    border-radius: 100px;
}

@keyframes shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

