#loading_image{
	width: 30px;
	height: 30px;
}
.cart-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.cart-item img {
    width: 100px; /* Adjust as needed */
    height: auto;
    margin-right: 10px;
}

.item-info, .quantity-field, .price {
    margin-right: 10px;
}

.delete-item {
    cursor: pointer;
    font-size: 20px;
    color: red;
}
.image-container {
            width: 200px;
            height: 200px;
            overflow: hidden;
        }
.image-container img {
            max-width: 100%;
            max-height: 100%;
}
/*-----------------корзина болеро------------------------*/
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#cd-cart {
  position: fixed;
  right: -100%;
  top: 0;
  background: #89ceff;
  height: 100%;
  width: 80%;
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  font-family: arial;
  font-size: 10pt;
  z-index: 5000;
}
#cd-cart.speed-in {
  right: 0;
}

@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 30%;
    padding-top: 80px;
  }
}
.product_name_in_cart {font-weight: 700; margin-top:5px; margin-bottom: 5px; text-transform: uppercase; padding-right: 35px;}
.product_name_link {color: black;}

#cd-cart > * {
  padding: 0 16px;
}
#cd-cart h6 {
  display: inline-block;
  font-family: oswald;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 0 16px;
  margin-bottom: 10px;
  margin-top: 30px;
}
 .cd-cart-items {
  padding: 0;
}
 .cd-cart-items li {
  position: relative;
  padding: 1em 0;
  border-top: 1px solid #e0e6ef;
}
 .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
.cd-qty  .cd-qty-text{
  color: #a5aebc;
}

.cd-cart-total .cd-price, .cd-cart-total .cd-price-text {
  color: #000;
  font-size: 24pt;
  font-weight: 600;
  vertical-align: bottom;
  font-family: oswald;
  margin: auto;
}
.cd-item-remove {
  position: absolute;
  right: 0px;
  top: 25px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
 .cd-item-remove:hover {
  background-color: #e0e6ef;
}
 .cd-cart-total {
  padding-top: 30px!important;
  padding-bottom: 1em;
  font-weight: 500;
  color: #3D3D3D;
  text-align: center;
}
 .checkout-btn {
  display: block;
  width: 90%;
  height: 60px;
  line-height: 60px;
  background: #C5203E;
  color: #FFF;
  text-align: center;
  font-family: oswald;
  font-size: 14pt;
  font-weight: 600;
  box-shadow:0px 4px 7px 0px rgba(0,0,0, 0.7); 
  overflow: hidden;
  margin: auto;
}
 .checkout-btn:hover {
  background: #800017;
}
.btn_disabled{
	  background: #777777;
}
.btn_disabled:hover {
  background: #777777;
}
.qty_div {position:absolute; right: 0; bottom:39px;}
.plusone, .minusone { color: white; font-size: 16pt; }
.qty_btn {margin: 3px; width: 25px; height: 25px;background: #800017; border-radius: 20%; text-align: center; display: inline-block;}
.cart_img {
	display: inline-block; 
	position: relative; 
	vertical-align: top;
	margin-right: 10px;
	padding: 0;
	width: 55px; 
	height: 55px;
	z-index: 1003;
}
.cart_info {
	display: inline-block; 
	position: relative; 
	vertical-align: top;
	padding-top: 12px;
}

 .cd-clear-cart {
	 margin-bottom: 50px;
}
 .cd-clear-cart a {
  text-decoration: none;
  padding-left: 0; 
  color: black;
}
 .cd-clear-cart a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
	#cd-cart > * {
		padding: 0 30px;
	}
	#cd-cart h6 {
		padding-left: 30px;	}
	.cd-cart-items li {
		padding: 1em 0px;
	}
	.cd-item-remove {
		right: 0px;
	}
	.cart_img {
		width: 90px; 
		height: 70px;
	}
	.product_name_in_cart {font-size: 14pt;}
	.cart_info {padding-top: 17px;}
	.qty_div {position:absolute; right: 0; bottom:48px;}
	.checkout-btn {  font-size: 20pt;}
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(120, 100, 100, 0.8);
  cursor: pointer;
  z-index: 2;
  display: none;
}

#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* -------------------------------- 
xkeyframes 
-------------------------------- */

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}