@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Inter', sans-serif;
    
}
.page-wrapper{
    background-color: #EFF2F4;
    padding: 0px !important;
}

.header input{
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    padding: 5px;
    border-radius: 3px;
}
.header select{
    background: #FFFFFF;
    border: 1px solid #0D6EFD;
    padding: 5px;
}
.menu-link-container a img{
    height: 20px;
}
.menu-link-container a span{
    display: block;
    text-align: center;
    color: #8B96A5;
    
}
.menu-link-container .avatar {
}

.second-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 70px; 
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.second-nav a{
    margin-right: 20px;
    margin-left: 10px;
}

.second-nav select{
    border: none;
    font-family: 'inter';
    outline: none;
    font-size: 16px;
    margin-right: 70px;  
}
.active{
    background-color: #e5f1ff33;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
}
ul{
    text-decoration: none;
    list-style-type: none;
}
ul li{
    padding: 7px;
}
.title-container{
    position: absolute;
    top: 10%;
    left: 5%;
}

h4 span{
    display: block;
}
.profile{
    gap: 5px;
    
}
.profile-section{
    background-color: #E3F0FF;
    border-radius: 5px;
}
.profile .user-text{
    font-size: 14px;
    line-height: 19px;
    color: #1C1C1C;
    

}
.profile-img-container{
    height: 40px;
    width: 40px;
}

.profile-img-container img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.button-container .btn , .button-container-2 .btn {
    font-size: 13px;
    width: 90%;
}
div.timer-holder div{
    margin: 5px;
    background: #0d6efd/* #606060 */;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
div.timer-holder div span{
    font-size: 14px;
    font-weight: 600;
}
.percentage-off span{
    display: inline-block;
    padding: 5px 10px;
    background: #FFE3E3;
    border-radius: 29px;
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.product-name{
    margin-top: 20px;
    margin-bottom: 0;
}

.custom-container:hover .item-img img{
    transform: scale(1.1);
}
.addToCartBtn{
    transition: background-color 0.6s ease;
}
.addToCartBtn:hover{
    background-color: #0D6EFD;
    color: white !important;
}
@media (min-width:767px){
    .product-list-container .row .col{
        border-bottom: 0;
    }
    

}

@media (max-width:767px){
    .item{
        flex: 50%;
        width: 50%;
    }
    .custom-container{
        margin-top: 5px;
    }
}
@media (max-width:400px){
    .item{
        flex: 100%;
        width: 100%;
    }

}
.item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 0;
    border-right: 1px solid #DEE2E7;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
}
.item:last-child{
    border-right: none;
}
.store-text-overlay{
    top: 20%;
    left: 30%; 
}
.shop-image{
    filter: brightness(0.5);
}

.item-name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;

}
.item-price{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    word-wrap: break-word;
    line-height: 16px;
    color: #8B96A5;
    margin-top: 30px;
}
.item-container{
    flex: 3;
    padding-top: 5px;

}
.item-img{
    flex: 2;
    padding-top: 10px ;
}
.form-container{
    background-image:
    linear-gradient(to right , #2C7CF1, rgba(0, 209, 255, 0.5)),
    url('svg/bgimg3.png');
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}



.recommended-items-container{
    padding: 5px;
}

.recommended-items-container p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;  
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #8B96A5;
}

.recommended-items-container h4{
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px; 
}
.recommended-items-container{
    background-color: #fff;

}
.row-gap .recommended-items-container{
    border-radius: 5px;
    padding: 15px; 
}
@media (max-width:600px){
    .recommended-items-container p{
        font-size: 15px;
    }
    .recommended-items-container h4{
        font-size: 14px;
    }
}
@media (min-width:767px){
    .recommended-items-container{
        margin:3px;
    }
    .col .card {
        width: 16rem !important;
    }
}
.addToCartBtn{
    border-radius: 16px;
}
img.card-img-top{
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #E0E0E0;
    background-color: black;

}

.search-icon{
    position: absolute;
    font-size: 25px; 
    background: #D1E7FF;
    border: 2px solid #FFFFFF;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50%;
    bottom: 40%;
    left: 70%; 
}
@media (min-width:500px) and (max-width:767px){
    .supermarket .row .col {
        width: 50%;
    }
    
}
.email-container{
    background-color: #DADADA;
}
@media (min-width: 767px){
    div.input-container input{
        width: 30% !important;
    }
}
.input-container{
    gap: 5px;
}

.footer{
    display: flex;
}
@media(max-width:600px){
    .footer{
        flex-direction: column;
    }
}

.footer{
    font-family: 'Inter';
}
.footer span{
    margin: 2px ;
}
.title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
    padding-left: 5px;
}
li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #8B96A5;

}
.footer ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.section{
    padding: 0;

}
.footer{
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 769px){
    .footer{
        margin-top: 60px ;
    }
}
.footer-item1{
    flex: 4;
}
.footer-item2{
    flex: 2;
}
.footer-item3{
    flex: 2;
}
.footer-item4{
    flex: 2;
}
.footer-item5{
    flex: 2;
}
.footer-item6{
    flex:2;
}
.copyright{
    background: #EFF2F4;
    border-top: 1px solid #DEE2E7;

}

.latestProductContainer a{
    text-decoration: none;
}

.latestProductContainer .item-img img {
    height: 200px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 5px;
    transition: all ease-in-out .5s;
}

  body {
    overflow-x: hidden;
  }
  .avatar .fa {
    font-size: 20px;
    color: #8b96a5;
  }  

  .avatar {
    position: relative;
  }

  .avatar .counter {
    position: absolute;
    right: 30px;
    top: -9px;
    background: rgb(234, 32, 32);
    border-radius: 50%;
  }

  .avatar .counter span {
    width: 18px;
    height: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }

  .header{
    transition: all .9s cubic-bezier(0,.31,1,.88);
    align-items: center;
  }

  .header a{
    text-decoration: none;
  }

  .header.active {
    position: fixed;
    width: 100%;
    z-index: 9;
    padding-top: 20px;
    top: 0;
    margin-top: 0 !important;
    margin: 0px;
  }

  .theProduct {
    position: relative;
  }

  .sale-price {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 10px;
background: #FFE3E3;
border-radius: 29px;
color: red;
font-size: 14px;
font-weight: 600;
  }

  @media (min-width: 769px) {
    .deal-item {
        width: 155px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .deal-item .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
    }
  }

  
  .top-menuu{
    margin-left: auto;
  }

  .top-menuu .avatar:not(:last-child) {
    margin-right: 20px;
  }
  
  @media (max-width: 768px){
    .search-container {
        margin-top: 15px;
      }
    .top-menuu {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .col-md-2.p-0.my-account {
        margin-top: 15px;
    }

    .item-img {
        padding-top: 0;
    }


    .latestProductContainer .item-img img {
        max-height: 200px !important;
    }

    #categories{
        margin-top: 26px !important;
    }
    
    .unshow{
        display: none;
    }

    .hide {
        display: block !important;
        position: absolute;
        top: 0px;
        right: 0;
        font-size: 14px;
        cursor: pointer;
    }

    .footer {
        display: block;
        margin-top: 50px;
    }
  }


  .avatar:hover a span, .avatar:hover a .fa {
    color: #0d6efd;
    transition: all .2s cubic-bezier(.77,-0.11,.04,.93);
  }

  .checkout-card{
    border-radius: 15px;
  }

  .checkout-finalize-btn{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }

  #modifyForm{
    cursor: pointer;
  }

  .prod-link {
    color: unset;
    text-transform: capitalize;
    text-decoration: none;
  }

  .recommended-items-container a {
    text-decoration: none;
    color: inherit;
  }

  .button-container a{
    text-decoration: none;
  }

  #categories li.active{
    margin-bottom: 5px;
  }

  ul#categories img {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
  }

  body::-webkit-scrollbar {
      width: 1em;
      background-color: #F5F5F5;
  }

  body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5;
      border-radius: 10px;
  }

  body::-webkit-scrollbar-thumb {
      background-color: #0d6efd;
      height: 40px;
      border-radius: 10px;
  }

  .store_list img {
      width: 100%;
      height: 95px;
      object-fit: cover;
      object-position: top;
  }

  .preloaded {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #0d6efd;
      /* Change this to the desired background color */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999999999999999;
      /* Make sure the preload is on top */
      overflow: hidden;
      animation: pulse 1.2s infinite;
  }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes pulse {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

  .preloaded-img-wrap {
      text-align: center;
  }

  .show-menu {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    background: #000000a3;
    z-index: 9999999;
    overflow: scroll;
}

#mobile-menu .close-menu {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
}

#mobile-menu .close-menu .fa {
    font-size: 25px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggleState{
    height: 100% !important;
    overflow: auto !important
}

.theProduct h4{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand_logo{
    height: 35px;
    object-fit: contain;
}

a.special{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #8B96A5;
}

.pagination-container {
    /* position: sticky;
    bottom: 0; */
    margin-top: 30px;
}

.footer .section {
    padding-bottom: 10px;
}

.footer .icons{
    display: flex;
}
.footer .icons a {
    text-decoration: none;
    font-size: 30px;
}

.footer .icons>div {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer .icons>div i.ri-facebook-line{
    color: #1877F2;
}

.footer .icons>div i.ri-twitter-line{
    color: #1DA1F2;
}

.footer .icons>div i.ri-instagram-line{
    color: #E4405F;
}

.footer .icons>div i.ri-linkedin-line{
    color: #0077B5;
}

.footer .icons>div i.ri-youtube-line{
    color: #FF0000;
}

img.verified {
    width: 30px;
    height: 30px;
}

div#my-gallery a {
    color: transparent;
}

.filter-bar .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #212529;
}

.filter-bar .accordion-button{
    background-color: transparent !important;
}

.filter-bar .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    color: #212529;
}

.grid-1-child{
    border-bottom: none !important;
}

.grid-1-child a{
    padding-left: 0 !important;
}

.slider.slider-horizontal{
    width: 100% !important;
}

.slider-handle{
    background-color: #17A2B8 !important;
    background-image: linear-gradient(to bottom, #17A2B8, #17A2B8) !important;
}

.filter-btn {
    position: fixed;
    right: 0;
    bottom: 5em;
    margin-right: 20px;
    background: #007bff;
    padding: 1px 10px;
    border-radius: 5px;
}

.filter-btn i {
    font-size: 25px;
    color: #fff;
}

.filter-wrapper {
    position: fixed;
    bottom: -100px;
    overflow-y: scroll;
    height: 100vh;
    background: rgb(27 27 27 / 37%);
    padding: 18px;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.filter-wrapper .accordion{
    margin-bottom: 10em
}

.state-cut {
    overflow: hidden;
    height: 205px;
}

a.see-all {
    cursor: pointer;
}

a.apply-filter {
    background: #007bffbd;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    cursor: pointer;
}

a.apply-filter:hover{
    text-decoration: none;
    color: currentColor;
}

.nonBikeable img {
    width: 50px;
    object-fit: contain;
    aspect-ratio: 1;
    margin-right: 5px;
}

@supports (-webkit-touch-callout: none) {

    /* CSS rules specifically for iOS browsers */
    input {
        font-size: 16px;
    }
}


.preloaded-img-wrap img {
    display: inline-block;
    animation: breathing 1s ease-in-out 0s infinite alternate forwards;
}

@keyframes breathing {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}