.newsHome, .top-bar-findstores, .main-map, .banners-small,
.bottom-bar, .product.offStore, .phone-footer, .wrap_foo_switchboard {
    display: none;
}

/*.fooMenu, .wrap_foo_switchboard {*/
/*    display: none;*/
/*}*/
.wrap_foo_social {
    width: 100%;
}
.thongtingia .price .variant-price.red sup {
    color: #1e90ff !important;
}
#js-add-cart, #addToCart, .addToCart, #js-add-cart:hover, #js-add-cart:focus, #js-add-cart:active {
     background: #000;
     border-color: #000;
 }

.fixed-chat-zalo {
    position: fixed;
    bottom: 15%;
    z-index: 99;
    right: 10px;
}

.fixed-chat-zalo img {
    width: 50px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .wrap_foo_social .wrapper_embed, .wrap_foo_social .social {
        width: 50%;
    }

}
@media (max-width: 769px) {
    #mobile-menu .user-top .switchboard_wrapper i{
        background: none;
        font-size:28px;
        color:#545454;
    }
    #mobile-menu .user-top{
        position: absolute;
        top: 8px;
        right: 55px;
    }
    .user-top .switchboard_wrapper{
        margin-top: 0;
        line-height: unset;
        cursor: pointer;
    }
    .user-top .switchboard_wrapper{
        margin-top: 0px;
        line-height: unset;
        cursor: pointer;
    }
    .user-top .box-user-content{
        opacity: 0;
        position: absolute;
        width: 220px;
        left: auto;
        right: 0;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s
        ease;
        background: #333;
        padding: 10px;
        top: 35px;
        color: #fff;
    }
    .user-top .box-user-content.icon-d-block{
        display: block;
        opacity: 1;
    }
    .user-top .box-user-content a {
        color: #fff;
        font-size: 16px;
    }
}
#popupHomeBlock .modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}
#popupHomeBlock .modal-body {
    background: #fff;
}
#popupHomeBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#popupHomeBlock .col-md-6:last-child {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#popupHomeBlock h3 {
    font-size: 20px;
    font-weight: 600;
    color: #d0021b;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ckeck-popup {
    margin-bottom: 20px;
}
.ckeck-popup {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}
.ckeck-popup label{
    display: flex;
    align-items: center;
}
.ckeck-popup input {
    display: none;
}
.ckeck-popup span {
    position: relative;
    padding-left: 30px;
}
.ckeck-popup span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.ckeck-popup span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.ckeck-popup input:checked + span::before {
    background: #000;
    border-color: #000;
}

.ckeck-popup input:checked + span::after {
    opacity: 1;
}
.toSubmit {
    background: #ccc;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.3s ease;
}
.toSubmit.active {
    background: #000;
    cursor: pointer;
}
.toSubmit.active:hover {
    background: #000;
}
