:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
    margin-top: 100px;
    margin-bottom: 30px;
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: 'kanitbold';
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 18px;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 12px;
    transition: all 0.2s;
    font-family: 'kanitregular';
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    font-family: 'kanitregular';
    font-size: 17px;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.form-control{
    font-family: 'kanitregular';
    font-size: 17px;
}

.box-home-list{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-content-item{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.box-content-item .img{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.box-content-item .txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.box-content-item:hover .txt{
    color: #7b7b7b;
}

.box-txt-bottom{
    position: relative;
    display: block;
    width: 100%;
    background: #000;
}

.box-txt-bottom .sku{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    padding: 10px 0px;
    background: #000;
    padding-left: 15px;
}

.box-txt-bottom .price{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitlight';
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: right;
    margin-bottom: 0px;
    padding: 10px 0px;
    background: #000;
    padding-right: 15px;
}

.box-content-item .box-counter{
    position: relative;
    display: block;
    width: 100%;
    background: #ebe9e9;
    padding-top: 10px;
}

.box-content-item .counter-txt{
    position: relative;
    display: block;
    width: 100%;
    font-family: 'kanitregular';
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.btn-go{
    background: #7b7b7b !important;
    border: 1px solid #7b7b7b;
    font-family: 'kanitregular';
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
}

.btn-go:hover{
    opacity: 0.8;
    background: #7b7b7b !important;
    border: 1px solid #7b7b7b;
}

.btn-go:focus{
    opacity: 0.8;
    background: #7b7b7b !important;
    border: 1px solid #7b7b7b;
    outline: none !important;
    box-shadow: none !important;
}

.box-content-item .box-counter.fifb{
    padding-top: 0px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (min-width: 576px) and (max-width: 767px) {
    .box-content-item .txt{
        font-size: 26px;
        line-height: 30px;
    }

    .box-txt-bottom .sku {
        font-size: 22px;
        line-height: 26px;
    }

    .box-txt-bottom .price {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 575px){
    .box-content-item .txt{
        font-size: 4.8vw;
        line-height: 5.8vw;
    }

    .box-txt-bottom .sku {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .box-txt-bottom .price {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .box-content-item .counter-txt {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .soon[data-scale='s'] {
        font-size: 2rem;
    }

    .btn-group-lg>.btn, .btn-lg {
        font-size: 1rem;
    }

    .box-home-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box-content-item {
        margin-bottom: 20px;
    }

}

@media (min-width: 480px) and (max-width: 575px) {

}

/* Iphone 6 Plus */
@media (min-width:414px) and (max-width: 479px) {

}
/* Iphone 6 */
@media (min-width:375px) and (max-width: 413px) {

}

@media (min-width:300px) and (max-width: 374px) {

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 568px) and (max-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 568px) and (max-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 568px) and (max-width: 768px) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 480px) and (max-width: 567px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 192dpi) and (min-width: 480px) and (max-width: 567px),
only screen and (min-resolution: 2dppx) and (min-width: 480px) and (max-width: 567px) {
    
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-moz-min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:300px) and (max-width: 479px),
only screen and (min-device-pixel-ratio: 2) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 192dpi) and (min-width:300px) and (max-width: 479px),
only screen and (min-resolution: 2dppx) and (min-width:300px) and (max-width: 479px) {
    
}