.main-header .dropdown-menu {
  right: 0;
  left: inherit;
}

.new-arrivals .slick-dots {
  overflow: hidden;
}

div#sign-in {
  margin-top: 15px;
  
}
.print-error-msg-login ul,
.print-error-msg-register ul,
.dashboard-page-content .alert.alert-danger ul
.alert.alert-danger ul {
  margin-bottom: 0 !important;
}

.product {
  text-align: center;
}

.product img {
  width: 100%;
  max-width: 330px;
  margin: auto;
}

.galleries-product img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.pagination .pagination {
  flex-wrap: wrap;
  justify-content: center;
}
.privacy-policy h2,
.term-of-service h2 {
  text-align: center;
}
.modal.quick-view {
  padding-top: 80px;
}
.zig-zag{
  background: #6094e3;
  padding: 30px 0;
}
.zig-zag h2 {
color: #fff;
font-size: clamp(24px, 4.2vw, 40px);
line-height: clamp(30px, 4.2vw, 50px);
}
.zig-zag p {
color: #fff;
}
.zig-custom-btn{
  background-color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
  margin-top: 2%;
  border:1px solid #000;
}
.zig-zag-text-bg {
  background-color: #3669B6;
  border-radius: 15px;
  padding: 5% 7%;
}
.zig-zag-text {
  height: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;

}

@media (max-width: 320px) {
  .canvas-close {
    margin-left: 30px !important;
  }
  .topbar p {
    line-height: 20px;
    padding: 10px 0;
  }
  .cart-canvas {
    width:98%;
  }
   
}
@media (max-width: 480px) {
  div#sign-in {
    padding-top: 1%;
  }
  .cart-canvas {
    width: 98%;
  }
  .shopping-bag-row , .shopping-bag-row .media-body{
    flex-direction: column;
    align-items: center;
  }
  
  .shopping-bag-row .shopping-bag-count {
    margin: auto !important;
  }
  .shopping-bag-row .cart-price.pr-6{
padding-right: 0 !important;
  }
  .zig-custom-btn{
    
    padding: 7px 15px;
   
  }
  
}

@media (max-width: 767px) {
  .product img {
    max-width: 280px;
    margin: auto;
    text-align: center;
  }
  .sign-in .modal-content {
    margin-top: 2%;
  }
  .product {
    text-align: center;
  }
  
div#sign-in {

  padding-top: 15%;
}
.zig-zag img{
  max-width: 80%;
  margin: auto;
}

}
@media (max-width: 1199px) {
  .wishlist-star,
  .view-shopping-bag {
    display: inline-block !important;
  }
  .wishlist-star a,
  .view-shopping-bag a {
    font-size: 17px !important;
    display: inline !important;
    padding-left: 0 !important ;
  }

  .wishlist-star .number,
  .view-shopping-bag .number {
    font-size: 15px !important;
  }
}