.mini-cart-content{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 10px;
    background: $light-color;
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    z-index: 1;
    text-align: left;
    .pd-row{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        min-height: 50px;
        padding-left: 60px;
        margin-bottom: 10px;
        .product-img{
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            overflow: hidden;
            border: 1px solid darken($light-color, 10%);
            img{
                height: 50px;
                width: 50px;
            }
        }
        .product-detail{
            p{
                margin: 0;
                padding: 0;
                &.product-name{
                    font-weight: 600;
                    color: $theme;
                    font-size: 13px;
                }
                a{
                    color: $theme;	
                    text-decoration: none;
                }
            }
        }
    }
    .total{
        border-top: 2px solid darken($light-color, 10%);
        padding: 5px 0;
        text-align: right;
    }
    .button-box{
        .btn{
            float: left;
            color: $theme;
            padding:6px 0;
            &.proceed{
                background: $theme;
                color: $light-color;
                border-radius: 0;
                float: right;
                padding: 6px;
            }
        }
    }
    @media (max-width:767px) {
        
    }			
}
/*.main_menu_items{
    &:hover{
     .mini-cart-content{
        display: block;
     }	
    }
}*/




.mini-cart-content {
    display: none;
  }
      
  .main_menu_items:hover + .mini-cart-content {
    display: block;
    
  }
  .main_menu_items:active + .mini-cart-content{
  display: block !important;
  }
  .account-div {
    display: none;
  }
      
  .hover-account:hover>.account-div {
    display: block;
   
  }
   .hover-account:active + .account_css{
    display: block !important;
  }
  .account_css{
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 5px;
    color: #1C7BBA !important;
    box-shadow: 0px 5px 10px black !important;
  }
  .account-div {
   background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 5px;
    color: #1C7BBA !important;
    right:0px !important;
    min-width: 120px !important;
    width: 100% !important;
    box-shadow:0px 5px 10px black !important;
  }
  .account_css p a{
   color: #000000 !important;
  }
  .account_css:before{
content: " ";
    position: absolute;
    top: -20px;
    right: 40px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
.none{
    display: none;
}
.oe_signup_form.signupcss .login-header{
text-align: center !important;
    }
    .fav-icons .list-group-item.cart-div .cart-value.my_cart_quantity.badge.badge-primary{
    top: -5px;
    }
    @media only screen and (min-width: 50px) and (max-width: 374px){
    .cart-div .dropdown .dropdown-menu{
        width: 310px !important;
    left: -115px !important;

    }
    }
/* btn colors */ 
html[data-oe-company-name="AStore Kuwait"] .btn-primary {
    color: #fff !important;
    background: #206CAF;
    border-color: #007BFF;
}
html[data-oe-company-name="AStore Kuwait"] .btn-primary:hover {
    color: #fff !important;
    background: #206CAF;
    border-color: #007BFF;
}
