/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 9, 2021, 11:38:54 AM
    Author     : Manu
*/
.wishlist-popup-dtl.hide,.alert_error_size.hide,.wishlist-listing-alert.hide,.wishlist-listing-alert-dtl.hide.hide{
    display: none;
}
.wishlist-popup-dtl{
    position: absolute;
    top: 45px;
    background: #ef882f;
    color: #fff;
    text-align: center;
    margin: 0px 5px;
    padding: 5px;
    font-size: 14px;
}
.proDtl .wishlist-popup-dtl{
    position: inherit;
}
.ProBox .wishlist svg.active {
    fill: #f28a30;
}
.cartlist-popup-dtl-error.hide{
    display:none;
}
.cartlist-popup-dtl-error{
    position: absolute;
    background: #ec4848;
    color: #fff;
    padding: 5px 25px;
    margin-top: 13px;
}
.empty-cart{
    text-align: center;
    margin:  0 auto;
}
.empty-cart img{
    width: 300px;
}
.empty-cart .empty-link{
    font-size: 14px;
    padding: 8px 20px;
    background: #e56e9f;
    border-color: #e56e9f;
    color: #fff;
}

.promo-msg-error{
    color:red;padding-top:10px;font-size: 14px;font-weight: 600;
}
.loginPage #login_sec .form_bx form .pswrd .hide-show {
    right: 10px;
    bottom: 28px;
}
.continue-btn.hide{
    display: none !important;
}
.alert-dismissable{
    font-size: 13px;
    padding: 5px 10px;
}
.alert-dismissable .alert-close{
    position: absolute;
    right: 6px;
    top: 0px;
    background: transparent;
    border: none;
    outline: none;
    color: #ff0707;
    font-weight: bold;
    font-size: 19px;
}

.ordr-cancel{
    color: red;
    font-size: 13px;
    font-weight: 600;
}

#agree{
    color: red;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
/*.wishlist-listing-alert{*/
/*    position: absolute;*/
/*    top: 37px;*/
/*    background: #4caf50;*/
/*    z-index: 99999999;*/
/*    width: 90%;*/
/*    margin-left: 10px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    padding: 6px 0px;*/
/*}*/
.wishlist-listing-alert-dtl{
    position: absolute;
    top: 24px;
    right: 15px;
    background: #4caf50;
    z-index: 99999999;
    width: auto;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px;
}
.review-btn{
    background: none;
    color: #e56e9f;
}
.showPass.valid {
    opacity: 1;
    pointer-events: all;
}

.wish-sec .user-sec .user .img-box .Choose{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: 7px;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    width: 26px;
    height: 26px;
}

