#cartpopup .icon_success_27x27 {
    background: url("/image/icon_success_27x27_24.png") no-repeat scroll 0 50% transparent;
    display: inline;
    line-height: 27px; 
    min-height: 27px;
    padding: 5px 0 0 35px;
}

#cartpopup {
    max-width:44em; 
    display:none;
    width: 391px;
    height: 238px;
    background: #fff;
    border-radius: 0;  
}

@media(max-width: 767px){
    #cartpopup {
        width: 300px; 
    }
}

#cartpopup .cart {
	padding-top: 10px;
}
#cartpopup .cart-header {
	font-size: 16px; padding-left: 5px;
}
#cartpopup .cart-total {
    display: block;
	border-top: none;
    height: 80px;
    padding: 0 19px;   
}
#cartpopup .mini-cart-info {
    margin-bottom: 5px;
    max-height: 300px;
    min-height: 60px;
    min-width: 400px;
    overflow-y: auto;
}

#cartpopup .mini-cart-info td {
    padding: 3px 5px;
}

#cartpopup *{
    -moz-box-sizing: border-box;
}

#cartpopup.well, #cartpopup .well {
    background-color: #fff; 
    border: none;  
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px 0;  
    width: 391px;
    height: 238px;
}
 

@media(max-width: 767px){
    #cartpopup.well, #cartpopup .well {
        position: fixed;
        max-width: 340px; 
        
        height: 265px; 
        width: 100%; 
        top: 30%;   
        left: 0;    
    }
}


#cartpopup .btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}

#cartpopup a {
    color: #428BCA;
    text-decoration: none;
}
#cartpopup h4, .h4 {
    font-size: 18px;
	color: #00A930;
}
#cartpopup h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
#cartpopup h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

#cartpopup p { 
    margin: 0 0 10px;
} 

#cartpopup h3, #cartpopup .h3{
    font-size: 18px;
    color: #000; 
    height: 28px;
    line-height: 28px ;
    font-family: "rob-med"; 
    padding-left: 63px;
    background: url("cart-bg.png") 0 50% no-repeat;
    margin-left: 19px; 
    margin-right: 19px; 
}

.cartpopup .cart{
    display: none;
}

.cartpopup .cart-total{
    margin-top: 21px; 
    background: #fafafa; 
    padding: 0 19px; 
}

.cartpopup .cart-total br{
    display: none; 
} 

.cartpopup .cart-total div{
	font-size:24px;
    display: inline-block; 
   
    color: #000;
    font-family: "rob-med";
    line-height: 80px ;
    margin-right: 5px; 
}

.cartpopup .cart-total div:first-child{ font-size:14px;}
.cartpopup .hide_in_header{ font-size:14px;}
.cartpopup .valuta{ font-size:14px;}




.cartpopup .btn-default{
    width: 167px;
    height: 40px;
    background: transparent;
    border: 1px solid #171717;
    font-family: "rob-med";
    font-size: 14px;
    color: #171717;
    text-align: center; 
    line-height: 40px;
    border-radius: 20px; 
    cursor: pointer;
    padding: 0;  
    margin-top: 24px; 
}

.cartpopup .btn-default:hover{  
    background: #171717;
    color: #fff; 
}

.cartpopup .btn-1{
    float: left;
    margin-left: 19px;
}

.cartpopup .btn-2{
    float: right;
    margin-right: 19px;
}

@media(max-width:767px){
    .cartpopup .btn-default{
        display: block; 
        float: none;
        width: 167px; 
        height: 40px;
        background: transparent;
        border: 1px solid #171717;
        font-family: "rob-med";
        font-size: 14px;
        color: #171717;
        text-align: center; 
        line-height: 40px;
        border-radius: 20px; 
        cursor: pointer;
        padding: 0;  
        margin: 10px auto 0;  
    } 
    
    #cartpopup h3{
        font-size: 16px;  
        padding-left: 50px; 
    } 
}

.popup_content_visible .nohide_in_header{ display:none}