*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  position: relative;
}

.custom-header{
  border-bottom: 3px solid #11593F;
}

header .fa{
  font-size: 24px;
  color: #11593F;
}

.brand-logo{
  margin-bottom: 0;
  padding-bottom: 0;
  color: #11593F;
}



.product-image{
  width: 100px;
  height: 100px;
  object-fit: cover;
}


.btn-custom{
  background-color: #11593F;
  color: #fff;
}

.text-custom{
  color: #11593F;
}

.bg-custom{
  background-color: #11593F;
  color: #fff;
}

.footer-custom a{
  font-size: 30px;
}


.cart-box{
  position: fixed;
  bottom: 6px;
  left: 0;
  right: 0;
  width: 100vw;
}

.cart-box div{
  background-color: #11593F;
  color: #fff;
}

header .fa{
  font-size: 24px;
}

.brand-logo{
  margin-bottom: 0;
  padding-bottom: 0;
}

header .search-box{
  width: 600px;
}

.header-box-link{
  font-weight: bold;
}

header .search-box-small{
  display: none;
}

.product-image{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-title{
  min-height: 50px;
}

.support .fa{
  font-size: 36px;
}

.social-link{
  color: #ddd;
  font-size: 20px;
  margin-right: 10px;
}

.social-link:hover{
  color: #fff;
}

.product-details-image{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.cart-product-image{
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.cart-qty-box{
  width: 80px;
  margin-right: 10px;
}

.sidebar{
  min-height: 100vh;
  width: 250px;
  z-index: 5;
  display: none;
}

.side-nav-item{
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}


@media(max-width: 1200px){
  header .search-box{
    width: 550px;
  }

  header .search-box-small{
    display: none;
  }

  .product-image{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .product-details-image{
    height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}

@media(max-width: 1024px){
  header .search-box{
    width: 300px;
  }

  header .search-box-small{
    display: none;
  }

  .header-box-link{
    display: none;
  }

  .product-image{
    width: 100%;
    height: 170px;
    object-fit: cover;
  }

  .product-details-image{
    height: 210px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px){
  header .search-box{
    display: none;
  }

  header .search-box-small{
    display: block;
  }

  .header-box-link{
    display: none;
  }

  .product-details-image{
    height: 370px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
}

@media(max-width: 480px){
  header .search-box{
    display: none;
  }

  .header-box-link{
    display: none;
  }

  header .search-box-small{
    display: block;
  }

  .brand-logo{
    font-size: 20px;
  }

  .carousel-item img{
    height: 160px;
    object-fit: cover;
  }

  .product-image{
    width: 100%;
    height: 145px;
    object-fit: cover;
  }

  .product-details-image{
    height: 230px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
}