/** Shopify CDN: Minification failed

Line 103:0 Unexpected "}"

**/
.gallery-image-custom .spacing-gr .item {
    padding: 0 15px;
}
.gallery-image-custom .spacing-gr {
    margin: 0 0px;
}

.boxInformationImage .row{
  align-items: flex-start !important;
}

.Mageplaza-MediaBlock__Container .Mageplaza-MediaBlock__Top .Mageplaza-MediaBlock__TopHeader.Subheading {
  display: none;
}
cart__popup-related-title{
  display: none !important;
}
.nav .nav-tabs li:nth-child(1){
  display:none !important;
}


.bogos-gift-item-price-container .bogos-gift-item-price {
  display: none !important;
}

.bogos-gift-item-price-container .bogos-gift-item-compare-price {
  display: inline-block !important;
  text-decoration: none !important;
  opacity: 1 !important;
  color: inherit !important;
}



.section-slideshow .content-caption .caption-2{
  margin-bottom: 30px;
}

.section-slideshow .slick-slide .slide-image {
  position: relative !important;
}

/* .item-product .thumbnail-container {
    aspect-ratio: 1 / 1 !important;
} */
/* .item-product .thumbnail-container img {
    height: 100%;
}
.respone_image {
    height: 100%;
}
.item-product .thumbnail-container a {
  height: 100%;
} */
#shopify-section-16181993638d9f1738 .content-captiont-1 {
    top: 50% !important;
}

#shopify-section-16181993638d9f1738 .content-1 {
    padding: 15px 25px !important;
}

/* #shopify-section-16181993638d9f1738 .content-captiont-1{
  top:10% !important;
 
} */
.caption .content-1{
   background: #fefefeb8 !important;
}
.product-single__tabs .block_nav .nav-tabs li:nth-child(4){
  display: none !important;
}
.cart__popup-related-title{
  display: none !important;
}

#NovBreadcrumbs .breadcrumb {
  max-width: 100%; /* Ensures the breadcrumb occupies the full available width */
  display: flex; /* Helps with alignment and space distribution */
  flex-wrap: wrap; /* Ensures items wrap to the next line if needed */
}
#NovBreadcrumbs .breadcrumb .list-inline-item span {
  display: inline-block;
  white-space: normal; /* Allows text wrapping */
  overflow: visible; /* Makes sure no text is hidden */
  word-wrap: break-word; /* Breaks long words */
  max-width: 100%; /* Ensures it stays within the container */
}

/* .blog--column-view .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blog--column-view .article--listing {
  flex: 1 1 calc(33.333% - 20px); /* 3 items per row */
} */


/*  hide hamburger */
#shopify-section-nov-sidebar-article{
    display: none;
}
#cart_block { margin-right: 0; }


.sidebar-block .search__sidebar {
  display:none !important;
}

.section_img_text .block-image .subtitle{
  min-height: 60px !important;
}
.write-review-section {
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.write-review-section .review-content {
  text-align: center;
}

.write-review-section .review-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.write-review-section .review-description {
  font-size: 18px;
  margin-bottom: 15px;
  color: #666;
}

.write-review-section .btn {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.write-review-section .btn:hover {
  background-color: #0056b3;
}

@media (min-width: 1700px) {
  .site-nav > li {
    margin-right: 40px !important; 
  }
}
@media (min-width: 1441px) {
    .gallery-image-custom .spacing-gr {
        padding-left: 80px;
        padding-right: 80px;
    }

  


}

@media(min-width: 992px){
  .boxInformationImage .row{
    align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .site-nav > li {
    margin-right: 20px !important; 
  }
}

@media(max-width: 992px){
  #shopify-section-16181993638d9f1738 .content-1 {
    padding: 10px !important; 
    width: 280px !important; 
    /* top: 140px;  */
    z-index: 99;
  }
  .section-slideshow .content-caption .caption-2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .mobile-filter-container {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .template-collection .full_width #NovBreadcrumbs{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mobile-filter-container.active {
    display: block !important;
  }

  .mobile-filter-toggle {
    text-align: center;
    margin-bottom: 15px;
  }

  #closeFilters {
    display: block;
    margin: 10px auto;
    background-color: #ddd;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }

  #closeFilters:hover {
    background-color: #bbb;
  }
}

@media(max-width: 480px){
  #shopify-section-16181993638d9f1738 .content-1 {
    width: 250px !important; 
    padding: 10px !important; 
  }

  .pagination__text>span , .pagination__btn i{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

  .pagination li:not(:last-child){
    margin-right: 2px;
  }

  .pagination__btn.btn_prev .zmdi-chevron-left {
    margin-right: 0px;
  }

  .pagination__btn.btn_next .zmdi-chevron-right {
    margin-left: 0px;
  }

  

  /* .row.spacing-60>[class*=" col-"]{
    padding-right: 15px !important;
  } */
}
.icon-user {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0632/2018/7395/files/icons8-user-64.png?v=1648021264) no-repeat;
  background-size:26px 26px;
}

.item-show-acc {
    margin-right: 15px;
}