.form_quickorder{
    padding: 15px 0px;
    width: 100%;
    display: none;
}
.form_quickorder h3{
    font-size: 17px;
    color: #5a5a5a;
    padding-bottom: 10px;
}
.form_quickorder input[type=text]{
    margin: 5px 0px;
    border: none;
    width: 100%;
    padding: 13px 20px;
    background: #ecebeb;
}
.form_quickorder #submit-phone{
    margin-top: 5px;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.oustock_8073{
    color: #fd693c;
    padding-bottom: 10px;
}
.content-text * {
    line-height: 36px !important;
}

.tp_product_detail .desDetails p:empty{
    height: 22px;
    margin: 0;
}
/*===============footer-fixed===============*/
#notIndex-fixed-actions{
    overflow: visible!important;
    right: 70px;
    position: fixed;
    z-index: 99800;
    bottom: 170px;
}
.fixed-item{
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
.fixed-item a{
    float: right;
    border-radius: 50%;
}
.fixed-item a:hover{
    text-decoration: none!important;
}
.title-fixed{
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top:5px;
    display: none;
}
.title-fixed::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    left: 100%;
    transform: rotateZ(-180deg);
}
.btn-face-fixed{
    top: -135px;
}
.btn-zalo-fixed{
    top: -75px;
}
.btn-mail-fixed{
    top: -14px;
}
.btn-phone-fixed{
    top: 45px;
}
.btn-wechat-fixed{
    top: 100px;
    right: -2px;
}
.btn-wechat-fixed img{
    width: 48px;
    height: 48px;
}
.ajaxcart .con-ajax-cart, #formCheckOut .btnCtn {
    display: none;
}
#getCoupon {
    float: none;
    width: 25%;
}
#btnOrder {
    float: none;
}

@media screen and (max-width: 480px){
    #notIndex-fixed-actions{
        display: flex;
        width: 100%;
        justify-content: space-between;
        right: 0;
        bottom: 0;
        background: #fff;
    }
    .fixed-item{
        position: unset;
    }
    .fixed-item img {
        border-radius: 50%;
        animation-name: stretch;
        animation-duration: 1.2s;
        animation-timing-function: ease-out;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
        animation-play-state: running;
    }
}
.icon_contact.active{
    display: none !important;
}
@keyframes stretch {
    0% {
        transform: scale(.95);
        background-color: #39ac00;
        border-radius: 100%;
    }
    40% {
        transform: scale(.8) ;
        background-color: red;
    }
    50% {
        transform: scale(.8);
    }
    60% {
        transform: scale(.8) ;
    }
    70% {
        background-color: #39ac00;
        transform: scale(.8) ;
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1.07);
        background-color: red;
    }
}