body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
	flex-grow: 1;
	display: flex;
	min-height:350px;
}

.breadcrump {
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.breadcrump a{
	color: #3C59B6;
	text-decoration: none;
}
@media (max-width: 767px) {
	.breadcrump {font-size: 13px;display:none;}
}
.cart-section {
	flex-grow: 1;
}
.cart-empty {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	
}
.cart-empty-head {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	text-align: center;
}
.cart-empty-content {
	margin-top: 8px;
	color: #2B2B2B;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
}
.cart-empty-button {
	border-radius: 4px;
	height: 40px;
	width: fit-content;
	padding: 8px 16px 8px 16px;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C2272F;
	margin-top: 24px;
}
.cart-empty-button div {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.cart-empty-head {font-size: 23px;}
	.cart-empty-content {font-size: 13px;}
	.cart-empty-button { width: 100%;}
	.cart-s-text {margin-top: 0px;}
}
.cart-head {
	margin-top: 32px;
}
.cart-content {
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	
}
.cart-content-row {
	display: flex;
	border-bottom: 2px solid #F0F0F0;
	padding: 24px 0;
}
.cart-content-row:first-child {
	padding-top:0px;
}

.cart-content-row-img {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 8px;
	border: 2px solid #E1E1E1;
}

.cart-content-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    
.cart-content-row-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	margin: 0 0 0 24px;

}
.cart-content-row-title div:first-child {
	color: #2B2B2B;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}
.cart-content-row2-wrapper {
	display: flex;
	flex-shrink:0;
}
.cart-content-row-title div:last-child {
	color: #999;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 4px;
}

.cart-content-row-num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 24px;
	flex-shrink: 0;
}

.cart-content-num {
	display: flex;
	width:120px;
	padding: 0 12px;
	border-radius: 4px;
	border: 2px solid #E1E1E1;
	background: #FFF;
	height: 40px;
}
.cart-num-add {
	width: 24px;
	background: url('/img/icons/plus.svg');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cart-num-num {
	display: flex;
	align-items: center;
	width: 40px;
}
.cart-num-num input{
	width: 40px;
	border: 0;
	color: #2B2B2B;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	background: #FFF;
}
.cart-num-sub {
	width: 24px;
	background: url('/img/icons/minus.svg');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cart-content-row-price {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 120px;
	color: #2B2B2B;
	text-align: right;
	font-family: Montserrat;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	margin: 0 0 0 24px;
	flex-shrink: 0;
	white-space: nowrap; 
}

.cart-content-row-del {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 24px;
}
.garb {
	padding: 8px;
	cursor: pointer;
}
.cart-summary {
	padding: 24px 0px;
	color: #2B2B2B;
	text-align: right;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
}
.cart-order {
	
}

.cart-order {
	display: flex;
	height: 40px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #C2272F;

	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: fit-content;
	margin: 0 0 0 auto;
	cursor: pointer;
	border: 0;
}

@media (max-width: 1023px) {
	.def-section {padding-bottom: 24px;}
}
@media (max-width: 767px) {
	.cart-head {margin-top: 0;}
	.cart-content {margin-top: 16px;}
	.cart-content-row {flex-direction: column; padding: 16px 0;}
	.cart-content-row-img {width: 100%; height: 180px;}
	.cart-content-row-title {margin: 16px 0 0 0;}
	.cart-content-row2-wrapper {margin: 16px 0 0 0;}
	.cart-content-row-num {margin:0;}
	.cart-content-row-price {flex-grow:1; font-size: 17px;}
	.cart-content-row-del {margin: 0 0 0 8px;}
	.cart-summary {font-size: 17px; padding: 16px 0;}
}

