#product .banner-box {
    padding-top: 120px;
    width: 100%;
    position: relative;
}

#product {
    padding-top: 0;
    padding-bottom: 0px;
}

#product .banner-box {
    width: 100%;
    position: relative;
}

#product .banner-box .txt-box .title {
    color: #000;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}
#product .banner-box .txt-box .title span {
    padding-right: 10px;
}
#product .banner-box .txt-box .txt {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    font-family: math !important;
}
#product .box{
    background: #f7f7f7;
}
#product .box   .form-control,#product .box   label,.datetimepicker::placeholder{
    color: #000 !important;
}
#product .box   .form-select {
    background-color: unset !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
#product .box .form-check .form-check-input:checked + .form-check-sign .check{
    background: #a86b1c;
}

#product .box .form-check .form-check-sign .check{
    margin-top: 8px !important;

}

#product .nav-link {
    border: unset;
    margin: 0 5px;
    background: unset;
    position: relative;
    cursor: pointer;
}
#product .nav-link::after {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    background: #b39b13;
    content: '';
    transition: all 0.3s linear;
    z-index: 10;
}
#product .nav-link.active::after {
    max-width: 100%;
}

#product .form-control{
    background: unset;
}

#product .description img{
    max-width: 100%;
    height: auto !important;
}

#list-container .btn {
    border: #ab830b 1px solid;
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

#product-list .txt-box {
    position: relative;
    top: -30px;
    left: -10px;
    width: 75%;
    background: #aa7e16;
}
#product-list .txt-box .btn {
    background: unset;
    color: #fff;
    border: 1px solid #fff;
}
#product-list .product-box img {
    height: 300px !important ;
    object-fit: cover;
}

select.none,input.none{
border-color: #ff0000;
}
