.paymentCartCtrl .set_header_cart_aty{
	color: #333 !important;
	padding-bottom: 1rem;
	font-size: 44px !important;
	line-height: 44px;	
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container{
	position: relative;
	max-height: 100%;
	border-bottom: 1px solid #ccc;    
	padding: 1rem 120px 1rem 200px;
	background: transparent;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 180px;
	overflow: hidden;

}
.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .a_image_a{
	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}
.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .a_image_a .img-holder{
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: 100%;
	display: block;    
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .a_image_a .img-helper{
	vertical-align: middle;
	height: 100%;
	display: initial;
	width: 0;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .a_image_a .img-holder img{
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .product-title.mb2{
	margin-bottom: 1.5rem;
	color: #333;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .product-title.mb2 .name.h5{

	display: inherit;
	text-decoration: none;
	color: #000;
	font-weight: bold;

}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .product-price .reference-price-container .price-market{
	display: inline-block;
	margin-top: 0px !important;
	color: red;
	font-weight: 600;
	font-size: 25px!important;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions{
	position: absolute;
	top: 1rem;
	right: 1rem;
	text-align: right;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .quantity_stepper_module{
	display: inline-block;
}


.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .quantity_stepper_module .quantity_stepper{
	margin-bottom: 0;
	margin-top: .5rem;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .quantity_stepper_module .quantity_stepper .cf .controls_text_container .controls{
	width: 96px;
	display: inline-block;
	position: relative;
}


.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .quantity_stepper_module .quantity_stepper .cf .controls_text_container .controls .decrement{
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	line-height: 1.4rem;
	background-color: #fff;
	color: #666666;
	border-color: #666666;
	line-height: 21px;
	padding: 0
}
.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .quantity_stepper_module .quantity_stepper .cf .controls_text_container .controls .increment{
	right: 0;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	line-height: 1.4rem;
	background-color: #fff;
	color: #666666;
	border-color: #666666;
	line-height: 21px;
	padding: 0
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .product-remove{
	margin-top: 1rem;
	color: #666666 !important;
	fill: #666666 !important;
	text-decoration: none;
	display: block;
}

.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product-right .product-actions .save-for-later{
	margin-top: 1rem;
	color: #666666 !important;
	fill: #666666 !important;
	text-decoration: none;
	display: block;
}



.paymentCartCtrl .summary_cart{
	padding: 0 2.5rem
}
.paymentCartCtrl .summary_cart .summary_rigth{
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	padding: 0 10px;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a{
	border: 0;
	border-bottom: 0;
	padding: 0 !important;
	position: relative;
	z-index: 2;
	background: #fff;
}
.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping{
	position: relative;
	overflow: hidden;
}
.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress{
	padding: 2rem .5rem;
	color: #333 !important;
}
.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .shipping-massage .shipping-message-1{
	line-height: 115%;
	margin-bottom: .5rem;
	text-align: center;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .cart-free-shipping-bar {
	padding: 0 .75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .cart-free-shipping-bar .free-shipping-bar-label {
    width: 50px;
    font-size: 20px !important;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .cart-free-shipping-bar .free-shipping-bar-label.font-small {
	font-size: 18px !important;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .cart-free-shipping-bar .progress-bar{
	height: 10px;
	width: calc(100% - 120px) !important;
	vertical-align: middle;
	background-color: #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px 10px;
}


.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .f1-a .cart-shipping .shipping-progress .cart-free-shipping-bar .progress-bar .progress {
	height: 100%;
	background-color: #0c9;
	color: transparent;
	border-radius: 5px 0 0 5px;
	transition: ease-out 2s;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body{
	border-width: 1px 0;
	padding: 1.5rem;
	position: relative;
	display: grid;

}
.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary{
	zoom:1
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary .float-left.text-gray-6{
	color: #333 !important;
	/*margin-bottom: .5rem;
	margin: 0;*/
	margin: 0;
	float: left;
	/*line-height: 1;*/
	margin-bottom: 5px !important;
	font-weight: 400;
	font-size: 19px !important;
	text-transform: none;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary .float-right.text-gray-6{
	color: #333 !important;
	/*margin-bottom: .5rem;*/
	margin: 0;
	float: right;
	/*line-height: 1;*/
	margin-bottom: 5px !important;
	font-weight: 400;
	font-size: 19px !important;
	text-transform: none;

}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary .float-right.text-gray-6 span {
	font-size: 18px !important;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary .font-bold{
	font-weight: bold !important;
	font-size: 22px !important;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .body_summary .top_body .item_summary .font-bold span {
	font-weight: bold !important;
	font-size: 18px !important;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .promo_other .bottom_set{
	padding: 4.5rem;
	display: inline-flex;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .promo_other .bottom_set .bottom_promo{
	display: inline-block;
	padding: 3px 10px !important;
	font-size: 18px !important;
	outline: none;
}

.paymentCartCtrl .summary_cart .summary_rigth .first_section_summary .promo_other .bottom_set input{
	outline: none;
}

.mainFullContainer {
	max-width: 1280px;
	margin: 0 auto;
}

.viewCartLoadingLightMax {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 800;
	overflow: hidden;
}

.viewCartLoadingLightMax .viewCart_Table {
	display: table;
	width: 100%;
	height: 100%;
}    
.viewCartLoadingLightMax .viewCart_Table .viewCart_TableCell {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 991px){
	.paymentCartCtrl .summary_cart{
		padding: 0 !important;
	}
	
}


@media (max-width: 767px){
	.paymentCartCtrl .product_cart_box_left .product_set_box_left_container .product_body .product_left .product_content .a_image_a{
		width: 120px;
		height: 120px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		text-decoration: none;
	}
	.paymentCartCtrl .product_cart_box_left .product_set_box_left_container{
		position: relative;
		max-height: 100%;
		border-bottom: 1px solid #ccc;
		padding: 1rem 114px 1rem 130px;
		background: transparent;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		min-height: 180px;
		overflow: hidden;
	}
}