/* header-store-switcher-custom.css start */
/*
* Header store swticher
*/
.store-panel.visible-xs {
    background-color: #fff;
    padding-left: 3rem;
    height: 3rem;
    font-weight: normal;
}

.store-panel.visible-xs .nipuna-terminal span {
    color: #ffffff;
    font-size: 15px;
}

.nipuna-terminal span {
    float: left;
    padding: 0.5rem;
    font-weight: 500;
    color: #414141;
    margin-right: 10px;
}

.nipuna-store-selection {
    padding: 0.5rem;
}

.nipuna-store-selection li {
    list-style: none;
    display: inline;
    padding: 5px 10px!important;
    border: 1px solid #e21f23;
    border-radius: 5px;
    background-color: #ffffff;
}

.nipuna-store-selection li a {
    color: #e21f23!important;
}

.nipuna-store-selection li.selected a {
    color: #ffffff!important;
    padding-right:0;
}


.nipuna-store-selection li.selected {
    background-color: #e21f23 !important;
    border:2px solid #C10206;
    width:100%;
}


.nipuna-store-selection li.selected::after {
    content: "\2713";
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
    font-weight: bold;
}

/* ----------------------------------------------- */

/*
* Header menu 
*/

.page-header .header-bottom {
    background-color: #E21F23;
}

.sticky-menu.js-sticky-menu.active .header-bottom {
    position: relative;
    z-index: -1;
}

.page-header .header-bottom .cdz-fix-left {
    display: flex;
    align-items: center;
}

[class*="vertcial-menu-container"] .menu-title {
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A82C29;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 10px;
    font: 500 14px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
}

[class*="vertcial-menu-container"] .menu-title:before {
    font-size: 19px;
    font-family: CodazonFont;
    content: "\e9b1";
    font-weight: normal;
    display: inline-block;
    margin: 0 14px 0 0;
}

.page-header .sticky-menu:not(.active) .cdz-horizontal-menu {
    border: none !important;
}

.cdz-horizontal-menu .groupmenu {
    background-color: inherit !important;
    width: auto !important;
}

#desk_menu-container .cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    color: #FFFFFF;
    background: #e21f23;
}

.page-header .sticky-menu.active .search-trigger {
    color: #FFFFFF !important;
}

.page-header .sticky-menu.active .wishlist #top-wishlist:before,
.page-header .sticky-menu.active .account-trigger span.text-uppercase:before,
.page-header .sticky-menu.active .minicart-wrapper .action.showcart:before {
    color: #FFFFFF !important;
}

.page-header .sticky-menu.active .wishlist #top-wishlist:hover,
.page-header .sticky-menu.active .account-trigger span.text-uppercase:hover,
.page-header .sticky-menu.active .minicart-wrapper .action.showcart:hover,
.page-header .sticky-menu.active .search-trigger:hover {
    background: #A82C29 !important;
}

.page-header a.logo[class] {
    max-width: inherit !important;
}

#utilities-main .account-menu-items .store-link {
    display: none;
}

/* ----------------------------------------------- */

/*
* Account setting menu toggle in mobile view
*/
.account-store-panel.visible-xs {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.account-store-panel.visible-xs .nipuna-store-selection {
    padding: 0.5rem;
    margin-bottom: 0;
}

.account-store-panel.visible-xs .nipuna-terminal span {
    color: #121212;
    font-size: 15px;
}

.account-extra-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.extra-menu-text a {
    margin: 0;
    font-size: 15px;
    color: #121212 !important;
}

.extra-menu-text a:hover {
    color: #e21f23 !important;
}

/* ----------------------------------------------- */

/* Default Category menu */
.cdz-vertical-menu .item.level0:hover>a.menu-link {
    background-color: #e21f23 !important;
    color: #ffffff !important;
}

.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupdrop-title a:hover {
    color: #e21f23;
}

/* ----------------------------------------------- */

/* Header Brand Keypad list */

#header-brand .char-item.number {
    color: #fff !important;
}

#header-brand .char-item {
    color: #222 !important;
}

#header-brand .char-item.active {
    color: #ffffff !important;
}

#header-brand .char-item.available:hover {
    color: #ffffff !important;
}

#header-brand .item .row {
    display: flex;
    flex-direction: column;
}

#header-brand .char-list {
    width: 100%;
    border-right: 1px solid #e8e8e8;
}

#header-brand .brand-list {
    width: 60%;
    overflow-y: scroll;
    max-height: 400px;
    padding: 10px;
}

#header-brand .brand-inner {
    display: flex;
}

#header-brand .brand-item {
    margin-bottom: 0px !important;
}

#header-brand .brand-list .label {
    font-size: 18px;
    background-color: unset;
    color: #000;
    text-align: left;
    padding: 2px !important;
}

#header-brand .brand-item-inner .item-bottom {
    text-align: left !important;
    margin-top: unset !important;
    padding: 2px;
    margin-left: 10px;
}

#header-brand .brand-name a {
    color: #666;
    font-size: 14px !important;
}

/* ----------------------------------------------- */


.fieldset>.field>.label,
.fieldset>.fields>.field>.label,
.field>.label {
    font-size: 15px !important;
}

/* header-store-switcher-custom.css end */




/* responsive-header-store-switcher.css start */

/* Responsive css*/

@media screen and (max-width:767px) {

    /** header logo for moblie **/

    .page-header a.logo[class] {
        display: flex !important;
        width: 100%;
    }

    .visible-item {
        display: block !important;
    }

    /* ----------------------------------------------- */

    /** header brand keypad list for mobile **/

    .cdz-menu .line-left {
        border-left: unset !important;
    }

    #header-brand .brand-inner {
        display: flex;
        flex-direction: column;
    }

    #header-brand .brand-list {
        width: 100% !important;
    }

    #header-brand .char-item {
        font-size: 16px;
    }

    #header-brand .brand-name {
        font-size: 14px;
    }

    /* ----------------------------------------------- */

    /*
    * Account header store selection setting for mobile on togger
    */
    .account-store-panel.visible-xs .nipuna-store-selection {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        padding: unset !important;
    }

    .account-store-panel.visible-xs .nipuna-store-selection li {
        margin: unset !important;
        flex: 1;
        padding: 5px;
        justify-content: center;
        text-align: center;
    }

    /* ----------------------------------------------- */


}

/* responsive-header-store-switcher.css end */


/* nipuna terminal custom.css start */

.nipuna-terminal span {
    text-align: right;
    margin-right: 0;
    line-height:18px;
}

.nipuna-terminal ul {
    display: flex;
    justify-content: space-around;
}

.nipuna-terminal ul li {
    margin: auto 0;
    text-align: center;
}

#product_addtocart_form>div>div.product-left>div.product-info-main-inner>div.card.select-terminal-product>div.nipuna-terminal-main>ul>li {
    display: flex;
    justify-content: center;
}

.container.hello.sticky-menu.js-sticky-menu.active .header-panel-right-inner ul.header.features-links.items.hidden-xs .nipuna-terminal {
    display: none !important;
}

.nipuna-terminal {
    display: flex !important;
}

.nipuna-store-selection li.selected::after {
    content: "";
}

ul.nipuna-store-selection .selected a:hover {
    color: white !important;
}

ul.nipuna-store-selection {
    width:60%!important;
    margin:0 auto;
}

body.catalog-product-view form#product_addtocart_form .product-info-main-inner .nipuna-store-selection .store-pickup-btn {
    padding: 5px 10px !important;
}

/* nipuna terminal custom.css end */


/* Large devices */
@media (min-width: 992px) {}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
    .nipuna-terminal {
        width: 60%;
    }

    .nipuna-terminal .nipuna-store-selection {
        width: auto !important;
        padding: 5px;
    }

    .nipuna-terminal .nipuna-store-selection li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nipuna-terminal span {
        margin: 0 auto;
    }

    ul.header.features-links li.authorization-link {
        margin-left: auto !important;
    }
}


/**** Responsive section start ****/

/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium Devices (Tablets, Small Laptops, Desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    ul.nipuna-store-selection {
        width:80%!important;
    }
}

/* Extra Large Devices (Large Desktops, TVs) */
@media (min-width: 1200px) {
}

/**** Responsive section end ****/