.product_option {
	display: block;
}

.shipping_calculator_link {
	color: #1F5AA3;
	text-decoration: none;
}

/**********************************************************************************************************************
view cart*/
#cart {
	margin-top: 50px;
	margin-bottom: 50px;
}

.order_summ {
	text-align: center;
}

.order_summ H3 {
	color: #0176B6;
	margin-top: 0;
	font-size: 20px;
}

.order_summ H5 {
	font-size: 15px;
}

.order_summ TABLE TR TD {
	padding: 5px;
}

.order_summ TABLE TR TD:first-child {
	width: 52%;
}

.customer_service {
	font-size: 18px;
}

.customer_service B {
	display: block;
}

.cart_table {
}

.cart_table .product_quantity {
	max-width: 80px;
}

.cartin H1 {
	color: #FFF;
	text-align: center;
	margin: 14px 0 0;
	font-size: 20px;
	padding: 10px;
	background: #64717D;
	color: #FFF;
}

.cart_table TH {
	text-align: center;
	vertical-align: middle !important;
	background: #DBDBDB;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_table TD {
	vertical-align: middle !important;
}

.opt_title {
	display: block;
}

/*.view_cart_buttons
{
}*/
.view_cart_buttons INPUT {
	margin: 3px;
}

.view_cart_buttons_top INPUT {
	margin: -8px 3px 5px;
}

/*.viewcart_list .cat_title
{
	padding: 10px 10px 10px 20px;
	margin: 10px;
	background: #F5F5F5;
}*/
/*.title_sm_bg_invoice
{
	background: #F5F5F5;
	font-weight: bold;
}*/
.upsales .product_option .col-form-label {
	display: none;
}

.upsales .products__list__item__offer__price {
	display: inline-block;
}

@media (max-width: 575px) {
	.cart_table TR:nth-child(1) {
		display: none;
	}
	
	.cart_table TR {
		display: block;
		margin-bottom: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.cart_table TD {
		display: block;
		text-align: center;
		border: none !important;
		padding: 3px !important;
	}
	
	.cart_table TD:nth-child(1) {
		width: 30%;
		display: inline-block;
	}
	
	.cart_table TD:nth-child(2) {
		width: 60%;
		display: inline-block;
		font-weight: bold;
		text-align: left;
	}
	
	.cart_table TD:nth-child(3) {
		width: 60%;
		margin-left: 31%;
		margin-top: -15px;
		display: inline-block;
		text-align: left;
	}
	
	.cart_table TD:nth-child(4) {
		width: 30%;
		display: inline-block;
	}
	
	.cart_table TD:nth-child(4) INPUT {
		display: inline-block !important;
	}
	
	.cart_table TD:nth-child(4):before {
		content: 'QTY:';
		font-weight: bold;
		font-size: 11px;
	}
	
	.cart_table TD:nth-child(5) {
		width: 60%;
		display: inline-block;
		text-align: left;
		margin-top: 26px;
	}
	
	.cart_table TD:nth-child(5):before {
		content: ' ';
		font-weight: bold;
		font-size: 11px;
		margin-right: 5px;
	}
	
	.cart_table TD:nth-child(6) {
		width: 60%;
		display: inline-block;
		text-align: left;
		margin-left: 31%;
		margin-top: -47px;
	}
	
	.cart_table TD:nth-child(6):before {
		content: ' Extended:';
		font-weight: bold;
		font-size: 11px;
		margin-right: 5px;
	}
	
	.cart_table TD:nth-child(7) {
		width: 13%;
		margin-right: 3%;
		display: inline-block;
		float: right;
		margin-top: -50px;
	}
	
	/*.cart_table TD:nth-child(6)
	  {
	  	width: 30%;
	  	display: inline-block;
	  }*/
	/*.total
	  {
	  	width: 100%;
	  	padding: 0 !important;
	  }*/
	.total TD {
		width: 49%;
		display: inline-block;
		text-align: left;
	}
	
	.total TD:first-child {
		text-align: right;
	}
	
	.order_summ TABLE TR TD:first-child {
		width: 50%;
	}
	
	.order_summ {
		margin-bottom: 43px;
		margin-top: -29px;
	}
	
	.cartin H1 {
		font-size: 15px;
	}
	
	.customer_service {
		font-size: 16px;
	}
	
	.customer_service B {
		display: inline;
	}
	
	.order_summ H3 {
		font-size: 18px;
	}
	
	.order_summ H5 {
		font-size: 13px;
	}
	
	.view_cart_buttons {
		text-align: center;
	}
	
	.view_cart_buttons A {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.view_cart_buttons INPUT {
		float: none !important;
		margin: 5px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.order_summ INPUT {
		display: inline-block;
		width: 35%;
	}
	
	.order_summ TABLE TR TD:first-child {
		width: 50%;
	}
	
	.order_summ {
		margin-bottom: 35px;
		margin-top: -29px;
	}
	
	.cart_table TH {
		font-size: 11px;
	}
	
	.cart_table TD {
		font-size: 11px;
	}
	
	.view_cart_buttons {
		text-align: center;
	}
	
	.view_cart_buttons A {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.view_cart_buttons INPUT {
		float: none !important;
		margin: 5px;
	}
	
	.cartin H1 {
		font-size: 15px;
	}
	
	.customer_service {
		font-size: 16px;
	}
	
	.customer_service B {
		display: inline;
	}
	
	.order_summ H3 {
		font-size: 15px;
	}
	
	.order_summ H5 {
		font-size: 11px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.order_summ TABLE TR TD:first-child {
		width: 50%;
	}
	
	.customer_service {
		font-size: 14px;
	}
	
	.customer_service B {
		display: inline;
	}
	
	.order_summ TD {
		font-size: 11px;
	}
	
	.cart_table TH {
		font-size: 11px;
	}
	
	.cart_table TD {
		font-size: 11px;
	}
	
	.order_summ H3 {
		font-size: 15px;
	}
	
	.order_summ H5 {
		font-size: 11px;
	}
	
	.cartin H1 {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

.shipping_calculator_box {
	max-width: 600px;
	display: inline-block;
	text-align: left;
	padding: 0 20px 20px;
}

.shipping_calculator_box H2 {
	font-size: 20px;
}

.shipping_calculator_box TR {
	font-size: 13px;
}

.view_cart_del_item {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.coupon_error {
	color: red;
	display: none;
}

.coupon_message {
	color: #008000;
	display: none;
}

.viewcart_errors_block {
	color: red;
}

.viewcart_message_block {
	color: green;
}

.repr-custom-select {
	position: relative;
}

.repr-list {
	max-height: 60vh;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #CED4DA;
	border-radius: 0.25rem;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.repr-item {
	padding: 7px;
	cursor: pointer;
}

.repr-item:hover {
	background-color: #E0E2E3;
}

.repr-custom-select IMG {
	text-align: center;
	height: 90px;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	object-fit: contain;
	margin-right: 1em;
}
