#slidecarthq{
  display: none !important;
}

.drawer.js-cart-drawer{
  max-width: 504px;
}

.drawer .cart-item__remove{
  display: block
}
.drawer .cart-item__column.cart-item__price{
  font-size:16px;
  font-weight: 500;
}
.drawer .cart-item__not-image{
  display: block;
}
.drawer .cart-item__columnb{
  margin-top:28px;
}
.drawer .cart-item__column.cart-item__description, .drawer .cart-item__columnb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  padding-right:0;
  .lightly-spaced-row{
    margin:0;
  }
  .cart-item__column.cart-item__quantity, .cart-item__column.cart-item__price{
    display: block;
    width:auto;
  }
}

.cart-drawer{
  .cart-drawer__header{
    padding:20px 0px;
    border-bottom:1px solid #00000026;
    margin:0;
    width:100%;
  }
  .cart-drawer__title-count{
    display:none;
  }
  .cart-drawer__title{
    color: #322E21;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.60px;
    letter-spacing: 0.48px;
    text-transform: none;
  }

  .cart-drawer__content{   
    padding:0 38px;
    .cart-item-list{
      padding:0;
      margin:25px 0;
      .cart-item__title{
        font-size:16px;
        color:#322E21;
        font-weight: 500;
      }
    }
  }

  .cart-drawer__footer{
    padding-top:20px;
    padding-bottom:20px;
    .btn.btn--large{
      background-color:#FF5C28;
      color:#fff;
    }
    .subtotal{
      font-size:14px;
      font-weight: 500;
      text-transform: none;
      .theme-money{
        font-size:18px;
        font-weight: 500;
      }
    }
    .cart-policies{
      font-size:13px;
    }
  }
  
}

.cart-drawer__footer--hidden, .cart-drawer__content--hidden, .cart-drawer__empty-content--hidden, #CartDrawerNoteToggle{
  display:none !important;
  padding:0;
}

.cart-drawer__empty-content{
    max-height: 100vh;
    overflow-y: scroll;
    display:block;
    position: static;
    padding-top:0;
  .cart-drawer__header{
    padding-top:20px;
  }
  .cart-drawer__title{
    margin:0;
  }
  .drawer__close-btn{
    position: static;
    margin:0 !important;
  }
  .majortitle.h1{
   font-size: 24px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 24px;
   letter-spacing: 2.40px;
   padding-top:30px;
   text-align: center;
   margin:0;
  }
  .btn.btn--large{
    background-color:#FF5C28;
    color:#fff;
    display:inline-block;
    width:100%;
    margin:15px 0 25px 0;
  }
}

.cart-goals{
  .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    .gitem {
      position: relative;
      display: block;
      flex: 1 1 calc((100% - 10px) / 2); 
      height: 166px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
    }
    .gitem img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .gitem .content {
      position: absolute;
      width: 100%;
      text-align: center;
      padding:10px 20px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 1;   
      color: inherit;
      color:#fff;
      .occupation{
        font-size:24px;
        font-weight:400;
        letter-spacing: 0.4px;
        line-height: 28px;
        margin:0;
      }
    }
  }
}



.cart-drawer__content .cross-sells{
  padding-bottom:25px;
  h3{
    font-size:18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom:0px;
    margin-top:15px;
    text-transform: none;
  }
  .cs__item{
    padding:12px 16px;
    margin-top:12px;
    background-color: #F2F2ED;
  }
  .product-block__detail{
    flex:1;
  }
  .quantity-submit-row {
    margin:0;
  }
  .block-inner-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:15px;
    .image-cont {
      max-width: 100px;
      margin:0;
    }
    .product-block__title{
      font-size:14px;
      font-weight: 500;
    }
    .product-block__detail{
      margin:0;
    } 
    .benefits{
      margin:5px 0 10px 0;
    }
    .benefits *{
      font-size: 12px;
      font-weight: 400;
    }
    .quantity-submit-row__submit{
      margin:0;
    }
    .atcp-w{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap:15px;
    }
    .btn{
      width:160px !important;
      max-width: 160px !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color:#FF5C28;
      color:#fff;
      height:40px;
      padding:10px 12px;
      line-height: 20px;
      font-size:10px;
      svg{
        width:16px;
        height:16px;
      }
    }
  }
}