.cart--empty-cart{text-align:center;display:flex;flex-direction:column;align-items:center}.cart--empty-btn-container{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.cart--empty-btn-container{gap:15px}}.cart--empty-btn{width:100%}.cart--vendor{font-size:12px;word-break:break-word}.cart--vendor:not(:first-child){margin-top:2px}.cart--detail{font-size:12px}.cart--detail span:first-child:not(:only-child){color:var(--text-color-transparent7)}.cart--detail a{--link-border-color:var(--text-color-transparent7);color:var(--text-color)}.cart--recommendations{margin-top:60px}.cart--recommendations-heading{margin-bottom:15px}

/**************************START: CUSTOM CSS***********************************/
.template-cart .quick-add-wrapper .quick-add-button,
.template-cart .grid.cart__row .btn.cart--button-checkout{
  background: #ed822e;
}
.template-cart .cart--recommendations .cart--recommendations-heading{
  text-align: center;
  font-size: 30px;
}
.template-cart .page--title.template-title{
  font-size: 30px;
}
.template-cart .cart__row.table__section .js-qty-wrapper .js-qty{
  border: 1px solid;
}
.template-cart .cart--recommendations-heading {
    margin-bottom: 30px;
}
.template-cart .cart--recommendations .product-price--regular .money.price--regular-price{
  color:#ed822e !important;
}

/* .template-cart .cart--detail span{
  color:#000;
} */
.template-cart .cart--detail span:first-child:not(:only-child){
  font-weight: bold;
  color:#000;
}
.template-cart .text-link-animated .cart__remove{
  font-weight: bold;
}
.cart-table th {
    padding: 20px 15px;
  font-weight: bold;
}
@media screen and (max-width: 434px) {
.template-cart .quick-add-wrapper .quick-add-button{
  padding:10px;
}
.template-cart .page--title.template-title{
  font-size: 25px;
}
}
@media screen and (max-width: 767px) {
.template-cart .cart--recommendations .cart--recommendations-heading{
  font-size: 25px;
}
.template-cart .page--title.template-title{
  font-size: 25px;
}
.template-cart .cart--recommendations {
    margin-bottom: 60px;
}
.template-cart .cart-table td{
  padding: 8px 15px;
}
.template-cart .grid.cart__row .grid__item.text-right p{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.template-cart .grid.cart__row .grid__item.text-right .cart__shipping.rte.text-link-animated{
  text-align: center;
} .template-cart .cart__row:first-child{
    margin-top: 10px;
    padding-top: 15px;
 }
.template-cart .cart__row--product-details .cart__row--title {
  font-size: 14px;
}
.template-title--wrapper {
        margin-bottom: 0px;
}
.template-cart .cart__row{
  padding-top: 0px;
}
.template-cart .table-wrap .btn-wrapper-default {
    justify-content: center;
}
.template-cart .cart__row .grid__item {
   margin-top: 30px;
}
}
@media screen and (min-width: 768px) {
.template-cart .cart__image img{
  width: 180px !important;
}
}
/**************************END: CUSTOM CSS***********************************/