/*********************************************************************************************header-cart*******************************************************************************************/
.cart-position {
	float:left;
	position:relative;
	margin:0;
	text-align:left;	
	margin-left:20px;
	margin-top:27px;    
	z-index: 999;
	
	}
#cart .heading span.link_a i.icon-shopping-cart{
	display:none;
}
#cart .heading span.link_a i.icon-angle-down{
	float:right;
	font-size:19px;
	line-height:20px;	
}
#cart .heading span.link_a strong, #cart .heading span.link_a b {
	font-weight:normal;
	color:#333;
	font-size:18px;
	}
#cart .heading span.link_a {
	display:block;
	color:#777;
	text-decoration:none;
	font-size:12px;
	line-height:19px;
	cursor:pointer;
	padding:12px 10px 15px 11px; 
	min-width:200px;
	}
	a.button , a.button-prod{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	padding:0 10px 4px;
	white-space:nowrap;
	font-size:16px;
	line-height:23px;
	font-weight:normal;
	background-color:#d71c20;
	}
#cart #cart-total{
	margin-left:4px;
}
#cart.active .content {
	display:block;
	}
.cart-position #cart .heading span.link_a #cart-total2 {display:none;}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%; right:-50px;
	background:#313131;
	z-index:100 !important;
	width:317px;
	padding:10px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
}
header #cart.active .content {
	display: block;
	}
header #cart.active .content .mini-cart-info{
	display: block;
	}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
	}
header #cart .cart td.price {
	font-size:12px;
	font-weight:600;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
	font-weight:600;
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#ff0800;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #ff0800;
	vertical-align: top;
	}
header #cart .cart .image {
	padding-right:15px;
	}
.cart tr {
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	border-bottom:1px dotted #cecece;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
}
header #cart .cart .name small {
	color: #666;
}
header #cart .cart .quantity {
	font-size:11px;
	color:#333;
	text-transform:uppercase;
}
header #cart .cart td.total {
	font-size:12px;
	font-weight:600;
	color:#c81908;
	text-align: right;
	}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i{color:#333;}
.cart-module .cart .remove span {
	width:11px;
	height:11px;
	overflow:hidden;
	display: inline-block;
}
.cart-module .cart .remove {
	width:20px;
	text-align:center!important;
	padding-top:8px;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {cursor:pointer}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
	}
header #cart .cart .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
header #cart .cart .remove img {
	float:left;
}
header #cart .cart .remove {
	padding:10px 0;
	}
header #cart .cart .remove>span:hover {
	color:#333;
	}
header #cart .cart .remove>span{
	font-size:15px;
	cursor:pointer;
	}
header #cart .cart .remove img {
	cursor: pointer;
}
header #cart table.total {
	font-size:11px;
	padding: 5px 10px 5px 10px;
	margin-top:5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
header #cart table.total tr {
	padding:0px 10px 0px 10px;
}
header #cart table.total td b {
	color:#777;
	font-size:12px;
}
header #cart table.total td {
	color: #333;
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold;
	color:#333;
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
	}
header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}





#basketItemsWrap img {
	border: 0;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap li {
	background-color: #fff;
	margin: 5px;
	font-size: 12px;
}


.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
header .toprow {
	margin-bottom:0;
	}
header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	background-color:#282828;
	width:100%;
	left:0; 
	top:0;
	}
header .toprow-1 #cart .heading span.link_a i {}
/**************************************************************************************/
@media (max-width: 767px) {
#cart .heading span.link_a { padding:0px;}
#cart .heading span.link_a strong, #cart .heading span.link_a b {font-size:12px;}
.container .header-search {
    top: 10px;
}
header .container {
    height: auto;
    padding: 0 25px 15px;
}
.header{background:#4c4b4b;margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;}
}