.basket {
	float: right;
	display: block;
	position: relative;
	height: 50px;
	padding: 6px 20px 0 25px;
	margin: 0 20px 0 0;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	background-color: #EBEBEB;
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	transition: 0.4s;
}

@media (max-width: 755px) {
	#header-top.e-commerce .basket {
		display: none;
	}
}

@media (max-width: 500px) {
	#header-top .basket {
		display: none;
	}
}

.cloned .basket,
.sticked .basket {
	/*margin-top: 28px;*/
}

.basket:hover {
	background-color: #f4f4f4;
}

.basket:before {
	content: "";
	display: inline-block;
	float: left;
	width: 22px;
	height: 23px;
	margin: 7px 10px 0 0; 
	background: url(../../../images/site/cart-icon.svg) no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.basket .basketSum {
	float: left;
	line-height: 40px;
}

.basket .downArrow:before {
	display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 37px;
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    content: "\33";
}


.basket h2 {
	background: url("../../../images/eshop/pix.png") no-repeat scroll -70px -205px transparent;
    height: 32px;
    margin: 0 2px 4px 3px;
    font-size: 10px;
	line-height: 13px;
	color: #444444;
	font-weight: normal;
	padding: 11px 0 0 35px;
}

.basket h3 {
    color: #333333;
	font-size: 17px;
	font-weight: bold;
    padding: 7px 9px 12px 9px;
	margin: 0 2px 8px 0;
	text-align: left;
	border-bottom: 1px solid #d0cfcf;
}

.basket .totalQuantity { 
	float: left; 
	color: #333333;
}

.basket .totalPrice { 
	float: left; 
	margin-left: 5px;
	color: #333333;
}

.basket .empty_cart, 
.basketitems {
	background-color: #ffffff;
	border: 2px solid #00A0F2;
	border-radius: 4px;
    color: #333333;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 360px;
    max-height: 60vh;
    overflow-y: auto !important;
    z-index: 3000;
	display: none;
	line-height: 20px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.13);
}

.basket .empty_cart { 
	text-align: center; 
	font-size: 15px;
	font-weight: normal;
}

.basketitems { font-size: 16px; }

.cloned .basketitems,
.sticked .basketitems 
{ 
	top: 73px; 
}

.basketitems .abasketitem {
	float: left;
	position: relative;
	width: 99%;
	padding: 6px 5px;
	color: #333333;
	box-sizing: border-box;
}

.basketitems .abasketitem:hover {
	background-color: #f4f4f4;
}

.basketitems .theprice {
    display: block;
    float: left;
    font-size: 15px;
}

.basketitems .theimage {
	float: left;	
	width: 30%;
}
.basketitems .theimage a {
	float: left;  
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.basketitems .theimage a:hover {
	border-color: #00A0F2;
}

.basketitems .theimage img {
	display: block;
	max-height: 50px; 
	max-width: 50px;
	height: auto !important;
	width: auto !important;
	margin: 0 auto;
}

.basketitems .theimage span.no-image {
	display: block;
	width: 40px;
	height: 53px;
	background: url(../../../../images/site/no-image.svg);
	background-size: 40px 53px;
}

.abasketitem .onediv {
	float: left;	
	width: 70%;
}

.abasketitem .thename {
	display: inline-block;
	float: left;	
	padding: 3px 0 0 0;
	width: 90%;
	text-align: left;
}

.abasketitem .thename a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    text-decoration: none;
}

.abasketitem .thename a:hover {
	text-decoration: underline;
}

.abasketitem .removePrd {
	float: right;
	width: 9%;
}
.abasketitem .removePrd a {
	float: left;
	display: block;
	text-decoration: none;
	background: url("../../../../images/eshop/remove_link.png") top right no-repeat;
	width: 17px;
	height: 17px;
}
.abasketitem .removePrd a:hover { 
	background: url("../../../../images/eshop/remove_link_hover.png") top right no-repeat;
	text-decoration: none;
}


.abasketitem .prod_quantity {
	font-weight: normal;
	padding: 0 2px 0 0;
}

.abasketitem .prod_price {
	font-weight: bold;
}

.abasketitem .theprice {	
    float: left;
    padding: 10px 0 0 0;
	font-size: 13px;
    
}

.abasketitem .thefinalprice {
	float: left;
	text-align: right;
	font-weight: bold;
}

.basketitems .theprice .number {
	font-weight: bold;
}

.basket .gotocart {	
	text-align: center;
}

.basket .gotocart:hover {

}

.basket .gotocart a  {	
	display: inline-block;
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0 20px;
	width: 99%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	background-color: #00A0F2;
	background-image: linear-gradient(90deg, #00A0F2 0%, #015C8D 100%);
	border-radius: 3px;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    z-index: 1;
}

.basket .gotocart a:after {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00A0F2;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    cursor: pointer;
}
	
.basket .gotocart a:hover {
	text-decoration:none; 
	color: #fff;
	background-color: #00A0F2;
	/*box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
}

.basket .gotocart a:hover:after {
	opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

