.ui-dialog .ui-dialog-buttonpane{
    display: none;
}

.quickAdd .quickAdd-qty,.quickAdd .action{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.quickAdd .quickAdd-qty input{
    flex: 1;
    width: 100%;
    border: 1px solid;
    text-align: center;
    height: 28px;
    font-weight: bold;
    margin: 0 -1px;
    outline: none;
}

.quickAdd .quickAdd-qty input::-webkit-outer-spin-button,
.quickAdd .quickAdd-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quickAdd .action{
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    /* font-weight: 500; */
    height: 30px;
    margin-top: 8px;
}

.quickAdd .quickAdd-qty button{
    padding: 0;
    border: 1px solid;
    width: 28px;
    height: 28px;
}

.checkLogin-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.popupLogin {
    max-width: 90%;
    width: 500px;
    background: #fff;
    padding: 20px;
}

.popupLogin form{
    display: flex;
    flex-direction: column;
}

.popupLogin form input{
    height: 34px;
    border: 1px solid;
    border-radius: 3px;
    padding: 0 10px;
    color: #000;
    outline: none;
    margin-bottom: 15px;
}

.popupLogin form button{
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    height: 34px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-right-column .quantity-selector{
    font-weight: bold;
    color: #000;
    float: none;
}

.product-right-column #quantity_product{
    border: 1px solid;
    margin: 0 -1px;
}

.quantity_wanted_pView,.quantity_wanted_pView .quickAdd-qty {
    display: flex;
    align-items: center;
}

.quantity_wanted_pView button{
    padding: 0;
    line-height: 30px;
    height: 34px;
    width: 34px;
    color: #000;
    border: 1px solid;
}

.popupLogin form p{
    margin-bottom: 0;
    margin-top: 15px;
}

.popupLogin form p a{
    font-weight: bold;
    text-decoration: underline;
}

.listProductPage .content_sortPagiBar #pagination{
    display: none;
}

#topbar nav .contactnav p{
    line-height: initial;
}


.alertShop{
    display: flex;
    padding: 5px 0;
    border-top: 1px solid;
    justify-content: center;
}

.alertShop p{
    /*animation: marquee 5s linear infinite;*/
    text-align: center;
    color: #fff;
    margin: 0;
}


@keyframes  marquee{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 480px){
    .col-sp-12 {
         width: 50%;
    }
}

@media (max-width: 767px){
    #product_list{
        margin: 0 -15px;
    }

    #product_list .product_block .product_img_link img{
        object-fit: cover;
    }
}
@media (max-width: 991px){
    #breadcrumbs {
        display: block !important;
    }
}

@media (min-width: 992px){
    .alertShop p{
        animation: marquee 5s linear infinite;
    }
}
