/** Shopify CDN: Minification failed

Line 269:0 Expected "}" to go with "{"

**/
.collection-grid-section {
  margin-top: 3rem;
}

.collection {
  position: relative;
}
.collection-grid-section .container{
/*   max-width: 1440px !important; */
}
.filter-div{
  width: 250px;
  margin-left: 20px;
}

.color__list{
  padding: 0px !important;
}
.color-item {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block !important;
margin: 2px;   
 overflow: hidden;
}
.color-item label{
  padding: 15px;
position: relative;
}
.color-checkbox {
  position: absolute;
  left: 0;
  top : 0;
  width: 30px;
  height: 30px;
opacity: 0;  
}
.color-checkbox:checked ~ span{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    bottom: 2px;
    right: 2px;
    margin: 0!important;
    box-shadow: 0px 0px 0px 20px #888888;
}
@media (max-width: 767px){
  .filter-div{width: 100%;}
}
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .collection .title:not(.title--no-heading) {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 750px) {
  .collection .title-wrapper-with-link--no-heading {
    margin-top: calc(6rem + var(--page-width-margin));
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media (min-width:768px) and (max-width:991px){
     .filter-div{width: 100%;}
} 



/* new css */

.content {
  text-align: center;
  display: none;
  
}
#loadMore_botton {
    width: 200px;
    color: #000;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: transparent;
    transition: .3s;
}
  .collection-header-title{
    display:flex;
    
  }
  .collection-filter-buttons a:hover{
    color:#000;
  }
  .collection-filter-buttons a{
    display:inline-block;
  }



  .collection-box-wrapperrr{
        overflow:hidden;
    overflow-x: auto;
        display: flex;
    flex-wrap: unset;
    width: 100%;
    margin-top:30px;
    margin-bottom:30px;
    justify-content:space-between;
}
 .collection-box-wrapperrr .box-wrapper-row {
  width: calc(100% / 8 ) !important;
  padding:0px 8px;
}


@media (min-width:992px) and (max-width:1199px){
   .collection-box-wrapperrr .box-wrapper-row {
        width: calc(100% / 6 ) !important;
}
}

@media (min-width:768px) and (max-width:991px){
      .collection-box-wrapperrr .box-wrapper-row{
          width: calc(100% / 5 ) !important;
}
} 
  @media (max-width:480px){
     .collection-box-wrapperrr .box-wrapper-row {
            width: calc(100% / 2.5 ) !important;
}
}



.collection-box-wrapperrr .index_collection-best .index_collection-best-img{
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
 border-radius: 50%;
}

.collection-box-wrapperrr .index_collection-best .index_collection-best-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.collection-box-wrapperrr .index_collection-best .index_collection-best-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 object-fit: cover;
  
}
.collection-box-wrapperrr .index_collection-best .index_collection-best-text{
    padding: 10px 0;
  text-align: center;
}
.collection-box-wrapperrr .index_collection-best .index_collection-best-text p {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
      color: #000;
/*       font-family: 'Guardian Egyptian'; */
/*   font-family: 'Graphik Medium','sans-serif'; */
    font-family: 'aktiv-grotesk-devanagari','sans-serif';

}

@media (min-width: 992px) and (max-width: 1199px) {
.collection-box-wrapperrr .index_collection-best .index_collection-best-text p {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
.collection-box-wrapperrr .index_collection-best .index_collection-best-text p {
    font-size: 19px;
  }
}


.collection-box-wrapperrr .index_collection-best .index_collection-best-text a{
   font-size:13px;
   color:#959595;
 }

.collection-box-wrapperrr{
  flex-wrap: unset;
}



@media (min-width: 768px) and (max-width: 991px) {
.collection-box-wrapperrr .index_collection-best .index_collection-best-text a {
    font-size: 12px;
  }
}

@media (max-width:560px){
    .collection-box-wrapperrr .index_collection-best .index_collection-best-text p {
    font-size: 12px;
  }
.collection-box-wrapperrr img.mobile-img{
  display:none;
}

@media (max-width:767px){
.collection-box-wrapperrr img.desktop-img{
  display:none;
}
  .collection-box-wrapperrr img.mobile-img{
  display:block;
}
}


