﻿
:root {
    --card-header-bg-color: #33924D; /*linear-gradient(40deg,#ff6ec4,#7873f5) !important;*/
}


body {
    line-height: 1.8rem;
    font-family: "Poppins", sans-serif;
    background-color: #eee;
}

main {
    top: 77px;
    padding-bottom: 100px;
}

    main .bg-navy {
        margin-top: 15px;
    }

        main .bg-navy .row {
            margin-top: 7px;
        }

.form-control {
    height: 40px;
}

.input-group-text {
    padding: 0.7rem 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
}

.modal {
    z-index: 1050;
}

.modal-header {
    padding: 1rem;
    background-color: #21325B;
    /*background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;*/
}

.bg-gradient, .bg-success {
    background: var(--card-header-bg-color) !important;
}

.modal-title {
    color: white;
}

.modal-body {
    color: #282828;
}

.modal-footer {
    padding: 0.9rem !important;
}

footer {
    background-color: #454545 !important;
}

/*.btn-primary {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}*/

.btn-success {
    background-color: tomato !important;
    border-color: tomato !important;
}

.input-label {
    color: #003699;
}


/*=====Slider=====*/
.js-slide h1 {
    font-size: 56px;
}

/*=====End Slider=====*/


/*=====Header=====*/
.header-section {
    /*background-color: crimson;*/
    /*background-color: var(--top-bg-color);*/
}

.header .nav-link {
    /*color: white;*/
}

.navbar-brand {
    color: royalblue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*color: white;*/
    font-weight: bold;
    font-size: 22px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
}

.hs-sub-menu a {
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.navbar {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    border-radius: 5px;
}

.fixed .header-section {
    background-color: white;
}

/*=====End Header=====*/

/*=====Validate======*/

.field-validation-error {
    color: red;
}

/*=====End Validate======*/

/*=====Product List======*/

.productlist .itemname {
}

.wishlist-item .itemname {
}

.wishlist-item .chinesename {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: bold;
    color: coral;
}

.wishlist-item .packsize {
    /*color: indigo;*/
}

.productlist .card-body {
    padding: 0.5rem;
}

.productlist .btn-sm, .wishlist-item .btn-sm {
    /*padding: 0.625rem 0.5rem;*/
    padding: 0.5rem;
}

.itemname a, .itemname {
    color: black !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1rem;
}

.productlist .wholeprice, .productlist .retailprice {
    min-width: 50px;
    display: inline-block;
    color: indigo;
    font-size: 0.9rem;
    font-weight: bold;
}

.productlist .wholeunit, .productlist .retailunit {
    min-width: 70px;
    text-transform: uppercase;
    padding: 1px !important;
    font-size: 0.75rem;
}

.productlist .orgprice {
    min-width: 50px;
    display: inline-block;
    color: indigo;
    font-size: 0.9rem;
    font-weight: bold;
}

.productlist .discount {
    min-width: 120px;
    text-transform: uppercase;
    padding: 1px !important;
    font-size: 0.7rem;
    border-radius: 15px;
}

.treeview .icon {
    height: initial;
}

.treeview .list-group-item {
    padding: 0.4rem;
    font-size: 13px;
}

.has-search .search-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

#div-cattree {
    font-size: 0.9rem;
}

    #div-cattree .badge {
        line-height: inherit;
    }

/*=====End Validate======*/

/*=====Order Guide=======*/

.max-w-md-13rem {
    max-width: 7rem !important;
}

.card .table th, .card .table td {
    padding: 0.5rem;
}

.modal-body .table th, .modal-body .table td {
    padding: 0.5rem;
}

.card-body {
    padding: 1rem;
}

li.wishlist-item {
    min-height: 113px;
}

.shipinfo .alert {
    font-size: 0.8rem;
    padding: 0.5rem;
    margin: 2px 0;
    background-color: white;
}

.shipinfo .close {
    font-size: 1.2rem;
    padding: 0.7rem 0.5rem;
}


/*=====End Order Guide======*/
/*=====Cart Page=======*/
.max-w-6rem {
    max-width: 6rem;
}

.custom-select {
    height: 40px;
    padding: 0.3rem;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option {
    padding: 0.5rem;
}

.sidebar {
    z-index: 1040;
}

.sidebar-footer {
    background-color: #454545;
}

.topcart-itemcount {
    top: -10px !important;
    right: -10px !important;
    position: absolute !important;
    font-size: 90% !important;
}

/*=====End Cart Page======*/
.navbar-brand img {
    width: 6rem;
}

@media (max-width: 576px) {

    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-expand-lg .navbar-brand, .navbar-expand-lg .navbar-brand > img {
        width: 65%;
    }

    .navbar-brand {
        font-size: 22px !important;
        padding: 0;
    }

        .navbar-brand img {
            width: 4.5rem !important;
        }

    body {
        font-size: 0.9rem;
    }

    main {
        top: 59px;
    }

    .itemname a, .itemname {
        line-height: 1rem;
        font-size: 0.9rem;
    }

    .custom-select {
        height: 35px;
        padding: 0.3rem;
    }

    #cartitem-list .form-control {
        height: 35px !important;
    }

    .card .table th, .card .table td {
        padding: 0.3rem;
    }

    .table-orderguide .col-9, .col-3, .col-12 {
        display: block;
    }

    .table-orderguide .f-left {
        float: left;
    }

    .table-orderguide .f-right {
        float: right;
    }

    .table-orderguide .f-inline-end {
        float: inline-end;
    }

    .js-slide h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .max-w-6rem {
        max-width: 5rem;
    }

    .modal-body .table th, .modal-body .table td {
        white-space: nowrap;
    }

    .table th, .table td {
        white-space: nowrap;
    }
}

/*=====Login Page=======*/

.vh-lg-90 {
    height: 89.3vh;
}

.login-header {
    background: var(--card-header-bg-color) !important;
    color: white;
    padding-bottom: 0 !important;
}

.getintoch-header {
    background: var(--card-header-bg-color) !important;
}

/*=====End Login Page=======*/

/*=====Payment Page=======*/

.nav:not(.nav-pills) .nav-link.active {
    /*background-color: #00c9a7;*/
    background: var(--card-header-bg-color) !important;
    color: white;
}

/*=====End Payment Page=======*/

/*=====Payment Page=======*/

.contact-us {
    background-image: url('../images/contact-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*=====End contact Page=======*/

/*color variable*/
:root {
    /*ABC color*/
    /* --top-bg-color: #0E1873;
    --btn-bg-color: #FFA200;
    --footer-bg-color: #0E1873;*/
    /*kls color*/
    --btn-bg-color: #49A727;
}

/*end color variable*/


/*===== Start By Mehul Maheriya =====*/
@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('../fonts/FRAMDCN.ttf');
    font-weight: bold;
}

@font-face {
    /*font-family: kiona;
    src: url('fonts/Kiona-Regular.ttf');*/
    font-family: 'bison';
    src: url('../fonts/bison-bold.ttf');
    font-weight: bold;
}

body {
    background-color: #EEF4EA;
}


/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 2rem;*/
/*font-family: "Open Sans", sans-serif;   */
/*font-family: 'lato', serif;
}*/

h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0;
    color: #49A727;
}

a, a:hover {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

main {
    margin-top: 0;
}

.header {
    top: 25px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .header.fixed {
        top: 0;
        background-color: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        -moz-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

.navbar {
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    -moz-box-shadow: 0px 0px 10px 0px #999;
    box-shadow: 0px 0px 10px 0px #999;
}

.header.fixed .navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    /*font-family: 'Exo', sans-serif;*/
    /*font-family: 'bison', sans-serif;*/
    font-family: 'Franklin Gothic Medium cond', 'Arial Narrow', Arial, sans-serif;
    /*font-family: 'Do Hyeon', sans-serif;
    font-family: 'Exo 2', sans-serif;*/
    /*font-family: 'Merriweather Sans', sans-serif;
    font-family: 'Carter One', cursive;*/
    /*font-family: 'Audiowide', cursive;*/
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    letter-spacing: 1px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.slick-pagination li {
    margin: 2px 0.25rem;
}

    .slick-pagination li span {
        width: 1.6rem;
        height: 1.6rem;
    }

    .slick-pagination li.slick-active span {
        background-color: #49A727;
    }

.slick-pagination:not(.slick-pagination-vertical) {
    display: block;
    left: 35px;
}

.header-section {
    /*-webkit-box-shadow:  0px 0px 10px 0px #ddd;
    -moz-box-shadow:  0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;*/
    background-color: transparent;
}

.header .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

    .header .nav-link:hover {
        color: #49A727;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.header .active > .nav-link {
    color: #49A727;
}

.btn-kls {
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    font-weight: 200;
    min-width: 100px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    padding-left: 20px;
    padding-left: 20px;
}

    .btn-kls:hover {
        color: #fff;
        box-shadow: 0 4px 11px rgba(51, 51, 51, 0.35);
    }

    .btn-kls.big {
        min-width: 200px;
    }

    .btn-kls.green {
        background-color: #49A727;
    }

    .btn-kls.red {
        background-color: #D74647;
    }

.btn-md {
    min-width: 120px;
}

.d-lg-flex {
    margin-top: 50px;
}

.js-slide h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px !important;
}

.js-slide h1 {
    font-family: 'Oswald', serif;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px !important;
}

.js-slide p {
    margin-bottom: 20px !important;
    color: #fff;
}

.home-about {
    padding-bottom: 15px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
/*svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}*/
.image-stack {
    z-index: 1;
    position: relative;
}

.image-stack__item--top {
    position: absolute;
    z-index: 2;
}

.image-stack__item--bottom {
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    margin-left: -40px;
    height: 370px;
    overflow: hidden;
}

.image-stack__item--top span {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 3;
    margin-left: -20px;
    margin-top: -25px;
    color: #333;
}

.play-vdo {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 10px;
    transition: .50s ease-in-out;
}

.image-stack__item--top:hover .play-vdo {
    display: block;
    transition: .50s ease-in-out;
}

.play-vdo i {
    color: #fff;
}

.play-vdo:hover i {
    color: #F70000;
}

.benefits {
    background-color: #fff;
    background-image: url("../images/bg-benefits.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 800px;*/
}

    .benefits h1 {
        color: #fff;
        margin-bottom: 50px;
    }

    .benefits .card {
        padding: 15px 10px;
        margin-bottom: 30px;
        height: 310px;
        border-radius: 10px;
    }

    .benefits .col-md-4:nth-child(odd) .card {
        background-color: transparent;
        border: 2px solid #99BD05;
    }

    .benefits .card .card-icon {
        margin-bottom: 15px;
        border: 2px solid #99BD05;
        border-radius: 50%;
        padding: 20px;
        color: #99BD05;
        font-size: 20px;
    }

    .benefits .col-md-4:nth-child(odd) .card .card-icon {
        border: 2px solid #fff;
        color: #fff;
    }

    .benefits .card .card-title {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .benefits .col-md-4:nth-child(odd) .card .card-title {
        color: #fff;
    }

    .benefits .col-md-4:nth-child(odd) .card .card-text {
        color: #fff;
    }

.contact {
    background-color: #f9f9f9;
}

    .contact .card {
        border-radius: 10px;
    }

footer {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e7eaf3;
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-menu {
    text-align: center;
    margin-top: 10px;
}

    .footer-menu ul li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer-menu ul li a {
            color: #333;
        }

            .footer-menu ul li a:hover {
                color: #49A727;
            }

.copyrights {
    margin-top: 10px;
}

/*.modal-dialog {
    max-width: 800px;
    margin: 100px auto;
    background-color: #fff;
    z-index: 9999;
}*/

/*.modal-body {
    position: relative;
    padding: 0px;
}*/

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.inside main {
    padding-bottom: 30px;
}

.home-product {
    padding-bottom: 15px;
    background-color: #f4fef0;
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 700px;
}

.product-inbox {
    background-image: url('../images/product-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 250px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.home-product .card {
    border-radius: 20px;
    padding: 0 10px;
    background-color: transparent;
    box-shadow: none;
}

    .home-product .card img {
        width: 80%;
    }

    .home-product .card .card-body {
        border-radius: 10px;
        background-color: #fff
    }

.home-product .produce-navs a {
    font-size: 44px;
    color: #49A727;
}

    .home-product .produce-navs a:hover {
        color: #fff;
    }

.home-product .produce-navs #prev {
    position: absolute;
    top: 80%;
    left: 15px;
}

.home-product .produce-navs #next {
    position: absolute;
    top: 80%;
    right: 15px;
}

.card-title {
    color: #49A727;
    font-size: 20px;
}

.logo-login {
    background-image: url("../images/logo-shape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 350px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}

    .logo-login h1 {
        color: #fff;
        font-size: 86px;
        font-weight: bold;
        font-family: 'bison';
        letter-spacing: 2px;
        text-align: center;
        line-height: 70px;
        text-shadow: 4px 4px 3px #000;
        margin-top: 25%;
    }

.login-back {
    /* height: 100%;*/
    background-image: url("../images/login-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/*===== End By Mehul Maheriya =====*/
