/** Shopify CDN: Minification failed

Line 318:80 Unterminated string token
Line 320:1 Expected ")" to go with "("

**/


/* CSS from section stylesheet tags */
.banner-container img {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .banner-container .collection-banner {
    max-width: 1350px !important;
    margin: 0 auto !important;
  }
  .slides .collection-banner {
    max-width: 1350px !important;
    margin: 0 auto !important;
  }
.custom-collection__section {
    background: #fff !important;
  }
.hide-desktop{
display:none;
}
.hide-mobile{
display:block;
}
.rb-best-sellers .rb-container h3 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  padding: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}

.rb-best-sellers .rb-container .cover-intro {
    padding-top: 0;
	position: relative;
    background-position: center center;
    background-size: cover;
    height: 425px;
    background-repeat: no-repeat; 
}


.rb-best-sellers .rb-container .cover-intro  a:hover{
background-color:rgba(0,0,0,.3);
}

.rb-best-sellers .rb-container .cover-intro picture{
    padding: 15px 13px 15px 14px;
    padding-top: 0;
	position: relative;
}

.rb-best-sellers .rb-container .cover-intro .text-wrapper {
    padding: 0 0 45px 30px;
	color: white;
    position: absolute;
    bottom: 0;
	max-width: 70%;
}

.rb-best-sellers .rb-container .cover-intro .text-wrapper h2 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
	text-transform: uppercase;
    margin: 0;
    text-align: center;
	font-weight: 600;
	color:#fff;
}

.rb-best-sellers .rb-container .cover-intro .rb-col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    display: flex;
    flex-wrap: wrap;
}

.rb-best-sellers .rb-container .rb-btn-primary {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #1F1F24;
    background: white;
    width: 175px;
    padding-top: 5px;
    border: 1px solid #1F1F24;
    text-align: center;
    transition: all ease-in-out 0.4s;
    height: 50px;
    align-items: center;
    display: flex;
	justify-content: center; 
	border: none; 
	transition: all .2s;
}

.rb-best-sellers .rb-container .rb-btn-primary:hover {
    color: #fff;
    background: #1F1F24; 
}

.rb-best-sellers .rb-container .product-wrapper {
    display: flex;
    padding: 15px 0px 15px 0px;
}

.rb-best-sellers .rb-container  .product-wrapper .product-img img {
    transition: all ease-in-out 0.3s;
}

.rb-best-sellers .rb-container  .product-wrapper .product-img {
    position: relative;
    background-color: #F4F4F4;
    margin: 0 11px;
    padding: 25px;
    box-sizing: border-box;
	color:#000;
}

.rb-best-sellers .rb-container  .product-wrapper .product-img.first  {
    margin-left:0px;
}

.rb-best-sellers .rb-container  .product-wrapper .product-img.last {
    margin-right:0px;
}


.rb-best-sellers .rb-container  .product-wrapper .product-img:hover img {
    transform: scale(1.1);
}

.rb-best-sellers .rb-container .product-wrapper .product-img span {
    position: absolute;
    bottom: 8%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
  .rb-best-sellers .rb-container .cover-intro .rb-col-md-7 {
      flex: 0 0 100%;
      max-width: 100%;
    
  }

  .rb-best-sellers .rb-container .cover-intro .text-wrapper {
      padding: 45px;
      text-align: center;
  }

  .rb-best-sellers .rb-container .cover-intro .text-wrapper h2{
      width:100%;
  }

  .rb-best-sellers .rb-container .rb-btn-primary{
      margin-left:auto;
      margin-right:auto;
  }
}

@media only screen and (max-width: 960px) {

  .rb-best-sellers .rb-container  .product-wrapper .product-img.first {
          margin: 0 11px;

  }

  .rb-best-sellers .rb-container  .product-wrapper .product-img.last {
          margin: 0 11px;

  }

}
@media(max-width:768px){
.hide-desktop{
display:block;
}
.hide-mobile{
display:none;
}
.rb-best-sellers .rb-container .cover-intro {
background-image:url('{{ section.settings.background_img | img_url: '470x425' }}');
}
}
.rb-shop-by .rb-container h2 {
    margin-top: 0 !important;
	font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 15px;
}

.rb-shop-by .rb-container .item-wrapper {
   	position: relative;
    padding: 15px 10px;
}

.rb-shop-by .rb-container .item-wrapper a:hover img {
   	filter: brightness(0.5); 
}

.rb-shop-by .rb-container .item-wrapper img {
   	width:100%;
    transition: all .3s;
}

.rb-shop-by .rb-container .rb-col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.rb-shop-by .rb-container span {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 1.7vw !important;
    position: absolute; 
    bottom: 32px;
    display: block;
	font-size: 30px !important;
    font-weight: 600;
    letter-spacing: 8px;
}
/* to solve horizontal scroll start */
.rb-shop-by .rb-container .rb-row .item-wrapper a{
	position:relative;
}
/* to solve horizontal scroll end */

@media only screen and (max-width: 800px) {
  .rb-shop-by .rb-container .rb-row {
  	flex-direction:column;
  }
  
  .rb-shop-by .rb-container .item-wrapper {
      width:100%;
      max-width:100%;
      padding: 15px 20px;
  }
  .rb-shop-by .rb-container .rb-col-md-4 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
  }

}
.rb-video  .background {
  position: relative;
  box-sizing: border-box;
  background: #fbfbfb  no-repeat center;
  background-size: cover;
  height: 100%;
}

.rb-video .video{
  height: 537px;
  margin-bottom: 6rem;
  padding: 0px;
}

.rb-video .background::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  cursor: pointer;
  background: url('https://cdn.shopify.com/s/files/1/0046/6966/9491/files/play_icon_e5f292ef-eb6d-43d5-a86d-3cf1b9acfe39.png?v=1596458049') no-repeat center;
  background-size: cover;
  transition: all 0.25s ease-in-out;
}

.rb-video .background:hover::before {
transform: scale(1.2);
}
@media only screen and (max-width: 800px) {
.rb-video  .background {
   height:450px;
   margin:0px 20px;
}

}

@media only screen and (max-width: 768px) {
.rb-video  .background {
background-image:url('{{section.settings.video_preview  | img_url: '430x450'}});
}
}