/** Shopify CDN: Minification failed

Line 11:482 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-section (INDEX:10, SCOPED:FALSE) */
.banner-section img{width:100%}.banner-section{background-color:#0c0404}.banner-slider{display:flex;overflow:hidden;width:100%}.slide{flex-shrink:0;width:100%}.slide img{width:100%;height:auto}.next-btn{position:absolute !important;z-index:1;right:0;bottom:30px !important;background:#000;padding:10px;opacity:.8}.prev-btn{position:absolute !important;z-index:1;left:0;bottom:30px !important;background:#000;padding:10px;opacity:.8}.next-btn img{width:14px}.prev-btn img{width:14px}}
/* END_SECTION:banner-section */

/* START_SECTION:best-seller (INDEX:12, SCOPED:FALSE) */
.deal-box img {
    /* background: radial-gradient(circle, rgba(63,154,251,1) 0%, rgba(226,110,68,1) 100%) !important; */
  }
/* END_SECTION:best-seller */

/* START_SECTION:category-section (INDEX:16, SCOPED:FALSE) */
.add-section a{
      display:flex;
    }
    .add-section a:hover{
      opacity:0.5
    }
    .add-section-2 a{
      display:flex;
    }
    .add-section-2 a:hover{
      opacity:0.5
    }

    .cat-box{
      position:relative;
    }
    .cat-box .outbox{
      /* border-radius: 100%; */
      width: 100%;
      height: 100%;
      display:flex;
      /* background: #353839; */
      justify-content: center;
      background: #3491b0;
      align-items: CENTER;
      vertical-align: bottom;
      /* padding:25px; */
      }

      .cat-box img{
         width: 160px;
      }
    .ellipsis {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 5px 13px;
  }
    .adv-ornage {
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase !important;
      margin-bottom: 0px;
  }
/* END_SECTION:category-section */

/* START_SECTION:product-deals (INDEX:69, SCOPED:FALSE) */
.deal-box img {
    /* background: radial-gradient(circle, rgba(63,154,251,1) 0%, rgba(226,110,68,1) 100%) !important; */
  }
/* END_SECTION:product-deals */

/* START_SECTION:tabbed-collections (INDEX:81, SCOPED:FALSE) */
.collection-items {
    display: none;
    justify-content: center;

    overflow-x: auto;
    scroll-behavior: smooth;
       justify-content: center;
    flex-wrap: wrap;
  }

  .collection-items.active {
    display: flex;
  }
  .filter-tabs{
        display: flex;
    justify-content: space-around;
  }
  .arrow-btn{
        margin-left: 20px;
  }
/* END_SECTION:tabbed-collections */

/* START_SECTION:testimonial-videos (INDEX:83, SCOPED:FALSE) */
.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-color:rgba(0,0,0,.5);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.play-button svg{fill:#fff;width:40px;height:40px}.margintp{margin-bottom:20px}.vid{background:#d1d1d1}
/* END_SECTION:testimonial-videos */