.custom-input{
    border: solid 1px #ccc;
    padding: 8px 10px;
    border-radius: 3px;
    width: 100%;
}

.custom-button{
    background-color: #f5a100;
    padding: 5px 10px;
    color: #fff
}

.tiktok{
    background-color: #000 !important;
}

.side-cart-content[data-v-377a0deb] {
    height: calc(100vh - 320px) !important;
    max-height: calc(100vh - 320px) !important;
}

@media(max-width: 1905px){
    #home_page_video{
        height: 275px;
    }
}

@media(min-width: 1905px){
    #home_page_video{
        height: 310px;
    }
}