@media screen and (min-width:800px){
  #carttotalform > div:first-child {
	width: 74%;
}
  #cart__jame {
	margin-left: 5px;
}
}

@media screen and (max-width:500px){
  #carttotalform > div:first-child {
	width: 100%;
}
#cart__jame {
	width: 100%;
	margin-left: 0 !important;
	margin-top: 10px;
	padding: 0;
}
  #cart_page_content {
	width: auto !important;
	padding: 20px;
}
.side_product_picture {
	width: 100% !important;
	padding-right: 10px;
}
  .product_picture {
	width: 100%!important;
}

}

/*start cart style */
#cart_page_content li {
	list-style: none !important;
}
#cart-title {
    margin-bottom: 20px;
    position: relative;
    border: unset; /*/start cart style/*/
}
#carttotalform > div:first-child {
	float: right;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	position: relative;
}
.side_product_picture .red {
	position: absolute;
	top: 5px;
	color: red;
	font-size: 12px;
}
#cart-title #cart_header li, #order_header {
    text-align: center !important;
    border: unset !important;
    background: #5cb85c;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.cart__buttons ul li input {
    background: #2980b9;
    color: #fff;
    border-radius: 8px;
}

.product-picture {
    float: right;
    width: 15%;
}
.product-picture img {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.product-line {
	float: right;
	width: 99%;
}
.product-line > li {
	float: right;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	list-style: none;
	padding: 8px;
}

.product_picture ul li img {
    border-radius: unset !important;
}

.side_product_picture {
    float: right;
    width: 80%;
}
.cart__buttons {
    float: right;
}

.cart__buttons ul {
    display: flex;
    justify-content: space-around;
}

#cart_page_content {
    float: right;
    width: 100%;
    background: #f5f6f7;
}

#carttotalform > table:first-child {
    width: 70%;
    float: right;
    border: unset;
}

#cart__jame, .order_jame {
	float: left;
	border-radius: 10px;
	border: 1px solid #efefef;
	padding: 20px;
	background: #fff;
	width: 300px;
	margin: 0 !important;
	min-height: 200px;
}

#cart__jame > div > ul {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#carttotalform > div:last-child {
    width: 70%;
}
.c-cart-item__title {
	text-align: right;
}
#cart__jame {
	margin-left: 5px;
}
#cart__jame .checkout input {
    width: 100%;
    padding: 13px 16px;
    direction: rtl;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    background-color: #ef394e;
    color: #fff;
    border: 1px solid #ef394e;
    border-radius: 8px;
}

.c-cart-item__title a {
    line-height: 1.375;
    color: #3f3f3f;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 6px;
    display: block;
    padding: 10px;
}

.side_product_picture ul {
    float: right;
    width: 100%;
}

.side_product_picture ul li {
    float: right;
    padding: 10px;
    padding: 10px;
}
.side_product_picture ul li:first-child {
    background: #fff;
    border: 1px solid #eee; /* padding: 0; */
    width: 110px;
    height: 40px;
    display: flex;
    color: #0fabc6;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 5px; /* display: flex; */
    flex-direction: row-reverse;
}

.side_product_picture ul li:last-child {
    float: left;
    padding-left: 20px;
}

.woo_price {
    color: #d60644;
    font-size: 16px;
}
.qtyplus, .qtyminus {
    padding: 0px 7px;
    border: unset;
    cursor: pointer;
    color: #0fabc6;
    font-size: 1.071rem;
    line-height: 1.467;
    background: #fff;
}

#carttotalform input.field {
	text-align: center;
}
