.adm-hotdeal .product-layout {
    padding: 0px;
    text-align: left;
    
}
.adm-hotdeal .product-thumb {
    overflow: visible;
}
.adm-hotdeal .product-thumb .image {
    position: relative;
    padding: 1px; 
}
.adm-hotdeal .product-thumb .image a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.adm-hotdeal .product-thumb .image:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.adm-hotdeal .product-thumb .image a:hover {
    opacity: 1!important;
}
.adm-hotdeal .product-thumb .image .countdown {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 28px;
    line-height: 28px;
    padding: 0px 12px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;    
}
.adm-hotdeal .product-thumb .image .countdown i {
    font-size: 10px;
    line-height: 28px;
}
.adm-hotdeal .product-thumb .image .countdown .timeout {
    padding-left: 5px;
}
.adm-hotdeal .product-thumb .image .hotdeal-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.adm-hotdeal .product-thumb .caption {
    padding: 12px;
    color: #5e5e5e;
    background: #eee;
    overflow: visible;
}
.adm-hotdeal .product-thumb h3 {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adm-hotdeal .product-thumb h3 a {
    color: #5e5e5e;
}
.adm-hotdeal .product-thumb h3 a:hover {
    color: #d33;
}
.adm-hotdeal .product-thumb button {
    margin-top: 3px;
    line-height: 32px;
}
.adm-hotdeal .product-thumb button:hover {  
}
.adm-hotdeal .product-thumb button.add-text {
    width: auto;
    padding: 0px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.adm-hotdeal .product-thumb button.add-text i {
    margin-right: 5px;
    margin-bottom: 2px;
}
.adm-hotdeal .product-thumb button.add-text span {
    display: inline;
}
.adm-hotdeal .product-thumb .price-new {
    color: #333;
}
.adm-hotdeal .product-thumb .price-old {
    color: #999;
}
.adm-hotdeal .product-thumb .saleoff {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.adm-hotdeal .product-thumb .special {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 41px;
    height: 41px;
    margin-right: 5px;
    color: #d33;
}
.adm-hotdeal .product-thumb .special span {
    position: relative;
    top: -20px;
    font-size: 16px;
}
.adm-hotdeal .owl-nav > div {
    opacity: 0;
    transition: all 0.3s;
    line-height: 1;
    margin-top: -30px;
}
.adm-hotdeal .owl-nav > div.owl-prev {
    left: -50px;
}
.adm-hotdeal .owl-nav > div.owl-next {
    right: -50px;
}
.adm-hotdeal:hover .owl-nav > div {
    opacity: 1;
}
.adm-hotdeal .owl-nav > div > i {
    font-size: 55px;
    color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.adm-hotdeal .owl-nav > div > i {
    color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
    .adm-hotdeal .owl-nav > div {
        opacity: 1;
    }
    .adm-hotdeal .owl-nav > div.owl-prev {
        left: 0px;
    }
    .adm-hotdeal .owl-nav > div.owl-next {
        right: 0px;
    }
}