/*-----------------
1. HOMEPAGE
-----------------------*/

/* 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;
}
.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: 16px !important;
    font-weight: 500 !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;
}
#footer {
    background-color: var(--secondary-clr) !important;
}