.goods-data {
	margin-right: 0px;
	overflow-x: visible;
}

.section-cart .table-header { 
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 12px;
	color: #888;
	border-bottom: 2px solid #ECEBEB;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.section-cart .cart-item {
	border-top: 1px solid #EDEDED;
	padding-bottom: 8px;
	padding-top: 8px;
}
.section-cart .table-row-sub {
	margin-bottom: 5px;
}

.beforeDiscount {
	font-size: 11px;
	display: block;
	color: #888;
}
.cart-total {
	text-align: right;
}
.cart-price {
	text-align: right;
}
.section-delivery, .section-payment {
	padding-bottom: 10px; 
	margin: 20px 0px;
}
.delivery-box, .payment-box {
	border-top: 1px solid #ECEBEB;
	margin: 0px;
	padding: 10px 0px;
	min-width: 50px;
}
.delivery-box.selected, .delivery-box:first-child, .payment-box.selected, .payment-box:first-child, .cart-item:first-child {
	border-top: none;
}
.delivery-box label, .delivery-box .deliveriesSelect, .payment-box label, .paymant-box .paymentSelect {
	cursor: pointer;
	margin-left: 5px;
}

.section-delivery .major-title, .section-payment .major-title {
	border-bottom: 2px solid #ECEBEB;
}

.deliveriesSelect, .paymentSelect {
	margin-top: 20px;
}
.section-delivery .cart-image img, .section-payment .cart-image img {
	margin: 0px 20px;
	max-height: 60px;
}

#orderForm .section-delivery  .cart-image img, #orderForm .section-payment .cart-image img {
	margin: 0px 0px;
	max-height: 60px;
}

.section-buttons {
	margin-top: 20px;
}

.sub-payment {
	height: 70px;
	border-top: none;
}

.shopping-total.subtotal {
	width: 350px;
}

.shopping-total .subtotal em {
	font-size: 14px;
}

.shopping-total .subtotal strong {
	font-size: 16px;
}

button {
	cursor: pointer;
}

#footer-copy, .brands { display: none; }
.order-go-back { padding-top: 10px; padding-bottom: 10px; }

.major-title,.minor-title { font-weight: bold; font-size: 20px; margin-top: 30px; text-transform: none; }
.cart-price .value,.cart-numb .value,.cart-title a,.cart-total .value { display: inline-block; padding-top: 7px; }
.cart-del a.del-goods { margin-top: 10px; }
.section-cart { font-size: 15px; }
.section-cart .cart-image { text-align: center; }
.section-cart .cart-image img { max-height: 70px; margin: auto; }
.section-cart .product-quantity { margin-top: 0; }

.form-horizontal .has-feedback .checkbox .form-control-feedback, .form-horizontal .has-feedback .checkbox .fv-plugins-icon {
	right: -15px;
}

@media (max-width: 767px) {
	.table-header { display: none; }	
	.section-cart .cart-image img { margin: auto; }
}
.itemAddon{
	border: 1px dotted rgba(33, 31, 31, 0.1);
	height: 200px;
	margin: 5px;
	padding: 10px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	border-radius: 20px;
	width: 23.8%;
	position: relative;
}
.itemAddon.disable:after{
	background-color: rgba(0, 0, 0, 0.36);
	content: "";
	cursor: not-allowed;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.itemAddon:hover{
	border: 1px solid rgba(33, 31, 31, 0.4);
}
.itemAddon .imgPreview{
	height: 100px;
	overflow: hidden;
	display: block;
}
.itemAddon .imgPreview img{
	margin: auto;
	max-height: 90px;
}
.itemAddon .form{
	padding: 5px;
}
.itemAddon .price{
	padding: 5px;
	float:left;
}
.itemAddon .price span {
	color: #3e4d5c;
	font-size: 18px;
}
.itemAddon .description{
	height: 150px;
	overflow: auto;
}
.itemAddon .addonButton{
	float: right;
	font-size: 10px;
	margin-top: 8px;
	padding: 4px;
}
.itemAddon .question{
	position: absolute;
	top:0px;
	right: 3px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	cursor: help;
	color:#fff;
	z-index: 2;
	padding: 2px 4px;
}
.itemAddon .question::after{
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-top: 30px solid #e94d1c;
	right: 0px;
	top:0px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.itemAddon .question:hover::after{
	border-top: 30px solid transparent;
}
.itemAddon .question:hover{
	color:#e94d1c;
}
.itemAddon textarea.form-control{
	width: 100%;
	height: 50px;
}
.popover.fade.in{
	z-index: 100000;
}
.table-row-sub .cart-price, .table-row-sub .cart-numb, .table-row-sub .cart-total, .table-row-sub .cart-del {
	padding-top: 20px;
}
.cart-numb > .value{
	text-align: center;
	width: 30%;
}
#_delivery_country span.select2 {
	width: 100% !important;
}