.bx_ordercart .bx_sort_container {
	display: flex;
	background-color: #fff;
	padding: 30px 40px;
}
.bx_ordercart .bx_sort_container a {
	margin-right: 8px;
	white-space: nowrap;
}
.bx_ordercart .bx_ordercart_order_table_container table{
	margin:0;
	padding:0;
	min-width:100%;
	border-collapse:collapse;
}

.bx_ordercart_order_table_container thead{    
	border-bottom: 2px solid rgba(0,0,0,.1);
}

.bx_ordercart_order_table_container td {
	padding: 0;
}

.bx_ordercart_order_table_container td.itemphoto {
	width: 160px;
}

.bx_ordercart_order_table_container td.item {
	width: 300px;
}

.bx_ordercart_order_table_container td.custom,
.bx_ordercart_order_table_container td.price,
.bx_ordercart_order_table_container td.control {
	width: 150px;
}

.basket-wrap {
	padding-top: 20px;
}

.bx_ordercart_order_table_container thead td {
	color: rgba(0,0,0,.5);
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.bx_ordercart_order_table_container thead td:first-child {
	text-align: center;
}

.bx_ordercart_order_table_container tbody td {
	background-color: #fff;
	border-bottom: 1px solid #efeeed;
}

.bx_ordercart_order_table_container tbody td:nth-child(3) > span,
.bx_ordercart_order_table_container tbody td:nth-child(5) > span,
.bx_ordercart_order_table_container tbody td:nth-child(6) > span {
	display: none;
}


.bx_ordercart_order_table_container .old_price {
	text-decoration: line-through;
	opacity: .33;
	font-size: .75rem;
	font-weight: bold;
}

.bx_ordercart_order_table_container tbody td:nth-child(3),
.bx_ordercart_order_table_container tbody td:nth-child(4),
.bx_ordercart_order_table_container tbody td:nth-child(5),
.bx_ordercart_order_table_container tbody td:nth-child(6) {
	text-align: center;
}

.bx_ordercart_order_table_container .bx_ordercart_photo_container {
	width: 160px;
	height: 160px;
}

.bx_ordercart_order_table_container .bx_ordercart_photo_container a,
.bx_ordercart_order_table_container .bx_ordercart_photo {
	display: block;
	width: 100%;
	height: 100%;
}

.bx_ordercart_order_table_container .bx_ordercart_photo_container a {
	padding: 15%;
}

.bx_ordercart_order_table_container .bx_ordercart_photo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.bx_ordercart_order_table_container .bx_ordercart_itemtitle,
.bx_ordercart_order_table_container tbody td:nth-child(3),
.bx_ordercart_order_table_container tbody td:nth-child(4) {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}

.bx_ordercart_order_table_container tbody td:nth-child(6) {
	color: #e3b700;
	font-size: 1.125rem;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
	color: inherit;
	text-decoration: none;
}

.bx_ordercart_order_table_container .control {
	/*padding-top: 2rem;*/
	padding-left: 30px;
}

.bx_ordercart_order_table_container .control a {
	display: block;
	color: #59514b;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: .2s;
}

.bx_ordercart_order_table_container .control a:hover {
	color: #e3b700;
}

/*.bx_ordercart_order_table_container .control a:not(:last-child) {*/
	/*margin-bottom: 1.5em;*/
/*}*/

.bx_ordercart_order_table_container .control br {
	display: none;
}


.bx_ordercart_order_table_container .counter {
	display: block;
	position: relative;
	margin: auto !important;
}

.bx_ordercart_order_table_container .counter,
.bx_ordercart_order_table_container .counter input {
	width: 70px;
}

.bx_ordercart_order_table_container .counter input {
	height: 40px;
	border: 1px solid #e9e7e7;
	text-align: center;

	color: #000;
	font-size: .875rem;
	font-weight: 700;
}

.bx_ordercart_order_table_container .counter input:focus {
	outline: none;
}

.bx_ordercart_order_table_container .counter td:last-child {
	display: none;
}

.bx_ordercart_order_table_container .counter td:nth-child(1) {
	position: relative;
	z-index: 1;
}

.bx_ordercart_order_table_container .counter .basket_quantity_control {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .plus,
.bx_ordercart_order_table_container .counter .basket_quantity_control .minus {
	position: absolute;
	top: 0;
	bottom: 0;

	display: block;
	margin: auto;
	text-decoration: none;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;

	border: none;
	background: none;
	transform: translateY(-2px);
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .minus {
	right: calc(100% + 10px);
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .plus {
	left: calc(100% + 10px);
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .plus:after,
.bx_ordercart_order_table_container .counter .basket_quantity_control .minus:after {
	display: block;
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .minus:after {
	content: "-";
}

.bx_ordercart_order_table_container .counter .basket_quantity_control .plus:after {
	content: "+";
}


.bx_ordercart .bx_ordercart_coupon{
	position: relative;
}
.bx_ordercart .bx_ordercart_coupon input{
	width: 100%;
	display: block;
	height: 48px;
	border-radius: 3px;
	border: 1px solid #e9e7e7;
	padding: 0 20px;
	/*height:34px;*/
	/*border:1px solid #bababa;*/
	/*border-radius:3px;*/
	/*box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.21);*/
	/*color:#000;*/
	/*text-align:left;*/
	/*font-weight:bold;*/
	/*font-size:16px;*/
	/*vertical-align: middle;*/
	/*outline: none !important;*/
}

.bx_ordercart .bx_ordercart_coupon input:focus {
	outline: none;
}

.bx_ordercart_order_table_container {
	overflow: auto;
}

.bx_ordercart_order_table_container > table {
	min-width: 900px !important;
	width: 100%;
}

.bx_ordercart .bx_ordercart_coupon > span {
	display: block;
	margin-bottom: 13px;
	color: #59514b;
	font-size: .875rem;
}

.bx_ordercart_order_sum {
	padding-right: 30px;
}

.bx_ordercart_order_sum,
.bx_ordercart_order_sum tbody,
.bx_ordercart_order_sum tr {
	display: block;
	width: 100%;
}

.bx_ordercart_order_sum tr {
	text-align: right;
}

.bx_ordercart_order_sum td {
	display: inline-block;
}

.bx_ordercart_order_sum tr:first-child td {
	color: rgba(0,0,0,.5);
	font-size: .875rem;
	font-weight: 400;
	padding-bottom: 3px;
}

.bx_ordercart_order_sum tr:last-child td {
	color: #000;
	font-size: 1.375rem;
	font-weight: 700;
}


.bx_ordercart .bx_ordercart_coupon span.good,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled{
	display: inline-block;
	width:22px;
	height:34px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.bx_ordercart .bx_ordercart_coupon span.disabled:hover{cursor:pointer}
.bx_ordercart .bx_ordercart_coupon input.good{
	position: relative;
	border:1px solid #59a62a;
	background:rgba(89,166,42,.16);
	box-shadow:0 0 2px 0 rgba(89,166,42,.8);
}
.bx_ordercart .bx_ordercart_coupon span.good{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon input.bad{
	border:1px solid #e16565;
	background:rgba(225,101,101,.16);
	box-shadow:0 0 2px 0 rgba(225,101,101,.8);
}
.bx_ordercart .bx_ordercart_coupon span.good:hover,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon span.bad:hover{
	cursor: pointer;
}
.bx_ordercart .bx_ordercart_coupon input.disabled{
	color: #9a9a9a;
}
.bx_ordercart .bx_ordercart_coupon_notes{
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	display: none;
	opacity: 0;
	white-space: normal;
	border: 1px solid #ddd;
	position: absolute;
	top: 100%;
	left: 0;
	max-width: 270px;
	padding: 10px;
	background: #fff;
	z-index: 1010;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.05)
}
.bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes{
	display: block;
	opacity: 1;
}
.bx-touch .bx_ordercart .bx_ordercart_coupon_notes{
	display: block;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	margin: 10px auto;
	box-shadow: none
}


.bx_ordercart_order_pay {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
}

.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.bx_ordercart_order_pay_left {
	-ms-flex-preferred-size: 260px;
	flex-basis: 260px;
	max-width:  260px;
}

.bx_ordercart_order_pay_center {
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	max-width: 300px;
}

.bx_ordercart_order_pay_right {
	text-align: right;
}

.bx_ordercart_order_sum {
	width: 100%;
}







.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price
{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
font-size: 14px;
}

/* quantity control table */

table.counter{
	min-width: 0% !important;
}
table.counter td {
	border: none !important;
    vertical-align: middle;
}

table.counter tbody tr td#quantity_control
{
	text-align: left;
}

.basket_quantity_control {
	display: inline-block;
	left: 0;
	margin: 0;
	padding: 0;
}

.basket_quantity_control a {
    background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    display: block;
    height: 10px;
    text-align: center;
    width: 11px;
}

.basket_quantity_control a.plus {
    background-position: 0px 0px;
    border-radius: 5px 5px 0 0;
}

.basket_quantity_control a.minus {
    background-position: 0px -20px;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.flat {
	display: inline;
}

.centered {
	text-align: center;
}

.bt2{
	color:#3f3f3f;
	font-size:13px;
	text-align:center;
	padding:7px 16px;
	text-decoration:none;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
	border-radius:3px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
}
.bt2:hover{
	color:#3f3f3f;
	background:#fbfbfb;
	text-decoration:none !important
}
.bt2:active{
	color:#3f3f3f;
	text-shadow:none;
	text-shadow:0 2px 1px white;
	background:#fbfbfb;
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#fbfbfb),color-stop(100%,#eaeaea));
	background:-webkit-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-o-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-ms-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:radial-gradient(ellipse at center,#fbfbfb 0%,#eaeaea 100%);
	box-shadow:none;
	padding:6px 15px;
	border:1px solid #d2d2d2
}
input.bt2{border:none}
input.bt2:active{border:1px solid #d2d2d2}

/* size */

.bx_ordercart .bx_item_detail_size_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width:192px;
}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size_scroller_container{
	position: relative;
	margin-top:5px;
	/*margin-left:10px;*/
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size{overflow-x: auto;}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul{
	/*position: relative;*/
	/*display: flex;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*width: 100%;*/
	/*white-space: nowrap;*/

	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	/*border: 1px solid #e8e8e8;*/
	/*border-radius: 3px;*/
	/*background-color: #f8f8f8;*/
}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul{margin-left: 0 !important;}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li{
	/*position: relative;*/
	/*display: block;*/
	/*-webkit-box-sizing: border-box;*/
	   /*-moz-box-sizing: border-box;*/
			/*box-sizing: border-box;*/
	/*height: 25px;*/

	width: auto !important;
	transition: all .15s;
	margin: 0 2px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 1px 10px 0;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	border-radius: 3px;
	background-color: #000;
	text-decoration: none;
	font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a{
	text-decoration: none;
	color: inherit;
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 2px;*/
	/*bottom: 2px;*/
	/*left:2px;*/
	/*display: block;*/
	/*overflow: hidden;*/
	/*border: 1px solid #c0cfda;*/
	/*background: #fff;*/

	/*color: #3f3f3f;*/
	/*text-align: center;*/
	/*text-decoration: none;*/
	/*font-weight: normal;*/
	/*font-size: 10px;*/
	/*line-height: 22px;*/
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active {
	background: #ff3800;
}




/*----*/

.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right  	 {opacity:0.8}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right:hover {opacity:1.0}

.bx_ordercart .bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.bx_ordercart .bx_item_detail_size_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y right center;background-size: 100% auto}
/* end of size */

/* sku */

.bx_ordercart .bx_item_detail_scu_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	/*width:193px;*/
}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px
}

/*----*/

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container{
	position: relative;
	margin-top:5px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%
}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu{overflow-x: auto}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul{margin-left: 0 !important}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	padding-top: 10%;
	height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a{
	display: block;
	overflow: hidden;
	background: #fff;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right:hover{opacity:1.0}

.bx_ordercart .bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.bx_ordercart .bx_item_detail_scu_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* end of sku */

#warning_message {
	color: red;
}

.bx-touch .quantity_control{ display: none; }

#basket_items input {line-height: normal;max-width: none !important;}




@media only screen and (max-width: 960px) {
	.bx_ordercart_order_pay {
		flex-wrap: wrap;
	}

	.bx_ordercart_order_pay_left {
		flex-basis: 40%;
		max-width: 40%;
	}

	.bx_ordercart_order_pay_right {
		flex-basis: 60%;
		max-width: 60%;
	}

	.bx_ordercart_order_pay_center {
		flex-basis: 100%;
		max-width: 100%;
	}

	.bx_ordercart_order_pay_center .btn {
		max-width: 300px;
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 640px) {
	.bx_ordercart_order_pay_left,
	.bx_ordercart_order_pay_right {
		flex-basis: 100%;
		max-width: 100%;
	}

	.bx_ordercart_coupon {
		max-width: 300px;
		margin: 0 auto;
	}

	.bx_ordercart_order_sum tr {
		text-align: center;
	}

	.bx_ordercart_order_sum {
		padding-right: 0;
	}
}












.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 0 0;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li {
	position: relative;
	-ms-flex-preferred-size: calc(16.666666667% - 10px);
	flex-basis: calc(16.666666667% - 10px);
	max-width: calc(16.666666667% - 10px);
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
	float: none;
	padding-top: 0;
	height: auto;
	max-width: 40px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-transition: .175s ease-in-out;
	-o-transition: .175s ease-in-out;
	transition: .175s ease-in-out;
	content: "";
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active:before,
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover:before {
	border-color: #f10018;
	border-width: 2px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
	position: relative;
	padding-bottom: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.bx_ordercart_coupon span.bad {
  position: absolute;
  right: 10px;
  top: 7px;
}

.bx_ordercart_coupon {
  margin-bottom: 5px;
}

.bx_ordercart .bx_ordercart_coupon input.bad {
  background: #fff;
  box-shadow: none;
}

.bx_ordercart_coupon_notes {
  box-shadow: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a .cnt_item {
	display: none;
}

.bx_ordercart_coupon span.bad,.bx_ordercart_coupon span.disabled {
  position: absolute;
  right: 10px;
  top: 7px;
}

.bx_ordercart_coupon {
  margin-bottom: 5px;
}

.bx_ordercart .bx_ordercart_coupon input.bad,.bx_ordercart .bx_ordercart_coupon input.disabled {
  background: #fff;
  box-shadow: none;
}

.bx_ordercart_coupon_notes {
  box-shadow: none;
}

.bk_buy_button {
  border-radius: 3px !important;
  border: 1px solid #f10018 !important;
  background-color: #f10018 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 13px 88px 13px 99px !important;
  width: 100% !important;
  margin-top: 12px !important;
  background-position: 30% !important
}


.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
	font-weight: bold;
	font-size: 16px;
}

.bx_ordercart .bx_ordercart_order_pay_center {
	flex-basis: initial;
	flex-grow: 0;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,
.bx_ordercart_order_table_container table tbody tr td:nth-child(6) {
	font-weight: bold;
	font-size: 16px;
}

.bx_ordercart_order_table_container table tbody tr td:nth-child(3),
.bx_ordercart_order_table_container .counter input {
	font-size: 16px;
}

.bx_ordercart_order_sum td {
	vertical-align: baseline;
}

.bx_ordercart_order_sum tr:last-child td:first-child {
	font-size: 16px;
}

.bx_ordercart_order_sum tr:first-child td:first-child {
	font-size: 12px;
}

.bx_ordercart_order_table_container .counter input,
.bx_ordercart_order_table_container tbody td:nth-child(3),
.bx_ordercart_order_sum td {
	font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}


