.form-input__order {
    position: relative;
    z-index: 1;
    margin-bottom: 0.75rem;
    margin-top: 0 !important;
}

.item.zalo {
    position: fixed;
    right: 7px;
    bottom: 7%;
    z-index: 100;
}

.item.zalo span {
    display: none;
}

.item.zalo img {
    width: 60px;
    height: 60px;
}

header {
    background: #333333;
}

.d_inputNumber span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.page_cart input[name='qty'] {
    height: 24px !important;
    width: 40px;
    pointer-events: none;
    text-align: center;
}

.d_inputNumber span svg path {
    fill: #252525;
}

.d_inputNumber input {
    background: transparent;
    border: transparent !important;
}

.d_inputNumber {
    border: solid thin #ebebeb;
    background: #fff;
    padding: 3px 7.5px;
}

.d_inputNumber span svg {
    width: 16.5px;
    height: 16.5px;
    position: relative;
}

.slider-main .menu-mail .container .mini_cart_header {
    position: relative;
    float: right;
    width: 40px;
    z-index: 1;
}

.page_cart input[name='qty'] {
    border: solid thin #ebebeb;
    border-radius: 0;
    padding-left: 4px;
}

.info-order textarea::-webkit-input-placeholder {
    color: #afafaf;
}

.header-cart-count {
    top: 0;
    right: -1rem;
    background-color: #f9ea19;
    border-radius: 100%;
    padding: 0.15rem 0.5rem;
    z-index: 1;
}

.table_total_cart .count_money:nth-child(2) {
    text-align: end;
    font-size: 20px;
}

.form-input__order p {
    position: absolute;
    top: 0;
    background: #fff;
    font-size: 14px !important;
    left: 10px;
    top: 11px;
    font-weight: 300 !important;
    color: #afafaf;
    pointer-events: none;
    transition: 0.3s all;
}

html .form-input__order input {
    height: 45px !important;
}

html .form-input__order input:valid+p,
html .form-input__order input:focus+p {
    top: -18.5px !important;
    left: 7.5px !important;
    border: solid thin#ebebeb;
}

html .form-input__order input:invalid+p {
    left: 10px;
    top: 8px;
}

.form-input__order p {
    padding: 2px 10px;
    border: solid thin transparent;
}

.cart_button:first-child {
    margin-bottom: 0 !important;
}

.widget_shopping_cart_content .box {
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart_content .box {
    background: #fff;
    color: #252525;
    padding: 15px;
    border: solid thin #ebebeb;
    position: relative;
    z-index: 2;
}

.widget_shopping_cart_content .box:after {
    position: absolute;
    top: -8px;
    right: 3px;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    z-index: -1;
    transform: rotateZ(45deg);
    border-radius: 5px;
    border: solid thin #ebebeb;
    border-right: transparent;
    border-bottom: transparent;
}

.widget_shopping_cart_content .cart_button a {
    line-height: 1.5;
    padding: 7px 10px;
    margin-top: 8px;
    font-weight: 600;
    background: #d31515;
    color: #fff;
}

.cart_table_border .card_total:not(:last-child) {
    margin-bottom: 5px !important;
}

.cart_table_border .cart_total:not(:last-child) {
    margin-bottom: 10px;
}

.mini_cart_footer {
    display: block !important;
}

.widget_shopping_cart_content .mini_cart_table {
    padding: 5px 0;
}

.widget_shopping_cart_content .box {
    padding: 5px;
}

.slider-main .menu-mail .container {
    position: relative;
    z-index: 1;
}

.cart_item:not(:last-child) {
    padding-bottom: 12px;
}

.cart_item .cart_img {
    margin: 0;
}

.cart_item {
    padding-top: 0 !important;
}

.slider-main .menu-mail .container .mini_cart_header:hover .widget_shopping_cart_content,
.slider-main .menu-mail .container .mini_cart_header:focus .widget_shopping_cart_content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 100%;
}

.controls_dangky .item:nth-child(4) {
    background: #4285f4;
    margin-top: 10px;
}

.controls_dangky .item:nth-child(1) {
    background: #dfc976 !important;
}

.controls_dangky .item:nth-child(2) {
    background: #333333 !important;
}

.controls_dangky .item:nth-child(3) {
    background: #dfc976 !important;
}

.controls_dangky .item:nth-child(4) {
    background: #333333 !important;
}

.widget_shopping_cart_content {
    position: absolute;
    right: 10px;
    width: 300px;
    padding-top: 15px;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all 0s;
}

.page_cart .price-cart {
    white-space: nowrap;
}

.slider-main .menu-mail .container .mini_cart_header .cart_header {
    display: inline-flex;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 1;
    top: 3px;
    background: #d10000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.slider-main .menu-mail .container .mini_cart_header .cart_header svg {
    width: 25px;
    height: auto;
    position: relative;
}

.slider-main .menu-mail .container .mini_cart_header .cart_header svg path {
    fill: #fff !important;
}

.page_cart h2.clmain {
    background: #fff;
    padding: 10px 10px;
    font-size: 18px;
}
@media(max-width:1651px){
    .item.zalo {
        bottom: 11%;
    }
    
}
@media(max-width:1441px){
    .item.zalo {
        bottom: 10%;
    }
    
}
@media(max-width:991px) {
    .item.zalo {
        position: fixed;
        right: 10px;
        bottom: 7%;
        z-index: 100;
    }

    .item.zalo img {
        width: 60px;
        height: 60px;
    }

    header,
    header .mobile-menu>ul {
        background-color: #333 !important;
    }

    .mobile-menu .sub-menu-hide:after,
    .mobile-menu .sub-menu-hide:before,
    .mobile-menu .sub-menu-show:after {
        border-top: solid 2px #333 !important;
    }

    .menu-btn>.menu-btn-close:after, .menu-btn>.menu-btn-close:before {
        border-color: #333 !important;
    }

    header .menu-btn>span {
        color: #333;
    }

    header .menu-btn>.menu-btn-bar {
        border-bottom: double 9px #333;
    }

    header .slider-main .search-icon,
    header .mobile-menu li>i,
    header .menu-btn {
        background: #fff !important;
        color: #333 !important;
    }

    .cart_oder_fix td {
        border-bottom: transparent;
    }

    .cart_oder_fix tr {
        border-bottom: solid thin #ebebeb;
        padding-bottom: 7px;
    }

    .box-qtys {
        margin-bottom: 15px;
    }

    .form-input__order {
        margin-bottom: 1rem;
    }

    header {
        border-bottom: solid thin #ebebeb !important;
    }

    .over_scroll {
        overflow-x: auto;
    }
}

@media(max-width:576px) {
    .btn_submit_cart {
        margin: auto;
    }

    .form-input__order {
        margin-bottom: 1rem;
    }


}