
html,body{
    font-family: "Open Sans", sans-serif;
}
.hero {
  position: relative;
}

#mainNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  transition: all 0.3s ease;
}


#mainNav.scrolled {
  position: fixed;
  background: #1a2939; 
  padding-top: 20px;
   padding-bottom: 20px;
}

.carousel-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start; 
  align-items: flex-start; 
  text-align: left;

}

.carousel-item > .w-100 {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #fff;
  padding: 30px 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.carousel-indicators {
  z-index: 10 !important;
   bottom: 0 !important;
    bottom: 250px !important;
      left: 20px !important;;           
  right: auto !important;;            
  justify-content: flex-start !important;


}

.carousel-indicators button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100% !important;  
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.carousel-indicators .active {
  border: 1px solid #fff !important;
  background-color: transparent !important;
 
}

.sub-heading {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 50px 0px 40px 0px;
}

.sub-heading-content > h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30px;
}

.sub-heading-content > p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;

}

.product-card-heading > a{
  text-decoration: none;
  color: #1a2939;
  font-size: 16px;
  font-weight: 300;
   text-align: center;
}

.product-card-heading > h4{
   color: #1a2939;
  font-size: 24px;
  text-align: center;
}

.product-hero-title{
  color:#ffffff;
  font-size:36px;
  margin-top: 180px;
}

.product-hero-title-brand{

  margin-top: 60px !important;
}

.product-hero-link{
  color:#ffffff;
  font-size:24px;
  text-decoration: none;
  font-weight: 200;
}

.product-hero-link:hover{

  color:#ffffff;
}

.product-hero-button{
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 0px !important;
  padding:20px 10px !important;
  font-size: 16px;
}

.sub-heading-desktop{
  display: none;
}

.product-card-heading-mobile{
  display: none;
}

.col-product-wrapper{
  background-color: #f4f4f6;
  height: auto;
}

.product-card-name{
  text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color:#1a2939;
    font-size: 16px;
    margin-top:40px;
}

.product-card-description{
  text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color:#1a2939;
    font-size: 14px;
    margin-top:10px;
}

.product-card-price{
  text-align: center;
    font-family: "Roboto", sans-serif;
      color:#1a2939;
          font-weight: 700;
           font-size: 18px;
}

  sup {
    font-size: 0.6em;
    vertical-align: super;
  }
  .product-card-img-wrapper{
    height: 380px;
    overflow: hidden;
    position: relative;
  }

  .product-card-img-wrapper img,
  .product-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .brand-collection-title{
    text-transform: uppercase !important;
  }

  .product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .col-product-wrapper{
    background-color: #f4f4f6;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .brand-img-wrapper{
    padding: 20px;
    height:100px;
  }


  .product-link{
    text-decoration: none;
  }

  .best-sellers{
    background-color: #eaf1f5;
  }

  .best-seller-btn{

position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  padding: 15px 20px;
  width:250px;

  background: rgba(95, 95, 95, 0.5);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);

  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;



  transition: all 0.3s ease;

  }

  .bottom-best-seller {
  position: absolute;
  bottom: 100px; 
  left: 120px;   
  right: 20px;    
  z-index: 10;
  color: #fff;
}

.custom-fluid{
  padding-left: 5% !important;
   padding-right: 5% !important;
}

.bottom-best-seller > h1 {

  text-transform: uppercase;
  font-size: 36px;
}

.bottom-best-seller > a {
  text-decoration: none;
  color: #fff;

  font-size:24px;
  font-weight: 200;
}

.bottom-best-seller > button {
  text-decoration: none;
  color: #fff;
  font-size:16px;
  border-radius: 0px !important;
  margin-top:40px;
  text-transform: uppercase;
  padding:10px 20px;
}

footer{
  background-color: #111111;
  padding-top:40px;
  padding-bottom: 40px;
}

.footer-links-header{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
      font-family: "Open Sans", sans-serif;

}

.footer-links > a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
      font-family: "Open Sans", sans-serif;
}

.custom-input {
  position: relative;
  display: flex;
  align-items: center;

  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 15px;
  background: transparent;
    margin-top:20px;
}

.custom-input input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;

  padding-left: 35px;
  font-size: 16px;

}

.custom-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
     font-family: "Open Sans", sans-serif;
      font-weight: 300;
}

.icon {
  position: absolute;
  left: 15px;
  color: #fff;
  font-size: 16px;
}

.submit-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
   font-family: "Open Sans", sans-serif;
}

.sub-txt{
      font-family: "Open Sans", sans-serif;
      font-size:16px;
      line-height: 2;

}

.sub-footer{
  border-top:1px solid gray;
  margin-top:50px;
  padding-top:30px;
}

.sub-footer-links > a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;

}

.slider-wrapper{
  border: 1px solid #999999;
  padding: 15px;
  background: #fff;
  max-width: 380px;
  margin: 0 auto;
}
.main-slider {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.main-slider .swiper-wrapper {
  height: 100% !important;
  align-items: center;
}
.main-slider .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.main-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}
.thumb-slider {
 width: 100%;
  margin-top: 20px;
  height: auto;
   overflow: hidden;

}

.brand-logo{
  margin-top:100px;
}



.thumb-slider .swiper-slide {
  width: 80px;
  opacity: 0.5;
  cursor: pointer;
   flex-shrink: 0;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.bot-slider{
  margin-left: 6px;
  margin-right: 6px;
  width: 70px !important;
  height: 70px !important;
  border:1px solid #999999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.bot-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  margin: 0 auto;
  display: block;
}

.product-details-title{
  color:333333;
  font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.product-details-brand > p{
  line-height: 1.5;
  color:#333333;
  font-weight: 200;
}

.product-details-price > p{
  color:#1a2939;
  font-weight: 700;
  font-size:30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-top:40px;
}

.stock-available > p{
    color:#1a2939;
  font-weight: 700;
   font-family: "Roboto", sans-serif;
}

.product-details-description{
  margin-top:60px;
}

.product-details-description > h1{
   font-family: "Roboto", sans-serif;
   text-transform: uppercase;
    font-weight: 700;
    color:#333333;
    font-size: 24px;
}

.product-details-description > p{
  line-height: 1.5;
  color:#333333;
  font-weight: 200;
  margin-top:20px;
}

.add-to-cart{
  border: 1px solid #1a2939;
  border-radius: 0px;
  padding:10px 30px;
  background-color: #ffffff;
  font-weight: 700;
  font-size:18px;
  color:#1a2939;
  width: 250px;
}

.buy-now{
  border:none;
  border-radius: 0px;
  padding:10px 30px;
  background-color:#1a2939;
  font-weight: 700;
  font-size:18px;
  color:#ffffff;
  width: 250px;
}

.product-details-wrapper{
  padding-left:150px;
   padding-right:100px;
}

.contact-container{
  margin-top:50px;
}

.contact-form-wrapper > h4{
  font-size: 22px;
  color:#1a2939;
  font-family: "Roboto", sans-serif;
}

.contact-form-wrapper > h1{
  font-weight: 700;
  font-size: 42px;
  color:#1a2939;
  font-family: "Roboto", sans-serif;
}

.contact-form-wrapper > p{
  font-weight: 300;
  font-size: 18px;
  color:#1a2939;
  font-family: "Roboto", sans-serif;
}

.form-label{
  color:#1a2939;
  font-size: 18px;
  font-weight: 700;
}

.btn-contact-submit{
  background-color: #1a2939;
  border:none;
  margin-left:26%;
  color:#ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  width: 250px;

}

.contact-socials-wrapper{
  padding-left: 18% !important;
}

.nav-link{
  text-transform: uppercase;
  color: #ffffff !important;
}

.view-collection{
  font-weight: 700;
  color:#333333;
  border:1px solid #333333;
  padding:10px 20px;
  text-transform: uppercase;
}


.checkout-img-wrapper{
  border:1px solid #999999;
  padding:40px;
  width: 100%;
  height: 450px;
  
}

.qty{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#1a2939;
}

.total-price{
  font-size: 36px;
}

.grand-total{
  font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#1a2939;
    margin-top:20px;
}

.total-wrapper{

  border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
       padding-top:20px;
       width: 300px;
}

.total-wrapper > p{
text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size:16px;

}




.checkout-product{
  margin-right: 100px;
}


/* form for checkout */

.section-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.checkout-form{
  margin-top:100px !important;
}

.checkout-form label {
  font-size: 13px;
  margin-bottom: 5px;
}

.checkout-form .form-control {
  border-radius: 4px;
  padding: 10px;
}

.checkout-form button {
  background: #1e2a36;
  border: none;
  font-weight: 600;
  width: 300px;
}


/* end of form for checkout */

.checkout-product-info{
  width: 500px;
}

.cart-product-info{
 
}


.checkout-submit-btn{
  border-radius: 0px !important;
}

.checkout-disclaimer{
  text-align: center;
  color:#1a2939;
  font-size: 16px;
  font-weight: 200;
  margin-top:100px;
}

.cart-total{
  font-size: #1a2939;
  font-size: 36px;
   font-family: "Roboto", sans-serif;
   font-weight: 700;
   margin-top:50px;
}

.qty-selection{
  margin-top:-15px;
  margin-left:20px;
  width:50px;
}

.cart-grand-total{
  margin-top:20px;
   font-family: "Roboto", sans-serif;
   font-weight: 700;
     color:#1a2939;
}


.checkout-btn{
  width: 280px;
  border-radius: 0px;
  background-color: #ffffff  ;
  border:1px solid #1a2939   ;
  color: #1a2939 ;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 40px;
  font-weight: 700;
  margin-right: 10px;
}

.continue-shopping-btn{
    width: 280px;
  border-radius: 0px;
  background-color: #1a2939  ;
  border:1px solid #1a2939   ;
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 40px;
  font-weight: 700;

}

.success-message{
  text-align: center;
  color:#333333;
  font-size: 18px;
  font-weight: 300;
  margin-top:40px;
}

#mainLogo {
  transition: opacity 0.3s ease;
}

/* When navbar is open */
.navbar-collapse.show ~ #mainLogo,
.navbar-collapse.collapsing ~ #mainLogo {
  opacity: 0;
  pointer-events: none;
}


@media (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
  }
}
