@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

h1,
h2 {
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

a,
button {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    text-decoration: none !important;
    color: #00963b;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.btn-page {
    background-color: #00963b;
    border-radius: 50px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border: solid 2px #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-page-xl {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 22px;
}

.btn-page:hover {
    color: #fff;
    background-color: #00752e;
}


/* landing */
.video-bg-landing {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background: url(../img/landing-poster.jpg) no-repeat center center;
    background-size: cover;
}

.video-bg-landing .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-bg-landing .overly {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.landing-content {
    width: 100%;
    height: 100%;
    border: solid 30px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

.landing-content .landing-inner {
    border: solid 10px rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

.landing-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 30px;
    text-align: center;
}

.landing-btn-part {
    padding-top: 200px;
}

.btn-landing {
    background-color: #fff;
    color: #2e834a;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    padding: 30px 10px 30px 90px;
    border-radius: 15px;
    position: relative;
    border: none;
    border-bottom: 5px solid #b7b7b7;
    display: inline-block;
}

.btn-landing span.icon {
    width: 80px;
    background-color: #2ac550;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -5px;
    border-bottom: 5px solid #39924f;
    border-radius: 15px 0 0px 15px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-landing span.icon i {
    line-height: 100%;
    color: #fff;
}

.btn-landing:hover {
    background-color: #f0f0f0;
    color: #2e834a;
}

.btn-landing:hover span.icon {
    background-color: #39924f;
    border-bottom-color: #2d7a40;

}

/* index */

.main-banner {
    width: 100%;
    min-height: 80%;
    overflow: hidden;
    position: relative;
    background: url(../img/home-bg.jpg) no-repeat center center;
    background-size: cover;
}

.c47-overlay {
    background-color: rgba(0, 0, 0, 0.34);
}

.video-bg {
    width: 100%;
    height: 100%;
}

.video-bg .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-bg .overly {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -73px;
    width: 2500px;
    height: 148px;
    left: -100px;
    background: #fff;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px;
}

.top-effect {
    position: absolute;
    z-index: 10;
    top: -73px;
    width: 2500px;
    height: 148px;
    left: -100px;
    background: #fff;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px;
}


.navbar-top .navbar-brand img {
    max-height: 130px;
}

.navbar-top .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.navbar-top .navbar-nav .nav-link:hover {
    color: #00963b;
}

.navbar-top .navbar-nav .login-btn {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-top .navbar-nav .login-btn .nav-link {
    background-color: #00963b;
    border-radius: 30px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border: solid 2px #fff;
}

.navbar-top .navbar-nav .login-btn .nav-link:hover {
    color: #fff;
    background-color: #00752e;
}

@media only screen and (min-width: 1400px) {
    .navbar-top .navbar-nav .nav-link {

        font-size: 20px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.banner-content {
    width: 100%;
    padding-top: 30px;
    z-index: 9;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
}

.left-part-banner .sub-title-banner {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.left-part-banner .title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.left-part-banner .shopnow-btn {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00963b;
    border: solid 2px #fff;
    font-weight: 500;
    border-radius: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.left-part-banner .shopnow-btn:hover {
    color: #fff;
    background-color: #00752e;
}

.what-metabolic {
    padding: 100px 0;
    width: 100%;
}

.what-metabolic .title {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #00963b;
    font-weight: 500;
}

.what-metabolic .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    background-color: #00963b;
    height: 2px;
}

.what-metabolic .text {
    color: #797979;
    font-size: 22px;
    margin-bottom: 0px;
}

.product-sec {
    width: 100%;
    background-color: #f6f6f6;
    background-image: url(../img/product-right-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.product-bg {
    background-image: url(../img/product-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-color: #101f0e;
    height: 100%;
    padding: 140px 0 20px;
    text-align: center;
}

.product-right-bg {
    max-width: 650px;
    padding-left: 50px;
}

.product-right-bg .title {
    font-size: 34px;
    color: #00963b;
}

.product-right-bg .text {
    font-size: 20px;
    color: #2e2e2e;
}

.product-right-bg .btn-product {
    background-color: #00963b;
    border-radius: 30px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border: solid 2px #fff;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.product-right-bg .btn-product:hover {
    color: #fff;
    background-color: #00752e;
}

.grow-sec {
    width: 100%;
    padding: 100px 0;
}

.grow-sec .title {
    font-size: 42px;
    font-weight: 300;
    color: #00963b;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.grow-sec .title:after {
    position: absolute;
    left: 45%;
    width: 10%;
    bottom: 0px;
    background-color: #00963b;
    height: 2px;
    content: '';
}

.grow-box {
    width: 100%;
    float: left;
    height: 100%;
    background-color: #fff;
    border: solid 1px #c9c9c9;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(198, 198, 198, 0.56);
    -moz-box-shadow: 0px 0px 19px 0px rgba(198, 198, 198, 0.56);
    box-shadow: 0px 0px 19px 0px rgba(198, 198, 198, 0.56);
}

.grow-box .img {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

.grow-box .img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grow-box .text {
    color: #6b6a6a;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.design-sec {
    width: 100%;
    padding: 250px 0;
    position: relative;
    background-color: #1c2411;
    text-align: center;
    overflow: hidden;
    background-image: url(../img/design-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.design-sec .title {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.design-sec .title:after {
    position: absolute;
    left: 45%;
    width: 10%;
    bottom: 0px;
    background-color: #fff;
    height: 2px;
    content: '';
}

.design-sec .text {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 0px;
}

.results-sec {
    width: 100%;
    padding: 100px 0;
}

.design-right {
    max-width: 600px;
}

.design-right .title {
    font-size: 34px;
    color: #00963b;
    margin-bottom: 20px;
}

.design-right .text {
    font-size: 16px;
    color: #393b3a;
}

.design-right .list {
    padding: 0px;
    margin: 40px 0 0px;
}

.design-right .list li {
    list-style: none;
    font-size: 22px;
    color: #484848;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
}

.design-right .list li a {
    color: #484848;
}

.design-right .list li a:hover {
    color: #00963b;
}

.design-right .list li i {
    font-size: 32px;
    color: #00963b;
    position: absolute;
    left: 0;
    top: 0;
}

.yourself-sec {
    width: 100%;
    padding: 100px 0;
    background-color: #f7f7f7;
}

.yourself-sec .title {
    font-size: 34px;
    color: #00963b;
    text-align: center;
}

.self-box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #00963b;
    padding: 15px;
    text-align: center;
    margin-top: 70px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(226, 226, 226, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(226, 226, 226, 1);
    box-shadow: 0px 0px 20px 0px rgba(226, 226, 226, 1);
}

.self-box .icon {
    width: 125px;
    height: 125px;
    background-color: #00963b;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-top: -65px;
    margin-bottom: 25px;
}

.self-box .icon:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    border: solid 3px #fff;
    content: '';
}

.self-box .sub-title {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
}

.self-box .text {
    font-size: 18px;
    color: #797979;
    line-height: 32px;
}

.happy-customer {
    width: 100%;
    padding: 218px 0;
    text-align: center;
    background-color: #00963b;
    background-image: url(../img/customer-bg.png);
    background-repeat: repeat;
    position: relative;
    background-size: cover;
}

.happy-customer .overly {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 150, 59, 0.8);
}

.happy-customer .inner {
    position: relative;
    z-index: 99;
}

.happy-customer .inner h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.faq-sec {
    width: 100%;
    padding: 100px 0;
}

.faq-sec .title {
    font-size: 34px;
    color: #00963b;
    text-align: center;
}

#accordion {
    margin-top: 50px;
}

#accordion .card-header {
    background-color: transparent;
    border: none;
    padding: 0px;
    border: none;

}

#accordion .card-header .card-link {
    background-color: #f4f4f4;
    border-bottom: solid 2px #c5c5c5;
    border-radius: 5px;
}

#accordion .card-header .card-link {
    width: 100%;
    padding: 15px;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
}

#accordion .card-header .card-link[aria-expanded="true"] {
    background-color: #00963b;
    color: #fff;
}

#accordion .card {
    margin-bottom: 20px;
    border: none;
}

#accordion .card-header .card-link .more-less {
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 18px;
}

#accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.footer {
    width: 100%;
    background-color: #eff3f6;
    padding-top: 50px;
    float: left;
}

.footer-top {
    width: 100%;
    margin-bottom: 30px;
}

.footer-logo img {
    max-height: 100px;
}

.footer-title {
    font-size: 20px;
    color: #373737;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-link {
    margin: 0px;
    padding: 0px;
}

.footer-link li {
    list-style: none;
    margin-bottom: 5px;
}

.footer-link li a {
    color: #373737;
    font-size: 16px;
}

.footer-link li a:hover {
    color: #00963b;
}

.location {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    color: #373737;
    font-size: 16px;
}

.location .icon {
    position: absolute;
    left: 0;
    top: 3px;
}

.location .icon i {
    color: #8a8a8a;
    font-size: 22px;
}

.footer-social {
    margin: 0px;
    padding: 0px;
}

.footer-social li {
    list-style: none;
    display: inline-block;
}

.footer-social li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #00963b;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    margin-right: 5px;
}

.footer-bottom {
    border-top: solid 1px #dbdddf;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0px;
}

.navbar-toggler {
    background-color: #fff;
}

.navbar-inner {
    background-color: #262626;
}

.breadcrumb-bg {
    background-color: #f2f2f2;
}

.breadcrumb-bg .breadcrumb {
    background-color: transparent;
    padding: 1.3rem 0rem;
}

.breadcrumb-bg .breadcrumb li a {
    color: #262626;
    font-size: 16px;
}

.breadcrumb-bg .breadcrumb li {
    color: #00963b;
}

.inner-page-content {
    padding-bottom: 35px;
    min-height: 400px;
    width: 100%;
    float: left;
}

.product-left-img {
    width: 100%;
    float: left;
    padding: 50px 15px;
    border: solid 1px #d7d7d7;
}

.product-detail-right {
    width: 100%;
    float: left;
}

.product-detail-right .title {
    font-size: 28px;
    color: #262726;
    font-weight: 600;
}

.product-detail-right .rating {
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-right .rating .text {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    font-weight: 600;
    margin-top: 2px;
}

.product-detail-right .price {
    width: 100%;
    padding: 0px 0;
    font-size: 50px;
    color: #00963b;
    font-weight: 600;
    line-height: normal;
}

.product-detail-right .price .discounted {
    text-decoration: line-through;
    color: #bbbbbb;
    font-size: 22px;
    margin-left: 20px;
}

.product-detail-right .cart-btn-part {
    width: 100%;
}

.product-detail-right .cart-btn-part .number {
    width: 85px;
    margin-right: 15px;
    float: left;
}

.product-detail-right .cart-btn-part .number input {
    width: 100%;
    height: 40px;
    text-align: center;
}

.product-detail-right .cart-btn-part .btn {
    background-color: #00963b;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    border: solid 2px #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-detail-right .cart-btn-part .btn:hover {
    background-color: #00752e;
}

.product-detail-right .description-top {
    width: 100%;
    font-size: 18px;
    color: #444444;
}

.product-detail-right .description-top ul {
    margin: 20px 0 0px;
    padding: 0px 0 0 20px;
}

.product-detail-right .description-top ul li {
    font-size: 20px;
    color: #4a4a4a;
    padding: 2px 0;
}

.product-tab {
    margin-top: 40px;
}

.product-tab .nav-tabs .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #252525;
    background-color: #ececec;
    border: none;
    border-radius: 0px;
    padding: .8rem 1.5rem;
}

.product-tab .nav-tabs .nav-item {
    margin-right: 10px;
}

.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-link.active {
    background-color: #00963b;
    color: #fff;
}

.product-tab .tab-content>.tab-pane {
    padding: 15px;
    border: solid 1px #dee2e6;
    border-top: 0px;
}

.cart-page-title {
    font-size: 42px;
    color: #262626;
}

.cart-table {
    vertical-align: middle;
    border-bottom: solid 1px #d3d3d3;
    margin-top: 60px;
    margin-bottom: 40px;
}

.cart-table td {
    border-top: 0px;
    vertical-align: middle;
}

.cart-table .cart-img {
    width: 200px;
}

.cart-table .cart-page-link a {
    font-size: 22px;
    color: #222222;
}

.cart-table .quantity {
    width: 130px;
}

.cart-table .quantity .form-control {
    width: 80px;
}

.cart-table .price {
    font-size: 40px;
    font-weight: 600;
    color: #00963b;
}

.cart-table .remove {
    width: 50px;
    text-align: right;
}

.cart-table .remove a {
    font-size: 40px;
    color: #a1a1a1;
    font-weight: 600;
}

.cart-bottom {
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 20px;
    float: left;
    margin-bottom: 25px;
}

.cart-bottom .subtotal {
    width: 100%;
    float: left;
}

.cart-bottom .subtotal .inner {
    border-bottom: solid 1px #d4d4d4;
    padding: 20px 0;
    width: 100%;
    float: left;
    font-size: 22px;
    color: #363636;
    font-weight: 600;
}

.cart-bottom .subtotal .inner:last-child {
    border-bottom: none;
}

.cart-bottom .subtotal .inner .left {
    float: left;
}

.cart-bottom .subtotal .inner .right {
    float: right;
}

.form-shopping .title {
    font-size: 26px;
    color: #363636;
    font-weight: 600;
}

.form-shopping .form-control {
    border-radius: 0px;
    font-size: 18px;
}

.form-shopping .form-group {
    margin-bottom: 1.5rem;
}

.checkout-right {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #f6f6f6;
}

.product-list-checkout {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px 0;
}

.product-list-checkout:first-child {
    padding-top: 0px;
}

.product-list-checkout .img {
    width: 80px;
    height: 70px;
    border: solid 1px #bbbbbb;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
}

.product-list-checkout .img img {
    width: 100%;
    height: 100%;
}

.product-list-checkout .title {
    padding-left: 10px;
}

.product-list-checkout .title a {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    line-height: normal;
    padding-left: 0px;
}

.product-list-checkout .price {
    text-align: right;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 600;
}

.apply-code {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
}

.apply-code .form-inline .form-control {
    border: solid 1px #c8c8c8;
    border-radius: 0px;
    font-size: 14px;
    color: #7d7d7d;
    width: calc(100% - 117px);
    margin-right: 10px;
}

.apply-code .form-inline .btn {
    border: none;
    background-color: #00963b;
    width: 107px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}

.subtotal {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e5e5e5;
    padding: 15px 0;
}

.subtotal .inner {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.subtotal .inner:last-child {
    margin-bottom: 0px;
}

.subtotal .inner .left {
    float: left;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
}

.subtotal .inner .right {
    float: right;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
}

.subtotal-bottom {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}

.subtotal-bottom .inner {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.subtotal-bottom .inner:last-child {
    margin-bottom: 0px;
}

.subtotal-bottom .inner .left {
    float: left;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
}

.subtotal-bottom .inner .right {
    float: right;
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 600;
}

.thanks-msg {
    padding: 10rem 0;
    text-align: center;
    float: left;
    width: 100%;
}

.thanks-msg .icon {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.thanks-msg .icon span {
    width: 122px;
    height: 122px;
    display: inline-block;
    background-color: #00963b;
    color: #fff;
    border-radius: 50%;
}

.thanks-msg .icon span i {
    line-height: 122px;
    font-size: 60px;
}

.thanks-msg .title {
    font-size: 65px;
    color: #262626;
    font-weight: bold;
}

.thanks-msg .sub-title {
    font-size: 28px;
    color: #262626;
    font-weight: bold;
}

.thanks-msg .btn-part-thanks .btn {
    font-size: 22px;
    font-weight: bold;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.login-bg {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    background-color: #00963b;
}

.login-bg .overly {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 150, 59, 0.50);
}

.login-content {
    width: 100%;
    min-height: 100%;
    padding: 40px 0;
}

.login-box {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.81);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.login-box .title {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #00963b;
    line-height: normal;
    padding: 10px 0;
    margin-bottom: 0px;
}

.login-form-inner {
    width: 100%;
    float: left;
    padding: 30px 20px;
}

.login-form-inner .form-control {
    border-radius: 0px;
    font-size: 16px;
    color: #858585;
    font-weight: 500;
    padding: .7rem 1rem;
}

.login-form-inner .btn {
    width: 100%;
    padding: 8px;
    font-size: 22px;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.login-form-inner .form-group {
    margin-bottom: 1.5rem;
}

.login-form-inner .bottom-link {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.login-form-inner .bottom-link {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
}

.login-form-inner .bottom-link a {
    font-size: 18px;
    font-weight: 600;
    color: #01963b;
}

.login-logo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.login-logo img {
    max-height: 150px;
}

.product-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.products-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.products-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    max-width: 300px;
}

.product-box .title {
    font-size: 15px;
    color: #2d2c2c;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-box .price {
    font-size: 26px;
    font-weight: 700;
    color: #25abdb;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.product-box .btn {
    font-size: 14px;
    border: solid 1px;
    border-radius: 0px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-weight: 500;
    margin: 0 3px;
}

.product-box .btn-black-line {
    color: #303030;
    border: solid 1px #4f4f4f;
}

.product-box .btn-blue-line {
    color: #25abdb;
    border: solid 1px #25abdb;
}
