
.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
  /* font-family: Arial, sans-serif; */
  /* font-family: "Inter", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

a{
  color:inherit;
  text-decoration: none;
}

.centered-div{
  display:flex;
  justify-content: center;
}

.whatsapp-icon{
  position:fixed;
  bottom:50px;
  left:20px;
  width:60px;
  height:60px;
  z-index:5000;
}

.lazy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #555;
  font-size: 14px;
  font-family: sans-serif;
  min-height: 150px;   /* fallback height */
  position: relative;
  overflow: hidden;
}

.lazy-box .placeholder {
  animation: blink 1.5s infinite;
  background:rgba(0, 0, 0, 0);
  font-weight:bold;
  color:lightgray;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.lazy-box img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
}

.lazy-box.loaded img {
  opacity: 1;
}

.bg-lazy {
  background-size: cover;
  background-position: center;
}
.top-banner {
  background-color: #f7f7f7;
  font-size: 0.9rem;
}

.pagination-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination-container .prev-btn {
    padding: 10px 20px;
    border: 1px solid lightgrey;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.pagination-container .count {
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.pagination-container .next-btn {
    padding: 10px 20px;
    border: 1px solid lightgrey;
    color: #000;
    font-size: 14px;
    text-align: center;
}

/* header .logo{
  width:100px;
  height:auto;
}

header .mobile-cart-btn-link{
  position:relative;
  display:none;
}

header .mobile-cart-btn{
  position:relative;
  font-size:30px;
  color:#111;
}

header .mobile-user-btn{
  position:relative;
  font-size:30px;
  color:#111;
  display:none;
}

header .desktop-cart-btn-span{
  position:relative;
}

header .desktop-cart-btn{
  font-size:25px;
  color:#636363;
  margin-right:25px;
}



header .global-cart-count{
  width:15px;
  height:15px;
  border-radius:15px;
  font-size:10px;
  background:crimson;
  color:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:-3px;
  right:-3px;
}

header .desktop-cart-btn-span .global-cart-count{
  right:20px;
  top:-10px;
}

header .navbar-dropdown{
  position:relative;
}

header .navbar-dropdown a{
  cursor: pointer;
}

header .navbar-dropdown .navbar-dropdown-child{
  position:absolute;
  background:#fff;
  border:1px solid #111;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding:10px;
  border-radius:5px;
  top:100%;
  left:calc(10% + 0px);
  display:none;
}

header .navbar-dropdown .navbar-dropdown-child.first{
  left:0px;
}


header .navbar-dropdown .navbar-dropdown-child li{
  font-size:14px;
  margin-bottom:10px;
  margin-top:10px;
  width: 150px;
}

header .navbar-dropdown .navbar-dropdown-child li a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

header .navbar-dropdown .navbar-dropdown-child li a i{
  font-size:12px;
  color:gray;
}

header .search-container{
  position:relative;
  display:flex;
  background:#F7F7F7;
  padding:5px 10px;
  margin-right:15px;
  border-radius:50px;
}

header .search-container input{
  background:none;
  border:none;
  outline: none;
  font-size:14px;
  color:gray;
}

header .search-container button{
  background:none;
  border:none;
  color:gray;
  font-size:14px;
} */

.size-guide-modal-background{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.8);
  z-index:5500;
  display:none;
}

.size-guide-modal{
  position:fixed;
  top:0px;
  right:0px;
  width:500px;
  height:100%;
  background:#fff;
  z-index:5600;
  padding:20px;
  overflow-y: auto;
  display:none;
}

.size-guide-modal .size-chart {
  max-width: 520px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
}

.size-guide-modal .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}

.size-guide-modal .chart-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.size-guide-modal .close-btn {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.size-guide-modal table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.size-guide-modal thead th {
  background: #f3f3f3;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}

.size-guide-modal tbody td {
  padding: 8px;
  border-bottom: 1px solid #eee;
  font-size:14px;
}

.size-guide-modal tbody tr:nth-child(even) {
  background: #fafafa;
}


.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

footer h5 {
  margin-bottom: 1rem;
}

.product-page .img-thumbnail-container{
  margin-bottom:10px;
}

.product-page .img-thumbnail-container .box{
  cursor: pointer;
}


.product-page .quantity-container {
    display: flex;
    border: 1px solid lightgrey;
    width: 120px;
    margin-bottom: 15px;
}

.product-page .quantity-container .minus {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: lightgrey;
    cursor: pointer;
}

.product-page .quantity-container .quantity-field {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #000;
    border: none;
}

.product-page .quantity-container .plus {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: lightgrey;
    cursor: pointer;
}

.product-page .colors-container .color.active{
  border:2px solid #353535 !important;
}

.product-page .sizes-container .size.active{
  border:2px solid #353535 !important;
}

.cart-page table thead th{
  background:#202020;
  color:#fff;
}
.cart-page .quantity-container {
    display: flex;
    border: 1px solid #eee;
    width: 90px;
}

.cart-page .quantity-container .minus {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: lightgrey;
    cursor: pointer;
}

.cart-page .quantity-container .quantity-field {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: lightgrey;
    border: none;
}

.cart-page .quantity-container .plus {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: lightgrey;
    cursor: pointer;
}



.cart-page .update-quantity-btn {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    display: none;
}


.checkout-page .payment-method-container {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.checkout-page .payment-method-container .box {
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.checkout-page .payment-method-container .box.active {
    border: 2px solid #000;
}

.checkout-page .payment-method-container .box .box-left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-page .payment-method-container .box .box-left .circle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #eee;
}

.checkout-page .payment-method-container .box.active .box-left .circle {
    background: #000;
}

.checkout-page .payment-method-container .box .box-right {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.checkout-page .payment-method-container .box.active .box-right {
    font-weight: bold;
    color: #000;
}


.checkout-page .discount-code-container {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 20px 0px;
}

.checkout-page .discount-code-container .discount-code-field {
    padding: 10px;
    width: 70%;
    background: #fff;
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-size: 14px;
}

.checkout-page .discount-code-container .discount-code-btn {
    padding: 10px;
    width: 30%;
    background: #CDCDCD;
    color: #000;
    border: 1px solid lightgrey;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}


.order-status-page .order-status-container {
    position: relative;
    width: 400px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.order-status-page .order-status-container .icon-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.order-status-page .order-status-container .icon-container .icon {
    color: mediumseagreen;
    font-size: 80px;
}

.order-status-page .order-status-container .title {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.order-status-page .order-status-container .description {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.order-status-page .order-status-container p {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.hide-on-desktop{
  display:none;
}

.show-on-desktop{
  display:block;
}



/*************************** start of  smaller screen*******************/

@media only screen and (max-width: 690px) {

  .hide-on-mobile{
    display:none;
  }

.show-on-mobile{
  display:block;
}

  .whatsapp-icon{
    width:50px;
    height:50px;
  }

  /* header .mobile-cart-btn-link{
    display:block;
  }

  header .mobile-user-btn{
    display:block;
  }

  header ul{
    position:relative;
  }

  header ul li{
    position:relative;
    width:100%;
    border:1px solid lightgray;
    padding:5px;
    margin-bottom:10px;
    margin-top:10px;
  }

  header ul li a{
    width:100%;
    display:flex !important;
    justify-content: space-between;
    align-items: center;
  }

  header ul li a i{
    font-size:12px;
    color:gray;
  }

  header .navbar-dropdown{
    position:relative;
  }


  header .navbar-dropdown .navbar-dropdown-child{
    position:relative;
    background:#fff;
    border:none;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding:10px;
    border-radius:5px;
    top:100%;
    left:calc(0% + 0px);
    display:none;
  }

  header .navbar-dropdown .navbar-dropdown-child li{
    width:100%;
  }

  header .search-container{
    width:100%;
    margin-top:5px;
    margin-right:0px;
  }

  header .search-container input{
    width:90%;
  }

  header .search-container button{
    width:10%;
  } */

  .size-guide-modal{
    width:100%;
    left:0%;
  }

  #heroCarousel .carousel-inner .carousel-item{
    /* padding:100px 0px; */
    height:400px;
  }

  #heroCarousel .carousel-inner .carousel-item img{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .order-status-page .order-status-container {
    width: 90%;
  }
}

/*************************** end of  smaller screen*******************/