/***************logo style start*************/
body.checkout-cart-index #mobileNavbar .footer_fix {
    display:none !important;
}

/* Check out / payment policy */
.cart-summary .secure-payment,
.cart-summary .free-returns {
    font-weight: 600;
    display: flex;
    margin-top: 3%;
    color: #064763;
    font-size: 16px;
}

.cart-container .checkout-methods-items .action.primary {
    background: #1C1C1C;
    border: none;
    border-radius: 6px;
    font-size:17px;
    padding:9px 17px;
}

.cart-summary .summary.title,
.cart-totals .mark strong {
    font-weight: 600 !important;
}

.cart-summary .free-returns::before {
    content: url("/media/wysiwyg/return_new.png");
    display: inline-block;
    margin-right: 2%;
}

.checkout-cart-index .data.table tr.totals.sub {
    display: none;
    visibility: hidden;
    margin: 0;
    height: 0;
}

.checkout-cart-index .page-main {
    background-color: #f8f8f8 !important;
    max-width: 1500px !important;
    border-radius: 7px;
    padding-top: 15px;
    padding-bottom:15px;
    margin: 25px auto;
    box-shadow: 0 1px 4.5px 1px #0000001a;
}

.checkout-cart-index .page-main .page-title-wrapper h1 {
    display: block !important;
    margin-bottom: 10px !important;
}

.cart-summary {
    background-color: #fff;
    border-radius: 10px;
    height: fit-content;
    margin-bottom: 25px;
    padding: 1px 15px 25px;
}

.cart-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 15px;
}

.checkout-cart-index .page-wrapper .page-main tbody tr {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 769px), print {
    .app-banner, .mobile_filters,
    .filtersAction,
    .sortByFiltersMain,
    .categoryFiltersMain,
    .filtersTopbar,
    .removeItemBtn {
        display:none !important;
    }
    #banner-slider-carousel {
        min-height:224px;
        height:auto;
    }

    .checkout-cart-index .cart-container #form-validate .cart.main.actions {
        position: absolute;
        top: 20px;
        right: 14px;
    }

    .cart.table-wrapper .item .col.item {
        padding: 8px 12px !important;
    }

    .checkout-cart-index .cart-container #form-validate {
        position: relative;
        width: -webkit-fill-available;
    }

    .cart-container .cart-summary {
        min-width: 30% !important;
        padding:15px;
        margin-bottom: 0;
    }
}

@media (max-width:768px) { 
    .mini-map-info {
        left:auto !important;
    }
      .close_btn_map {
        right: -3px;
        top: -17px;
        padding: 7px 8px;
    }
    .pop-up-mini {
        width: 252px;
        padding: 20px 8px 8px;
    }
    .map_header_container {
        width: 100%;
    }
    .mini-map-info {
        left: auto;
        right: 0;
    }
    .select_title_map {
        font-size: 16px;
    }
    .secondary_text_map {
        margin-top: 0px;
    }
    img.popup_img_middle {
        max-width: 100px;
    }
    .map_pop_btn {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 15px;
    }
    #banner-slider-carousel .owl-item img, 
    #banner-slider-carousel {
        min-height: 160px;
    }
       .header .block-search .block-content {
        display: flex;
        gap: 2px;
        align-items: center;
    }
    .header .block-search .form.minisearch {
        width: 100%;
    }
      body.cms-home {
        background-color:#fff !important;
    }
    a.topMenutext:focus, .owl-stage-outer a.btn_cat:focus {
        color: #b7d635 !important;
    }
    .cms-home .page-wrapper {
        background-color:#e3e6e6;
    }
    .page-with-filter .svg-icon-plus, .svg-icon-plus {
        left: -3px !important;
    }
    
    .product-item-actions>* {
        font-size: 0 !important;
    }
    .action.tocart.disabled {
        background-color: #ccc;
        pointer-events: none;
        opacity: 0.6;
    }

    .quantity-input.show-cart-icon {
        position: relative;
        z-index: 1;
    }

    .quantity-input.show-cart-icon::after {
        content: url('/media/wysiwyg/Carticon.svg') !important;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }
    
    .page-products .products-grid .product-item.loading::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7) url('../images/spinner.gif') center center no-repeat;
        z-index: 10;
        pointer-events: none;
    }
    .page-products .products-grid .product-item {
        position: relative;
    }

    .brand-logo-init {
        width: 50px;
        height: auto;
        flex-shrink: 0;
        display: block;
        border: 1px solid #e3e3e3;
        border-radius: 6px;
    }
    
    .app-text-secondary {
        font-size:11px;
        color:#666666;
    }
    
    .app-banner {
        background: #fff;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px 6px;
    }

    .app-info {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .app-text {
        font-size: 14px;
        color: #333;
        line-height: 1.3;
    }

    .app-text strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
        color: #333;
    }

    .app-actions .install-btn {
        background: #E90E8B;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 9px 14px;
        font-size: 13px;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.3s;
    }

    .app-actions .install-btn:hover {
        background: #c21872;
    }
      .sales-guest-form .page-main .columns .column.main {
        padding: 0 8px;
        padding-bottom: 20px !important;
    }

    .head-map-tab .head_map_info {
        display: flex !important;
    }

    .head-map-tab {
        position: relative;
        max-width: 100% !important;
        width: 100%;
        max-width: 100%;
    }
    .checkout-cart-index .cart-container #form-validate .cart.main.actions {
        float: right;
        margin-top: 15px;
    }

    .checkout-cart-index .page-main .page-title-wrapper .page-title {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }

    .checkout-cart-index .cart-products-toolbar {
        border-bottom: none !important;
    }

    .checkout-cart-index .cart-products-toolbar .pager .toolbar-amount {
        margin: 0 !important;
    }

    .checkout-cart-index .cart-products-toolbar .pager .pages {
        margin: 0 !important;
        padding: 5px 0;
        text-align: center;
    }

    .checkout-cart-index .cart-products-toolbar .pager {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
       .cart-summary .cart-totals .table-wrapper {
        background-color: #fff;
        border-radius: 8px;
    }

    .itemSlided .removeItemBtn {
        right: -67px !important;
        transition: right .3s ease-in-out;
    }

    .cart-container form.form.form-cart {
        border-radius: 0 !important;
        background-color: #f8f8f8 !important;
        padding: 0 8px !important;
    }

    .cart-container form.form.form-cart .cart.table-wrapper {
        margin-bottom: 0 !important;
    }
    .cart.item.headOfTable {
        position: relative !important;
    }

    .cart-container .cart-summary {
        padding: 1px 9px 0;
        margin-bottom: 0;
        border-radius: 0;
        background-color: #f8f8f8;
        background: #f8f8f8;
    }

    .checkout-cart-index .page-wrapper {
        background-color: #f8f8f8 !important;
    }

    .fullCartItem.slide-left {
        transform: translateX(-67px);
    }

    .fullCartItem {
        transition: transform 0.3s ease;
        z-index: 2 !important;
    }

    .removeItemBtn button {
        background: #ef574b;
        border: none;
        padding: 0 8px;
    }

    .checkout-cart-index .page-main .page-title-wrapper h1 {
        margin-top: 10px !important;
    }
    .checkout-cart-index .page-main .page-title-wrapper {
        background-color: #f8f8f8;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        padding: 5px 0;
        border-bottom: 1px solid #cdcdcd;
        box-shadow: 0 0 2.7999999523163px 3px rgba(0, 0, 0, 0.1);
    }

    .checkout-cart-index .page-main {
        border-radius: 0;
        padding-top: 0;
        margin-top: 64px;
        box-shadow: none;
        padding:0px;
    }
    .removeItemBtn {
        position: absolute !important;
        right: -100%;
        top: 1px;
        z-index: 0 !important;
        background: #ef574b;
        width: fit-content;
        text-align: center;
        height: 84%;
        display: flex;
        justify-content: center;
        transition: right .3s ease;
        border-radius: 8px;
    }

    .old-price:after {
        content: "";
        position: absolute;
        top: 31%;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #777;
        transform: rotate(7deg);
        transform-origin: left center;
    }
}


@media (max-width:999px) {
    .cart-container {
        flex-direction: column !important;
        row-gap: 8px;
    }

    .cart-container .cart-summary {
        order: 2;
        width: auto !important;
        position: static;
    }
}

.toolbar.toolbar-products .field.limiter {
    display: inline-block;
}
.products-grid .product-item-inner {
    margin-top:9px;
}

.header.links .authorization-link a.a-logged-in::before {
    content: url('/media/wysiwyg/user.svg') !important;
}

.header.links .authorization-link a.a-logged-in {
    min-width: auto;
}

.header.links .authorization-link a {
    font-size: 0px;
    min-width: 96px;
    display: block;
}

.myCatalogAdd .counterBtns:focus,
.myCatalogAdd .counterBtns:hover,
.myCatalogAdd .counterBtns:active,
.myCatalogAdd .counterBtns {
    border: none !important;
    box-shadow: none !important;
}

ul.ah-product-labels.ah-label-list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

ul.ah-product-labels.ah-label-list li {
    border-radius: 0px 0px 0px 4px;
    color: #333;
    background: #ededed;
    font-weight: 600;
    margin-top: 0px;
    border-left: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    border: none;
}

.cms-shipping-guide .collapse {
    margin-bottom: 0px !important;
}

.minicart-wrapper {
    display: inline-block;
    position: relative;
    transition: all .5s ease;
}

.marginZeroAll {
    margin: 0px !important;
}

.cms-delivery-policy .page-main .page-title-wrapper h1,
.cms-delivery-policy .page-main .page-title-wrapper,
.cms-faq #maincontent .page-title-wrapper h1,
.cms-faq #maincontent .page-title-wrapper,
.cms-about-us #maincontent .page-title-wrapper h1,
.cms-about-us #maincontent .page-title-wrapper,
.cms-privacy-policy #maincontent .page-title-wrapper h1,
.cms-terms-conditions #maincontent .page-title-wrapper h1,
.account #maincontent .page-title-wrapper h1,
.account #maincontent .page-title-wrapper,
.attributepages-page-view #maincontent .page-title-wrapper h1,
.attributepages-page-view #maincontent .page-title-wrapper,
.cms-payment-policy #maincontent .page-title-wrapper h1,
.cms-payment-policy #maincontent .page-title-wrapper,
.cms-shipping-guide #maincontent .page-title-wrapper,
.cms-shipping-guide #maincontent .page-title-wrapper h1,
.cms-return-policy #maincontent .page-title-wrapper h1,
.cms-return-policy #maincontent .page-title-wrapper {
    display: block !important;
    margin-bottom: 10px;
    font-size: 23px;
}



.svg-icon-plus {
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: 0;
}
.myCatalogAdd {
    bottom: -1px;
    right: 0px;
}


/***************Search style start*************/
#top_filter_icon {
    display: none;
}

div#search_autocomplete ul li {
    display: block;
    border: 1px solid #e2e2e23b;
}

select:focus,
input:focus {
    box-shadow: none !important;
}


/***************Search style end*************/
/*******************store switch start ***************/
.divider {
    border: 1px solid #cacaca;
    height: 31px;
}

.page-header .panel.header {
    display: flex !important;
    justify-content: start !important;
    width: -webkit-fill-available !important;
    align-items: center !important;
    width: 100% !important;
    margin-right: auto;
    padding-right: 20px;
    margin-left: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

.head-map-tab {
    margin-right: 0;
    overflow: hidden;
    column-gap: 8px;
    width: 100%;
    max-width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    background: none;
}

.head-map-tab,
.head_map_icon,
.head_map_title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.head_map_title .deliveryAdd {
    white-space: nowrap;
    color: #6a6a6a;
}

.head_location_add {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    max-width: 100px;
    text-align: left;
}

@media (min-width:768px) {
    .parentDropMap {
        display: none;
    }
    .header.panel>.header.links {
        margin-left: 0px;
    }
}

.icon_pop {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

.secondary_loc_pop {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.map_pop_btn .map_sec_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    text-align: center;
    gap: 8px;
    letter-spacing: 1px;
}

.map_pop_btn {
    padding: 8px 30px;
    border: none;
    background: #B7D635;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

.map_pop_btn:hover, 
.map_pop_btn:active, 
.map_pop_btn:focus {
    background: #B7D635;
    color: #fff;
    box-shadow: none;
}

.pop-up-mini {
    top: calc(100% + 8px);
    width: 260px;
    padding: 15px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-flow: column;
    text-align: center;
}

.mini-map-info {
    position: absolute;
    border-radius: 15px;
    box-shadow: 0 1px 4.5px 1px #0000001a;
    transition: all .3s linear;
    border: none;
    background: #fff;
    z-index: 9;
    left: -4rem;
}

.select_title_map {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.secondary_text_map {
    font-size: 12px;
    line-height: 20px;
    color: #777;
    margin-top: 8px;
}

.map_wrapper_pop {
    overflow: hidden;
    margin-bottom: 16px;
    display: inline-flex;
    justify-content: center;
    max-width: 160px;
}

.popup-arrow {
    position: absolute;
    top: -12px;
    left: 41%;
    transform: translateX(-45%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #cacaca;
    z-index: 99;
}

.popup-arrow::before {
    position: absolute;
    top: 1px;
    left: 97%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid white;
    content: '';
}

.close_btn_map {
    position: absolute;
    right: -6px;
    top: -9px;
    border: none;
    padding: 4px 5px;
}


/*******************store switch end ***************/

#sideMobCata .btn_cat, 
.topMenutext, 
.topMenutext:visited {
    font-weight: 500 !important;
    font-family: system-ui;
    font-size: 15px;
    color: #000;
}

#mobileNavbar .footer_fix {
    transition: opacity 0.2s ease;
}

#mobileNavbar .hideIt {
    opacity: 0 !important;
    pointer-events: none;
}

.sub_items {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.rgt_catgry {
    width: 100%;
    flex: 0 0 auto;
    margin: auto;
    float: left;
    background-color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.header .block.block-search {
    z-index: 4 !important;
}

@media (max-width: 830px) {
    .rtl #mobileNavbar .footer_fix, 
    .rtl .rgt_catgry_new, 
    .rtl .sidebar-main .filter {
        direction: rtl;
    }

    .rtl .lft_catgry_new {
        float: right;
    }

    .rtl .wrap_catgry_new {
        transform: translateX(+100%);
    }

    .rtl .view-all-button:after {
        top: 1px;
    }

    .rtl .filter .filtersAction {
        float: left;
    }

    #mobileNavbar {
        float: none;
        clear: both;
        display: block;
        text-align: center;
        width: 100%;
    }

    .checkout-cart-index .page-wrapper #mobileNavbar {
        display: none !important;
    }

    .checkout-cart-index.no-items-in-cart .page-wrapper #mobileNavbar {
        display: block !important;
    }

    #mobileNavbar .footer_fix {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 55px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        text-align: center;
        position: fixed;
        z-index: 999999;
        box-shadow: 1px 1px 10px #ccc;
        width: 100%;
        gap: 4px;
    }

    .box4_1 i {
        color: #000;
        font-size: 16px;
    }

    .box4_1 {
        position: relative;
        width: 100%;
        margin: auto;
        float: left;
        background-color: transparent !important;
        border: none !important;
        height: 50px;
        padding: 0 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000 !important;
    }

    .activeLink svg,
    .activeLink svg path {
        fill: #b7d635;
        transition: fill 0.3s ease;
    }

    .box4_1 .hm1 .activeLink {
        color: #000;
    }

    .mob_cart_svgbox {
        position: relative;
    }

    #mob_c04 .mob_cart_svgbox .counter-number {
        position: absolute;
        top: -4px;
        right: -12px;
        background-color: #e12b2b;
        color: #fff;
        border-radius: 41%;
        height: 19px;
        width: 19px;
        font-size: 13px;
        line-height: 21px;
    }

    .changeColor svg path {
        fill: #b7d635;
    }
}

@media (min-width: 830px) {
    #mobileNavbar {
        display: none;
    }

    .rgt_catgry {
        height: auto;
        position: absolute;
        top: 30px;
        z-index: 999;
    }

    .car_bx img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        background-color: #fff;
        border: 1px solid #eceaea;
    }

    .car_bx {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 0 0 90px;
        max-width: 90px;
        row-gap: 8px;
    }

    .rgt_catgry .sub_cat {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: space-between;
        align-items: flex-start;
    }

    button:hover {
        background: inherit;
        color: #000;
    }

    .car_bx span {
        font-size: 13px;
        vertical-align: middle;
        font-weight: 400;
        float: right;
        color: #000;
        text-align: center;
    }

    /*.btn_cat:hover,*/
    /*.btn_cat.cv_act, */
    /*.topMenutext:hover {*/
    /*    border-bottom: 3px solid #b7d635 !important;*/
    /*    background-color: #fff;*/
    /*    border: none;*/
    /*}*/
    .btn_cat,
.topMenutext {
    border-bottom: 3px solid transparent;
}

.btn_cat:hover,
.btn_cat.cv_act,
.topMenutext:hover {
    border-bottom-color: #b7d635;
    background-color: #fff;
}
    
    .wrap_catgry {
        left: auto;
        top: -100%;
    }

    .rgt_catgry.showDownloadApp {
        width: 428px !important;
        right: 0;
        border-radius: 12px !important;
    }
}

@media (max-width: 830px) {
    .wrap_catgry_new.activeSideCata {
        display: block !important;
        width: 100%;
        top: 0px;
        max-width: 500px;
        bottom: auto !important;
        z-index: 99999;
        visibility: visible;
        transform: translateX(0px);
        transition: all 0.4s ease-in;
        background: #fff;
    }

    .wrap_catgry_new {
        transform: translateX(-100%);
        top: 0;
        position: fixed !important;
        transition: all 0.3s ease-out;
        z-index: 99999;
        visibility: hidden;
        height: 100%;
    }

    .lft_catgry_new {
        width: 29%;
        height: -webkit-fill-available;
        height: -moz-available;
        height: fill-available;
        margin: auto;
        float: left;
        background-color: #f0f0f0;
        font-size: 11px;
        padding-bottom: 60px !important;
        overflow-y: auto;
    }

    .rtl #sideMobCata_new .btn_cat {
        direction: rtl;
    }
    
    .rtl #sideMobCata_new .btn_cat.cv_act {
        border-right: 3px solid #E80A89;
        border-left: none;
    }
    
    #sideMobCata_new .sub_c_inr a:focus {
        color: #b7d635 !important;
        transition-timing-function: ease-in-out;
    }

    #sideMobCata_new .rgt_catgry_new {
        width: 70%;
        height: 100%;
        margin: auto;
        float: left;
        background-color: #fff;
        font-weight: 300;
        font-size: 12px;
        padding-bottom: 60px;
    }

    #sideMobCata_new .cat_flexb {
        height: 100%;
        overflow-y: auto;
        flex: 1 1 0;
    }

    #sideMobCata_new .sub_c_inr.sub_cat .sub_item_title {
        color: #000;
        font-weight: 600;
        font-size: 13px;
        width: 100%;
        margin: 10px 0px 5px;
        background-color: #f9f9f9;
        padding: 5px 0px;
    }

    #sideMobCata_new .sub_c_inr.sub_cat .main_subCat {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    #sideMobCata_new .sub_c_inr.sub_cat .main_subCat .car_bx {
        height: auto;
        margin: inherit;
    }

    #sideMobCata_new .cat_inr_frm {
        width: 100%;
        height: auto;
        margin: auto;
        float: left;
        padding-top: 5px;
    }

    #sideMobCata_new .sub_c_inr.sub_cat {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    #sideMobCata_new .sub_c {
        margin: 0 10px;
        display: flex;
        display: none;
        flex-wrap: wrap;
    }

    #sideMobCata_new .car_bx {
        height: 130px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-overflow: ellipsis;
    }

    #sideMobCata_new .car_bx img {
        margin: 0 !important;
    }

    #sideMobCata_new .car_bx img {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
    }

    #sideMobCata_new .car_bx {
        width: 31.33%;
        margin: 0px !important;
        float: left;
        text-align: center;
        border: none !important;
        background-color: #fff;
        font-size: 11px;
        font-weight: 600;
        color: #000 !important;
        padding: 2px !important;
        text-transform: capitalize;
        row-gap: 6px;
    }

    #sideMobCata_new .btn_cat {
        font-size: 14px;
        line-height: 16px;
        display: flex !important;
        justify-content: start;
        align-items: center;
        text-align: start;
        box-sizing: border-box;
        color: #000;
        padding: 14px 9px !important;
    }

    #sideMobCata_new .btn_cat.cv_act {
        border-radius: 0 !important;
        background-color: #fff;
        border-left: 3px solid #E80A89;
        transition: all 0.2s ease-in-out;
    }

    #sideMobCata_new .changeColor svg path {
        fill: #b7d635;
    }

    #sideMobCata_new .sub_c {
        margin: 0 10px;
        display: flex;
        display: none;
        flex-wrap: wrap;
    }
}

.owl-carousel.owl-loaded,
.lft_catgry.owl-carousel {
    visibility: visible;
}

.caution_block {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #333;
    padding: 5px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    gap: 5px;
    justify-content: center;
}

.sub_c_inr.sub_cat .main_subCat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
}

.sub_c_inr.sub_cat .main_subCat .car_bx {
    height: auto;
    margin: inherit;
}

.sub_c_inr.sub_cat .sub_item_title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin: 10px 0px 5px;
    padding: 5px 0px;
}

.rtl .rgt_catgry .sub_cat {
    direction: rtl;
}

.rtl .lft_catgry .owl-nav .owl-prev {
    left: auto !important;
    right: 0;
}

.rtl .lft_catgry .owl-nav .owl-next {
    right: auto !important;
    left: 0;
}

.rtl .lft_catgry .owl-prev:after {
    left: -20px;
    right: auto;
}

.rtl #sideMobCata .owl-next::before {
    right: -5px !important;
    left: auto;
}

.download_app_new.active {
    height:104px !important;
    transition:none !important;
    position: absolute;
    right: 0;
    border-radius: 8px;
}

.promo_text {
    color: red !important;
    font-weight: 500 !important;
    font-family: system-ui;
    font-size: 15px !important;
    display: flex !important;
    text-transform: capitalize;
}

.cat_inr_frm {
    padding: 0px !important;
}

.all-categories-overlay_change {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    inset: 1;
    background-color: rgba(70, 70, 70, .49999);
    left: 0;
    right: 0;
    top: 97px;
    backdrop-filter: blur(3px);
}

#sideMobCata .owl-nav button.disabled {
    display: none !important;
}

#sideMobCata .lft_catgry .item {
    text-align: center;
    padding: 9px 16px;
    background-color: #f5f5f5;
    border-radius: 18px;
    border: 0.5px solid #cacaca;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
}

#sideMobCata {
    background: #fff;
    overflow: hidden;
    display: block;
}

.lft_catgry {
    overflow: hidden;
}

#sideMobCata .owl-nav button {
    position: absolute;
    top: -6px;
    background: #fff;
    z-index: 9;
    border: none;
}

#sideMobCata .owl-prev {
    left: 0px;
    border-right: 1px solid #cacaca;
}

#sideMobCata .owl-next {
    right: 0px;
    border-left: 1px solid #cacaca;
}

#sideMobCata .owl-nav span {
    font-size: 38px;
    color: #000;
    line-height: 26px;
    padding: 5px;
    font-family: 'Open Sans';
    font-weight: 300;
}

#sideMobCata .owl-next::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 8;
}

#sideMobCata .owl-prev::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 8;
}

.inner_download_app {
    display: flex;
    flex: 1 1 auto;
    align-items: anchor-center;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
}

.items_center_force {
    align-items: center !important;
}

.lazyload {
    filter: blur(10px);
    transition: filter 0.3s ease-out;
}

.lazyload.loaded {
    filter: blur(0);
}

.downloadApphead {
    color: #000;
    font-size: 14px;
    margin-bottom: -1px;
    position: relative;
    font-weight: 400;
}

.ah-download-app .description {
    font-size: 12px;
    vertical-align: middle;
    font-weight: 400;
    float: right;
}

.platforms {
    display: flex;
    gap: 10px;
}

.navigation .secondary-nav-wrapper {
    background: #fff;
    position: relative;
}

.nav-sections-item-content,
.nav-sections-item-content>.navigation,
.page-header,
.nav-sections-item-title,
.nav-sections {
    background-color: #fff;
}

.ah-download-app {
    gap: 5px;
    align-items: center;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    padding: 0 12px;
    cursor: pointer;
}

.ah-download-app-store .description .platforms a {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
}

.ah-download-app-store {
    box-shadow: 0 1px 4.5px 1px #0000001a;
    display: none;
    position: absolute;
    z-index: 4;
    top: 120%;
    left: 0;
    transform: translateX(-50%);
    width: 380px;
    padding: 8px;
    border-radius: 13px;
    background: #fff;
    gap: 10px 10px;
    grid-template-columns: 94px 1fr;
    justify-content: space-between;
    align-items: center;
}

.downloadDisToggle {
    display: flex !important;
}

.image {
    float: left;
}

.rtl .footer-top .footer-column {
    width: 100%;
}

small.copyright {
    border-top: 1px solid #494646;
    background-color: #1c1c1c;
    font-size: 12px;
    padding: 8px;
    float: none;
    color: #fff;
    text-align: center;
}

@media (max-width:830px) {
    .rgt_catgry {
        display: none !important;
    }

    .promo_text img {
        width: 20px;
    }
    
    #sideMobCata .owl-nav {
        display: none !important;
    }
    
    .btn_cat, 
    .promo_text, 
    .topMenutext {
        padding: 6px 3px !important;
    }
    
    .lft_catgry .owl-stage-outer {
        padding: 0 0 0px 0px;
        margin: 0;
    }
    
    #newcategory-container .owl-nav {
        display: none !important;
    }

    .navOpen {
        display: block !important;
    }
    
    .ah-download-app-store {
        width: 325px !important;
        right: 50% !important;
        left: 50% !important;
        padding: 5px !important;
        top: 105% !important;
    }

    .header.content {
        position: initial !important;
        width: 100% !important;
        border-bottom: .5px solid #d1d1d1;
        padding: 6px 8px;
        box-sizing: border-box;
    }
    
    body.cms-home .header.content {
        border-top: .5px solid #d1d1d1;
        padding: 0px 8px !important;
    }
    
    .head_location_add {
        margin-left: 8px;
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0;
    }

    .allCatTopOne {
        display: none !important;
    }
}

@media (min-width:830px) {
    .fast-slider .promo_text {
       margin-left: 25px !important; 
    }
    .main_subCat .sub_items {
        gap: 10px !important;
        flex-direction: column;
    }
    
    .sub_inner_link {
        font-size: 14px;
    }
    
    .sub_inner_link:hover {
        color: #06f;
    }

    .sub_c.active {
        height: 480px;
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
        padding: 15px;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
    }
    
    .sub_c {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-100%);
    }

    .DestopDownldappTab {
        column-gap: 5px;
    }

    .top-navigation .container {
        position: relative;
    }

    .navigation,
    .breadcrumbs,
    .header.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 1600px !important;
    }

    .navigation.top-navigation {
        background-color: #fff;
        padding: 4px 20px;
    }

    .header.content {
        padding: 0 !important;
    }

    .ah-download-app .downloadApphead:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #b7d635;
        transition: width .8s ease;
    }
}

.sub_side_img {
    flex: 0 0 auto;
    max-width: 400px;
    border-radius: 8px;
}

.section_for_sub {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fast-slider {
    display: block;
}

.wrap_catgry .owl-nav {
    position: relative;
    top: -24px;
}

.lft_catgry.fast-slider {
    position: relative;
}

.lft_catgry.fast-slider .owl-stage-outer {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.owl-carousel.fast-slider {
    display: block !important;
}

.lft_catgry.fast-slider .owl-stage-outer a {
    flex: 0 0 auto;
    padding: 2px 2px;
    margin: 0 6px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
    transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: auto;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}