/****************************** MEGA MENU START *********************************/

.mega-menu {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    /*transition: visibility 0s, opacity 0.5s linear;*/
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    z-index: 99;
    margin-top: 50px;
    overflow: hidden;
    height: 95vh;
}

.mega-menu .first-level {
    background: #ffffff;
    width: 400px;
    list-style-type: none;
    padding: 0px;
    padding-left: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 91vh;
    padding-top: 20px;
    padding-bottom: 80px;
}

.mega-menu .first-level>li:hover {
    background: #ffffff;
}

.mega-menu .first-level>li {
    padding: 15px 5px;
}

.mega-menu .second-level>li {
    padding: 5px;
}

.mega-menu .first-level>li>a {
    padding-right: 20px;
}

.mega-menu .second-level {
    position: absolute;
    /* left: 394px;*/
    top: 10px;
    display: none;
    list-style-type: none;
    height: 100%;
    /*width: 100%; */
    width: 450px;
    background: #ffffff;
    padding-top: 20px;
}

.primary-level-li {
    color: #202020;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.second-level-li .middle-level {
    color: #1e1e1e !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    text-decoration: none;
}

.dropdown .dropdown-item {
    color: #202020;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px;
    /* 150% */
}

.next-level .middle-level {
    color: #000 !important;
    font-weight: 100 !important;
}

/*.second-level-li .dropdown::before {    
    content: '▶';
    font-size: 8px;
    position: absolute;
    left: 10px;
    padding-top: 6px;
}*/

.mega-menu .first-level>li:hover .second-level,
.mega-menu .second-level:hover {
    display: block;
}

/********* CUSTOM SCROLLBAR START *********/
/* width */
.mega-menu ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.mega-menu ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.mega-menu ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/* Handle on hover */
.mega-menu ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

/********* CUSTOM SCROLLBAR END *********/


.mega-menu .container {
    display: flex;
}

.mega-menu .item {
    flex-grow: 1;
    margin: 0 10px;
}

.mega-menu .item img {
    width: 100%;
}

.dropdown {
    position: static;
}

/*
.dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
} */

.horizontal-line,
.horizontal-line-right {
    height: 3px;
    background: linear-gradient(89.72deg, #000000 2.92%, #EB2228 100%);
}

.horizontal-line-right {
    margin-top: 4px;
}

/**************************************************************
.inner-mnu-list {
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 394px;
    width: auto;
    min-height: 500px;
    height: auto;
    display: flex;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;

}

.inner-mnu-list ul {
    list-style-type: none;
}

.mega-menu .first-level>li:hover .inner-mnu-list,
.mega-menu .inner-mnu-list:hover {
    display: flex;
}

.inner-mnu-list ul li {
    width: 270px;
}


.navbar-expand-lg .dropdown:hover>.dropdown-menu {
    position: relative;
    display: inline;
}


/*  -------------MASONRY MENU-------------------  

/* Render items as columns 
.inner-mnu-list>div {
    display: flex;
    flex-flow: column wrap;
}

/* Re-order items into rows 
.inner-mnu-list>div>ul:nth-child(3n+1) {
    order: 1;
}

.inner-mnu-list>div>ul:nth-child(3n+2) {
    order: 2;
}

.inner-mnu-list>div>ul:nth-child(3n) {
    order: 3;
}

/* Force new columns 
.inner-mnu-list>div::before,
.inner-mnu-list>div::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.inner-mnu-list{
    width: 1044px;
}

@media (max-width: 1400px) {

    /* Re-order items into rows 
    .inner-mnu-list>div>ul:nth-child(2n+1) {
        order: 1;
    }

    .inner-mnu-list>div>ul:nth-child(2n+2) {
        order: 2;
    }

    .inner-mnu-list>div>ul:nth-child(2n) {
        order: 3;
    }

    .inner-mnu-list ul li {
        width: 350px;
    }
}


@media (max-width: 1160px) {

    /* Re-order items into rows 
    .inner-mnu-list>div>ul:nth-child(1n+1) {
        order: 1;
    }

    .inner-mnu-list>div>ul:nth-child(1n+2) {
        order: 2;
    }

    .inner-mnu-list>div>ul:nth-child(1n) {
        order: 3;
    }

    .inner-mnu-list ul li {
        width: 350px;
    }

}

  -------------MASONRY MENU END-------------------  */

/**************************************************************/
.inner-mnu-list.container {
    background: #F7F7F7;
    position: absolute;
    top: 0px;
    left: 394px;
    /*width: 100%;*/
    /* max-width: 1040px; */
    width: calc(100% - 394px);
    min-height: 500px;
    /*height: 90%;*/
    height: 85%;
    display: block;
    /*visibility: hidden;*/
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.inner-mnu-list ul {
    list-style-type: none;
    /*min-width: 250px;*/
    padding-left: 5px;
}

.first-level h6 {
    text-wrap: wrap;
}

/*
.mega-menu .first-level>li:hover .inner-mnu-list,
.mega-menu .inner-mnu-list:hover {
    visibility: visible;
}
*/
/*
.mega-menu .first-level>li .inner-mnu-list,
.mega-menu .inner-mnu-list {
    visibility: visible;
}*/

.inner-mnu-list .masonry-grid {
    height: 700px;
    overflow-y: scroll;
}

.grid-item {
    width: calc(30%);
    min-width: 160px;
}

.grid-sizer {
    width: 33.33%;
}

.grid-item>ul,
.grid-item>ul>li {
    margin-bottom: 30px;
}

.grid-item ul li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--body-primary-txt-color);
}

/*
.grid-item ul .second-level-li li {
    padding-left: 10px;
}*/

.grid-item ul .second-level-li li a {
    font-size: 14px;
    font-weight: 400;
    max-width: 360px;
    color: var(--body-primary-txt-color);
}
 

@media (max-width: 1600px) {

    .grid-item {
        width: calc(30%);
    }
}


@media (max-width: 1128px) {

    .grid-item {
        width: calc(100%);
    }
}

@media (max-width: 404px) {

    .flex-shrink-0 {
        margin-right: 10px !important;
    }
}

@media (max-width: 345px) {

    .flex-shrink-0 {
        margin-right: -10px !important;
    }
}


.hide {
    visibility: hidden;
}

.first-level .dropdown-toggle {
    position: relative;
}

.first-level .dropdown-toggle::after {
    border-top: 0.275rem solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.275rem solid rgba(0, 0, 0, 0);
    border-left: 0.275rem solid;
    position: absolute;
    right: 10px;
    top: 35%;
}

/****************************** MEGA MENU END *********************************/

.custom-nav-menu {
    margin-left: 150px;
}

.cat-box{
    transition: transform 0.3s ease;
}

.cat-box:hover{
    transform: translateY(-10px);
}

#herocarousel-5175d888-7685-4492-8027-eed3048009b1>.tns-item {
    border-bottom-right-radius: 250px;
}

.tns-item.tns-slide-active .from-start {
    text-shadow: 3px 5px 3px rgba(0, 0, 0, 0.8);
}

.tns-item.tns-slide-active .from-end {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
}

.hero-carousel .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #202020 !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px; 
    box-shadow: 0px 5px 3.0999999046325684px 0px #000000B0;
}

.dine .col-md-5 .h-100 {
    height: auto !important;
}


/********************************* CUSTOM GENERAL CSS START ************************************/

.filter-list .card.product-card-alt .product-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
}

.product-card-alt .customaddtocart .quantity{
    width: 60px;
    margin-left: 0px !important;
}

.customaddtocart .cart-icon{
    width: 61%;
}


.custom_cat .widget-filter-item svg{
    border-radius: 3px;
    color: #ffffff;
   background: rgb(0,123,196);
   cursor: pointer;
}

.modal-quick-view .modal-title.product-title{
    font-size: 18px !important;
}

.modal-quick-view .text-secondary.fs-4{
    font-size: 18px !important;
}

.modal-quick-view h1{
    font-size: 20px !important;
}

.modal-quick-view .cart-button span, .cart-button span{
    left: 54%;
}

.about-logo img{
    max-width: 400px;
    margin-bottom: 50px;
    margin-top: 80px;
} 

.text-center.about-logo .d-flex.flex-wrap.mb-2{
    justify-content: center;
}

.text-center.about-logo .fs-sm.pb-2{
    margin: 0 auto;
    max-width: 900px;
}

.footer-opa6 a{
    color: var(--footer-txt-color-opa6) !important;
}

footer .widget a , .contact-left-info-box a, footer .widget a:hover, .contact-left-info-box a:hover{
    color: #000000 !important;
} 

.custom-newsletter{
    background: #ccc;
}

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}

#mc_embed_signup .mc-field-group input {
    max-width: 200px !important;
    margin-right: 15px !important;
}

#mc_embed_signup .mc-field-group {
    margin-right: 15px !important;
    display: flex;
    flex-direction: column;
}

#mc_embed_signup {    
    clear: left;
    width: 100%;
}

#mc_embed_signup .form-control{
    border-radius: 8px; 
    border: 1px solid;
}

#mc_embed_signup .btn-primary{
background: #000;
border-color: #000;
}

.productlistitem-stock-tag{
    position: absolute;
    bottom: 0;
    right: 5px;
}

.card.product-card-alt .product-title{ 
    height: 50px;
    font-weight: 400;
    line-height: 16px !important;
}

.product-single h1.h3{
    text-transform: lowercase;
}

.product-single h1.h3::first-letter{
    text-transform: uppercase !important;
}

.card.product-card-alt .product-title::first-letter {
    text-transform: uppercase !important;
}

.product-title > a{
    text-transform: lowercase;
}

.product-title  a::first-letter {
    text-transform: uppercase !important;
}

.navbar-tool-icon .nav-icon-svg{
    fill: var(--header-txt-color) !important;
}

.product-brand-inline{
    z-index: 9;
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
}

.product-brand-inline img{
    max-width: 90px;
}

.product-brand-inline-sm.product-brand-inline img{
    max-width: 70px;
}

.tns-carousel .product-brand-inline{
    bottom: 84px;
    right: 10px;
}

.recently-viewed .tns-carousel .product-brand-inline{
    bottom: 0px;
    right: 0px;
}

.discountPercentage{
    border: 3px solid;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    color: rgb(65, 162, 1);
}

.discountPercentage.sm{
    width: 63px;
    height: 63px;
    font-size: 16px;
    padding: 18px 5px;
}

body{
    background-color: #f9f9f9;
} 

#navcart .btn-outline-secondary:hover{
    color: #000000 !important;
}

.categoriesslider h3{
    font-size: 15px;
    margin-top: 14px;
    font-weight: 700;
}

#payment-method > div{
    margin-bottom: 12px;
}


.product-single  ul li {
    padding: 5px 10px;
    margin: 0 !important;
}
/*
.product-single  ul li:nth-child(even) {
    background-color: #e8e9ed !important;
}*/

.text-primary{
    color: #327f11 !important;
}


.product-price > span{
    font-size: 15px;
}

.topbar.topbar-dark{
    height: 80px !important;
    justify-content: end !important;
}

.topbar-text{
    flex-direction: row;
}

.espa img{
    max-width: 400px;
    margin-left: 15px;
}

.availablestock{
    display: block;
    text-align: right;
}

.bg-topbar {
    background-color: #ffffff !important; 
}

.topbar-dark .topbar-text, .topbar-dark .topbar-link{
    color: #000000 !important;
}

#announcement-modal .tns-item{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#announcement-modal .modal-body{
    padding: 0.25rem !important;
}

#announcement-modal .modal-content{
    height: 600px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}


#announcement-modal .h3{
    display: none;
}

#announcement-modal .tns-carousel{
    padding: 0px !important;
}

.searchbox{ 
    min-width: 200px !important;
}

.logolink{
    margin-right: 80px;
}

.password-toggle-btn .password-toggle-indicator{
    color: #000000 !important;
}

.coockies-open-btn{
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor:pointer;
}

.heroSwiper {
    height: auto;
    max-height: 510px !important;
}

.popover {
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.popover.show {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1455px) {
    .logolink{
        margin-right: 10px !important;
    }
}

@media (max-width: 1390px) {
    .custom-nav-menu{
        margin-left: 0px !important;
    }
}

@media (max-width: 1220px) {
    .logolink img{
        max-width: 215px !important;
    }
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.3rem;
    }
} 

@media (max-width: 1140px) {
    .logolink img{
        max-width: 190px !important;
    }
    .searchbox{ 
        min-width: 120px !important;
    }
    .custom-nav-menu{
        margin-right: 0px !important;
    }
}

@media (max-width: 1130px) {
    .card.product-card-alt .product-title{
        height: 40px !important;
    }
}

@media (max-width: 950px) {
    .categoriesslider h3{
        font-size: 14px;
        font-weight: 500;
    }
    
} 

@media (max-width: 992px){
    .heroSwiper {
        height: auto;
        max-height: 100% !important;
    }
}

.active.invalid-feedback{
    display: block;
}

/********************************* CUSTOM GENERAL CSS END ************************************/


/* Chrome, Safari, Edge, Opera */
.offersarea input::-webkit-outer-spin-button,
.offersarea input::-webkit-inner-spin-button, .cart-comp input::-webkit-outer-spin-button, .cart-comp input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.offersarea input[type=number], .cart-comp input[type=number] {
  -moz-appearance: textfield !important;
}
 

.navbar-collapse.order-2.order-lg-1.collapse.show{
    overflow: scroll;
    height: 77vh;
    padding-bottom: 100px;
}

.blog-button-next, .blog-button-prev {
    position: absolute;
    top: 30%;
    z-index: 10;
    background: var(--body-bg-second-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

   .blog-button-prev {
    left: 5px;
    transform: translate(5px, -50%);
}

.blog-button-next{
    right: 5px;
    transform: translate(-5px, -50%);
}

.swiper-button-disabled {
    opacity: 0.8;
}

.blog-section .swiper-pagination-bullet-active{
    background: #fe696a !important;
}

.availablestock{
    display: none !important;
}