/***************/

/* Middle position add to cart button design */
:root {
    --color: #035298;
    --cart-bg: #035298;
    --success: #035298;
    --gradient: linear-gradient(rgba(105, 164, 31, 1), transparent);
    --shadow: rgba(0, 0, 0, 0.2);
    --dark: #333;
    --light: #fff;
    --border: .1rem solid rgba(0, 0, 0, .1);
    --border-hover: .1rem solid var(--black);
    --buy_now: #035298;
    --buy_now_hover: #035298;
}




/* @media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container-fluid {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
} */

body html {
    overflow-x: hidden !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-drag: none;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

* {
    margin: 0;
    padding: 0;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.footer_section {
    border-top: 1px solid #6fb425;
    border-left: 1px dotted #6fb425;
    border-right: 1px dotted #6fb425;
    position: absolute;
    bottom: 0;
}

/*body {*/

/*  font-family: Verdana, sans-serif;*/

/*}*/

.glyphicon {
    background: #034f93;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.footer_section_content {
    padding: 0px;
}

.footer_ending {
    /* background: rgba(0, 0, 0, .25) !important; */
    /* background: #6fb425 !important; */
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.footer_section_content ul {
    list-style: none;
}

.footer_section_content a {
    text-decoration: none;
    color: #6fb425;
}

.form-group {
    margin: 0px !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1111;
    top: 50px;
    right: 0;
    background-color: #ffffff;

    transition: 0.5s;
    box-shadow: -2px 5px 5px rgba(51, 51, 51, 0.2);
}

ul.subcategory-list {
    padding-left: 28px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}

li.nav-item.itemHeader:hover ul.subcategory-list a {
    color: #ffffffb5;
}

ul.subcategory-list a {
    color: black;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.footer_links  ul a{
    color:white;
    font-weight:400;
    transition: 0.3s;
}

.footer_links  ul a:hover{
    margin-left:5px;
}

li.nav-item.itemHeader .categoryItem.active ~ ul.subcategory-list{
    height: auto;
    overflow: visible;
}
li.nav-item.itemHeader .categoryItem  ~ .arrow_icon i{
    transition: transform 0.3s ease;
}
li.nav-item.itemHeader .categoryItem.active ~ .arrow_icon i{
    transform: rotate(180deg);
}
li.nav-item.itemHeader:hover ~ ul.subcategory-list a:hover {
    color: white;

}


.itemHeader {
    position:relative;
}
.itemHeader > .categoryItem ~ .arrow_icon {
    position:absolute;
    right:5px;
    top:10px;
    bottom:unset;
    color:#035298;
    z-index:99;
    
}
.itemHeader > .categoryItem:hover ~ .arrow_icon,
.itemHeader > .categoryItem.active ~ .arrow_icon {
    color:white;
}



.shopping_cart_side_fix {
    position: absolute;
    top: 50%;
    left: -80px;
    z-index: 9999;
    background: gray;
    /* padding:15px; */
    width: 80px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
    color: white;
    overflow: hidden;
    padding-top: 5px;
    cursor: pointer;
}

div#mySidenav.sidenav.mystyle .themeColor,
div#mySidenav.sidenav.mystyle .cart_header,
div#mySidenav.sidenav.mystyle {
    width: 30%;
    min-width: 400px;
}


.cart_header {
    /* background: #6fb425; */
    margin: auto;
    padding: 10px;
    font-size: 16px;
}

.cart_header span {
    color: #ffffff;
    font-size: 16px;
}

.product_details_dis {
    text-align: center;
    height: 200px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.list-group-item input[type="radio"] {
    visibility: hidden;
}

.btn {
    width: 100%;
}

.side_cart_value {
    position: fixed;
    z-index: 1000;
    right: 0px;
    bottom: 50%;
    top: 50%;
    background: #28a745;
    padding: 10px;
    height: 85px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.carousel {
    width: 100%;
}

input,
a,
button,
body {
    font-size: 14px !important;
}

.product_details_dis a {
    font-size: 12px !important;
    text-decoration: none;
}

/* modal Login */

/* Full-width input fields */

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 17px 20px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */

button {
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: var(--success) !important;
}

/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

.modal1 {
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    overflow: scroll;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 0;
    height: 100%;
    overflow: hidden;
}

.select2-container {
    z-index: 99999 !important;
    /* Increase the z-index */
}

.select_location {
    border: 2px solid var(--success);
    text-align: center;
}

.ui-autocomplete {
    z-index: 9999999 !important;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 0;
}

.locationSelect {
    z-index: 9999999 !important;
}

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 0 auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%;
    /* Could be more or less, depending on screen size */
    margin-top: 5%;
}

/* The Close Button (x) */

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.loader {
    border: 2px dotted var(--success);
    border-radius: 50%;
    border-top: 3px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    margin: auto auto;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid var(--success);
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  margin:auto auto;
 

  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

#myCarousel {
    display: inline;
}

/*Carosol indicatore */

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black;
    border: 1px solid #fff;
    border-radius: 10px;
}

.cart_width {
    width: 25%;
}

.mobile_header {
    display: none;
}

.cart_action {
    width: 30%;
}

.cart_header {
    width: 30%;
}

.cart_details {
    margin-top: 50px;
    margin-bottom: 100px;
    max-height: 80vh;
}

@media only screen and (max-width: 991px) {

    .sidenav {
        z-index: 999999;
        margin-top: 13%;
    }

    .footer_left {
        text-align: center;
    }

    .footer_right {
        text-align: center;
    }

    .cart_details {
        margin-top: 65px;
        margin-bottom: 170px;
    }

    .cart_action {
        width: 100%;
    }

    .cart_header {
        width: 100%;
    }

    .mobile_header {
        width: 100%;
        display: inline-block;
        background: #ffffff;
        position: fixed;
        z-index: 111;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .mobile_header_1 {
        width: 100%;
        float: left;
        background: #ffffff;
        padding: 5px;
        text-align: center;
    }

    .mobile_header_3 {
        width: 65%;
        float: left;
        text-align: center;
    }

    .mobile_header_3 ul {
        list-style: none;
    }

    .mobile_header_3 ul li {
        float: left;
        width: 50%;
    }

    .mobile_header_2_33 {
        width: 20%;
        float: left;
        text-align: center;
        margin: 0 auto;
        background: var(--success) !important;
    }

    .mobile_header_2_33 a {
        color: #ffffff;
    }

    .mobile_header_2_1 {
        width: 15%;
        float: left;
        text-align: left;
        margin: 0 auto;
    }

    .mobile_header_2_2 {
        width: 65%;
        float: left;
        text-align: right;
        margin: 0 auto;
        background: var(--success) !important;
        padding: 2px 5px;
    }

    .product_dis_fra {
        width: 50%;
        margin-top: 40px;
    }

    .loader {
        margin-top: 150px;
    }

    .product_details_dis {
        height: 235px;
        text-align: center;
    }

    #background_banner {
        margin-top: 50px;
    }

    .cart_width {
        width: 90%;
    }

    .collapse:not(.show) {
        display: none;
    }



    .bg-light {
        display: none;
    }

    .modal1 {
        top: 18%;
        z-index: 99999;
    }

    .select2-container {
        z-index: 99999 !important;
        /* Increase the z-index */
    }

    .container.select_location input,
    select {
        margin-top: 10px;
    }

    .modal {
        top: 18%;
        z-index: 9999991;
        /* z-index: 991; */
    }

    .modal-content {
        margin-top: 0;
        width: 100%;
    }
/* 
    .mystyle {
        width: 100% !important;
        top: 95px;
    } */

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        background: var(--success) !important;
    }

    .btn-primary {
        background: var(--success) !important;
        border: 0px;
    }

    .sidepanel_cat {
        width: 0;
        position: fixed;
        text-align: left;
        z-index: 1;
        top: 0px;
        left: 0;
        background-color: var(--success);
        overflow: scroll;
        transition: 0.5s;
    }

    /*.sidepanel_cat a*/
    .closebtn_cat {
        padding: 0px 8px 0px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #cccccc;
        display: block;
        transition: 0.3s;
        font-size: 50px !important;
        font-weight: bold;
    }

    .sidepanel_cat a:hover {
        color: #f1f1f1;
    }

    .sidepanel_cat .closebtn_cat {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 36px;
    }

    .openbtn_cat {
        font-size: 20px;
        cursor: pointer;
        background-color: var(--success) !important;
        color: white;
        padding: 12px 15px;
        border: none;
        margin: 0px !important;
    }

    .openbtn_cat:hover {
        background-color: var(--success) !important;
    }

    .sidebar-sticky {
        display: none;
    }

    /*cat Navigation*/
}

@media only screen and (max-width: 992px) {

    .sidenav {
        z-index: 999999;
        margin-top: 13%;
    }

    .footer_left {
        text-align: center;
    }

    .footer_right {
        text-align: center;
    }

    .cart_details {
        margin-top: 65px;
        margin-bottom: 170px;
    }

    .cart_action {
        width: 100%;
    }

    .cart_header {
        width: 100%;
    }

    .mobile_header {
        width: 100%;
        display: inline-block;
        /* background: #ffffff; */
        background: var(--color);
        position: fixed;
        z-index: 11111;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .mobile_header_1 {
        width: 100%;
        float: left;
        background: #ffffff;
        padding: 5px;
        text-align: center;
    }

    .mobile_header_3 {
        width: 65%;
        float: left;
        text-align: center;
    }

    .mobile_header_3 ul {
        list-style: none;
    }

    .mobile_header_3 ul li {
        float: left;
        width: 50%;
    }

    .mobile_header_2_33 {
        width: 20%;
        float: left;
        text-align: center;
        margin: 0 auto;
        background: var(--success);
    }

    .mobile_header_2_33 a {
        color: #ffffff;
    }

    .mobile_header_2_1 {
        width: 15%;
        float: left;
        text-align: left;
        margin: 0 auto;
    }

    .mobile_header_2_2 {
        width: 65%;
        float: left;
        text-align: right;
        margin: 0 auto;
        background: var(--success);
        padding: 2px 5px;
    }

    .product_dis_fra {
        width: 50%;
        margin-top: 40px;
    }

    .loader {
        margin-top: 150px;
    }

    .product_details_dis {
        height: 235px;
        text-align: center;
    }

    .cart_width {
        width: 90%;
    }

    .collapse:not(.show) {
        display: none;
    }


    .bg-light {
        display: none;
    }

    .modal1 {
        top: 18%;
        /* z-index: 99999999999999; */
        z-index: 99991;
    }

    .select2-container {
        z-index: 99999 !important;
        /* Increase the z-index */
    }

    .container.select_location input,
    select {
        margin-top: 10px;
    }

    .modal {
        top: 18%;
        z-index: 9999991;
    }

    .modal-content {
        margin-top: 0;
        width: 90%;
        padding: 20px;
    }

    /* .mystyle {
        width: 100% !important;
        top: 95px;
    } */

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        background: var(--success);
    }

    .btn-primary {
        background: var(--success);
        border: 0px;
    }

    .dropdown-menu.show {
        /*position:fixed !important;*/
    }

    /**/
    .sidepanel_cat {
        width: 0;
        position: fixed;
        text-align: left;
        z-index: 1;
        top: 0px;
        left: 0;
        background-color: var(--success);
        overflow: scroll;
        transition: 0.5s;
    }

    /*.sidepanel_cat a*/
    .closebtn_cat {
        padding: 0px 8px 0px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #cccccc;
        display: block;
        transition: 0.3s;
        font-size: 50px !important;
        font-weight: bold;
    }

    .sidepanel_cat a:hover {
        color: #f1f1f1;
    }

    .sidepanel_cat .closebtn_cat {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 36px;
    }

    .openbtn_cat {
        font-size: 20px;
        cursor: pointer;
        background-color: var(--success);
        color: white;
        padding: 12px 15px;
        border: none;
        margin: 0px !important;
    }

    .openbtn_cat:hover {
        background-color: var(--success);
    }

    .sidebar-sticky {
        display: none;
    }

    /*cat Navigation*/
}



.cartGroup {
    display: flex;
    justify-content: center;
}

.cartGroup button {
    width: 36px;
    height: 36px;
    margin: auto;
    font-size: 25px;
    border-radius: 50% !important;
    /* background: #6fb425; */
    background: var(--color);
    color: white;
}

a:hover {
    text-decoration: none !important;
    font-weight: bold;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.cartGroup input {
    outline: none !important;
    border: 2px solid var(--cart-bg);
    border-radius: 5px;
    margin: 8px;
    color: red;
    text-align: center;
    width: 50%;
    font-size: 30px;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-success {
    background-color: var(--success) !important;
    border-radius: 20px !important;
}

/* FOr Top Right Corrner Add to Cart Icon */





/* Theme color change */

.themeColor {
    /* background-color: #6fb425; */
    background-color: var(--success) !important;
    color: white;
}

.btn-danger {
    background-color: #dc143c !important;
    border-radius: 20px !important;
    color: white;
}

.redTheme {
    background-color: #dc143c !important;
    opacity: 0.5;
    color: white;
}

/* Top nav color */

.bg-dark {
    background-color: var(--success) !important;
}

#bottomToTop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 100%;
    border: 4px solid var(--success);
    background-color: #e7f8cb;
    /* box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.58); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

div#bottomToTop:hover {
    background-color: var(--success) !important;
}

#bottomToTop::before {
    content: "Top";
    position: absolute;
    /* word-spacing: 15px; */
    line-height: 1;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #dc143c;
    font-size: 14px;
    font-weight: 700;
}


ul li {
    list-style-type: none;
}

.shadow {
    box-shadow: 0 0 4rem 3px rgb(0 0 0 / 17%) !important;
}

/* custom button  */

.btn-grad {
    background: var(--success) !important;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 3px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-ramadan {
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: bold;
    background-size: 200% auto;
    color: #000000;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-ramadan:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.stickyPosition {
    padding: 18px 0 0 0;
}

#popup {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(to bottom, #7ed56f, #28b485, #239f85); */
    background: linear-gradient(to right, var(--success), orange);
    border-radius: 10px;
    display: none;
    z-index: 99999999;
    transition: top 0.5s ease-in-out;
}

.card {
    background: transparent !important;
    border: 0px
}

.arrow-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid rgb(7 30 31) !important;
    cursor: pointer;
    /* animation: arrow-move 1s ease-in-out infinite; */
}

.card {
    width: 16rem !important;
    /* default width */
}

@media screen and (min-width: 768px) {
    .card {
        width: 25rem !important;
        /* width when screen is 768px or larger */
    }
}


.humburger {
    margin: auto;
    height: 50px;
    position: relative;
}

#menu {
    width: 35px;
    height: 30px;
    margin: auto;
    margin: 20px;
    cursor: pointer;
}

.bar {
    height: 5px;
    width: 100%;
    background-color: white;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

#bar1 {
    transform: translateY(-4px);
}

#bar3 {
    transform: translateY(4px);
}

.navs li a {
    color: #fff;
    text-decoration: none;
}

.navs li a:hover {
    font-weight: bold;
}

.navs li {
    list-style: none;
    padding: 8px 0;
}

.navs {
    padding: 0;
    margin: 0 20px;
    transition: 0.3s ease;
    display: none;
}

.menu-bg,
#menu-bar {
    top: 0;
    left: 0;
    position: absolute;
}

.menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 20px;

    background: #06393b;
    border-radius: 50%;
    transition: 0.3s ease;
}

#menu-bar {
    z-index: 2;
}

.change-bg {
    width: 450px;
    height: 580px;
    transform: translate(-60%, -30%);
}

.change .bar {
    background-color: white;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
}

.change #bar3 {
    transform: translateY(-6px) rotate(45deg);
}

.change #bar2 {
    opacity: 0;
}

.change {
    display: block;
}

#background_banner {
    background: linear-gradient(rgb(3 82 152), transparent);
    padding: 10px 0 64px 0;
}

html {
    overflow-x: hidden;
}


.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.mobile_header_2_33 {
    width: 104px;
}

.mobile_header_2_1 {
    width: 90px;
}

.mobile_header_2_2 {
    width: calc(100% - 104px - 90px);
}


ul li {
    list-style-type: none;
}


li.nav-item.itemHeader {
    border-top: 1px dotted #b5b5b5;
    transition: background-color 0.2s ease;
    transition: color 0.2s ease;
}

li.nav-item.itemHeader:last-child {
    border-bottom: 1px dotted #b5b5b5;
}

li.nav-item.itemHeader:has(.active) ,
li.nav-item.itemHeader:hover {
    background-color: var(--success);
    color: #fff;
    cursor: pointer;
}


.content_heading {
    width: 100%;
    background: var(--success);
    padding: 5px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.add_cart.buy_now {
    margin-top: 0;
    background: var(--buy_now) !important;
    color: white;
    border: 1px solid var(--buy_now);
}

.add_cart.buy_now:hover {
    background: var(--buy_now_hover) !important;

    border: 1px solid var(--buy_now_hover);
}

.item-cart-total {
    white-space: nowrap;
    margin-top: 4px;
}

li.nav-item.itemHeader.page_icon {
    display: none;
}

@media (max-width:991px) {

    nav.navbar {
        height: 0px;
        overflow: hidden;
    }


    li.nav-item.itemHeader.page_icon {
        display: block;
        padding: 9px 12px;
    }

    li.nav-item.itemHeader.page_icon a {
        color: black;
    }

    li.nav-item.itemHeader.page_icon a i {
        margin-right: 12px;
        text-align: center;
    }

}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}





/* css product image glass effect */
.productImgContainer::before,
.productImgContainer::after {
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: 'J&J Mart';
    height: 100%;
    width: 100%;
    transition: 1s;
    color: #a0a0a0;
    font-size: 17px;
    z-index: 2;
    padding: 7px;
    display: none;
}

.productImgContainer img {
    transition: 0.5s;
    ;
}


.productImgContainer::after {
    top: 47%;
    left: -70%;
    transform: rotate(57deg);
}

.product_items:hover .productImgContainer::after {
    left: -150%;
}

.productImgContainer::before {
    right: -70%;
    top: -40%;
    transform: rotate(238deg);
}

.product_items:hover .productImgContainer::before {
    right: -150%;
}

/* css product image glass effect */




/* Slider */
body {
    font-family: Roboto, 'Open Sans', sans-serif
}

@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@-webkit-keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 3px
}

.mhn-slide .mhn-item img {
    display: none
}

.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px
}

.mhn-slide .mhn-text h4 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mhn-slide .mhn-text p {
    max-height: 4.5em;
    overflow: hidden
}

.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor
}

.mhn-slide .owl-nav .disabled {
    display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 40%;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    /* margin-top:-20px; */
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
    left: -10px
}

.mhn-slide .owl-next {
    right: -10px
}

.mhn-slide .owl-dots {
    display: none;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* end slider    */




.input-group.search_with_category {
    background: white;
    border-radius: 5px;
    align-items: center;
    margin: 10px 0;
    flex-wrap: nowrap;

}

button#search_btn {
    width: min-content;
    border: none;
    background: transparent;
    color: black;
    outline: none;
    border: none;
    box-shadow: none;
}

.input-group.search_with_category input {
    padding: 10px;
    outline: none;
    border: none;
    box-shadow: none;


}


.filter_home_enabled #background_banner{
    display: none;
}

@media (max-width:991px) {
    
    .filter_home_enabled .filter_data{
        margin-top: 60px;;
    }
}

.cursor-pointer{
    cursor: pointer;
}



  .Save_offer_amaount {
        position: absolute;
        top: 14px;
        color: white;
        padding: 0 5px;
        left: -7px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
 }

 .bg-white {
    background: #ffffff !important;
}