﻿

@font-face {
    font-family: "danalight";
    src: url('/fonts/dana/dana-light.ttf');
    font-display: swap;
}

@font-face {
    font-family: "danaregular";
    src: url('/fonts/dana/dana-regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "danamedium";
    src: url('/fonts/dana/dana-medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: "danabold";
    src: url('/fonts/dana/dana-bold.ttf');
    font-display: swap;
}

.customStep {
    background: #fff !important;
    border-radius: 20px !important;
}

.activeStep {
    background: transparent !important;
}

body.pushable > .pusher {
    background: #f5f5f5 !important;
}

.blog-card {
    transform: scale(0.98);
    display: flex;
    flex-flow: column;
}

    .blog-card img {
        aspect-ratio: 3/2;
        overflow: hidden;
        object-fit: cover;
        border-radius: 20px;
    }

.animate-page-header {
    display: none;
}

.blog-detail {
    background: white;
    transform: scale(0.9);
    margin-top: -50px;
    text-align: center;
    color: #000;
    padding: 20px 15px 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(209, 197, 164, 0.2);
}

    .blog-detail h6 {
        margin: 6px;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
    }

    .blog-detail .date {
        color: #54595f;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e42222;
        padding-bottom: 10px;
    }

.blog-btn {
    margin: 12px 0;
    background: #e42222;
    padding: 8px;
    display: flex;
    flex-flow: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 6px;
}

.text-grey {
    color: #767676;
}

.product-card-title {
    font-size: 1em !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 9999;
    color: black !important;
    margin-bottom: 8px;
    padding: 0 6px;
    min-height: 40px;
}

.offers-title {
    font-size: 1em !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 9999;
    color: black !important;
    margin-bottom: 8px;
    padding: 0 3px;
}

.offers-price {
    color: #000 !important;
    font-size: 1.1em !important;
}


.offers-pricebox {
    display: flex;
    flex-flow: column;
    min-height: 65px;
    justify-content: flex-end;
    padding-bottom: 8px;
}

.offers-price {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    width: fit-content;
    margin: auto;
    border-radius: 4px;
    /*box-shadow: inset 0px 0px 1px 1px maroon !important;*/
}

.offers-price-before {
    text-decoration: line-through;
    color: #e7000b !important;
    margin: 0 !important;
    border-radius: 0 5px 5px 0;
    padding: 0 5px;
    height: 25px !important;
    max-height: 25px !important;
}

.offers-percent {
    background: #e7000b;
    color: white;
    border-radius: 15px;
    padding: 2px 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}


.offers-img {
    position: relative !important;
    aspect-ratio: 1 / 1;
    /*overflow: hidden;*/
    border-radius: 20px;
    max-width: 90%;
    margin: 1em;
}

    .offers-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all 0.3s;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
        box-shadow: 0 0 0px 1px #eee;
    }

/*    .offers-img:hover img {
                transform: scale(1.08);
                transition: all 0.3s;
            }*/

.offers-card, .products-card {
    position: relative;
    display: flex !important;
    flex-flow: column;
    background: #fff;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 2px;
    border-radius: 20px;
    color: #000 !important;
}

    .products-card .addtocart {
        color: #fff;
        background: #0069a8;
        border: none;
        outline: none;
        position: absolute;
        z-index: 99;
        cursor: pointer;
        left: 0;
        width: 100%;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 0 0 20px 20px;
    }
.ui.button.custom-color {
    background: #00a6f4 !important;
    color: white;
}
.offers-slider {
    background: #0069a8;
    border-radius: 20px;
}

.pls-call-span {
    color: #009966 !important;
    font-size: 1em !important;
}

.offers-slider .first-card {
    width: 100%;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transform: scale(0.95);
}

.c-border-rad {
    border-radius: 20px !important;
}

.modern-container {
    width: 96%;
    margin: auto;
    overflow: hidden;
}

.modern-container-top, .ui.breadcrumb.modern-container-top {
    margin-top: 85px;
    margin-bottom: 20px;
}

.ui.breadcrumb * {
    color: #000 !important;
    line-height: 24px;
    font-size: 12px !important;
}

.segment-box {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 1em 2em !important;
    width: 96% !important;
    margin: 1em auto !important;
}

.custom-box {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 1em !important;
    margin: 1em auto !important;
}

.modern-table {
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
}

@media screen and (max-width:768px) {

    .home-img {
        margin: 65px auto 0 !important;
    }
    .segment-box {
        padding: 1em 8px !important;
    }

    .modern-container-top {
        margin-top: 70px !important;
        margin-bottom: 10px !important;
    }
}

.ui.button:not(.ui.buttons .button) {
    border-radius: 10px !important;
}

h1, h2, h3, h4, h5 {
    font-family: danaBold, brilliant, lato !important;
}


.cursor-pointer {
    cursor: pointer !important;
}

.brd-svg-icon {
    width: 16px;
    vertical-align: middle;
}

.autoShow768 {
    display: none !important;
}

.autoHide768 {
    display: block !important;
}

@media screen and (max-width: 768px) {

    .autoHide768 {
        display: none !important;
    }

    .autoShow768 {
        display: block !important;
    }
}

.animate-page-header {
  display:none !important;
}
@media screen and (max-width: 768px) {
   
    .ui.menu.mobile-profilenav {
        display: block !important;
    }
}

body.pushable {
    background: transparent !important;
}

.shopping--basket {
    border-radius: 20px;
}

.ui.modal > .header,
.ui.search > .results .result .title {
    font-family: danaRegular !important;
}

.ui.category.search.ms_txb_search > .results .category > .name {
    display: none !important;
}

/*footer*/
@media screen and (max-width:768px) {
    .mod-footer {
        padding: 30px 5px 30px !important;
    }
}

.mod-footer {
    position: relative;
    background: #0069a8;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 45px 45px 0px;
    min-height: 200px;
}

    .mod-footer .contact-section {
        color: white !important;
    }

.mod-footer-icon {
    background: #ffb228;
    border-radius: 50%;
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.mod-footer .ui.segment {
    border-radius: 15px !important;
}

.mod-footer .hovarable-a a {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 13px;
    transition: all .4s ease-in-out;
}

    .mod-footer .hovarable-a a:hover {
        transform: translateY(-8px);
        transition: all .4s ease-in-out;
    }

.trsp-segment {
    background: #FFFFFF5E !important;
}

/*topbar*/
.mod-topbar {
    width: 96%;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0px #d4d4d5;
}

    .mod-topbar span {
        font-size: 0.9rem !important;
    }

    .mod-topbar .top-section {
        width: 100%;
        margin: 0 !important;
        height: 50px;
    }

.main-logo {
    position: absolute;
    top: -20px;
    background: white;
    border-radius: 50px;
    padding: 10px;
    z-index: 1006;
    box-shadow: 0 0 10px 0px #d4d4d5;
}

    .main-logo img {
        max-width: 80px !important;
    }

.m-auto {
    margin: auto;
}

.search-input input {
    border-radius: 6px !important;
    background: #F5F5F5 !important;
    border: 1px solid #f5f5f5 !important;
    position: relative;
}

.search-input .fa-search {
    position: absolute;
    right: 13px;
    top: 11px;
    z-index: 9;
}

input::placeholder {
    color: #0B3954 !important;
    opacity: 1; /* Make sure color is fully applied */
}

.mx-3px {
    margin-left: 3px;
    margin-right: 3px;
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.show-megamenu-btn, .search-btn {
    font-size: 0.9rem !important;
    background: transparent;
    border: none;
    padding: 1em;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center
}


.header-big-menu {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    height: calc(100% - 80px);
    width: 90%;
    margin: auto;
}

.header-big-menu-body {
    min-height: 600px;
    height: 600px;
    display: flex;
    flex-flow: row;
}
body[dir=ltr] .header-big-menu-body-sidebar {
    border-radius: 20px 0px 0px 20px !important;
}
.header-big-menu-body-sidebar {
    position: relative;
    z-index: 2;
    width: max-content;
    flex-shrink: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 10px;
    background-color: #e9ecef;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    overflow: auto;
}

body[dir=ltr] .header-big-menu-body-content-item-body {
    padding: 60px 0 20px 50px !important;
}
    .header-big-menu-body-content-item-body {
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    padding: 60px 50px 20px 0;
}

.header-big-menu-body-content-item-body-heading {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .header-big-menu-body-content-item-body-heading h4 {
        color: #e42222;
        font-size: 18px;
    }

.header-big-menu-body-content-item-body-list {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}

body[dir=ltr] .header-big-menu-body-content {
    border-radius: 0 20px  20px 0 !important;
}
    .header-big-menu-body-content {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.header-big-menu-body-content-item {
    position: relative;
    height: 100%;
    align-items: flex-end;
    display: flex !important;
}

.header-big-menu-body-content-item-body-list-body {
    width: 100%;
    display: flex;
    flex-flow: column;
}

    .header-big-menu-body-content-item-body-list-body a {
        margin-bottom: 28px;
        color: #000 !important;
        font-size: 20px;
        font-weight: 300;
    }

    .header-big-menu-body-content-item-card {
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    margin: 0 1em 1em 1em;
    background-size: contain;
    border-radius: 20px;
}

.content-transition {
    height: 100%;
}

.header-big-menu-body-content-item-card::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 46, 63, 0)), to(#040404));
    background: linear-gradient(180deg, rgba(30, 46, 63, 0) 0, #040404 100%);
    content: '';
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.1));
}

.header-big-menu-body-content-item-card-title {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    bottom: 1em;
    right: 1em;
}

.header-big-menu-body-sidebar-list-item-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 25px;
    background: transparent;
    cursor: pointer;
    border: none;
    color: #1e2e3f;
    font-size: 14px;
    text-align: right;
}

    .header-big-menu-body-sidebar-list-item-button:hover, .header-big-menu-body-sidebar-list-item-button:focus {
        background: #fff;
        box-shadow: inset -10px 0px 0px 0px #e42222;
    }


/*sidebar*/
.modern-header {
    width: 96%;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 9999 !important;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0px #d4d4d5;
}


.modern-header-main {
    display: flex !important;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    height: 50px;
    padding: 0 1em;
}

.header-icon-btn {
    margin: auto !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-appbar {
    width: 96%;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 9999 !important;
    border-radius: 20px;
    box-shadow: 0 0px 8px 0px #d4d4d5
}

.mbnav-label {
    font-size: 10px !important;
}


.panel-handler {
    width: 25px;
}



.modern-header img {
    display: block;
    margin-right: auto;
    width: 100%;
    max-height: 40px;
    object-fit: contain;
    float: left;
}

.mbnav-item {
    cursor: pointer;
    flex-grow: 1 !important;
    text-align: center !important;
    font-size: 12px !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    width: 100% !important;
}

.mbnav-content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .mbnav-content svg {
        margin-top: 5px;
    }

    .mbnav-content * {
        color: #27293D;
    }

.mbnav-icon {
    font-size: 1.2rem;
    line-height: 20px;
}

.appbar-segment {
    display: flex;
    flex-flow: row !important;
    align-items: center;
    justify-content: center;
}


.ui.sidebar.customSidebar {
    height: calc(100vh - 180px) !important;
    pointer-events: auto !important;
    position: fixed;
    width: 80%;
    z-index: 99999;
    will-change: transform;
    top: 90px !important;
    right: 0;
    left: 0;
    box-shadow: none !important;
    background: #fff !important;
    display: block;
    margin: auto !important;
    border-radius: 20px !important;
}

    .ui.sidebar.customSidebar.visible body {
        background: rgba(0, 0, 0, .4) !important;
    }

.customSidebarList {
    padding: 10px 16px !important;
}

body[dir=ltr] .customSidebarList * {
    text-align: left !important;
}

.customSidebarList * {
    text-align: right;
    font-size: 14px;
    line-height: 30px !important;
    color: black !important;
}

.customCatBtn {
    display: flex !important;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.noShowTransition {
    transform: translate3d(1000px, 0, 0);
    /*transform: translate3d(320px, 0, 0);*/
    transition: all 0.5s;
    height: 0 !important;
}

.showTransition {
    transform: translate3d(0, 0, 0);
    transition: all 0.5s;
}

.categorySection,
.subCategorySection {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin: 0 !important;
}

.noVisible {
    transition: all 0.3s;
    display: none;
}

.onlyProductSidebar {
    display: none !important;
}

.modern-header-for-product-page {
    display: none !important;
    border: none !important;
    margin: 0 !important;
    align-items: center;
    padding: 10px !important;
    z-index: 99999 !important;
    width: 100% !important;
    background: transparent !important;
}



.modernBtn {
    box-shadow: 5px 2px 31px rgba(0, 0, 0, 0.17) !important;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    line-height: 42px;
    backdrop-filter: blur(5px);
    margin: 0 8px !important;
    cursor: pointer;
}

.customBTMBtn {
    display: flex;
    align-items: center;
}

.search-modal .scrolling {
    height: 100% !important;
    max-height: 80vh !important;
}

.search-modal input {
    width: 100%;
}

.search-modal .category .name img {
    max-width: 20px !important;
}

.search-modal .ui.search > .results .result .image + .content {
    margin: 0 0em 0 0 !important;
}

/*home*/
.products-box {
    padding: 1em 2em;
}

.header-box-offers {
    background: #ffb128;
    border-radius: 20px;
    padding: 1em 2em;
    box-shadow: 0px 0px 20px 0px rgba(209, 197, 164, 0.2);
    margin-bottom: 1em;
}

.header-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 1em 2em;
    box-shadow: 0px 0px 20px 0px rgba(209, 197, 164, 0.2);
    margin-bottom: 1em;
}

.brands-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 1em;
    box-shadow: 0px 0px 20px 0px rgba(209, 197, 164, 0.2);
}

.blogs-arrow {
    background: #e42222;
    color: white;
    padding: 5px 5px 4px;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 3px;
}

.brands-box img {
    border-radius: 4px;
    margin: auto;
}

.brands-box p {
    background-color: #F1F1F1;
    margin: 8px 0px 0px 0px;
    padding: 4px 0px 4px 0px;
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    font-weight: 300;
    color: #54595f;
    text-align: center;
}

.home-container-top {
    width: 98%;
    margin: auto;
}

.home-container {
    width: 96%;
    margin: auto;
}

.home-img {
    margin: 25px auto;
    width: 96%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    /*  margin: 25px auto;
    width: 98%;
    height: calc(100vh - 50px);
    position: relative;
    background-size: 90%;
    background-repeat: repeat;
    background-position: center;
    border-radius: 20px;*/
}

.offers-slider {
    border-radius: 20px;
}


.image-wrapper, .category-wrapper {
    position: relative;
    display: inline-block;
}

    .image-wrapper img {
        display: block;
    }

    .image-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.15);
        pointer-events: none;
        border-radius: 20px;
    }

    .category-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000090;
        pointer-events: none;
        border-radius: 20px;
    }

    .category-wrapper img {
        display: block;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        height: auto;
        width: 100%;
        border-radius: 20px;
    }

.category-box {
    margin: auto;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    transform: scale(0.98);
    display: flex !important;
}

    .category-box span {
        position: absolute;
        color: #fff;
        inset: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px !important;
        font-weight: 700;
    }