.section-title h2 {
    font-size: 1.9rem !important;
}

.card .card-body .card-title {
    font-size: 1.1rem !important;
}

.line-height-35 {
    line-height: 35px
}

.cart-dropdown .media .media-body .price span {
    font-size: 1rem !important;
}

.progress-wizard .progress-info {
    font-family: IRANSans_Bold !important;
}

.alert-addCart {
    position: fixed;
    width: 60%;
    margin-right: 18%;
    bottom: 500px;
    font-size: 17pt;
    padding: 26px;
    display: none;
    background-color: #b5d56a !important;
    color: white;
    border: solid 2px #bfe072
}

.alert-removeCart {
    position: fixed;
    width: 60%;
    margin-right: 18%;
    bottom: 500px;
    font-size: 17pt;
    padding: 26px;
    display: none;
    background-color: #ea7066 !important;
    color: white;
    border: solid 2px #ff7b70
}

.table-cart tbody tr td .close span {
    padding-right: 8px !important;
    background: #ea7066;
    color: white;
}


@media only screen and (max-width: 575px) {
    .dont-show-in-mobile {
        display: none !important;
    }
    .table-cart tbody tr .td-product-name {
        max-width: 70px !important
    }
    .table-cart tbody tr td .close span {
        width: 20px;
        height: 20px;
        font-size: 20px !important
                   ;padding-bottom: 10px;
        padding-left: 14px;
    }
    .table-cart tbody tr td .form-control {
        height: 30px;
        font-size: 9pt !important;
        border: 2px solid #ced4da !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        padding: 0
    ;width: 32px;}
    .table-cart tbody tr td .close span {
    
        line-height: 16px;
 
    }
    .table {
    
        font-size: 9pt;
   
    }
}
