.cart {
	width: 100%;
}
.cart-product-media .media{
	display:block;
}
.table{
	border-radius: 10px;
	border: 1px solid #BFBFBF;
}
.table thead th{
	background-color:transparent !important;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
}

.table thead td, .table thead th {
	border-width: 0;
}


.rounded-table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ccc;
}

.rounded-table th,
.rounded-table td {
	padding: 8px 24px;
	text-align: left;
	border-top: 1px solid #ccc;
}
.rounded-table td {
	padding: 20px 20px;
}

.rounded-table th:first-child,
.rounded-table td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.rounded-table th:last-child,
.rounded-table td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.cart-qnt-input{
	border: 1.5px solid #BFBFBF;
	padding: 9.5px 10px;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	max-width: 50px;
}
.cart-product-button{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	padding:10px 20px;
	width: 55px;
	color:#000000;
}
.cart-product-button-delete{
	background: #f2f2f2;
	border: 1.5px solid #bfbfbf;
	border-radius: 8px;
	margin: 0px 5px;
}
.cart-product-button-delete:hover{
  border-radius: 8px;
}
.cart-product-button-left{

	border-radius: 8px 0px 0px 8px;
	border: 1.5px solid #BFBFBF;
	background: #F2F2F2;

}
.cart-product-button-left:hover,.cart-product-button-left:focus{
	border-radius: 8px 0px 0px 8px;
	background: #F2F2F2;
}
.cart-product-button-right{
	border-radius: 0px 8px 8px 0px; 
	border: 1.5px solid #BFBFBF;
	background: #F2F2F2;
}
.cart-product-button-right:hover,.cart-product-button-right:focus{
	border-radius: 0px 8px 8px 0px; 
	background: #F2F2F2;
}

.total_card{
	border-radius: 10px;
	border: 1px solid #BFBFBF;
	background: #F2F2F2;
}
.total_card__row__title{
	background: #F2F2F2;
	border-radius: 8px 8px 0px 0px;
	padding: 10px;
}
.total_card__row{
	background: #FFF;
}

.total_card__row{
	border-top: 1px solid #BFBFBF;
	border-bottom: 0px solid #BFBFBF;
	padding: 10px;
}
.total_card__row:last-child{
	border-radius: 0px 0px 8px 8px;
	border-bottom: 0px solid #BFBFBF;
}
.total_card__row__title{
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
}
.title_amount{
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}
.total_amount{
	width: 100%;
	display: block;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}


.cart__table{
	border-radius: 10px;
	border: 1px solid #BFBFBF;
}
.cart__table--header{
	border-bottom: 1px solid #BFBFBF;

}

.cart__table--column{
	padding: 0px 20px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 15px 20px;
}
.cart__table--image img{
	width: 100%;
	height: 155px; 
	border-radius: 10px;
  height: 155px;
  width: max-content;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
.cart-qnt-counter{
	display:flex;
	margin-top: 15px;
}
.cart__table--title_mobile{
	display:none;
}
.subtitle_short_text{
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}
.cart__table--image{
	margin-top:10px;
}

#cart-items h6{
	margin-top:15px;
}

@media only screen and (max-width: 992px) {

	.cart__table--header{
		display:none;
	}
	.cart__table--title_mobile{
		display:block;
	}
	.cart__table--body__row{
		padding: 10px 0px;
	}
	.cart__table--column {
		padding: 5px 20px;
	}
	.cart__table--image{
		margin-top:10px;
	}
	.cart__table--title_mobile{
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal; 
		margin-bottom: 0 !important;
	}
	.cart-qnt-counter {
		display: flex;
		margin-top: 0px;
		flex-direction: column;
		align-items: flex-start;
	}
	.cart__table--body__row{
		padding: 20px 0px;
		border-bottom: 1px solid #bfbfbf;
	}
	.cart__table--body__row:last-child {
		border-bottom: 0px solid #bfbfbf;
	}
}

.cart-qnt-input {
	text-align: center;
	width: 50px;
  border-radius:0px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #000 !important;
}

/* Chrome, Safari, Edge, Opera */
.cart-qnt-input::-webkit-outer-spin-button,
.cart-qnt-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.cart-qnt-input {
	-moz-appearance: textfield;
}








/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
/*   margin: 15% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
  z-index: 40;
	left: 15%;
	top: 2%;
	position: absolute;
}

/* The Close Button */
.close {
      color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: fixed;
    left: 82%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal_header {
    padding: 40px 56px;
	background-color: #292929;
	color: #FFF;
}

.cards_container {
	display: flex;
	padding: 60px 32px;
}

.cards_container {
  display: flex;
  padding: 0px 32px 20px;
}

.generic__contact_cards_title {
	margin-bottom: 70px;
}

.generic__contact_cards_card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFFFFF;
	border: 1px solid #DCEEFF;
	box-shadow: 0px 50px 50px -12px rgba(153, 192, 221, 0.15);
	border-radius: 10px;
	padding: 36px 40px;
	margin: 10px;
	max-height: 254px;
  width: 100%;
}

.generic__contact_cards_card p {
  text-align: center;
  margin-bottom: 0;
}

.generic__contact_cards_card h5 {
	margin-top: 12px;
	color: #4A9462;
}

.form_card_separator {
	padding: 0 80px;
	display: flex;
	align-items: center;
	color: #6F7271;
}

.form_modal_container {
	padding: 70px 80px;
}

.line {
	height: 1px;
	background-color: #000;
	width: -webkit-fill-available;
}

@media (max-width: 1200px) {
	.generic__contact_cards_card {
		padding: 20px;
	}
}


