a.phone-num .fa{
    border: 1px solid #1e62e7;
    color: #1e62e7;
}
.search-wrapp input[type="text"]{
    border: 1px solid #1e62e7;
    background: #1e62e7;
    color: #fff;
}
.h-hover-alt .btn-add > a{
    color: #1e62e7;
}
.field-sale{
    background-color: #1e62e7;
    border: 1px solid #1e62e7;
}
.icon-header {
    color: #fff;
    margin-left: 8px;
    font-size: 18px;
}
.icon-header:hover,.cart-link:hover,.linktocart:hover {
    color: #1e62e7;
}
#footer {
    background: #020405 !important;
}
.btn-zalo-pview {
    display: inline-block;
    border: 1px solid #28abe1;
    border-radius: 3px;
    height: 48px;
    width: 200px;
    background: #28abe1;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.btn-zalo-pview:hover {
    color: #fff;
}
.btn-zalo-pview span {
    display: block;
    font-size: 12px;
    text-transform: none;
    line-height: 12px;
}
#add-item-form button.add-to-cart {
    display: none;
}
.block_bct {
    float: right;
}
.block_bct img {
    width: 150px;
}
.field-sale{
    display: none;
}
.out-stock{
    text-transform: none;
    right: unset;
    z-index: 99;
    background: #fff;
    bottom: unset;
    opacity: 1;
    top: 0;
    left: 5px;
}
.out-stock span{
    letter-spacing: 1px;
    color: #1e62e7;
    font-weight: 100;
    display: block;
    transform: none;
    border: 1px solid #ccc;
    padding: 2px 8px;
}
.out-stock .inStock{
    color: green;
}

@media (max-width: 768px) {
    .coll-index-title h2 {
        font-size: 16px;
    }
    .block_bct {
        margin-top: 15px;
        float: none;
        text-align: center;
    }
}
.nav-promotion,
.nav-contact{
    display: none !important;
}
