@media (min-width: 1200px){
    .box-right-top >.box-search {
        width: 400px;
        margin-left: 40px;
    }
}
@media screen and (min-width: 1024px){
    .box-right-top {
        width: 75%;
    }
}

.hot-product-index{
    box-shadow: none;
}
.box-color{
    height: auto;
}
.img-item-product-inpage {
    width: 250px;
    height: 250px;
}
@media screen and (max-width: 768px){
    .blockPrice p.proPrice{
        text-align: center;
    }
    .menu-btn-show{
        float: left;
    }
    .cart-user-wrapp, .btnSearch{
        float: right;
        margin: 14px 5px 5px 5px;
    }
    .btnSearch{
        font-size: 18px;
    }
    .cart-wrapp a {
        position: relative;
    }
    .cart-wrapp img {
        max-width: 20px;
    }
    span.cart-number {
        color: #7a7a7a;
        border-radius: 50%;
        background-color: #c2c2c2;
        padding: 2px 7px;
        font-size: 12px;
        position: absolute;
        bottom: 7px;
        left: 12px;
    }
    .layout-header-3{
        position: inherit;
    }
    .searchbox-mobile{
        display: none;
        position: absolute;
        left: 0;
        background: #fff;
        right: 0;
    }
    .searchbox-mobile .search-form{
        width: 100%;
    }
}
@media screen and (max-width: 670px){
    .img-item-product-inpage {
        max-height: 185px !important;
        width: inherit;
    }
}
@media screen and (max-width: 375px){
    .img-item-product-inpage {
        max-height: 160px !important;
    }
}

.product-code{
    display: none;
}