.drop-option{

    padding: 5px 10px;

    font-size: 19px;

    border-radius: 20px;

}

.form-test{
    padding-top: 200px;
}

.search-left-padding{
    padding-left: 100px;
}

.title-top{
    padding-top: 50px;
}


.tbl{

    padding-top: 50px;
    padding-bottom: 50px;

}

.tab-col td{

    padding-right: 50px;

}

.row-border{
    border: 10px solid #ffffff;
    background-color: #d1d1d2;
}

.cell-border{
    border-left: 2px solid #5e5e5e;
    border-right: 2px solid #5e5e5e;
}

.cart-cell{
    border-left: 2px solid #5e5e5e;
    border-right: 2px solid #5e5e5e;
    background-color: #ffffff;
}

.header-row{
    background-color: #2c323c;
    color: #ffffff;
}

.panel-padding{
    padding-left: 5%;
    padding-right: 5%;
}

.state-requirement-padding{
    padding-top: 2%;
    padding-left: 40%;
}



.span-left{
    padding-left: 10px;
}


.test{
    padding-left: auto;
    padding-right: auto;
}

.contact-custom{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    background-color: #071330;
    padding-bottom: 50px;

}

.contact-custom input[type="text"]{
    width: 70%;
}

.contact-custom textarea{
    width: 70%;
    height: 150px;
}

.contact-custom span{
    color: #F7941E;
}

.cart-button{
    padding-left: 80%;
}

.checkedit{
    margin-left: 5px;
}

.search-noti{
    color: #9d5327;
}

.logo-img{
    width: 150px;
    height: 106px;
}

.package-button-padding{
    padding-top: 1%;
}

@media screen and (max-width: 500px)
{
    .logo-img{
        width: 100px;
        height: 76px;
    }
    .menu{
        margin-top: 42px;
    }
    .cart-button{
        padding-left: 50%;
    }
    .cart-cell{
        font-weight: 600;
    }
    .span-left{
        padding-left: 0px;
    }
    .table>thead>tr>th{
        vertical-align: top;
    }
    .header_right{
        position: absolute;
        top: 30px;
        left: 40%;
        font-size: 10px;
    }
    .header_mail a{
        font-size: 15px;
        padding-left: 42px;
        margin-left: 8px;
    }
    .form-test{
        padding-top: 20px;
    }
    .state-requirement-padding{
        padding-left: 6%;
    }
}
