/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.nt_pr h3.product-title a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}




.discount-wrapper{margin-bottom:74px;}
.promo-entry label,.promo-notification h4{font-size:16px;color:#464646;display:block;text-transform:uppercase;letter-spacing:0.9px;}
.promo-input{width:166px;height:20px;  margin-right: 10px;}



<div class="coupon-wrapper" data-v-2b12540f="">
<div class="coupon-list" data-v-2b12540f="">
<div class="coupon-item" data-v-2b12540f="">
<div data-v-2b12540f="">
<span style="font-weight:700;">15% OFF </span> for your 1st order! (CODE:CIDER) </div>
<span data-v-2b12540f="">Copy</span>
</div>
<div class="coupon-item" data-v-2b12540f="">
<div data-v-2b12540f="">
<span style="font-weight:700;">$15 OFF </span> on orders $99+ (CODE:CIDER_15) </div>
<span data-v-2b12540f="">Copy</span>
</div>
</div>
<p class="coupon-tips" data-v-2b12540f="">Apply code for extra discounts in the next step.</p>
</div>



/* Header */
.sticky-header-logo {margin-top: 3px;margin-right: 20px;}

/* Catalog */
.tt-product .tt-image-box img{
  width: 100%;
  object-fit: cover;
  height: 440px;
}
.tt-product .tt-description .tt-title, .tt-product .tt-description .tt-price {
    font-size: 12px;
}
.tt-product .tt-description .tt-title {
    margin-bottom: -5px;
}

/* Single Product */
.tt-product-single-info .tt-wrapper + .tt-add-info {
    display: none;
}
.tab-content .tt-title{
  margin-top: 5px;
}
.product-description-box {
    padding: 10px 20px;
    border: 1px solid #ccc;
    max-width: 50%;
    margin: 20px auto;
    
}
.collection-description-box {
    padding: 10px 20px;
    border: 0px solid #ccc;
    max-width: 50%;
    margin: 20px auto;
}
.pagereturn-description-box {
    padding: 10px 20px;
    border: 0px solid #ccc;
    max-width: 100%;
    margin: 20px auto;
}
.blog-description-box {
    padding: 10px 20px;
    border: 0px solid #ccc;
    max-width: 100%;
    margin: 20px auto;
}
.tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  margin-bottom: 15px;
}
.tt-product-single-info .column-buy-now {width: 30%;}

.tt-product-single-info .column-buy-now .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    margin: 0;
    padding: 19px 7px 16px;
}
.tt-product-single-info .tt-title {
    font-size: 21px;
}

.tt-product-single-info .tt-price span {
    font-size: 22px;
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
    margin-right: 5px;
}

/* Cart */
.cart-infotext_tax{
  	display:block;
  	margin-top: 5px;
    font-size: 12px;
    color: #777;
}
.sidebarcart-infotext_tax{
  	display:block;
  	margin-top: 5px;
    font-size: 12px;
    color: #777;
}
/* Top button */
.tt-back-to-top.tt-show::before {content: ' ';background: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/UP.png?19061);width: 60px;height: 110px;background-position: center;background-repeat: no-repeat;}
.tt-back-to-top.tt-show {
  bottom: calc(50% - 130px);
  height: 130px;
  width: 60px;
}
.tt-back-to-top, .tt-back-to-top:hover{
  background: none;
}

/* Home Grid */
.home-flex-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1520px;
  margin: 0 auto;
  margin-bottom: 100px;
  height: 340px;
}
.home-flex-grid > div{
  width: 19%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-flex-grid > div:nth-child(1) {
  background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/sale-nov.png?19061);
}
.home-flex-grid > div:nth-child(2){
    background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/new-in-nov.png?19061);
}
.home-flex-grid > div:nth-child(3){
    background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/5-about.png?19061);
}
.home-flex-grid > div:nth-child(4){
    background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/4-pick.png?19061);
}
.home-flex-grid > div:nth-child(5){
    background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/t/209/assets/5-about.png?19061);
}

.home-flex-grid a {
    padding: 8px 20px 5px 20px;
    font-size: 16px;
    border: 2px solid #000;
    font-weight: 700;
    box-shadow: 3px 3px 0px 0px #060606;
    margin: 0 auto;
    width: fit-content;
    display: block;
    transition: 0.2s linear all;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.home-flex-grid a:hover {
    color: #fff;
    background: #000;
    transform:translate(-54%,-5%);
}

/* Home Slider */
.swiper-container {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.swiper-slide .slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.swiper-slide .slide1 {
  background-image: url(../../../files/homepage_web_v-13273970346007766974.jpg);
}

.swiper-slide .slide2 {
  background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/files/20200330fanfanset-slider-desktop.gif?v=16368220064852445380);
}

.swiper-slide .slide3 {
  background-image: url(//https://cdn.shopify.com/s/files/1/0288/7345/7723/files/20200330pluscutie-slider-desktop.jpg?v=17355115918214711765);
}

/* Misc */
.visible-xxs, .visible-xxs-up{
	display: none;
}

/* Tablet */
@media (max-width: 1025px){
  
  /* Header */
  .mobile-sticky-header-logo img {
      width: 100px;
      margin-top: 16px;
  }
  /* Home grid */
  .home-flex-grid{
    height: 200px;
  }
  /* Catalogs */
  .tt-product-listing.tt-col-two > .tt-col-item:nth-child(odd) {padding-right: 3px;}
  .tt-product-listing.tt-col-two > .tt-col-item:nth-child(even) {padding-left: 3px;}
  .tt-product-listing.tt-col-two > .tt-col-item{margin-top: 20px;}
  .tt-product-listing .tt-title a, .tt-product-listing .tt-price span {
      font-size: 11.2px;
      line-height: 11.2px;
  }

  .tt-product-listing .tt-product .tt-title, .tt-product-listing .tt-product .tt-description .tt-price {
      line-height: 18px;
  }
  .tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color {
      width: 17px;
      height: 6px;
      min-width: 17px;
      min-height: 6px;
  }
  .tt-product.thumbprod-center .tt-description .tt-options-swatch {
      padding: 0 2px;
  }

  .tt-product .tt-options-swatch li {
      margin: 12px 3px 2px 3px;
  }

  .tt-product-listing .tt-product.tt-small .tt-description > *:nth-child(1){
        overflow: inherit;
  	    margin: 5px 0;
  }
  .tt-product-listing .tt-product.tt-small .tt-description {
      margin-top: 13px;
  }
  
  /* Single product */
  .tt-product-single-info .tt-title {
      font-size: 15px;
      line-height: 15px;
  }

  .tt-product-single-info .tt-price {
      font-size: 17px;
  }

  .tt-product-single-info {
      padding-top: 0px;
  }
  .tt-product-single-info .tt-wrapper {
      margin-top: 0;
  }
  .tt-product-single-info .tt-options-swatch.options-large li a.options-color {
      width: 24px;
      height: 24px;
      min-width: inherit;
      min-height: inherit;
  }
  .tt-countdown_box_02 .countdown-row .countdown-section {
      padding: 12px;
  }

  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount, .tt-countdown_box_02 .countdown-row .countdown-section {
      font-size: 12px;
      line-height: 12px;
  }

  .tt-swatches-container.tt-swatches-container-js {
      margin-top: 10px;
  }
  .container-fluid-mobile .row:first-child *[class^="col-"].column-qty-add-to-cart {
      max-width: 27%;
      width: 27%;
      margin-right: 2.5px;
  }

  .tt-product-single-info .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
      min-width: 100%;
  }

  .container-fluid-mobile .row:first-child *[class^="col-"].column-add-to-cart {
      width: 72%;
      margin-top: 0;
      margin-left: 2.5px;
      max-width: 72%;
      margin-right: 5px;
  }
  .tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    margin-bottom: 5px;
  }
  .tt-product-single-info .tt-row-custom-01 {
      flex-direction: row;
      margin-bottom: 10px;
  }
}

.template-index footer#nt_footer {
    margin-top: -50px;
}
footer#nt_footer h3.widget-title.fwsb.flex.al_center.fl_between.fs__16.mg__0.mb__30 {
    margin-bottom: 3px;
}
footer#nt_footer .footer__top_wrap .col-lg-2.col-md-6.col-6.mb__50{

margin-bottom:0px;

}


/* Mobile */
@media (max-width: 575px){
  /* Home Slider */
  #tt-pageContent .container-fluid-custom-mobile-padding{
    padding-right: 0;
    padding-left: 0;
  }
  .product-description-box {
    max-width: 85%;
    }
  .collection-description-box {
    max-width: 85%;
  }
  .pagereturn-description-box {
    max-width: 100%;
  }
  .blog-description-box {
    max-width: 85%;
  }
  
.footer__top_wrap.footer_sticky_false.footer_collapse_false.nt_bg_overlay.pr.oh.pb__30.pt__80 {
    padding-top: 10px;
}
  
footer#nt_footer .footer__top_wrap h3.widget-title.fwsb.flex.al_center.fl_between.fs__16.mg__0.mb__30 .txt_title {
    margin-top: 40px;
}
footer#nt_footer .footer__top_wrap .col-lg-2.col-md-6.col-6.mb__50{

margin-bottom:0px;

}
 div#shopify-section-footer_bot {
    margin-top: -80px;
} 
  
  
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}

        .le-inner-box {
             /*adjust background color below;*/
            background: #faf4df;
            padding: 10px;
            font-size: 12px;
              border-radius: 5px;
        }
        .one-item .to-r {
            float: right;           
            color: #000000;
            border: 1px solid #bcb173;
            border-radius: 5px;
            padding: 0px 5px;
            font-size: 12px;
            background: none;
              position: relative;
              height: 20px;
        }
        .one-item .to-r:hover {
            cursor: pointer;
            opacity: .8;
        }
.one-item p:last-child {
       margin-bottom: 0;
}
.le-mini {
       margin: 0 15px;
    font-size: 12px;
      width: 100%;
}
.le-outer-box p:first-child {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.one-item strong {
    font-weight: 900;
}
div.tooltip {
    position: absolute;
    top: -30px;
    /* left: -50px; */
    right: 10px;
    background: #727272;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 5px;
}
@media (max-width:768px) {
  .le-mini {
    margin: 0 5px;
}
  .sp-single .p-0{
    padding: 0;
}
  .p15{padding-left: 15px; padding-right:15px;}
.sp-single .row.product.mt__40{
    margin-top: 0 !important;
}
  div#tab_pr_deskl .sp-tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

#ssw-simple-add-review-form input {
    color: #000 !important;
    background-color: #ea6693 !important;
    border-color: #ea6693 !important;
}

.sp-tab-content {
    text-align: center;
}
.sp-tab-content img {
    margin: 0 auto;
    max-width: 100% !important;
}
.to-r {

}
.one-col-code .to-r {
    float: none;
  color: #fe798c;
  border: 1px solid #fe798c;
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 12px;
  background: none;
  position: relative;
  height: 20px;
}
.one-col-code {
  max-width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.four-cols {
  overflow: hidden;
}
.product-description-box.le-code-box {
  border: none;
    padding: 0;
}
.one-col-code span {
  display: block;
}
@media (max-width:768px) {
  .one-col-code {
  max-width: 50%;
}
}