*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}



/* color */
.bg-skyblue{
  background-color: #073E56;
}

.bg-second-skyblue{
  background-color: #EFF7F8;
}

.text-skyblue{
  color: #073E56;
}

.text-second-skyblue{
  color: #B8FFF9;
}

.btn-skyblue{
  background-color: #073E56;
  color: #000000;
}

.btn-outline-skyblue{
  border: 1px solid #073E56;
  color: #000000;
}

.border-skyblue{
  border: 1px solid #073E56!important;
}

/* overirde container */

.container{
  max-width: 1320px!important;
}


header .fa{
  font-size: 24px;
}

.brand-logo{
  margin-bottom: 0;
  padding-bottom: 0;
}

header .search-box{
  width: 650px;
}

.header-box-link{
  font-weight: bold;
}

header .search-box-small{
  display: none;
}

.carousel-item img{
  height: 380px;
  object-fit: cover;
}


.cat-image{
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.product-image{
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.product-title{
  min-height: 50px;
}

.bg-support{
  background-color: #333;
}

.mobile-bottom-box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #073E56;
  z-index: 100;
}

footer{
  background-color: #222;
}

.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: 110px;
  height: 110px;
  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;
}

.wa-style{
  height: 70px;
  width: 70px;
  padding: 2px 10px;
  position: fixed;
  bottom: 40px;
  right: 5px;
  font-size: 30px;
}

.bottom-button{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 300;
  background-color: #fff;
  padding: 10px 5px;
}


@media(max-width: 1200px){
  header .search-box{
    width: 550px;
  }

  header .search-box-small{
    display: none;
  }

  .carousel-item img{
    height: 320px;
    object-fit: cover;
  }

  .product-image{
    width: 100%;
    height: 170px;
    object-fit: cover;
  }

  .product-details-image{
    height: 250px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}

@media(max-width: 1024px){
  header .search-box{
    width: 300px;
  }

  header .search-box-small{
    display: none;
  }

  .header-box-link{
    display: none;
  }

  .carousel-item img{
    height: 280px;
    object-fit: cover;
  }

  .product-image{
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .product-details-image{
    height: 210px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 80px;
    height: 80px;
    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;
  }

  .carousel-item img{
    height: 210px;
    object-fit: cover;
  }

  .product-image{
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .product-details-image{
    height: 370px;
    width: 100%;
    object-fit: cover;
  }

  .cart-product-image{
    width: 70px;
    height: 70px;
    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-title{
    min-height: 60px;
  }

  .product-image{
    width: 100%;
    height: 125px;
    object-fit: cover;
  }
  
  .product-title{
      min-height: 75px;
  }

  .product-details-image{
    height: 230px;
    width: 100%;
    object-fit: cover;
  }
  
  

  .cart-product-image{
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
}