




















/*Header*/
.clear-header{
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 10px 0;
}
.payment-title{
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    color: #3eae1e;
}
.payment-description{
    font-size: 13px;
    color: #535353;
}
.cs-title{
    color: #5d5d5d;
    font-size: 13px;
}
.cs-phone{
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 500;
}
.cs-phone .fal{
    color: #3eae1e;
}
/*Cart Page*/
.trash-icon {
    cursor: pointer;
}
.trash-icon i{
    font-size: 22px;
    padding: 1rem;
    color: #999;
}
.trash-icon:hover i {
    color: #333;
}
.product-discounted-info{
    font-size: 12px;
    margin-bottom: 0;
    min-height: 16px;
}
.product-discounted-info span, .product-discounted-info i{
    color: #3eae1e;
}
.product-price-info{
    font-size: 18px;
    margin-bottom: 0;
}
.product-cargo-info{
    font-size: 13px;
    margin-bottom: 0;
    color: #3eae1e;
}
.product-cargo-info i{
    margin-right: 0.5rem;
    font-size: 11px;
}
.gift-price-info {
    font-size: 15px;
    margin-bottom: 0;
}


/*Login Cart*/
.action-button{
    display: block;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #dee2e6;
    background-color: var(--c-primary);
    color: #fff;
    cursor: pointer;
    border-radius: .25rem;
    text-align: center;
    padding: 15px 0 15px 0;

}
.action-button:hover{
    background-color: #ff8c05;
    transition: all 0.3s ease;
}
.custom-radio-box{
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #cecece;
    margin-right: 10px;
}
.inputTitle, .cPassShow, .cPassHide {
    cursor: pointer;
}
/*Address*/
.invalid{
    border: 2px solid #dc3545!important;
}
.valid{
    border: 1px solid #28a745!important;
}
/*Cart Navigation*/
.nav-fix-bg1{
    background-color: #ccc;
}
.nav-fix-bc1{
    border-bottom: 3px solid  #ccc;
}
.nav-fix-bg2{
    background-color: #3cb33c;
}
.nav-fix-bc2{
    border-bottom: 3px solid  #3cb33c;
}
.nav-fix-bc3{
    border-bottom: 3px solid  #555555;
}
.nav-fix-bg3{
    background-color: #555555;
}
.nav-fix-mrg{
    margin-top: -5px;
}
.box-20{
    width: 20px;
    height: 20px;
}
.mt-e10{
    margin-top: -10px;
}
/*inputs*/
.invoice-check {
    padding-top:0.5rem;
}
.invoice-check label, #eInvoiceInfo label{
    cursor: pointer;
}
/*Payment*/
.nav-link.active,
.show > .nav-link {
    background-color: #f27a1a!important;
}

/*Footer*/
.clear-footer{
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
}