.listBanner .container .row .bannerMidHomeItem {
    margin-bottom: 15px;
}
.product-loop .product-groups .percentOff {
    float: right;
    background: #dc143c;
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    margin-left: 25px;
    top: 0;
    right: 5px;
}
.product-loop .product-groups .percentOff:before {
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    width: 0;
    top: 0;
    border-top: 12px solid transparent;
    border-right: 14px solid #dc143c;
    border-bottom: 15px solid transparent;
    right: 100%;
}
.percentOff span,.percentTag {
    display: none;
}
#popupHome .modal-content{
    padding: 0;
}
.buy-now-promotion {
    background: #333;
    padding: 17px 0px;
}
.buy-now-promotion a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
h3.title-time {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
}

div#timer_6 {
    padding-bottom: 20px;
}

div#timer_6 .time {
    font-size: 35px;
}

div#timer_6 span {
    opacity: 0;
    padding-right: 45px;
}
.divide-time {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gridProduct .product-group-price{
    display: inline-block;
}
.header-top{
    background: #2c3848;
}
.menu-top li>a{
    color: #fff;
}
.header-cart svg, .whishlistHead svg {
    fill: #fff;
}

@media (max-width: 768px) {
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap a label span {
        width: 100% !important;
        height: 146px !important;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap {
        display: block !important;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap a {
        width: 30%;
        padding: 0 2px;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap.color a label {
        margin-bottom: 0;
    }
    .zoomImageList .plm-zoom {
        margin-bottom: 5px !important;
    }
    /*.zoomImageList::-webkit-scrollbar {*/
    /*    display: none;*/
    /*}*/
    .zoomImageList {
        display: block !important;
    }
}