/** Shopify CDN: Minification failed

Line 75:21 Expected identifier but found whitespace
Line 75:30 Unexpected ";"
Line 389:0 Unexpected "`"
Line 663:18 Expected ":"

**/
.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}
button#checkout:hover{
  background: linear-gradient(178deg,#D22727 0%,#300000 100%);
}
.cart__checkout-button2:hover, a.des_a:hover{
  background: white;
    color: black;
    border: 1px solid black;
}
.quantity{
  padding-left:25px;
}
.dummy{
  display:hidden;
}
.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  opacity: 0.85;
  font-weight: normal;
}

.cart-item__quantity {
  display: flex;
}

.cart-item__totals {
  position: relative;
}

.cart-items *.right {
  text-align: right;
}
.main-cart-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap:20px;
}
.cart-item__image {
  height: auto;
  max-width: 10rem;
}
.cart_left_holder_main {
  width: 70%!important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.fr_mbl{
  display:none;
}
.detail_cart > p{
  line-height:1;
}
/* .detail_cart >h4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
} */
@media screen and (min-width: 750px) {
  .cart-item__image {
    max-width: 100%;
  }
}

.cart-item__details {
  font-size: 1.6rem;
  line-height: 1.4;
}

.cart-item__details > * {
  margin: 0;
  max-width: 30rem;
}

.cart-item__details > * + * {
  margin-top: 0.8rem;
}

.cart-item__media {
  position: relative;
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  color: rgb(var(--color-foreground));
    text-decoration: none;
    display: block;
    }

.cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  opacity: 0.7;
}

.product-option {
  font-size: 1.4rem;
  line-height: 1.5;
}

.cart-item cart-remove-button {
  display: inline-block;
  margin-left: 1rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }

}

cart-remove-button .button {
  box-shadow: none;
  color: rgba(var(--color-base-text), 0.75);
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 0;
    margin: 0 0.1rem 0.1rem 0;
    }

cart-remove-button .button:not([disabled]):hover {
  box-shadow: none;
  color: rgb(var(--color-foreground));
    }

cart-remove-button .button:not([disabled]):focus-visible {
  box-shadow: none;
}

@media screen and (min-width: 750px) {
  cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
}

cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
}

.cart-item .loading-overlay {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .cart-item .loading-overlay {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
}

.loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

.cart-item__error {
  display: flex;
  align-items: flex-start;
}

.cart-item__error-text {
  font-size: 1.2rem;
  order: 1;
}

.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.1rem;
}

.cart-item__error-text:empty + svg {
  display: none;
}

.product-option {
  color: rgba(var(--color-foreground), 0.7);
    }

.product-option + .product-option {
  margin-top: 0.4rem;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    display: block;
    width: 100%;
  }

  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
      margin-bottom: 4rem;
      }

  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 4;
  }

  .cart-item__quantity {
    grid-column: 2 / 5;
    flex-wrap: wrap;
  }

  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  cart-items.page-width{
    display:block!important;
  }
  .cart.page-width{
    /*     display:none; */
  }
}

@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
      }

  .cart-items thead th:first-child {
    width: 50%;
  }

  .cart-items th + th {
    padding-left: 4rem;
  }

  .cart-items td {
    vertical-align: top;
    padding-top: 4rem;
  }

  .cart-item {
    display: table-row;
  }

  .cart-item > td + td {
    padding-left: 4rem;
  }

  .cart-item__details {
    width: 35rem;
  }

  .cart-item__media {
    width: 10rem;
  }

  .cart-item cart-remove-button {
    margin: 0.5rem 0 0 1.5rem;
  }

  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  }

  .cart-item__error {
    align-items: center;
  }

  .cart-item__error-text + svg {
    margin-top: -0.2rem;
  }

}

@media screen and(max-width:768px){
  body cart-items.page-width{
    /*     display:block; */
  }
  .cart{
    display:none;
  }
}

@media screen and (min-width: 990px) {
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 6rem;
  }

  .cart-item__details {
    width: 50rem;
  }

  .cart-items thead th:first-child {
    width: 60%;
  }
}





/* CUSTOM */
`

h2{
  font-family: 'Eurostile LT Std';
  padding:10px 16px;
  margin: 0;
}
/* 
.main_cart{
background-color: black;
width:100%;
margin: 0 auto;
padding: 0;
color:white;
}
.td_holder{
display:flex;
}
.left-td{
display: flex;
width: 60%;
} */
.cart{  color:white;
  width:100%;  
}
.left_head_mobile, .right_head_mobile{
  border-top:1.5px solid white;
  border-bottom: 1.5px solid white;
  width: 100%;
  text-align:center
}
.cart_head{
  border-top:1.5px solid white;
  border-bottom: 1.5px solid white;
  width: 100%;
  display:flex;
}
.cart_body{
  width:100%;
  display: flex;
  gap: 60px;
  justify-content: space-between;

}
.for_item{
  width:60%;
  display: flex;
  justify-content: flex_start;
  align-items: center;
  flex-wrap: wrap;
}
.cart_left_holder{
  padding: 10px;
  display: flex;
  gap: 13px;
  justify-content: space-between;
  width:100%;

}
.media_cart{
  width:30%;
}
.media_cart >img, .media_cart >a >img{
  border-radius: 10px;
  width: 200px;
  height: 215px;
  object-fit: cover;

}
.detail_cart{
  color:white;
  width:30%; 
  line-height:0.3;
}
p.p_price {
  font-size:16px!important;
}
span.money{
  font-size:16px!important;
}
.quty{
  line-height: 5px;
  margin-top: 20px;
  width:40%;
}
.couple_btn{
  display:flex;
  gap:5px;
}
.l_quty >p,.m_quty >p, r_quty{
  font-family: poppins!important;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: clip;
  color:white;

}
.cpl_btn > button{
  font-family: poppins;
  margin: 0;
  color:white;
  background: none;
  border: 1px solid white;
} 
a.des_a{
  border: 1px solid white;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Poppins';
  float: right;
}
.cpl_btn > button:hover, button.des_a:hover{
  border-color: #891e20;}

button.des_a{

  margin:0;
  float: right;
}
button.minus_btn{
  margin-right: -4px;
}
button.plus_btn{
  margin-left: -4px;
}
.cart_right_holder{
  padding:15px;
  width:30%!important;
  text-align: left;
  gap:10px;
}
.left_head{
  width:70%;
  padding-left: 10px;
}
.right_head{
  width: 30%;
  padding-right: 10px;
}

/* right */
.sub_total,.p_total{
  display: flex;
  justify-content: space-between;

}
.sub_total h4,.p_total h4{
  padding:0;
  margin:0;
}
.cart_right_holder p{
  color:white;
}
button#checkout{
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg,#D22727 0%,#300000 100%);
  border-radius: 25px;
  margin:5px 0px;
  border:none;
  cursor:pointer;
}
button.c_shopping{
  width: 100%;
  padding: 10px;
  background: none;
  border: 1px solid white;
  border-radius: 25px;
  margin:5px 0px;
  cursor:pointer;
}
.foo_image{
  margin-top:15px;
  /*   width:100%; */
}
.foo_image > center img{
  width:100%
}
.cart__footer{
  display:none;
}
.cart__footer-wrapper{
  display:none;
}
.cart_btn{
  margin:10px 0;
}
.cart__checkout-button2{
  max-width:100%!important;
  margin:10px 0;
}
.left_head_mobile, .right_head_mobile{
  display:none;}


/* media */
@media screen and (max-width: 768px){
  .media_cart >img, .media_cart >a >img{
    height:145px;
  }

  .main-cart-custom{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

  }
  .cart_left_holder_main, .cart_right_holder{
    width:100%!important;
  }
  .cart_head .right_head{
    display:none;
  }
  .cart_head .left_head {
    width: 100%;
    text-align: center;
  }
  .left_head_mobile , .right_head_mobile{
/*     display:block; */
  }
  .detail_cart > p{
    line-height:0.8;
  }
}
@media screen and (max-width:426px){
  .detail_cart >h4{
    font-size:12px;
  }
  .cart_left_holder{
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .detail_cart{
    color: white;
    width: 50%;
    line-height: 0.3;
  }
  .media_cart{
    width: 40%;
  }
  .quty,p_quantity{
    display:none;
  }
  button.des_a{
    float:left!important; }
  .detail_cart > p{
    line-height:1;
  }
  .quantity{
    padding:0;
  }
  .detail_cart > h4{
    padding:0;
    margin:0;
    /*     max-width: 30ch; */
  }
  .fr_mbl{
    display:block;
  }
  a.des_a{
    float:left;
  }
  .media_cart >img,  .media_cart >a >img{
    width:100%!important;
  }
  .foo_image{
    display:none;
  }
  .main-cart:0;-items{
    padding-bottom
  }
  .cart_right_holder{
    position: sticky;
    bottom: 0;
    background: #131212;
    width: 100% !important;
    left: 0;
    border-radius: 10px;
  }
}
/* END CUSTOME */

