.item_comment {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.section-title-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    margin-bottom: 44px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.textarea-commnent{
    min-height: 100px !important;
}
.input-commnent{
    height: 50px !important;
}
.product-size-1{
    border: 2px solid black !important;
    width: 123px !important;
    height: 30px;
    border-radius: 5px;
  }
  .tag{
    background-color: black;
    color: white;
    padding: 2px 5px 2px 5px;
  }
.button-buy{
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
@media only screen and (max-width: 480px) {
    .button-now{
        -webkit-animation-name: tada;
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        background-color: rgb(221, 7, 7) !important; 
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        height: 43px;
        margin: 0 7px;
        border: none;
        border-radius: 13px ; 
    }
    #table-cart  .detail-qty {
       margin-left: 150px;
    }
    .video{
        margin: 0 12px 0;
    }
 }
   
 @media only screen and (max-width: 768px) {
    .button-now{
        -webkit-animation-name: tada;
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        background-color: rgb(221, 7, 7) !important; 
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        height: 43px;
        margin: 0 7px;
        border: none;
        border-radius: 13px;
    }
    
 }
 @media only screen and (min-width: 769px) and (max-width: 2000px) { 
    /* for 10 inches tablet screens */
    .button-now{
        -webkit-animation-name: tada;
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        background-color: rgb(221, 7, 7) !important; 
        font-size: 20px;
        font-weight: bold;
        border: none;
        height: 43px;
        color: #fff;
        margin: 0 7px;
        border-radius: 13px;
    }
    .syotimer-cell__value {
        background-color: rgb(228, 228, 228);
        font-size: 25px;
        color: rgb(216,66,0);
        font-weight: bold;
        font-size: 28px;
        height: 40px;
        line-height: 42px;
        margin: 0 0 5px;
    }
    .uu-dai{
        font-size: 30px !important;
    }
    .blog-left{
        border-left: 1px solid #ececec;
    }
    .video{
        margin-left: 50px;
        margin-right: 50px;
    }

  } 

