.cart-title-h1 {
	font-size: 60px;
	margin-bottom: 25px;
	font-family: 'Gilroy-UltraLight';
	font-weight: 200;
}
.cart-data-title {
	display: flex;
	font-family: 'Gilroy-UltraLight';
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 20px;
}
.cart-data-title-number {
	position: relative;
	background: #5f817a;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	font-size: 13px;
	margin-right: 10px;
	top: 3px;
	width: 24px;
	height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.card-data-input {
	width: 100%;
	padding: 10px 10px;
	color: #000;
	margin-bottom: 25px;
	border: 1px solid #d8d8d8;
	font-size: 15px;
	font-family: 'Century-Gothic';
	font-weight: 500;
}
.cart-data {
	background: #f9f9f9;
	padding: 30px 30px 20px 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.cart-price {
	background: #f9f9f9;
}
.cart-price-title, .cart-price-total {
	display: flex;
	justify-content: space-between;
}
.cart-price-title {
	padding: 45px 30px 20px 30px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 15px;
}
.cart-price-total {
	padding: 20px 35px 20px 30px;
	font-size: 15px;
	font-weight: bold;
}
.cart-block {
	display: flex;
	padding: 0 15px 45px 30px;
}
.cart-send {
	width: 295px;
	height: 45px;
	text-align: center;
	background: #5f817a;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border: 0;
	cursor: pointer;
}
.cart-block .send-conf {
	font-size: 11px;
	line-height: 1.5;
	position: relative;
	top: -2px;
}
.card-data-delivery {
  display: block;
}
.card-data-delivery__name {
  display: block;
	width: 100%;
	background: #fff;
	box-shadow: 2px 0 4px 2px #f3f3f4;
	padding: 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
input[type="radio"]:checked + .card-data-delivery__name {
    border: 1px solid #5f817a;
}
.btn-address, .btn-catalano {
	background: #e2e2e2;
	font-weight: bold;
	font-size: 15px;
	width: 280px;
	padding: 12px 0;
	text-align: center;
	margin: 20px 0 15px 0;
}
.btn-catalano {
	width: 350px;
}
.cart-product {
	display: flex;
	align-items: center;
	font-size: 15px;
	position: relative;
}
.remove-img {
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
}
.cart-product-imgage {
	width: 300px;
}
.cart-product-img {
  width: calc(100% - 16px);
}
.cart--order-container--mobile {
    display: none;
}

.cart-product-arcticle {
	color: #c2c2c2;
}
.cart-product-arcticle {
	margin-bottom: 15px;
}
.cart-product-data-quantity {
  	display: flex;
}
 .cart-product-data-price {
	display: flex;
	margin-bottom: 15px;
}
.cart-product-data-quantity-number, .cart-product-data-price-number {
	margin-left: 10px;
}
.cart-product-data-price-number {
	font-weight: bold;
}

.cart-select-shop__inner {
    display: flex;
}

.cart-select-shop__map {
    width: 60%;
}

.cart-select-shop__list {
    margin: 0 0 0 16px;
    flex: 1;
}

.cart-select-shop__map .map {
    width: 100%;
    overflow: hidden;
}

.cart-select-shop__item {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
}

.cart-select-shop__item:hover {
    text-decoration: underline!important;
}

.cart-select-shop__item--active {
  text-decoration: underline!important;
    color: #5f817a!important;
    font-weight: bold;
}

.cart-select-shop__item:before {content: "";display: inline-block;width: 8px;height: 8px;background: #5f817a;border-radius: 50%;}
.cart-btn-remove {
    background: none!important;
    border: none!important;
    padding: 0!important;
}
@media screen and (max-width: 640px) {
    .cart-select-shop__inner {
      display: block;
  }
  
  .cart-select-shop__map {
      width: 100%;
  }
}

.mspc_form {
    margin-bottom: -24px;
    width: 100%;
}