﻿.unitSelect {
    padding-left: 2rem !important;
}

.text-center {
    text-align: center !important;
}

.img-loading {
    width: 20px;
    height: 20px;
}

.small_currency,.small_text {
    font-size: 0.7rem;
}

.red_color {
    color: #ff0000 !important;
}

.product_price {
    font-size: 1.3rem;
}

    .product_price del {
        color: red;
    }

    .product_price p.price {
        font-weight: 600;
    }

.small_message_p{
    font-size:0.9rem;
}

.add-to-cart img{
    position:absolute;
    top:0px;
    left:0px;
}

.close_product_addtocart a{
    cursor:pointer;
}

.no-cart img {
    display: block;
    margin: auto;
    width:100px;
}
.no-cart span {
    font-size:1.5rem;
}

.modal-icon{
    width:100px;
    display:block;
    margin:auto;
}

.position-relative{
    position:relative !important;
}

.main-color {
    color: var(--firstColor) !important;
}

.status_table table th{
    text-align:center;
    background-color:#c7c7c7;
    font-size:0.85rem;
    font-weight:600;
}

.status_table table td {
    font-size: 0.85rem;
}



.back-white {
    background-color: white !important;
}

.full-width{
    width:100% !important;
}

.invoice_detail_table td{
    padding:10px;
    text-align:center
}

.invoice_table thead td {
    background-color: #f5f5f5;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    /*border-color:#9d9d9d !important;*/
}

.invoice_detail_table thead td {
    background-color: #f5f5f5;
    border: 0;
    border-bottom: 1px solid #9d9d9d;
    text-align:center;
    /*border-color:#9d9d9d !important;*/
}

#description-product ul {
    list-style: disc;
    margin-right: 30px;
    margin-bottom: 20px !important;
}

#description-product ul li {
    padding-top:10px;
}

#description-product p{
    text-align:justify;
    color:black !important;
}

b, strong {
    font-weight: bold !important;
}



/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    [type=radio] + img {
        cursor: pointer;
    }

    /* CHECKED STYLES */
    [type=radio]:checked + img {
        outline: 2px solid #f00 !important;
    }

.tag {
    
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 5px;
}

.tag-success {
    background-color: green;
    color: white;
}

.tag-danger {
    background-color: red;
    color: white;
}

.payment_table{

}

    .payment_table th {
        background-color: #555555 !important;
        color: white;
        padding: 5px;
    }

    .payment_table td {
    }