.tag-list {
    display: inline-block;
    margin-right: 13px;
    margin-left: -40px;
    margin-top: -20px;
    margin-bottom: -7px;
}

.tag-pill {
    font-size: 14px;
    background-image: linear-gradient(to right, #000000, #eb2228);
    font-weight: bold;
    padding: 2px 6px;
    margin: 0;
    border-width: 3px !important;
    border-radius: 30px 30px 30px 0px !important;
}

.red-title .category-title {
    background-color: #EB2228;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.red-title .category-title h3 {
    color: #ffffff;
}

.filter-list .product-card-alt .text-secondary,
.filter-list .product-card-alt .product-price .fs-xs {
    color: #66717D !important;
}

.filter-list .product-card-alt .cart-button {
    padding: 10px 15px;
}

.filter-list .product-card-alt .cart-button .ci-cart {
    padding-right: 4px;
}

.filter-list .product-card-alt .quantity {
    width: 70px;
    padding-left: 10px;
    padding-right: 10px;
}

.offcanvas-header {
    padding-top: 40px;
}

.btn.mnu-toggle:hover svg path {
    fill: #ffffff;
}

.offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: 26rem;
}

.flex-1 {
    flex: 1;
}

.home-categories-list {
    background: white;
    border-radius: 10px;
}

.home-categories {
    margin-top: -150px;
    z-index: 99;
    position: relative;
}

.home-banner-carousel .s1-banner-class>div .pe-1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
}

.home-banner-carousel .btn {
    color: #2E3A47;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #2E3A47;
}


.single-product-section .nav-tabs .btn-outline-primary.active{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    opacity: 0.9;
}

.single-product-section .nav-tabs .btn-outline-primary:hover{
    background-color: var(--bs-primary);
    opacity: 1;
}

.bank-details img.w-100{
    width: auto !important;
}

.bank-details{
    margin-bottom: 0 !important;
}

.bank-details .row *{
    text-align: center;
    color: #000000;
} 

.bank-details .row{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-map{
    margin-top: 100px;
}

.custom-map iframe{
    height: 300px;
}

.two-col-layout > div > div > section{
    margin: 0px !important;
    padding: 0px !important;
}

.two-col-layout .comp-details{
    height: 100%;
    margin: auto 0 !important;
    display: flex;
    align-items: center;
    padding-left: 20px !important;
}

.product-single .sku span{
    color: var(--bs-primary);
}

.offcanvas-header .btn-close{
    background: transparent;
}

#sorting{
    max-width: 300px;
}

.nav-tabs .nav-item a{
    color: #ffffff;
}

.footer-text .white{
    color: #ffffff;
}

.readmore-section a:hover{
    color: #ffffff !important;
}

.readmore-section a{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sticky-viber{
    position: fixed;
    right: 1.25rem;
    bottom: 76px;
    z-index: 9999999;
    color: #ffffff;
    font-size: 21px;
    background: rgba(43,52,69,.25);
    border-radius: 50%;
    padding: 0px 12px;
}

@media (min-width: 992px) {

    .offcanvas-collapse .offcanvas-header,
    .offcanvas-collapse .offcanvas-footer {
        display: flex;
    }

    #shop-sidebar .offcanvas-body {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

/**************************Custom dropdown Navbar menu******************************/



.inner-mnu-lists{
    background: #f7f9fb;
    display: block !important; 
    position: absolute;
    left: 400px;
    width: 400px;
    overflow-y: visible; 
    top: 10px !important;
    height: 100%;
    padding-top: 20px; 
    padding-bottom: 80px;
    padding-left: 20px;
}

.inner-mnu-lists ul{
    list-style-type: none;
}

.inner-mnu-lists li:hover{
    background-color: #ffffff;
}

.inner-mnu-lists ul li:hover  .third-level{
    display: block;
}

.mega-menu ul{
    padding-left: 0px;
}

.mega-menu .first-level li {
    padding: 10px 5px;
}

ul.second-level-li{
    padding-left: 0px;
}

.second-level-li ul{
    padding-left: 15px;
}

.third-level{
    background: #ffffff;
    display: none;
    position: absolute;
    left: 400px;
    width: 400px;
    top: 0px;
    height: 100%;
    padding-top: 20px; 
    padding-bottom: 80px;
    padding-left: 20px;
}


.third-level .dropdown-item{
    padding-left: 0px;
}

.third-level{
    overflow-y: scroll;
}


@media (max-width: 1199px) {

    .mega-menu .first-level{
        width: 350px !important;
    }

    .inner-mnu-lists{
        left: 350px;
        width: 300px;
    }

    .third-level{
        left: 300px;
        width: 300px;
    }
}

/***********************************************************************************/

.product-label{
    background-image: linear-gradient(to right, #000000, #eb2228);
    padding: 2px 6px;
    border-radius: 30px 30px 30px 0px !important;  
}


/***************** CUSTOM CSS *******************/

.header-footer-bg,
.navbar-sticky.bg-navbar,
footer.bg-footer {
    background: linear-gradient(89.72deg, #000000 22.92%, #EB2228 100%);
}

.subscription-form .btn-primary {
    background-color: #000000;
    border-color: #000000;
}

.text-white a {
    color: #ffffff;
    margin-right: 15px;
}

.navbar-stuck .custom-nav-menu {
    display: none !important;
}

.custom-nav-menu-sticky {
    display: none;
}

.navbar-stuck .custom-nav-menu-sticky {
    display: block;
}

.custom-nav-menu-sticky {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
    align-items: end;
}

.navbar {
    padding-bottom: 1.5rem;
}

.topbar-dark>div {
    flex-basis: 0;
}

.social i {
    color: #ffffff;
}

.navbar-light li.nav-item {
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #ffffff;
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        border-right: none;
    }
}

.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;
    padding-top: 10px;
    overflow: hidden;
    height: 95vh;
}

.mega-menu .first-level {
    background: #f3f5f9;
    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: 10px 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;
}


.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: #ffffff;
    position: absolute;
    top: 10px;
    left: 394px;
    /*width: 100%;*/
    /* max-width: 1040px; */
    width: 100%;
    min-height: 500px;
    height: 650px;
    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(33.33%);
    min-width: 180px;
}

.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(35%);
    }
}


@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%; 
} 

/* accordion start */
.mnu-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: absolute;
    top: 6px;
    right: 10px;
}

.mega-menu .active,
.mnu-accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 2px;
    display: none;
    background-color: white;
    overflow: hidden;
    padding-top: 5px;
}

/* accordion end */


@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: 0;
        right: auto;
        top: 46px;
        width: 100%;
    }
}

.navbar-tool.dropdown::before {
    content: none;
}

.navbar-light .navbar-tool:hover .navbar-tool-text {
    color: var(--header-txt-color-op085);
}

.single-product-section .nav-tabs .btn-outline-primary {
    background-color: gray;
    border-color:gray;
    opacity: 0.6;
}