/*
 * Author: Thang Tran Trong
 * Email: trantrongthang1207@gmail.com
 * Skype: trantrongthang1207
 * Freelancer: https://www.freelancer.com/u/bentran1207
 */

.t3vmproduct{
    margin-left: -6px;
    margin-right: -6px;
}
.t3vmproduct .catProductTitle a{
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    font-weight: var(--fw-normal);
    color: #131313;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0;
}
.t3vmproduct img{
    max-width: 100%;
}
.t3vmproduct .PricesalesPrice,
.t3vmproduct .PricediscountAmount,
.t3vmproduct .disc {
    display: inline-block !important;
    padding-right: 5px;
}
.t3vmproduct .disc {
/*    left: auto;
    background: transparent;
    color: #9D140A;*/
}
.t3vmproduct .PricesalesPrice span{
    color: #666;
}
.t3vmproduct .PricediscountAmount .PricediscountAmount {
    text-decoration: line-through;
    font-size: 0.85em;
    color: #666;
}
.t3vmproduct .spacer{
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.t3vmproduct .box-image{
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.t3vmproduct .box-image img{
    transition: all 0.3s ease-in 0s;
    max-width: 100%;
}
.t3vmproduct .singleSize{
    padding-right: 5px;
}
.t3vmproduct .box-image:hover img{
    transform: scale(1.1);
}

.t3vmproduct.owl-carousel .owl-nav button.owl-next,
.t3vmproduct.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    color: #b0282c;
    color: var(--userColor);
    background: rgba(255,255,255, .7);
    border: 2px solid var(--userColor);
    ;
    border-radius: 50%;
    padding: 5px 10px !important;
    display: block;
    width: 40px;
    height: 40px;
}
.t3vmproduct.owl-carousel .owl-nav button.owl-prev{
    left: 1px;
}
.t3vmproduct.owl-carousel .owl-nav button.owl-next{
    right: 0px;
}
.t3vmproduct.owl-carousel .owl-nav button span{
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
}
.owl-dots button{
    float: none;
}
@media(max-width: 568px){
    .width25{
        width: 100%;
    }
    .t3vmproduct{
        padding: 0 15px;
    }
}