@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu-header ul li{
        margin: 0px 8px;
    }
}
#tab-buy-card input[type="radio"][id^="myCheckbox"] {
    display: none;
}
#tab-buy-card :checked + label {
    border: 3px solid #30C1CE;
}
#tab-buy-card label {
    border: 1px solid #2F6A7C;
    padding: 10px;
    display: block;
    position: relative;
    margin: 4px;
    cursor: pointer;
    width: 135px;
    height: 75px;
    border-radius: 4px;
}
#render-buy-card input[type="radio"][id^="CheckboxSupplier"] {
    display: none;
}
#tab-buy-card label img {
    width: 100%;
    height: 100%;
}
.title-buy-card{
    background: #F4F8FF;
    border-radius: 4px;
    margin-top: 45px;
    padding: 10px 0px 5px 10px;
    margin-bottom: 20px;
}
.title-buy-card h1{
    color: #2F6A7C;
    font-size: 20px;
    font-weight: 700;
}
.title-buy-card h3{
    color: #2F6A7C;
    font-size: 20px;
    font-weight: 700;
}

.wapper-content-buy-card{
    display: flex;
    flex-wrap: wrap;
}
/**/
#tab-buy-card .nav-link.link-buy-card{
    color: #6f727d;
    padding: 0px !important;
}

#tab-buy-card li {
    display: inline-block;
}
.nav-item .item-wapper-buy-card img{
    width: 100%;
}
.wapper-content-buy-card .item-content-buy-card{
    cursor: pointer !important;
    width: 135px;
    height: 65px;
    border-radius: 4px;
    margin: 0px 5px;
    border: 1px solid #2F6A7C;
    margin-bottom: 10px;
}
.wapper-content-buy-card .item-content-buy-card label{
    cursor: pointer !important;
}

.content-buy-card .wapper-content-buy-card .active{
    position: relative;
    background-color: #30C1CE;
    color: #fff ;
    border: none;
}
.content-buy-card .wapper-content-buy-card .active:before{
    font-family: 'Font Awesome\ 5 Free';
    -webkit-font-smoothing: antialiased;
    content:"\f058";
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    z-index: 9;
}
.content-buy-card .wapper-content-buy-card .active h5{
    color: #fff;
}
.content-buy-card .wapper-content-buy-card .active p{
    color: #fff;
}
.content-buy-card .wapper-content-buy-card .active span{
    color: #fff;
}
.wapper-content-buy-card .item-content-buy-card h5{
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #2F6A7C;
}
.wapper-content-buy-card .item-content-buy-card p{
    font-size: 11px;
    font-weight: bold;
    color: #2F6A7C;
}
.wapper-content-buy-card .item-content-buy-card span{
    color: #FB236A;
}

.wapper-content-pay-buy-card{
    border: 2px solid #2f6a7c3d;
    padding: 0px 15px 15px 15px;
    margin-bottom: 24px;
}
.wapper-content-pay-buy-card .item-pay-buy-card{
    padding: 15px 0px;
    /*border-bottom: 1px solid #2f6a7c3d;*/
}
.content-pay-buy-card .title-pay-buy-card{
    background: #FB236A;
    border-radius: 4px;
    margin-top: 45px;
    padding: 10px 0px 5px 10px;
    margin-bottom: 20px;
}
.content-pay-buy-card .title-pay-buy-card h3{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.wapper-content-pay-buy-card h6{
    font-weight: bold;
    color: #2F6A7C;
    font-size: 15px;
}

.wapper-content-pay-buy-card .button-delete span{
    color: #2F6A7C;
    cursor: pointer;
}
.wapper-content-pay-buy-card .sum-total-pay-buy-card{
    padding-top: 15px;
}
.wapper-content-pay-buy-card .sum-total-pay-buy-card span{
    color: #FB236A;
    font-weight: bold;
    font-size: 17px;
}
.wapper-pay-buy-card button{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.content-buy-card{
    text-transform: uppercase;
}

.content-buy-card p{
    font-size: 13px;
    font-weight: 700;
    color: #2F6A7C;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.content-buy-card a{
    font-size: 13px;
    font-weight: 700;
    color: #2F6A7C;
    text-decoration: none;
}


@media (max-width: 1199.98px){
    #blog img.image{
        width: 230px;
        height: 160px;
    }
}
@media (max-width: 991.98px) {
    .content-buy-card .nav{
        overflow-x: scroll;
        width: 900px;
    }
    #buy-card-flex{
        overflow-x: scroll;
    }
    #buy-card-flex::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px #30C1CE;
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #buy-card-flex::-webkit-scrollbar
    {
        height: 5px;
        width: 5px;
        background-color: #F5F5F5;
    }

    #buy-card-flex::-webkit-scrollbar-thumb
    {
        border-radius: 12px;
        -webkit-box-shadow: inset 0 0 6px #30C1CE;
        background-color: #30C1CE;
    }
    @supports (-webkit-overflow-scrolling: touch) {
        #buy-card-flex::-webkit-scrollbar-track
        {
            display: -webkit-box;
            -webkit-box-shadow: inset 0 0 6px #30C1CE;
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        #buy-card-flex::-webkit-scrollbar
        {
            display: -webkit-box;
            height: 5px;
            width: 5px;
            background-color: #F5F5F5;
        }

        #buy-card-flex::-webkit-scrollbar-thumb
        {
            display: -webkit-box;
            border-radius: 12px;
            -webkit-box-shadow: inset 0 0 6px #30C1CE;
            background-color: #30C1CE;
        }
    }

    .item-content-buy-card{
        margin-left: 5px;
    }

    .title-buy-card{
        margin-top:24px;
    }
    .wapper-content-buy-card .item-content-buy-card h5{
        font-size: 14px;
    }
    .wapper-content-buy-card .item-content-buy-card p{
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wapper-pay-buy-card button {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .wapper-content-buy-card .item-content-buy-card{
        cursor: pointer;
        width: 150px;
        height: 60px;
        border-radius: 4px;
        margin-right: 10px;
        border: 1px solid #2F6A7C;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px){
    .wapper-content-buy-card .item-content-buy-card{
        width: 130px;
    }
    .wapper-pay-buy-card button {
        font-size: 16px !important;
    }
}

#modal_pay button{
    font-family: 'Nunito', sans-serif ;
}
#modal_pay .copy-text{
    cursor: pointer;
}
/*  */
.modal .modal-body label{
    font-weight: 700;
    color: #2F6A7C;
}
.modal .modal-content .modal-header .close:before{
    font-family: 'Font Awesome\ 5 Free';
    -webkit-font-smoothing: antialiased;
    content: "\f410";
}

.modal button{
    font-family: 'Nunito', sans-serif ;
}

