.cart-tbl td > img {
  object-fit: contain;
  height: 150px;
  width: 150px;
}
.cart-tbl button {
	color: #294366;
}

.cart-tbl button svg:hover {
	animation: fa-spin 0.3s linear;
}

.cart-value-tbl .btn-primary {
	background-color: #294366;
	border-color: #294366;
}

.cart-value-tbl .btn-outline-primary {
	color: #294366;
	border-color: #294366;
}

.cart-value-tbl .btn-outline-primary:hover {
	color: white;
	background-color: #294366;
	border-color: #294366;
}

span.cart-indicator {
  height: 17px;
	width: 17px;
	background: #af2626;
	border-radius: 500px;
	position: relative;
	left: 26px;
	top: -5px;
	text-align: center;
	line-height: 15px;
	color: white;
	font-size: 13px;
}

.shipping-attribute p {
	font-size: inherit;
}

.qty {
	width: 50px;
	text-align: center;
}

.card-details {
	border-radius: 5px;
	background: #29436614
}

.payment-form {
	border: 1px solid #294366;
	border-radius: 15px;
	background: white;
}

.cart-tbl button {
	outline: none;
	cursor: pointer;
}

#s_e_discount_code {
	height: 50px;
	text-align: center;
	margin: 0 0 0 3px;
	padding: 0;
	background-color: transparent;
	border: solid 1px;
	border-radius: 3px;
	border-color: #294366;
	text-transform: uppercase;
}

#s_e_discount_apply {
	position: relative;
	left: -150px;
}

.no-products {
	width: 25%;
}

.values {
	width: 300px;
}

.discount-amount{
	position: relative;
	top: 15px;
	left: -150px;
	width: 150px;
	text-align: center;
	z-index: -1;
	font-size: 12pt;
}

.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none; 
user-select: none;
}

@media (max-width: 1024px) {
	.cart-value-tbl .btn {
		width: 150px;
		text-align: center;
	}

	.cart-value-tbl tbody > tr {
		display: block;
	}

	.cart-value-tbl tbody > tr > td {
		display: flex;
		justify-content: center;
	}

	#s_e_discount_code {
		position: relative;
		left: 75px;
	}
	
	#s_e_discount_apply {
		left: -75px;
	}

	.discount-amount {
		left: -75px;
	}
}

@media (max-width: 767px) {
	.no-products {
		width: 100%;
	}

	.cart-tbl {
	transform: scale(0.65);
	margin: -100px !important;
	}	
}

@media (max-width: 768px) {
	span.cart-indicator {
		height: 13px;
		width: 13px;
		left: 30px;
		top: 0px;
		line-height: 11px;
		font-size: 10pt;
	}
	
}

@media (max-width: 580px) {
	#s_e_discount_code {
		left: 0px;
	}
	
	#s_e_discount_apply {
		left: 0px;
	}
	.discount-amount {
	position: relative;
	top: -20px;
	left: 3px;
	width: 150px;
	text-align: center;
	}
}

@media (max-width: 321px) {
	.cart-tbl {
		transform: scale(0.5);
		margin: -100px !important;
		margin-left: -140px !important;
		margin-top: -150px !important
		}
	}