body {
    font-size: 16px;
}

.table > thead > tr > th {
    font-size: 20px;
}

.table > tbody > tr > td {
    font-size: 16px;
}

.soon .table > tbody > tr > td, .soon .table > thead > tr > th {
    color: white;
    font-size: 16px;
}

.addcart div {
    cursor: pointer;
    height: 36px;
    width: 36px;
    white-space: nowrap;
    background: #FFF url('../Images/icon_cart2.png') /*tpa=http://vietstorejapan.com/Images/icon_cart2.png*/ 0 0/36px 36px no-repeat
}

.input-small {
    border-radius: 2px !important;
    border: 1px solid #CCC;
    width: 40px !important;
    text-align: center;
}

.cart-icon {
    right: 0;
    float: right;
    position: fixed;
    z-index: 10000;
    top: 40%;
}

.cart-picture {
    cursor: pointer
}

.input-group {
}

.home-video {
    margin-top: 15px;
}



.area {
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #26f3d8;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 3s infinite linear;
    text-shadow: azure;
    text-shadow: 0px 0px 3px #eee, 5px 5px 2px teal, -5px -2px 2px mix(black,red,50);
    /* text-shadow: 0px 0px 3px #eee, 0px 1px 0px teal, -6px -3px 0px maroon; */
}

    .area span {
        font-size:60px;
    }

    @-webkit-keyframes hue {
        from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

/*border animation*/

.box-confirm {
    position: relative;
    margin: 0 auto;
    border: 2px solid #da511999;
}