/*body {padding: 0;margin: 0;float: left;width: 100%;font-family: Helvetica,Arial,sans-serif;font-size: 14px;background-color: #FFFFFF;}*/
.orderby-product select option,
.orderby-product select option,
.modal-cart .modal-cart-status h2,
.mini-totalsp,
.tab,
.teamer-name,
.review-user,
.ft-sub-right form p span input::placeholder,
.lh-input input::placeholder,
.lh-content textarea::placeholder {
    font-family: "cuprum";
}

.widgettitle,
.banner2-big-text,
.banner1-text-center,
.section-title h2 {
    /*font-family: pacifico !important;*/
}

body,
input,
textarea,
button,
select {
    font-size: 16px;
    line-height: 1.6;
    font-family: cuprum, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'cuprum', sans-serif;
    /*Cuprum-Regular*/
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    height: auto;
    line-height: 24px;

}

body {
    /*overflow: scroll !important;*/
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}


::-webkit-scrollbar {
    width: 15px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #86bc42;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}