/** Shopify CDN: Minification failed

Line 48:0 Unexpected "}"

**/
/* custom design */
.flex-d{
  display: flex;
  gap: 30px
}

.flex{
  display: flex;
  gap: 2rem;
}
.cart-item__media{
  flex: 1 1 112px;
}
.cart-item__media + div{
  flex: 1 1 calc(100% - 112px);
}
.flex-60{
  flex: 1 1 60%;
}
.flex-40{
  flex: 1 1 40%;
}
.js-contents > .docapp-cart-with-coupon-summary .docapp-coupon-input{
  display: none !important;
}
.cart-item__name{
  width: 100%;
  flex: 100%;
  display: block;
  max-width: 100%;
  color: #2F4250;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.29px;
  font-weight: 600;
}
.cart-item__details{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
}
.cart-item__details .product-option{
  width: 25%;
  max-width: 100%;
}
.cart-item__details .cart-item__quantity{
  width: 100%;
  max-width: 100%;
  flex: 1 1 75%;
}
.cart-item__quantity-wrapper {
  display: flex;
  justify-content: left;
}
 .docapp-cart-with-coupon-summary .docapp-cart-subtotal .docapp-right .money{font-weight: 400 !important;font-size: 18px !important;}
 .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-cart-subtotal .docapp-left{
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2F4250 !important;
}
.docapp-cart-with-coupon-summary .docapp-cart-item span, .docapp-cart-with-coupon-summary .docapp-est-total .docapp-left{
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2F4250 !important;
}
.item-price{
  color: #2F4250;
  font-size: 17px;
}
.quantity-popover-container span{
  color: #63717C;
  font-size: 13px;
  padding-right: 20px;
}
.quantity:after{
  box-shadow: 0 0 0 1px #63717C30;
}
.cart-item__details cart-remove-button .icon-remove {
  height: 25px;
  width: 19px;
}
.variant--title, .cart-listing-price{
  font-size: 18px;
  color: #2F4250;
  line-height: 32px;
  display: block;
  font-weight: 600;
  margin: 0.8rem 0;
}
.variant--title + P{
  font-size: 17px;
  color: #63717C;
  display: block;
  padding: 0 0.8rem;
}
.cart-listing-price{
  text-align: left;
  background: #E8E8E8;
  padding: 5px 15px;
  margin: 15px 0 0;
}
.cart-listing-price .price{
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}
.cart-item.cart-top{
  margin-bottom: 30px;
  box-shadow: 2px 3px 10px #132D4033;
  padding: 15px;
  display: block;
}
.cart-right-side{
  background-color: #FBFBFB;
  padding: 20px 15px 27px;
  height: 100%;
}
.cart-right-side .totals{justify-content: space-between; font-family: var(--font-body-family);}
.cart-right-side .subtotal{
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.cart-right-side .est-total{
  padding-top: 15px;
}
.cart-right-side .subtotal .totals__total{
  font-family: var(--font-body-family);
  color: #070707;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.cart-right-side .subtotal .totals__total-value{
  font-family: var(--font-body-family);
  color: #070707;
  font-size: 18px;
  line-height: 27px;
}
.cart-right-side .est-total .totals__total{
  font-family: var(--font-body-family);
  color: #2F4250;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
}
.cart-right-side .est-total .totals__total-value{
  font-family: var(--font-body-family);
  color: #2F4250;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
}

.right-blttl{
  font-family: var(--font-heading-family);
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  font-weight: 600;
}
.agree_msg{
  font-size: 13px;
  color: #63717C;
  line-height: 20px;
}
.agree_msg a{
  font-size: 13px;
  color: #63717C;
  line-height: 20px;
  text-decoration: none;
}
.cart__ctas button{
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-heading-family);
  
}
.multicolumn-card .inline-richtext{
  font-size: 99px;
  color: #63717C;
  font-weight: 600;
}

.multicolumn-card .rte p{
  font-size: 16px;
  color: #2F4250;
  line-height: 22px;
}
.multicolumn-card .rte p::before{
  content: '';
  height: 140px;
  width: 1px;
  position: absolute;
  top: 160px;
  left: -10px;
  background-color: #EFDDDB;
}
.cart-top .flex + *{
  margin-left: 130px
}
/* .allow_btn + .cart__ctas #checkout{
  pointer-events: none;
  opacity: 0.5;
} */
.custom-discount-main label {
    width: 100%;
    display: block;
    position: relative;
  font-size: 16px;
  color: #63717C;
  margin-top: 10px;
  cursor: pointer;
  }
  .custom-discount-main label:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: linear: 0.5s;
}
.custom-discount-main .docapp-cart-with-coupon-summary--summary{
  display: none !important;
}
  .custom-discount-main.accordian-collapse label:after {
    transform: rotate(135deg);
}
 .custom-discount-main .docapp-cart-with-coupon-summary{
    height: 0;
    display: none !important;
    transition: linear 0.3s;
  }
 .custom-discount-main .docapp-cart-with-coupon-summary .docapp-coupon-input--input{
   width: 100% !important;
   background-color: #FBFBFB !important;
  }
 .custom-discount-main .docapp-cart-with-coupon-summary .docapp-coupon-input--button-text{
   font-size: 16px !important;
   font-weight: 400;
   font-family: var(--font-body-family);
   
  }
  .custom-discount-main.accordian-collapse  .docapp-cart-with-coupon-summary{
    height: unset;
    display: block !important;
    transition: linear 0.3s;
  }
.docapp-coupon-input .docapp-coupon-input--input-container .docapp-coupon-input--button{
  display: flex;
  justify-content: center;
  align-items: center;
}
.docapp-cart-with-coupon-summary .docapp-cart-item.docapp-cart-subtotal, .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-cart-discount {
  margin: 28px 0 !important;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.title-wrapper-with-link .title{
  text-transform: uppercase;
}
  
@media(max-width: 990px){

  .cart-item__media + div{
    flex: 1 1 calc(100% - 80px);
  }
  .cart-item__media{
    flex: 1 1 80px;
  }
  .flex-d{
    flex-wrap: wrap;
  }
  .flex-60{
  flex: 1 1 100%;
  }
  .flex-40{
  flex: 1 1 100%;
  }
  .quantity-popover-container{
    flex-wrap: wrap;
  }
  .cart-item__image-container img{
    width: 100%;
    height: auto;
  }
  .cart-item__details{
    align-items: flex-start;
  }
  .cart-item__details .product-option{
    width: 40%;
    max-width: 100%;
    margin-top: 10px
}
  .cart-item__details .cart-item__quantity{
    width: 60%;
    max-width: 100%;
  }
  .quantity-popover-container span{
    margin-bottom: 10px;
  }
  .cart-top .flex + *{
    margin-left: 95px
  }
  .cart-item__totals{
    display: block;
  }
  .quantity__button{
    width: 35px;
  }
  .quantity.cart-quantity{
    width: 100%;
    max-width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
 
}
@media(max-width: 640px){
  .cart-item cart-remove-button{
    margin-bottom: 5px;
  }
  .cart-top .flex + *{
    margin-left: 0px
  }
  .cart-item__quantity-wrapper{
    flex-wrap: nowrap;
    align-items: end;
  }
  cart-items .title-wrapper-with-link{
    justify-content: center;
  }
  .flex-50 {
    flex: 1 1 50%;
    width: 100%;
    display: block;
    z-index: 999;
  }
  .sticky-flex .cart__checkout-button{
    width: 100%;
    background-color: #AE5032;
    font-size: 16px;
    color: #FFFFFF;
  }
    
  .sticky-flex .totals__total-value {
    padding: 0;
    margin: 0;
    color: #2F4250;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.36px;
    font-weight: 600;
  }
  .sticky-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    background: white;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
}

@media(max-width: 480px){
  .cart-item cart-remove-button{
    top: 2px;
  }
}

