﻿.size_error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: white;
    display:none;
}

    .size_error img{
        display:block;
        margin:auto;
    }
@media screen and (max-width: 360px) {
    .size_error {
        display: block; /* در صفحات کوچکتر از 600 پیکسل، div نمایش داده می‌شود */
    }
}

    .card_category img {
        display: block;
        width: 200px;
        height: 100px;
        margin: 0 auto;
    }
.card_category .card-footer{
    text-align:center;
    color:black;
    padding:10px;
}

.card_prodduct_list .card {
    margin-bottom: 5px;
    border: 1px solid #b5b5b5 !important;
}
.card_prodduct_list .p_image {
    width: 20%;
    height: auto;
    border-left: 1px solid #ababab;
}

    .card_prodduct_list .p_image img {
        width: 150px;
        height: auto;
        display: block;
        margin: auto;
    }

.card_prodduct_list .p_description {
    padding-top:10px;
    padding-right:5px;
    padding-left:5px;
    width: 80%;
    height: auto;
    
}
.card_prodduct_list .p_description * {
    color:black;
}

.card_prodduct_list p.old_price {
    color:red;
    text-decoration:line-through;
    font-size:12px;
    margin-left:5px;
}
    .card_prodduct_list .p_description p{
        margin-bottom:5px;
    }
    .card_prodduct_list .card-body {
        display: flex;
        position:relative;
    }
.card_prodduct_list .input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    display: flex;
    padding: 5px;
    border-radius: 0 5px;
    border: 1px solid #b5b5b5;
}

    .card_prodduct_list .input span {
        width: 40px;
        text-align: center;
        border: 0;
        outline: 0;
    }
    
    .card_prodduct_list .input i {
        padding: 5px 10px;
    }
    .card_prodduct_list .input i.fa-plus {
        color:green;
    }
        .card_prodduct_list .input i.fa-minus {
            color: red;
        }

    .buttom_menu {
        position: fixed;
        width: 100%;
        height: 50px;
        background-color: white;
        bottom: 0;
        left: 0;
    }
.buttom_menu i {
    font-size:18px;
}

    .buttom_menu .has_border {
        border-left: 1px solid #ababab;
    }
.buttom_menu div.col{
    padding:15px;
    text-align:center;
}

.add_cart_container {
    position: fixed;
    width: 100%;
    left: 0;
    padding:10px;
}
.confirm_cart_container {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 10px;
    top:70px;
}

.tag-success {
    color: #fff !important;
}
.tag-info {
    color: #fff !important;
}
.tag-primary {
    color: #fff !important;
}
.tag-warning {
    color: #fff !important;
}

.btn-success {
    color: #fff !important;
}

.btn-info {
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-warning {
    color: #fff !important;
}


.invoice_list_btns{
    position:absolute;
    bottom:0;
    left:0;
    display:flex;
    padding:5px;
}

.btn-with-icon {
    padding: 5px 10px;
    height: 29px;
}

.invoice_goods {
    margin-top: 20px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

    .invoice_goods .invoice_good {
        padding-right: 10px;
        margin-bottom:10px;
        padding-top:10px;
        border-right: 3px solid #808080;
        background-color:#eee;
    }
    .invoice_goods .invoice_good p {
        margin-bottom:5px;
        
    }
        .invoice_goods .invoice_good .item_info {
            background-color: #a5c7ff;
            border-radius: 5px;
            margin: 5px;
            margin-bottom: 10px;
        }
        .invoice_goods .invoice_good .item_success {
            background-color: #0fa751;
            border-radius: 5px;
            margin: 5px;
            margin-bottom: 10px;
            color: white;
        }
        .invoice_goods .invoice_good .item_danger {
            background-color: #a70f0f;
            border-radius: 5px;
            margin: 5px;
            margin-bottom: 10px;
            color: white;
        }

.message_date {
    /*position:absolute;
    top:5px;
    left:5px;
    font-size:12px;
    color:#808080;*/
    position: absolute;
    top: -13px;
    left: 5px;
    font-size: 12px;
    color: #ffffff;
    background: #4e4e4e;
    padding: 2px 5px;
    border-radius: 5px;
}
    .message_date p{
        margin:0;
    }

    .side-menu__item i {
        color: #5b6e88;
        margin-left: 10px;
        font-size: 16px;
    }

.ticket_item {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.ticket_item p{
    margin-bottom:5px;
}

.mbx-35{
    margin-bottom:35px !important;
}

.p_small{
    font-size:13px !important;
}
.p_xxsmall {
    font-size: 11px !important;
}

.no-instock i {
    padding: 0.25rem !important;
    color: red;
}

.no-instock p {
    padding: 1px !important;
    font-size: 13px !important;
    margin: 0;
    color: red;
}

.similar {
    background-color: #7ecbff !important;
}

.main_icon i {
    font-size: 26px;
    color: #056839;
}

.swiper-slide .card-body {
    display: block !important;
}

.swiper-slide .p_image {
    width: 100%;
    border: 0;
}

.swiper-slide .card_prodduct_list .p_image img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-slide .p_description {
    width: 100%;
    text-align: center;
}

    .swiper-slide .p_description h5 {
        font-size: 14px;
    }
.swiper-slide {
    max-width: 150px;
}

.border-round {
    border-radius: 7px !important;
    box-shadow: 0px 0px 6px 0px #c2c2c2;
}

    .border-round img {
        border-radius: 7px !important;
        padding:5px;
    }
.max_in_day_msg {
    color: red;
    position: absolute;
    bottom: 8px;
    left: 120px;
    display: flex;
    margin-bottom: 0;
    font-size: 13px;
}

.text-underline{
    text-decoration:underline;
    text-underline-offset:5px;
}
.award_container p{
    margin:0;
}

#sabad_container span{
    height:15px;
}


.card_prodduct_list .spinner-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    padding: 5px;
    border-radius: 0 5px;
    border: 1px solid #b5b5b5;
    background-color: #0000004a;
    height: 35.6px;
    text-align: center;
}