.cos_wrapper .class_975 {
    max-width: 1150px;
    width: auto;
    padding: 0 15px;
}

.new_picture_side {
    display: inline-block;
    width: 120px;
}

.new_basket_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 10px;
}

.new_info_side {
    width: calc(100% - 130px);
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.new_item_title h3, .new_item_title h5 {
    margin: 0;
    margin-bottom: 5px;
}

.new_top_line {
    display: flex;
    justify-content: space-between;
}

.new_item_title {
    width: calc(100% - 99px);
}

.new_top_line span.cq.remove_prod {
    float: none !important;
    height: 27px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: red !important;
    border: none !important;
    line-height: 25px;
    border-radius: 5px !important;
    font-weight: normal !important;
    color: white !important;
    display: inline-block;
    margin-bottom: 10px !important;
}
.new_top_line .bottom_notice{
	display: block !important;
}
.new_item_title h3 {
    font-size: 19px;
    font-weight: bold;
}

.new_item_title h3 strong {
    font-size: 22px;
}

.new_bottom_line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
}

.new_bottom_line .div60 {
    width: 52%;
}

.new_bottom_line .div20 {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: stretch;
    min-width: 120px;
}

.new_quantity_zone select.no_items.no_items_new.change_quantity1 {
    border-color: #EEEEEE;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 1px;
    font-size: 22px;
    /* margin-top: -3px; */
    padding-left: 10px;
    width: 74px !important;
    margin-right: 11px;
}

.new_price_zone .prices_wrapper h2 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 3px;
}

.new_quantity_zone.div20 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    min-width: 120px;
}

.new_all_price_zone.div20 h2.total_price {
    margin-top: 4px !important;
    font-family: pt_sans, sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.new_all_price_zone label.container_rb {
    padding-left: 19px;
    margin-bottom: 0;
    min-width: 80px;
}

.new_all_price_zone span.checkmark {
    left: 0px;
    top: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.new_price_zone h5.old_price_new {
    margin-bottom: 8px;
}

.new_quantity_zone span.buc_value {
    float: none;
    line-height: normal;
    margin-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

.new_quantity_zone.div20 p {
    font-family: pt_sans, sans-serif !important;
    font-size: 20px;
    font-weight: bold;
}

.new_price_zone span.price_red {
    margin-right: 0;
}



.new_voucher_holder span.remove.border_button.voucher_remove {
	    height: 27px;
	    padding-top: 0;
	    margin-top: 0;
	    background-color: red !important;
	    border: none !important;
	    line-height: 27px;
	    border-radius: 5px !important;
	    font-weight: normal !important;
	    color: white !important;
	    display: inline-block;
}



.cos_wrapper .total h2 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    height: 100%;
}

.new_left_voucher span#button_voucher_add {
    height: 27px;
    padding-top: 0;
    margin-top: 0;
    background-color: #4D7AFF !important;
    border: none !important;
    line-height: 27px;
    border-radius: 5px !important;
    font-weight: normal !important;
    color: white !important;
    display: inline-block;
    margin-top: 7px;
    top: -13px !important;
}
.new_left_voucher .new_left_voucher span#button_voucher_add{
	margin-top: 15px;
}

.new_left_voucher.basket_item.voucher.left_voucher {
    margin-top: 23px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

div#login_div {
    display: none;
}

@media (max-width:650px){
	.new_top_line {
		display: block;
	}
	.new_item_title {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.new_picture_side img {
		width: 100%;
		height: auto;
	}

	.new_picture_side {
		width: 15%;
	}

	.new_info_side {
		width: 81%;
	}
}

@media (max-width:550px){
	
	.new_price_zone span.price_red {
		margin-right: -3px;
	}

	.new_bottom_line {
		display: flex;
		flex-wrap: nowrap;
		align-content: space-between;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-around;
	}

	.new_price_credit_zone.div60 {
		width: 100%;
	}

	.new_quantity_zone.div20 {
		width: 50%;
		margin: 10px 0;
	}

	.new_all_price_zone.div20 {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: stretch;
		min-width: 120px;
		display: flex;
	}
	
	.new_all_price_zone.div20 h2.total_price {
		font-size: 17px;
	}	
	.new_quantity_zone select.no_items.no_items_new.change_quantity1{
		font-size: 17px;
		padding-left: 0;
		width: 59px !important;
	}
	.new_quantity_zone.div20 p{
		font-size: 20px;
	}
	.new_all_price_zone .credits_radio_buttons{
		display: flex;
		flex-direction: row;
	}
	.new_price_zone h5.old_price_new {
	}
}








label.label_space.label_card.first_card {}

.pay_type .reg_form input[type=radio] + label:before {
    display: none !important;
}

.pay_type input {
    position: absolute !important;
}

label {}

#delivery_items label {
    display: block;
}