@charset "utf-8";
/* CSS Document */

.content_container .content_content{
	width:100%;
	max-width:1300px;
	margin:40px auto;
}

.content_container .content_content .data_left,
.content_container .content_content .data_right{
	width: 47%;
	float:left;
}

.content_container .content_content .data_right{
	float:right;
}

.content_container .content_content .data_right .cart_list{
	width:100%;
	padding:9px 9px 25px 9px;
	border:1px solid #8D96A3;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.cart_item:nth-last-child(1){
	margin-bottom:0px;
}

.cart_item .cart_item_top{
	
}

.cart_item .cart_item_top .cart_item_top_left{
	float:left;
	width:50%;
	padding-top:40%;
}

.cart_item:nth-child(1) .cart_item_top .cart_item_top_left{
	border-top-left-radius:20px;
}

.cart_item .cart_item_top .cart_item_top_right{
	width:45%;
	float:right;
}

.cart_item .cart_item_top .cart_item_top_right .title{
	font-size:24px;
	font-weight:600;
	margin:15px 0px;
}

.cart_item .cart_item_top .cart_item_top_right .details table{
	table-layout: fixed;
}

.cart_item .cart_item_top .cart_item_top_right .details table tr td{
	padding:5px 0px;
	vertical-align:middle;
}

.cart_item .cart_item_top .cart_item_top_right .details table tr td img{
	height:24px;
}

.cart_item .cart_item_top .cart_item_top_right .details table tr td:nth-child(2n - 1){
	width:35px;
}

.cart_item .cart_item_top .cart_item_top_right .details table tr td:nth-child(2n){
	width:calc(50% - 70px);
}

.cart_item .cart_item_bottom{
	margin-top:10px;
	margin-bottom:20px;
}

.cart_item .cart_item_bottom table.piktograms{
	margin-bottom:45px;
}

.cart_item .cart_item_bottom table.piktograms tbody tr td{
	text-align: center;
	font-size:14px;
	line-height:24px;
	color:#000000;
	border-right:1px solid #BBBBBB;
}

.cart_item .cart_item_bottom table.piktograms tbody tr td:nth-last-child(1){
	border:none;
}

.cart_item .cart_item_bottom .price{
	width:calc(100% + 18px);
	margin-left:-9px;
	border-top:1px solid #8D96A3;
	border-bottom:1px solid #8D96A3;
	padding:15px 20px;
	text-align:right;
	font-size:18px;
	font-weight:700;
	line-height:18px;
}

.cart_item .cart_item_bottom .price div{
	color:#02AA94;
	font-size:11px;
	font-weight:500;
}

.content_container .content_cart .right_side{
	width: 30%;
}

.content_container .content_cart .right_side .sticky_container{
	position: sticky;
  top: 20px;
}

.content_container .content_cart .right_side .sticky_container .total_container{
	border:1px solid #E7E8EB;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:20px 25px 40px 25px;
	font-size:18px;
	font-weight:700;
	line-height:18px;
}

.content_container .content_cart .right_side .sticky_container .total_container table tr td{
	vertical-align: top;
}

.content_container .content_cart .right_side .sticky_container .total_container table tr td div{
	font-size:11px;
	font-weight:500;
	color:#02AA94;
}

.content_container .content_cart .right_side .sticky_container .info_container{
	margin-top:40px;
}

.content_container .content_cart .right_side .sticky_container .info_container strong{
	margin-bottom:20px;
	display:block;
}

.content_container .content_cart .right_side .sticky_container .info_container table tr td{
	padding:5px 0px;
}

#promo_code{
	padding:14px 25px 15px 25px;
	border:1px solid #8D96A3;
	border-radius:20px;
	font-size:16px;
	font-family:inherit;
	width:calc(50% - 3px);
}

.data_right .total_price{
	margin-top:10px;
	background-color:#F8F8FF;
	padding:15px;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	text-align:right;
}

.data_right .total_price div:not(.price):not(.discount){
	font-weight:500;
	font-size:11px;
	color:#02AA94;
}

.data_right .total_price div.discount{
	color:#F16BB4;
	font-size:13px;
}

.quick-checkout .form_item{
	float:left;
	width:49%;
	height:80px;
}

.quick-checkout .form_item input{
	color:#283747;
	font-family:inherit;
	font-size:14px;
	padding:20px 30px;
	border:1px solid #8D96A3;
	border-radius:30px;
	width:100%;
}

.button_container input[type="checkbox"],
.quick-checkout .form_item input[type="checkbox"]{
	display: none;
}

.button_container label span,
.quick-checkout .form_item label span{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(/images/custom_checkbox.png) top center no-repeat;
	vertical-align:middle;
	margin-top:-4px;
	margin-right:10px;
}

.button_container input:checked + label span,
.quick-checkout .form_item input:checked + label span{
	background-position: bottom center;
}

.company_data{
	display: none;
}

.delivery_type .item{
	margin:10px 0px;
}

.delivery_type .item input{
	display: none;
}

.delivery_type .item label{
	display:block;
	padding:25px 30px;
	border:1px solid #8D96A3;
	border-radius:30px;
	font-size:14px;
	line-height:26px;
	font-weight:500;
	cursor:pointer;
}

.delivery_type .item label img{
	float:right;
}

.delivery_type .item label span{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(/images/custom_checkbox.png) top center no-repeat;
	vertical-align:middle;
	margin-top:-4px;
	margin-right:10px;
}

.delivery_type .item input:checked + label span{
	background-position: bottom center;
}