/* here you can put your own css to customize and override the theme */
.date-picker {
    /*background-image: url(/assets/layouts/layout/img/rili4.png);*/
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 40px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.c-l {
    clear: left;
}
.trading-type {
    margin: 50px auto;
    text-align: center;
}
.trading-type a {
    display: inline-block;
    width: 200px;
    height: 80px;
    background-color: rgb(22, 155, 213);
    text-decoration: none;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    transition: .2s;
}
.trading-type a:hover {
     background-color: rgb(22, 118, 213);
}
.product-type-ul  {
    margin: 0;
    padding: 0;
}
.product-type-ul li {
    list-style: none;
    padding-left: 10px;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.product-type-ul .active {
    background-color: #ddd;
}
.required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}
