#timer ul {
    padding-left: 31px;
    padding-right: 31px;
    height: 60px;
}
h6 {
    line-height: 1;
}
#timer h5 {
    font-size: 18px;
    font-weight: 700;
}
.fsize {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.product-box-3 .product-header .product-image .product-option li {
    width: 50%;
}
.dashboard-profile .home-button,
.modal-content .home-button,
.dashboard-bg-box .home-button {
    height: 40px;
}

.add-to-cart-box .btn-add-cart {
    border: 1px solid #c7c4c4;
    border-radius: 5px;
}

header .onhover-dropdown .onhover-div .cart-list li .drop-cart .drop-contain h5 {
    width: 185px;
}
.list-1 {
    margin-bottom: 20px;
}
.order-tab p {
    text-align: center;
    font-size: 16px;
    margin: 150px;
}
.product-box-3 .product-footer .product-detail .name {
    height: 50px;
}
.flabel {
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    .dashboard-profile .home-button,
    .modal-content .home-button,
    .dashboard-bg-box .home-button {
        height: 35px;
    }
    .order-tab p {
        margin: 20px;
    }
    .fsize {
        font-size: 14px;
        margin-top: 20px !important;
    }
    .flabel {
        margin-top: 5px;
    }
    .product-box-3 .product-footer .product-detail .name {
        height: 50px;
    }
}