@media all and (max-width: 1024px){
	.middle_cart_container{
		width: 950px;
	}





	.one_cart_item{
		height: 250px;
	}
	.one_cart_item_section_one{
		width: 466px;
	}
	.one_cart_item_section_one_details{
		width: 415px;
	}
	.one_cart_item_section_two{
		width: 150px;
	}
	.one_cart_item_section_three{
		width: 127px;
	}
	.one_cart_item_section_four{
		width: 198px;
	}
	.one_cart_item_section_two_price{
		position: relative;
		top: 50%;
		-webkit-transform: translate(0,-50%);
	    -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
		margin-top: -33px;
	}
	.one_cart_item_section_three_qty{
		position: relative;
		top: 50%;
		-webkit-transform: translate(0,-50%);
	    -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    margin-top: -33px;
	}
	.one_cart_item_section_one_details_title{
		font-size: 23px;
	}








	.checkout_container{
		width: 500px;
	}
	.checkout_button{
		width: 185px;
	}
}
@media all and (max-width: 950px){
	.middle_cart_container{
		width: 650px;
	}

	.cart_top_title_container{
		width: 385px;
	}
	.cart_top_title_text{
		width: 275px;
		line-height: 0.95;
    	font-size: 30px;
	}





	.one_cart_item{
		height: auto;
		overflow: hidden;
	}
	.one_cart_item_section_one{
		height: 194px;
		width: 100%;
		border-bottom: 1px solid #ebebeb;
		height: auto;
	}
	.one_cart_item_section_two{
		height: 140px;
		width: 216px;
	}
	.one_cart_item_section_three{
		height: 140px;
		width: 210px;
	}
	.one_cart_item_section_four{
		height: 140px;
		width: 216px;
	}
	.one_cart_item_section_two_price{
		margin-top: -18px;
	}
	.one_cart_item_section_three_qty{
		margin-top: -30px;
	}
	.one_cart_item_section_one_details{
		position: relative;
		width: calc(100% - 50px);
		margin-top: 20px;
		top: 0px;
		-webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    transform: translate(0,0);
	    margin-top: 32px;
	    left: auto;
	    margin-left: 29px;
	}
	.one_cart_item_section_one_edit_remove{
		position: relative;
		margin-top: 53px;
		bottom: auto;
		margin-bottom: 15px;
		left: auto;
		margin-left: 20px;
	}







	.cart_image_top{
		right: -508px;
	}
	.cart_bottom_info{
		height: auto;
		margin-bottom: 50px;
	}
	.cart_buyer_protection{
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
	}
	.checkout_container{
		float: none;
		margin: auto;
		margin-top: 20px;
	}
}
@media all and (max-width: 740px){
	.middle_cart_container{
		width: 550px;
	}



	.one_cart_item_section_three{
		width: 110px;
	}




	.title_remove_all_header{
		height: auto;
		padding-top: 100px;
	}
	.cart_top_title_container{
		float: none;
		margin: auto;
	}
	.remove_all{
		float: none;
		margin: auto;
		margin-top: 30px;
	}
	.cart_image_top{
		right: -636px;
	}
}
@media all and (max-width: 550px){
	.middle_cart_container{
		width: 340px;
	}










	.one_cart_item_section_one_details{
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	.one_cart_item_section_three{
		width: 117px;
		border-right: 0px;
		border-bottom: 1px solid #ebebeb;
		height: 88px;
	}
	.one_cart_item_section_two{
		height: 88px;
		border-bottom: 1px solid #ebebeb;
	}
	.one_cart_item_section_four{
		width: 100%;
	}
	.one_cart_item_section_two_title{
		padding-top: 12px;
	}
	.one_cart_item_section_two_price {
	    margin-top: -14px;
	}
	.one_cart_item_section_three_title{
		padding-top: 12px;
	}
	.one_cart_item_section_three_qty{
		margin-top: -24px;
		height: 22px;
		border-radius: 5px;
	}
	.update_quantity_button{
		bottom: -23px;
	}
	.one_cart_item_section_four{
		height: 70px;
	}






	.cart_top_title_container{
		width: 100%;
	}
	.cart_top_title_text{
		font-size: 27px;
		left: 5px;
		width: 239px;
	}
	.cart_top_title_number{
		font-size: 36px;
		right: 20px;
	}
	.cart_image_top{
		right: -610px;
		top: -173px;
	}
	.checkout_container{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.checkout_total_price_container{
		float: none;
		margin: auto;
		text-align: center;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.checkout_button{
		float: none;
		margin: auto;
		top: 0px;
		-webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    transform: translate(0,0);
	    margin-bottom: 15px;
	}
}