/**
 * MageSupport.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magesupport.com/license/
 *
 * @category   MS
 * @package    MS_Cartdropdown
 * @copyright  Copyright (c) 2008-2010 MageSupport.com (http://www.magesupport.com)
 * @license    http://www.magesupport.com/license/
 */
.header-cart{ 
float: right;
position: relative;
right: 0px;
line-height: 1;
border-radius: 3px;
padding: 1px;
margin-top: 4px; */
	
	/*z-index:9;	*/
}
.header-cart .block-cart{ 
	border:none; 
	background:none; 
	text-align:left;  
	margin-bottom:0; 
	padding:0; 
}
.cart_icon{margin-right: 5px;
padding: 0px;
width: 28px;
height: 25px;
float: left;
background-color: rgba(255, 255, 255, 0) !important;
}
.header-cart .block-cart .cart-label{ 
    background-color: #1d71b8;
    float: right;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 30px 6px 10px;
    text-align: left;
border-radius: 3px !important;transition-duration: 300ms;}
.header-cart .block-cart .cart-label:hover	{ cursor:pointer;    transition-duration: 300ms;background: #2b7fc5 !important;}

.header-cart .block-cart .cart-label:hover .cart_icon	{ background-color:#5E5E5E;}

.header-cart .block-cart .cart-label strong{ 
	color:#363636; 
	font-size:12px; 
	font-weight:normal;
}
.cart-label .price {font-size: 17px;
    vertical-align: middle !important; }

.header-cart .block-cart #panel {
display: none;
position: absolute;
float: right;
margin-top: 0;
z-index: 999;
background: #FFF;
top: 38px;
right: 0px;
box-shadow: 0 0 20px rgba(0,0,0,.3);
border-color: #e2e2e2;
border-radius: 3px;
padding: 0 9px;
padding-bottom: 10px;
padding-top: 10px;
}

.header-cart .block-cart:hover #panel {
    display: block;
}

.header-cart .block-cart .cart-label:hover .block-cart #panel	{ display:block;}

.header-cart .block-cart .cart_topbg {  
	margin-left:0;  
}
.header-cart .block-cart .main-cart {background: none repeat scroll 0 0 #fff;}

.header-container .top-container { border:none!important; padding:0!important; background:none!important; width:700px;  float:left; } 
 
.right_arrow
{margin: 0;
vertical-align: top;
position: absolute;
right: 13px;
top: 13px;
display: block;
height: 10px;
width: 10px;
}
.header-cart .actions .viewcart-btn {float:left !important; background: #e94f1b !important;padding: 10px 20px;width: 48%; border-radius: 3px !important;display:none;}
.header-cart .actions .viewcart-btn span {text-transform: uppercase !important; font-size: 12px !important;}
.header-cart .actions .viewcart-btn:hover {transition: 300ms;background: #f56738 !important;}
.header-cart .actions .checkout-btn {
    float: none !important;
    width: 100%;
    background: #e94f1b !important;
    padding: 10px 20px;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}
.header-cart .actions .checkout-btn:hover {transition: 300ms;background: #f56738 !important;}
.cart_mini_right	{ float: left;
margin: 3px 0px 0px;
text-transform: uppercase;
color: #fff;
border-radius: 3px;    font-size: 13px;    font-family: 'Open Sans',Arial, sans serif;} 
.top_arrow { border-bottom: 0px solid #3a3a3a;
border-left: 0px solid transparent;
border-right: 0px solid transparent;
content: "";
margin-top: -12px;
position: absolute;
left: 47%;
text-align: center;
background: url("https://www.digisalong.ee/media/wysiwyg/megnor/default/arrow-top.png") no-repeat scroll 0px 0px transparent !important;
height: 12px;
width: 24px;
display:none;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-cart .block-cart #panel {
		top: 17px;
	}

}
.fa.fa-chevron-down {margin: 0px; padding: 0px;}
