@media only screen and (max-width: 1280px) and (min-width: 1024px){
    .wstliststy02 {
        width: 25%;
    }
    .wstheading a {
        font-size: 12px;
    }
}

.title-product a {
    font-size: 15px;
    font-weight: bold;
    color: #002bce;
}

.default-l {
    font-size: 20px;
    font-weight: bold;
    color: #ed1c24;
    margin-bottom: 15px;
    display: inline-block;
}
.text-l {
    font-size: 16px;
    font-weight: bold;
    color: #ed1c24;
}
.text-g {
    color: #f00;
    font-size: 19px;
}

.description-product-detail>p {
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
    line-height: 16px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.desc-product-thumb, .desc-product-thumb div, .desc-product-thumb span, .desc-product-thumb p {
    font-size: 13px !important;
}
.vat{
   color: red;
    font-size: 20px;
}
.price-detail-page .price-main {
    font-size: 20px;
}
.text-g {
    font-weight: bold;
    float: left;
    font-size: 16px;
    margin-right: 5px;
}
.product-detail .text-g {
    font-size: 20px;
}
.text-l, .price-well {
    float: left;
}
@media(max-width:767px){
    body {
        overflow-x: hidden
    }
}
/*15/7/2020*/
.webslidemenu-horizontal .wsmenu-list li:hover>.wsmenu-submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    height: 400px;
}