/*-----------------
1. HOMEPAGE
-----------------------*/
:root {
    --generic-clr: #3C76E8;
}

/* banner  */
.home_banners .item {
    position: relative;
  }
  .home_banners .item::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 363px;
      z-index: 0;
      background: linear-gradient(180deg , rgba(0, 42, 44, 0) 19.26%, rgba(1, 31, 32, 0.7) 100%);
  }
  .banner_data {
      position: absolute;
      right: 100px;
      bottom: 100px;
      text-align: right;
      color: #fff;
  }
  .banner_title {
      font-weight: 900;
      font-size: 45px;
      line-height: 53px;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      margin: 0;
  }
  .banner_desc {
      font-weight: normal;
      font-size: 25px;
      line-height: 29px;
      color: #FFFFFF;
  }
  .action_btn {
      display: inline-block;
      width: 232px;
      height: 50px;
      line-height: 50px;
      background: #62BEC1;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      border-radius: 34px;
      text-align: center;
      color: #fff;
      transition: all 0.3s;
  }
  .action_btn:hover {
      color: #fff;
      text-decoration: none;
  }
  .action_btn img {
      display: inline-block !important;
      max-width: 26px;
      margin-left: 14px;
      transition: all 0.3s;
  }
  .action_btn:hover img {
    margin-left: 20px;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
      border-radius: 50%;
      display: inline-block;
      margin: 0 3px;
      width: 11px;
      height: 11px;
      border: 1.5px solid #FFFFFF;
      box-sizing: border-box;
      transition: all 0.3s;
  }
  .owl-dots button.owl-dot.active {
      width: 32px;
      height: 10px;
      background: #FFFFFF;
      box-shadow: 0px 2.51584px 2.51584px rgb(0 0 0 / 25%);
      border-radius: 15.724px;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .home_banners  .owl-dots {
      padding-top: 0;
      position: absolute;
      bottom: 30px;
      left: calc(50% - 80px);
  }
  .owl-nav {
      position: absolute;
      top: calc(50% - 10px);
      width: 100%;
  }
  .owl-prev{
      left: 0;
      position: absolute;
      color: white !important;
  }
  .owl-next{
      right: 0;
      position: absolute;
      color: white !important;
  }


 /* Product Grid */
 .title {
    padding-bottom: 20px;
}
.bestprice ul {
    list-style: none;
    margin-top: 15px;
}
.bestprice ul li {
    width: 19%;
    display: inline-block;
}
.product-grid {
    text-align: center;
    margin: 0;
}
.product-grid .product-image {
    position: relative;
    overflow: hidden;
}
.bestprice .product-grid .product-image a.image {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px  solid #a3a3a3;
    border-radius: 50%;
    margin: 0 auto;
}
.product-grid .product-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.bestproduct .product-grid .product-image img {
    padding: 24px;
    text-align: center;
}
.product-grid .product-content {
    text-align: center;
    padding: 15px 0 0;
}
.product-grid .title {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 0;
}
.ellipsis-line1 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid .title a {
    color: #333;
    transition: all .4s ease;
    text-transform: capitalize;
}
.product-grid .price {
    color: #030303;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    display: block;
    height: 32px;
    margin-bottom: 14px;
}
.cart_btn {
    display: inline-block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 34px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(to right,#62bec1,#62bec1);
}
.cart_btn:hover {
    color: white !important;
}

.viewmore {
    margin-top: 20px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.viewmore i {
    color: #62bec1;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 2px 4px 0 #ddd;
    margin-left: 5px;
}


.product_home {
    padding: 25px 10px;
    border: 1px solid #a3a3a3;
    max-height: 330px;
}
.product-discount-label {
    color: #fff;
    background: #F89922;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 1;
}
.loadbtn {
    margin: 20px 0;
}
.loadbtn span {
    border-bottom: 2px solid black;
}
.f-30 {
    font-size: 30PX !important;
}

/******************** 
HEADER
*********************/
header.fixed-header {
    background: #fff !important;
    padding-top: 10px;
    padding-bottom: 0;
    height: 100px;
}
.top_menu {
    flex-wrap: wrap;
}
.top_menu_right .nav-item .nav-link img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(6%) saturate(116%) hue-rotate(349deg) brightness(99%) contrast(87%);
}
.header_search {
    & button {
        padding: 0.5px 45px;
        background-color: #242424 !important;
        color: #fff;
        font-size: 16px;
        border-radius: 30px !important;
        font-weight: 600;
        border: 0 solid #444E59;
        margin-left: -40px !important;
        z-index: 5;
    }
}
/******************** 
FOOTER  
*********************/
#footer {
    background-color: #242424;
    & ul li a {
        font-weight: normal;
        font-family: 'Poppins';
    }
}
.newsLatters {
    & button {
        padding: 0.5px 45px;
        background-color: #F27022 !important;
        color: #fff;
        font-size: 16px;
        border-radius: 30px !important;
        font-weight: 600;
        border: 0 solid #444E59;
        margin-left: -40px !important;
        z-index: 99;
    }
    & input.form-control {
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: 30px 0px 0px 30px !important;
        border: 2px solid #B5B5B4 !important;
        color: #c3c1c0;
        background-color: #fff;;
    }
    & input.form-control:focus {
        z-index: 1;
    }
    & .input-group-prepend {
        z-index: 1;
    }

}
.footerLink {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
}
.FollowUs li:not(:last-child) {
    margin-right: 2.5rem;
}
@media only screen and (max-width: 768px) {
    .footerLink {
        flex-direction: column;
        & li {
            border-bottom: 1px solid #fff;
            padding-bottom: 14px;
        }
    }
    .newsLatters {
        & button {
            padding: 0.5px 30px;
        }
    }
    header.fixed-header {
        box-shadow: none;
        height: 140px;
    }
    .TopSellingProducts > div:not(:first-child) {
        padding-right: 3px;
        padding-left: 3px;
    }
    .TopSellingProducts > div:first-child {
        padding-right: 3px;
        padding-left: 3px;
    }
    .TopSellingProducts > div > .card {
        margin-bottom: 6px;
    }
    .homepageCategorySliderContainer {
        padding-right: 0;
    }
    .addtocartAction > div:last-child {
        order: -1;
    }
     
}

@media only screen and (min-width: 992px) {
    .top_menuMenu {background: #EBEBEB;margin-top: 14px;}
    #mainMenu .navbar-nav li,.navbar .navbar-nav li {border: none;}

/******************** 
Homepage 
*********************/
    .TopSellingProducts > div:not(:first-child) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .TopSellingProducts > div:first-child {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .TopSellingProducts > div > .card {
        margin-bottom: 10px;
    }
    
}
