:root {
    --green-01: #80B500;
    --green-02: #669100;
    --grey-01: #f6f9fc;
    --grey-02: #f3f5f9;
}

body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    text-align: left;
    background-color: var(--grey-01);
}

.offcanvas-open {
    padding-bottom: 0;
}

a {
    transition: color 0.25s ease-in-out;
}

a {
    color: var(--green-01);
}

a:hover {
    color: var(--green-02);
    text-decoration: none;
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.font-size-xs {
    font-size: .75rem !important;
}

.font-size-sm {
    font-size: .875rem !important;
}

.font-size-md {
    font-size: .9375rem !important;
}

.text-accent {
    color: var(--green-01) !important;
}

.font-size-base {
    font-size: 1rem !important;
}

.text-primary {
    color: var(--green-01) !important;
}

.nav-link-style {
    color: #4b566b;
}

.close:focus {
    outline: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-radius: .4375rem;
}

.border-bottom {
    border-bottom: 1px solid #e3e9ef !important;
}

.main-content {
    min-height: calc(100vh - 162px);
}

.form-control:focus {
    border-color: var(--green-01)!important;
    box-shadow: 0 0 0 0.2rem rgba(128,181,0,.25)!important;
}

@media (min-width: 992px) {
    .sidebar-fixed-enabled {
        padding-left: 22rem;
    }
}
.btn {
    white-space: nowrap;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn-accent {
    color: #fff;
    background-color: var(--green-01);
    border-color: var(--green-01);
}

.btn-accent:hover {
    color: #fff;
    background-color: var(--green-02);
    border-color: var(--green-02);
}

.btn-outline-accent {
    color: var(--green-01);
    border-color: var(--green-01);
}

.btn-outline-accent {
    border-color: rgba(128, 181, 0, 0.35);
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: var(--green-02);
    border-color: var(--green-02);
}

.alert.alert-success {
    color: #fff;
    background-color: var(--green-01);
    border-color: var(--green-01);
}

.alert.alert-success a, .alert.alert-success a:hover {
    color: #fff;
}
.header {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06);
}

.header .navbar-light .navbar-nav .nav-link {
    color: #4b566b;
}

.nav-link {
    display: block;
    padding: .75rem 1.25rem;
}

.header .navbar-light .navbar-nav .active>.nav-link,
.header .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .nav-link.show,
.header .navbar-light .navbar-nav .show>.nav-link {
    color: var(--green-02);
}

.header .navbar-light .navbar-nav .nav-link:focus,
.header .navbar-light .navbar-nav .nav-link:hover {
    color: var(--green-02);
}

.navbar-tool {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-tool.dropdown::before {
    position: absolute;
    bottom: -1rem;
    left: -10%;
    width: 120%;
    height: 1rem;
    content: '';
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-light .navbar-tool-icon-box {
    color: #4b566b;
}

.navbar-light .navbar-tool-icon-box {
    background-color: #f3f5f9;
}

.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-toggler {
    color: #4b566b;
    border-color: rgba(0, 0, 0, 0);
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--green-01);
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.header .navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}

.navbar-tool-text {
    display: none;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color 0.25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}

.navbar-light .navbar-tool-text {
    color: #4b566b;
}

.navbar-tool-text>small {
    display: block;
    margin-bottom: -.125rem;
}

.navbar-light .navbar-tool-text>small {
    color: #7d879c;
}

.navbar-tool-icon-box.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    border-color: #fff;
}

.navbar-tool .dropdown-menu {
    margin-top: .5rem !important;
}

.widget-cart-item {
    position: relative;
    padding-top: 10px;
}

.widget-cart-item .close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.widget-cart-item:hover .close {
    visibility: visible;
    opacity: 1;
}

.widget-cart-item .media {
    transition: all .25s ease-in-out;
}

.widget-cart-item:hover .media {
    -webkit-transform: translateX(-1.125rem);
    transform: translateX(-1.125rem);
}

.widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
}

.widget-product-title a {
    color: #373f50;
}

.widget-product-title a:hover {
    color: var(--green-02);
}

.widget-product-meta {
    font-size: .875rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-tool-text {
        display: block;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-lg .dropdown-menu {
        margin-top: 0;
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    }
}
.sidebar, .sidebar-static {
    width: 100%;
    max-width: 22rem;
    background-color: #fff;
}

.sidebar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #e3e9ef;
}

.sidebar-fixed .sidebar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.sidebar h3 {
    font-size: 1rem;
    color: var(--green-01);
    background-color: rgba(0,0,0,0);
}

.sidebar .close, .sidebar-static .close {
    font-size: 1.75rem;
}

.sidebar-fixed .close {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    padding: 1rem 1.875rem;
    border-bottom: 1px solid #e3e9ef;
    background-color: #f6f9fc;
    float: none;
}

.sidebar .close, .sidebar-static .close {
    font-size: 1.75rem;
}

.sidebar-fixed .sidebar-body {
    height: 100%;
    overflow-y: auto;
}

.sidebar-body {
    padding: 1.875rem 1.875rem;
}

.sidebar-body .sidebar-nav {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

.nav-tabs {
    border-bottom: 1px solid #e3e9ef;
}

.nav-tabs .nav-link {
    position: relative;
    border: 0;
    color: #4b566b;
    font-weight: normal;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--green-02);
    background-color: rgba(0,0,0,0);
    border-color: var(--green-02);
}

.nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 1px;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out,border-color 0.25s ease-in-out;
    background-color: transparent;
    content: '';
}

.nav-tabs .nav-link.active::before {
    background-color: var(--green-02);
}

.nav-tabs.nav-fill .nav-link::before, .nav-tabs.nav-justified .nav-link::before {
    left: 0;
    width: 100%;
}

.pr-grid-gutter, .px-grid-gutter {
    padding-right: 30px !important;
}

.pl-grid-gutter, .px-grid-gutter {
    padding-left: 30px !important;
}

.accordion>.card {
    overflow: hidden;
}

.accordion .card-header {
    padding: 0;
    background-color: transparent;
}

.widget-categories .card, .widget-categories .card-header {
    border: 0;
    border-radius: 0;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.accordion .accordion-heading {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}

.widget-categories .accordion-heading {
    font-size: .9375rem;
    font-weight: normal;
}

.accordion .accordion-heading>a {
    display: block;
    position: relative;
    padding: 1.09375rem 1.25rem;
    padding-right: 4rem;
    color: #373f50;
}

.widget-categories .accordion-heading>a {
    padding-top: .6140350877rem;
    padding-right: 2rem;
    padding-bottom: .6140350877rem;
    padding-left: 0;
    color: #4b566b;
    line-height: 1.571em;
}

.flag-icon {
    width: 32px!important;
    height: 24px!important;
}

.widget-categories .accordion-heading>a:hover, .widget-categories .accordion-heading>a.active {
    color: var(--green-02);
} {
    color: var(--green-02);
}

@media (max-width: 991.98px) {
    .sidebar-fixed .close {
        display: block;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: -22rem;
        height: 100%;
        transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s,box-shadow 0.3s 0.25s;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        z-index: 1035;
    }
    .sidebar-fixed {
        padding-top: 3.5rem !important;
        border-right: 0;
    }
    .sidebar.show {
        left: 0;
        box-shadow: 1.375rem 0 2rem -0.75rem rgba(43,52,69,0.15) !important;
    }
}
.footer {
    width: 100%;
    background-color: #373f50;
    font-size: .75rem;
}
.product-card {
    padding-bottom: .875rem;
    border: 0;
    transition: all 0.15s ease-in-out;
}

.product-card .card-body {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.product-meta {
    transition: color 0.25s ease-in-out;
    color: #7d879c;
    text-decoration: none !important;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.product-title {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.product-price {
    max-height: 20px;
    overflow: hidden;
}

.product-title a {
    transition: color 0.25s ease-in-out;
    color: #373f50;
    text-decoration: none !important;
}

.product-title a:hover {
    color: var(--green-02);
}

.btn-add {
    background: #669100;
    color: white;
}

.sticker {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

@media (min-width: 576px) {
    .product-card {
        padding-bottom: 0;
    }
}
.cart-item-img {
    width: 60px;
    height: 60px;
}

.table_desc td {
    padding: 10px;
}

.table_desc th {
    text-align: center;
}

.smartpost_info {
    text-align: left !important;
}

table.smartpost_table td.smartpost_label {
    padding-right: 10px;
}

table.smartpost_table td.smartpost_input,
table.smartpost_table select,
table.smartpost_table input {
    width: 100% !important;
}

#smartpost_widget_target input {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 0;
}

#smartpost_widget_target select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
}

#smartpost_widget_target input:focus {
    border: 0;
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, .25);
}

#smartpost_widget_target select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

p.smartpost_info {
    display: block;
    width: 100%;
    text-align: right;
}