.e-gradient, 
.blog-post-social a:hover, 
.blog-comment-item .cmt-content .btn-author:hover, 
.social a:hover {
    background: #000000;
    background-image: linear-gradient(
        122deg, #FF0000, #000000);
}
.h-banner-content .content-price .red:before {
    content: "฿";
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    right: -15 px;
}
.btn-gradient, .product-tab-sw li a:hover, .product-tab-sw li.active a, .product-tab-sw2 li a:hover, .product-tab-sw2 li.active a {
    color: #fff;
    background: #000000;
    background-image: linear-gradient(
        122deg, #FF0000, #000000);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.feature{
   color: #fff;
   background: #000000;
   background-image: linear-gradient(
    122deg, #FF0000, #000000);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
}
.footer-about ul .email,.footer-about ul .email{
    background-position: left 20px;
}
.e-title:before{
    background: linear-gradient(
        90deg, #FF0000, #000000);
}
.btn-gradient:hover{
    box-shadow: 0px 2px 20px 2px rgb(255 0 0 / 68%);
}
.header-cate ul li a:hover{
    color: #fff;
    opacity: 0.75;
    transition: 0.5s;
}
.menu-level-1 > .level1 > .level2 > a:before,
.blog-heading:before {
    background: linear-gradient(
        90deg, #FF0000, #000000);
}
.e-category .cate-item:hover .product-img img{
    border-image: linear-gradient(to right, #FF0000, #000000);
    border-image-slice: 1;
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 480px){
.single-product-detail .single-product-info .single-product-button-group .e-btn:last-child {
     display: block; 
}