@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/* font-family: 'Roboto', sans-serif; */

@font-face {
    font-family: 'Bauhaus-Bold';
    src: url('../fonts/Bauhaus-Bold.eot');
    src: url('../fonts/Bauhaus-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bauhaus-Bold.woff2') format('woff2'),
        url('../fonts/Bauhaus-Bold.woff') format('woff'),
        url('../fonts/Bauhaus-Bold.ttf') format('truetype'),
        url('../fonts/Bauhaus-Bold.svg#svgBauhaus-Bold') format('svg');
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    margin-left: 40px;
}

ol.breadcrumbs.breadcrumbs-list-outer {
    text-align: left;
}


p {
    text-align: left;
}

.button--primary {
    background: #8ab23f;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    border: 1px solid transparent;
}

.button {
    border-radius: 50px;
    text-transform: uppercase;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.button--primary:hover,
.button--primary:focus,
.button--primary.is-active,
.button--primary.active {
    background-color: #fff;
    border-color: #8ab23f;
    color: #8ab23f;
}

.form-select,
.form-input {
    border-radius: 50px;
}

.form.forgot-password-form .form-prefixPostfix .form-input {
    margin-right: 10px;
}

#wishlist-dropdown.is-open .button {
    font-size: 12px;
    padding: 10px;
}

.form-actions .button,
.form-actions input,
.form-actions a {
    vertical-align: middle;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #505050;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

a,
a:hover {
    text-decoration: none;
}

.body {
    margin-top: 0;
    padding: 20px 0;
}

.body {
    margin-bottom: 0;
    min-height: 400px;
}

.header {
    border: none;
}

.container {
    max-width: 1320px;
    padding: 0 20px;
}

.main.full {
    background: url(../img/main-bg.png);
}

a {
    color: #de7634;
}

a:hover,
a:focus {
    color: #d66823;
}

ul.navPages-list.dextop_nav {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.heroCarousel.slick-initialized {
    background: url(../img/main-bg.png);
    margin-top: 0;
}

.heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.heroCarousel .slick-arrow {
    display: none !important;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 2px solid #717171;
    margin: 0 5px;
    border-radius: 50%;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    background: #fff;
    top: -4px;
    left: 0;
}

.slick-dots li button::before {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
}

.slick-dots li.slick-active button::before {
    background: #8ab23f;
}

.slick-next,
.slick-prev {
    margin-top: 0;
    top: 50%;
}

.slick-next {
    right: -25px;
}

.slick-prev {
    left: -20px;
}

.slick-next,
.slick-prev,
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
    background: none;
    border: none;
}

.slick-next,
.slick-prev,
.slick-next::before,
.slick-prev::before {
    width: 31px;
    height: 78px;
    padding: 0;
}

.slick-prev::before,
.slick-prev:hover::before,
.slick-prev:focus::before {
    background: url(../img/prev-arrow.png) no-repeat;
    opacity: 1;
}

.slick-next::before,
.slick-next:hover::before,
.slick-next:focus::before {
    background: url(../img/next-arrow.png) no-repeat;
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-disabled,
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    opacity: 1;
}

.productCarousel .slick-dots {
    display: none !important;
}

.navPages .navPage-subMenu-list {
    padding: 10px 0;
}

.dropdown--quickSearch {
    background: none;
    left: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.quickSearchResults {
    background: #fff;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.quickSearchResults ul.productGrid {
    border: #dcdcdc solid 1px;
    border-top: none;
    padding: 50px 0 0 0;
    margin: 0px;
}

.quickSearchResults .productGrid .product {
    padding-bottom: 0;
    width: 100%;
}

.quickSearchResults .productGrid .product .card {
    border: none;
    border-bottom: #dcdcdc solid 1px;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.quickSearchResults .card-figure {
    border: 1px solid #dcdcdc;
    display: block;
    float: left;
    height: auto;
    padding: 5px;
    vertical-align: top;
    width: 70px;
}

.quickSearchResults .card .thumb_img {
    display: block;
    height: auto;
    width: auto;
    padding: 0px;
}

.quickSearchResults .card .card-image {}

.quickSearchResults .card-body {
    display: block;
    float: none;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: left !important;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
}

.quickSearchResults .card-body .card-title {
    height: auto;
}

.quickSearchResults .card-body .prdctBtn {
    display: none;
}

.quickSearchResults .card-body .productBtns {
    display: none !important;
}

.quickSearchResults .card--alternate:hover .card-body {
    background: none;
}

.quickSearchResults .card--alternate:hover .card-title>a {
    color: #000;
}

.quickSearchResults h4.card-title {
    margin-bottom: 5px;
}

.quickSearchResults .card-body .card-text .price {
    font-size: 16px;
}

.quickSearchResults .card-body .card-text {
    margin: 0px;
}

.checkout-steps form-field.form-field {
    clear: both;
}

.productView-description {
    width: 100%;
}

.navUser {
    background: #efefef;
}

.navUser ul li.navUser-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.navUser-action {
    text-transform: none;
    color: #505050;
    font-weight: 400;
    padding: 9px 0;
}

.acntIc {
    background: url(../img/acnt-ic.png) no-repeat left center;
    padding-left: 22px;
}

.blogIc {
    background: url(../img/blog-ic.png) no-repeat left center;
    padding-left: 22px;
}

.navUser-item--account a {
    background: url(../img/login-ic.png) no-repeat left center;
    padding-left: 22px;
}

.headerSocial {
    float: left;
}

.headerSocial .socialLinks .socialLinks-item {
    margin: 0;
    background: url(../img/social-link-sep.png) no-repeat left center;
    padding-left: 2px;
    float: left;
}

.headerSocial .socialLinks .socialLinks-item:last-child {
    background: url(../img/social-link-sep.png) no-repeat left center, url(../img/social-link-sep.png) no-repeat right center;
    padding-right: 2px;
}

.headerSocial .socialLinks .socialLinks-item .icon svg {
    display: none;
}

.headerSocial .socialLinks .socialLinks-item .icon {
    width: 40px;
    height: 40px;
}

.headerSocial .socialLinks .socialLinks-item .icon--facebook {
    background: url(../img/fb-ic.png) no-repeat center center;
}

.headerSocial .socialLinks .socialLinks-item .icon--twitter {
    background: url(../img/twitter-ic.png) no-repeat center center;
}

.headerSocial .socialLinks .socialLinks-item .icon--youtube {
    background: url(../img/youtube-ic.png) no-repeat center center;
}

.headerSocial .socialLinks .socialLinks-item .icon--pinterest {
    background: url(../img/pinterest-ic.png) no-repeat center center;
}

.headerSocial .socialLinks .socialLinks-item .icon--google {
    background: url(../img/gplus-ic.png) no-repeat center center;
}

.header-logo {
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.header-logo-image {
    position: relative;
}

.header-logo-image-container::after {
    padding-bottom: 0;
}

.headerLeft {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.headerRight {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    text-align: right;
}

.navUser-item--cart {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.headerRight .shopperLink,
.headerRight .headerCalldtl,
.headerRight .dropdown--quickSearch {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.dropdown--quickSearch .container {
    padding: 0;
}

.cart-quantity {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dcdb45;
    border: 2px solid #de7634;
    color: #5f2e05;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    position: relative;
    margin-left: -13px;
    line-height: 34px;
}

.navPages-quickSearch .form-fieldset {
    position: relative;
}

.navPages-quickSearch .form-fieldset .form-input {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 20px;
    min-width: 380px;
    height: 40px;
    font-size: 13px;
    color: #848484;
    padding-left: 20px;
    padding-right: 110px;
}

.dropdown--quickSearch .form-input {
    background: none;
    border: 2px solid #ebebeb;
    border-radius: 20px;
    min-width: 380px;
    height: 40px;
    font-size: 13px;
    color: #848484;
    padding-left: 20px;
    padding-right: 110px;
}

.dropdown--quickSearch .form-input::-webkit-input-placeholder {
    color: #848484;
    opacity: 1;
}

.dropdown--quickSearch .form-input::-moz-placeholder {
    color: #848484;
    opacity: 1;
}

.dropdown--quickSearch .form-input:-ms-input-placeholder {
    color: #848484;
    opacity: 1;
}

.dropdown--quickSearch .form-input:-moz-placeholder {
    color: #848484;
    opacity: 1;
}

.navPages-quickSearch .form-fieldset .button,
.dropdown--quickSearch .form .form-field .button {
    background: url(../img/search-btn.png) no-repeat right center;
    border: none;
    min-width: inherit;
    height: 40px;
    width: 110px;
    font-size: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.headerCalldtl a {
    background: url(../img/call-ic.png) no-repeat left center;
    font-size: 16px;
    font-weight: 700;
    color: #9c7d23;
    padding-left: 24px;
    margin-right: 10px;
    margin-left: 20px;
}

.shippingTxt {
    position: relative;
    width: 100%;
    color: #005909;
    text-align: center;
    font-size: 18px;
}

.shippingTxt p {
    margin: 0;
    padding: 11px 120px;
    background: rgba(220, 219, 69, 0.70);
    display: inline-block;
    border-radius: 0 0 70px 70px;
}

.tagline {
    padding-top: 20px;
    clear: both;
    overflow: hidden;
}

.tagline .leftSec,
.tagline .rightSec {
    display: inline-block;
    vertical-align: middle;
    width: 49.8%;
    text-align: center;
}

.tagline .leftSec {
    font-family: 'Bauhaus-Bold', sans-serif;
    font-size: 30px;
    color: #9c7d23;
    line-height: normal;
}

.tagline .leftSec p {
    margin: 0;
}

.cateSec {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 30px 0 20px 0;
}

.cateSec ul {
    margin: 0 -12.5px;
    padding: 0;
    list-style: none;
}

.cateSec ul li {
    float: left;
    width: 33.333%;
    padding: 10px 12.5px;
}

.cateSec .cateBox {
    position: relative;
}

.cateSec .cateDtl {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.cateSec .cateTitle {
    position: relative;
}

.cateSec .cateTitle:before {
    content: '';
    position: relative;
    display: block;
    background: url(../img/cate-logo.png) no-repeat top center;
    width: 100%;
    height: 62px;
    left: 0;
    top: 0;
    margin-bottom: 7px;
}

.productSlider {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.productSlider .page-heading {
    display: inline-block;
    font-size: 24px;
    color: #9c7d23;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background: url(../img/title-bg-left.png) no-repeat left center, url(../img/title-bg-right.png) no-repeat right center;
    margin: 10px 0 20px 0;
    padding: 0 57px;
}

.card-img-container::after {
    padding-bottom: 100%;
}

.card {
    background: #fff;
    padding: 20px 18px;
    border: solid 1px #dcdcdc;
    margin-bottom: 20px;
}

.card-body {
    text-align: center;
}

.card-title {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 35px;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.card-title>a {
    color: #505050;
    line-height: normal;
}

.card-body .card-text {
    margin: 0 0 0 0;
}

.card-text {
    margin: 10px 0 0 0;
}

.price-section {
    color: #749b2a;
}

.price-section .price--rrp {
    color: #505050;
}

.prdctBtn {
    padding-top: 5px;
}

.prdctBtn .button.quickview {
    background: url(../img/quick-view-ic.png) no-repeat center center;
    min-width: unset;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    margin: 10px 0 0 0;
}

.prdctBtn .button {
    background: #8ab23f;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 8px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    min-width: 150px;
    display: inline-block;
    margin: 10px 0 0 7px;
    border: 1px solid transparent;
    letter-spacing: 1px;
}

.group-stars {
    margin-top: 10px;
}

.group-stars .on {
    width: 15px !important;
    height: 15px !important;
    background-size: 100%;
    margin: 0 3px;
}

.group-stars .ind_cnt {
    color: #969696;
    font-size: 12px !important;
}

.ind_cnt {
    display: initial !important;
    top: -7px;
    position: relative;
    margin-left: 10px;
}

.star_container {
    height: 40px;
}

.aboutSec {
    background: url(../img/about-bg.jpg) no-repeat right top;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
}

.aboutSec .aboutTitle {
    color: #fff;
    text-transform: uppercase;
    background: url(../img/about-title-bg.png) no-repeat right center;
    padding: 0 57px 0 0;
    margin: 0 0 5px 0;
    display: inline-block;
    font-size: 24px;
}

.aboutImg {
    display: block;
    position: absolute;
    width: auto;
    bottom: -73px;
    text-align: center;
    padding-left: 28%;
}

.aboutCntn {
    width: 47%;
    position: relative;
    z-index: 9;
}

.aboutSec p {
    margin: 0 0 10px 0;
    text-align: left;
}

.aboutSec strong {
    font-size: 16px;
}

.aboutBottom {
    font-size: 16px;
    background: url(../img/about-cntn-sep.png) repeat-x top left;
    padding-top: 20px;
    margin-top: 15px;
}

.aboutBottom h3 {
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    font-size: 24px;
}

.contactBtn {
    display: inline-block;
    background: #dcdb45;
    border-radius: 20px;
    font-size: 11px;
    color: #56430a;
    letter-spacing: 1px;
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 10px;
}

.aboutBottom h4 {
    margin: 15px 0 0 0;
    font-weight: 700;
    color: #dcdb45;
    line-height: normal;
    font-size: 24px;
}

.greenvirginPrdct {
    padding: 100px 0 40px 0;
    position: relative;
    clear: both;
    overflow: hidden;
}

.greenvirginPrdct:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/green-virgin-products-bg-left.jpg) no-repeat left top;
    width: 100%;
    height: 100%;
}

/*.greenvirginPrdct:after{content:''; position:absolute; background:url(../img/green-virgin-products-bg-right.png) no-repeat right bottom; right:0; bottom:100px; width:100%; height:100%;}*/
.greenvirginPrdctImg {
    width: 50%;
    float: left;
}

.greenvirginPrdctImg:after {
    content: '';
    position: relative;
    display: block;
    background: url(../img/green-virgin-products-img02.png) no-repeat right bottom;
    right: -185px;
    bottom: 0;
    width: 100%;
    height: 144px;
    margin-top: -80px;
}

.greenvirginPrdctCntn {
    width: 50%;
    float: left;
    padding-left: 40px;
    font-size: 16px;
    color: #505050;
    z-index: 1;
    position: relative;
}

.greenvirginPrdctCntn h2 {
    color: #9c7d23;
    font-size: 24px;
    color: #9c7d23;
    line-height: normal;
    margin: 0 0 10px 0;
}

.greenvirginPrdctCntn h3 {
    color: #8ab23f;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px 0;
}

.greenvirginPrdctCntn p {
    line-height: normal;
    margin: 0 0 10px 0;
    text-align: left;
}

.moreBtn {
    background: #8ab23f;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 20px;
    padding: 9.5px 35px;
    display: inline-block;
    margin-top: 15px;
}

.footer {
    margin: 0;
    padding: 0;
    border: none;
}

.footerTagline {
    font-size: 30px;
    color: #fff;
    padding: 12px 20px;
    background: rgba(220, 219, 69, 0.50);
    text-align: center;
    font-family: 'Bauhaus-Bold', sans-serif;
    line-height: normal;
    border-radius: 0 0 80px 80px;
}

.footerTop {
    background: url(https://cdn11.bigcommerce.com/s-abgl7q6jm5/images/stencil/original/image-manager/footer-bg-sm.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 35px;
}

.footer-info-heading {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: url(../img/footer-title-bg.png) no-repeat left bottom;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    letter-spacing: normal;
}

.footer-info-col,
.footer-info-col a {
    color: #fff;
    font-size: 13px;
}

.footer-info-list a {
    color: #fff;
}

.footer-info-col--small {
    width: 20%;
    margin: 35px 0 0 0;
}

.footer-info-col--small:nth-child(2) {
    width: 40%;
}

.footer-info-col--small:nth-child(2) ul.footer-info-list {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin: 0;
}

.footer-info-list li {
    line-height: normal;
    margin: 0 0 8px;
}

.footer-info-list li:last-child {
    margin-bottom: 0;
}

.footerSocial .socialLinks .socialLinks-item {
    margin-right: 2px;
}

.footerSocial .socialLinks .socialLinks-item:last-child {
    margin-right: 0;
}

.footerSocial .socialLinks .socialLinks-item .icon svg {
    display: none;
}

.footerSocial .socialLinks .socialLinks-item .icon {
    width: 40px;
    height: 40px;
}

.footerSocial .socialLinks .socialLinks-item .icon--instagram {
    background: url(https://cdn11.bigcommerce.com/s-abgl7q6jm5/product_images/uploaded_images/ftr-ig-ic.png) no-repeat center center;
}

.footerSocial .socialLinks .socialLinks-item .icon--facebook {
    background: url(../img/ftr-fb-ic.png) no-repeat center center;
}

.footerSocial .socialLinks .socialLinks-item .icon--twitter {
    background: url(../img/ftr-twitter-ic.png) no-repeat center center;
}

.footerSocial .socialLinks .socialLinks-item .icon--youtube {
    background: url(../img/ftr-youtube-ic.png) no-repeat center center;
}

.footerSocial .socialLinks .socialLinks-item .icon--pinterest {
    background: url(../img/ftr-pinterest-ic.png) no-repeat center center;
}

.footerSocial .socialLinks .socialLinks-item .icon--google {
    background: url(../img/ftr-gplus-ic.png) no-repeat center center;
}

.gotrustLogo {
    margin: 25px 0 0 0;
}

.footer-info-col--small .form {
    padding-top: 3px;
}

.footer-info-col--small .form-prefixPostfix .form-input {
    border: none;
    font-size: 13px;
    color: #848484;
    border-radius: 20px;
    height: 40px;
    padding-left: 20px;
}

.footer-info-col--small .form-prefixPostfix .form-input::-webkit-input-placeholder {
    color: #848484;
    opacity: 1;
}

.footer-info-col--small .form-prefixPostfix .form-input::-moz-placeholder {
    color: #848484;
    opacity: 1;
}

.footer-info-col--small .form-prefixPostfix .form-input:-ms-input-placeholder {
    color: #848484;
    opacity: 1;
}

.footer-info-col--small .form-prefixPostfix .form-input:-moz-placeholder {
    color: #848484;
    opacity: 1;
}

.footer-info-col--small .form-prefixPostfix .button {
    width: 100%;
    background: #dcdb45;
    border-radius: 20px;
    margin: 10px 0 0 0;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
}

.footer-copyright>.powered-by {
    color: #848484;
    font-size: 13px;
}

.footer-copyright a {
    color: #848484;
}

.bull {
    color: #c8c8c8;
    margin: 0 10px;
}

.footerBottom {
    background: #fff;
}

.footerBottom .footerbtmLeft {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}

.footerBottom .footerbtmRight {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    text-align: right;
}

.footerBottom .footerbtmRight a {
    top: -10px;
    position: relative;
    display: inline-block;
    margin-top: -55px;
}

/* sidebar */
.container .page-sidebar+.page-content {
    width: 78%;
    padding: 0 0 0 30px;
}

.page-sidebar {
    width: 22%;
    float: left;
    padding: 0px;
}

.page-sidebar h5 {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    border: solid 1px #8ab23f;
}

.sidebarBlock ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    border: solid 1px #e3e3e3;
    border-top: none;
    border-bottom: none;
}

.sidebarBlock ul li {
    float: none;
    border-bottom: #e3e3e3 solid 1px;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

.sidebarBlock ul li a.has-subMenu {
    background: url(../img/right-arrow.png) no-repeat right center;
}

.sidebarBlock ul li a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 20px;
    margin: 0px;
    color: #354c54;
    text-transform: none;
    text-decoration: none;
}

.sidebarBlock ul li a:hover {
    background: #8ab23f;
    color: #fff;
}

.sidebarBlock li ul li {
    padding: 0 !important;
}

.sidebarBlock li ul li a {
    margin: 0 !important;
    border: none !important;
}

.sidebarBlock ul.navPages-list li .navPage-subMenu-list {
    position: absolute;
    left: 100%;
    top: 0px;
    min-width: 200px;
    background: #e3e3e3;
    display: none;
    list-style: none;
    margin: 0px;
    z-index: 9;
}

.sidebarBlock ul.navPages-list li:hover .navPage-subMenu-list {
    display: block;
}

.sidebarBlock ul li.navPage-subMenu-item {
    width: 100%;
    float: none;
    position: relative;
}

.sidebarBlock ul li.navPage-subMenu-item .navPage-childList {
    position: absolute;
    left: 100%;
    top: 0px;
    min-width: 200px;
    background: #e3e3e3;
    display: none;
    list-style: none;
    margin: 0px;
    z-index: 9;
    display: none;
}

.sidebarBlock ul li.navPage-subMenu-item:hover .navPage-childList {
    display: block;
}

.sidebarBlock .navPages-action-moreIcon {
    transform: rotate(-90deg);
    float: right;
}

.sidebarBlock .navPages-action-moreIcon {
    display: none;
}

.actionBar {
    margin: 0;
}

.actionBar-section .form-select {
    height: auto;
}

/*sidebarBlock  End */

.previewCartList li {
    display: block;
    padding: 10px;
}

.previewCartAction-checkout {
    padding-left: 0;
}

.previewCartAction-viewCart {
    padding-right: 0;
}

.previewCartAction .button {
    font-size: 12px;
}

.previewCartItem-content {
    padding: 0 10px;
}

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
    border-radius: 50px;
    height: 40px;
    padding: 5px 20px;
}

.container .page-content,
.container .page-content--full {
    padding: 0;
}

.page {
    clear: both;
    overflow: hidden;
    margin: 0;
}

.productGrid .product {
    text-align: center;
}

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
    width: auto;
}

.account--fixed {
    width: 100%;
}

.account-body {
    margin: 0;
}

.page-content--centered {
    width: 100%;
}

.blog-post-figure {
    width: 100%;
}

article.blog .blog-post-body {
    width: 100%;
}

.blog-thumbnail img {
    height: 290px;
    width: auto;
}

.blog-thumbnail {
    max-width: initial !important;
}

div.alert-box {
    background-color: #c41c22;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px 7px 7px;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box:not(.secondary),
.alert-box:not(.secondary) p,
.alert-box:not(.secondary) div,
.alert-box:not(.secondary) a {
    color: #fff;
}

div.alert-box {
    background-color: #de7634;
}

div.alert-box {
    border: 0 none;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
}

div.alert-box a.close {
    color: #333;
    font-size: 17px;
    opacity: 0.2;
    padding: 4px;
    position: absolute;
    right: 4px;
    top: -1px;
}

div.alert-box a.close {
    opacity: 0.8;
    top: 0;
}

.alert-box p {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}

.alert-box p:last-child {
    margin-bottom: 0;
}

.tab-content {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#tab-description.tab-content {
    max-width: 100%;
    margin: 0 auto;
}

.page-content {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.cate_description {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    /*max-width:650px;*/
    margin: 0 auto;
    clear: both;
}

h3 {
    font-size: 26px;
}

.tabs-contents p {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.page-content p span {
    font-size: inherit !important;
}

.cate_description p span {
    font-size: inherit !important;
}

.blog-post p, .blog-post li {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.blog-post li {
    padding-bottom: 12px;
}

.productGrid .product {
    width: 24.5%;
}

.page-sidebar+.page-content .productGrid .product {
    width: 33%;
}

.page-content.page-content--centered {
    /*max-width:650px;*/
    margin: 0 auto;
}

.navPages-list+.navPages-list {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
}

.tab-content #readmore,
.tab-content #readless {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #8ab23f;
    padding: 7px 10px;
    border-radius: 30px;
    white-space: nowrap;
}

a#readless {
    display: none !important;
}

.onsale_price {
    display: inline-block;
}

.best-saller-badge {
    display: inline-block;
    background: #de7634;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
}

.on-sale-badge {
    display: inline-block;
    background: #8ab23f;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
}

.productGrid .product .card {
    position: relative;
}

.productGrid .product .card .on-sale-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.productGrid .product .best-saller-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.productView-title {
    margin-top: 10px;
}

.productView .custom_image,
.productView .Best.Seller.Tag {
    display: none;
}

.card-text .on-sale-badge {
    display: none
}

.onsale_price .price {
    display: none
}

.productView-price .on-sale-badge {
    display: none
}

@media (min-width: 992px) {
    .navPages {
        text-align: left;
    }

    .navPages-container {
        background: #8ab23f;
    }

    .navPages-container .navPages ul li.navPages-item-page {
        display: none;
    }

    .navPages-container li.navPages-item:first-child .navPages-action {
        background: none;
    }

    .navPages-action {
        color: #fff;
        font-size: 16px;
        letter-spacing: normal;
        font-weight: 700;
        padding: 8px 35px;
        text-transform: uppercase;
        background: url(../img/nav-sep.png) no-repeat left center;
    }

    .navPages-action:hover {
        color: #8ab23f !important;
        background: #fff !important;
        border-radius: 20px;
    }

    .navPages-action:focus {
        color: #fff;
    }

    .navPages ul li.navPages-item {
        float: none;
        display: inline-block;
        padding: 5px 0;
    }

    .navPages-action-moreIcon {
        display: none;
    }

    .navPages {
        max-width: 1320px;
        padding: 0 20px;
    }

    .navPages-item.navPages-item-page {}

    .navPages-list li:hover .navPage-subMenu {
        display: block;
    }

    .navPages-list li .navPage-subMenu.is-open {
        display: none;
    }

    .navPages-list li:hover .navPage-subMenu.is-open {
        display: block;
    }

    .navPage-subMenu {
        background: #196921;
        width: 100%;
        padding: 10px 0 10px 0 !important;
        left: 0px;
    }

    .navPage-subMenu-item {}

    .has-subMenu.is-root+.navPage-subMenu-horizontal {
        width: 250px;
    }

    .navPages-action.is-open {
        background: none;
    }

    .navPage-subMenu-item .navPages-action {
        color: #000;
    }

    .navPage-subMenu-item .navPages-action {
        background: none;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px;
        margin: 0;
        color: #fff;
    }

    .navPage-subMenu-item .navPages-action:hover,
    .navPage-subMenu-item .navPages-action:focus {
        border-radius: 0;
    }

    .navPage-subMenu-item>.navPage-subMenu-action {
        border-bottom: 1px solid #297730;
    }

    .navPage-subMenu-item:first-child>.navPage-subMenu-action {}

    .navPage-subMenu-item:last-child>.navPage-subMenu-action {}

    .navPage-subMenu-list li.navPage-subMenu-item:hover .navPage-subMenu-action {
        background: none;
        color: #8ab23f;
        opacity: 1;
        text-transform: uppercase;
        background: none;
    }

    .navPages-list .navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
        left: 100%;
        top: 0px;
        display: none;
    }

    .navPages-list .navPage-subMenu .navPage-subMenu-item-child:hover .navPage-subMenu {
        display: block;
    }

    .navPages-list .navPage-subMenu .navPage-subMenu-item-child {
        position: relative;
    }

    .navPages-list .navPage-subMenu .navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
        left: 100%;
        top: 0px;
        display: none;
    }

    .navPages-list .navPage-subMenu .navPage-subMenu .navPage-subMenu-item-child:hover .navPage-subMenu {
        display: block;
    }

    .navPage-subMenu-horizontal .navPages-action-moreIcon {
        top: 20px;
        right: 10px;
        position: absolute;
    }

    .navPage-subMenu-horizontal .navPages-action-moreIcon svg {
        fill: #fff;
        stroke: #fff;
    }

    .mobile_nav {
        display: none;
    }
}

@media (max-width: 1360px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .productCarousel {
        padding: 0 25px 0 20px;
    }
}

@media (max-width: 1300px) {
    .navPages-action {
        padding: 8px 25px;
    }

    .tagline .leftSec {
        font-size: 24px;
    }

    .greenvirginPrdct::after {
        right: -170px;
        opacity: 0.5;
    }
}

@media (max-width: 1199px) {
    .navPages-action {
        font-size: 14px;
        padding: 8px 18px;
    }

    .headerCalldtl a {
        margin-left: 5px;
    }

    .dropdown--quickSearch .form-input {
        min-width: 290px;
    }

    .footerTop {
        background-position: left top;
    }

    .footer-info-col--small {
        width: 25%;
    }

    .footer-info-col--small:nth-child(2) {
        width: 50%;
    }

    .footer-info-col--small:last-child {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-info-col--small:last-child .footer-info-heading {
        background-position: center bottom;
    }

    .aboutImg {
        display: none;
    }

    .aboutCntn {
        width: 100%;
    }

    .footer-info .footer-info-col form.form {
        max-width: 400px;
        margin: 0 auto;
    }

    .page {
        margin: 0;
    }

    .account--fixedSmall {
        width: 100%;
    }

    .productGrid .product {
        width: 24.5%;
    }

    .page-sidebar+.page-content .productGrid .product {
        width: 33%;
    }
}

@media (max-width: 991px) {
    body {
        padding: 0;
    }

    .headerLeft {
        width: 100%;
        display: block;
    }

    .headerRight {
        display: block;
        margin-left: 0;
        margin-top: -30px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: auto;
    }

    .header-logo>a {
        padding: 0.78571rem 0;
    }

    .header-logo-image {
        max-height: inherit;
    }

    .navUser-item-cartLabel {
        display: inline-block;
    }

    .quickSearchResults .productGrid .product .card {
        border-bottom: none;
    }

    .dropdown--quickSearch .form-field .button,
    .navPages-quickSearch .form-field .button {
        margin: 0;
    }

    .header.is-open+.body .heroCarousel.slick-initialized {
        opacity: 0;
    }

    .quickSearchResults {
        max-height: inherit;
        overflow-y: auto;
    }

    .navPages {
        text-align: left;
    }

    .mobileMenu-toggle {
        display: inline-block;
        font-size: 0;
        height: 38px;
        left: 0;
        overflow: hidden;
        padding: 0 1.28571rem;
        position: absolute;
        width: 3.92857rem;
        z-index: 50;
        background: #8ab23f;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 19px;
    }

    .navPages-container {
        bottom: 0;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        overflow-y: auto;
        right: 0;
        z-index: 10;
    }

    .navPages-container.is-open {
        display: block;
        padding-top: 120px;
        z-index: 1;
    }

    .navPages-quickSearch {
        display: block;
    }

    .header-logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        display: block;
        margin: 0;
        max-width: unset;
    }

    .navPages {
        background: #e5e5e5;
        padding: 20px;
        position: fixed;
        /* height: calc(100vh - 100px); */
        width: 100%;
        left: 0;
        overflow-y: auto;
    }

    .navPages-container {
        background: none;
    }

    .navPages-list {
        display: block;
    }

    .navPages-item {
        float: none;
        color: #000;
        font-size: 14px;
    }

    .navPages-action {
        display: block;
    }

    .navPages-list--user {
        display: block;
    }

    .header {
        position: relative;
    }

    .header.is-open {
        position: fixed;
        height: 100%;
    }

    .header.is-open .header-logo>a {
        z-index: 0;
    }

    .header-logo>a {
        width: auto;
        display: inline-block;
    }

    .navPages-action {
        padding: 5px 0;
        font-weight: normal;
        text-transform: uppercase;
    }

    .navUser-section {
        display: none;
    }

    .mobileMenu-toggle {
        width: 25px;
        padding: 0;
        left: 20px;
        top: 38px;
        margin-top: 0;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
        width: 20px;
        background: #fff;
    }

    .mobileMenu-toggle {
        background: #8ab23f !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 5px;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background: #fff;
        margin: auto;
        left: 0;
        right: 0;
    }

    .quickSearchResults {
        position: relative;
        max-width: none;
        width: 100%;
    }

    .quickSearchResults ul.productGrid {
        padding: 10px 0 0 0;
    }

    .navPage-subMenu-list .navPage-subMenu-action:hover {
        background: none;
        opacity: 1;
    }

    .navPages ul li,
    .navPages ol li {
        border-bottom: solid 1px #ccc;
        text-align: left;
        position: relative;
    }

    .navPage-subMenu-item>.navPage-subMenu-action {
        border: none;
        margin: 0;
    }

    .navPage-subMenu-item {
        width: 100%;
        padding: 0 !important;
    }

    .navPages-action-moreIcon {
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        border: 1px solid #d6cdc0;
        border-radius: 4px;
        float: left;
        height: 30px;
        margin-top: -4px;
        transform: rotate(90deg);
        width: 30px;
        padding: 10px 0 0 0;
        top: 10px;
        right: 0;
        text-align: center;
    }

    .navPage-subMenu {
        position: relative;
        padding: 5px 15px !important;
    }

    .navPage-subMenu-horizontal.is-open {
        border-left: 0 none;
        height: auto;
        left: inherit;
        margin: auto;
        top: inherit;
        width: 100%;
    }

    nav.navPages .navPage-subMenu-list .navPages-action {
        text-transform: none;
    }

    nav.navPages .navPage-subMenu-list .navPage-childList {
        padding: 0 0 0 15px;
    }

    .navUser {
        display: none;
    }

    .navPages-list--user .navPages-action {
        display: inline-block;
    }

    .navPages-list+.navPages-list {
        margin: 0;
        padding: 0;
    }

    .navPages ul li:last-child,
    .navPages ol li:last-child {
        /* border-bottom: none; */
    }

    .headerRight .shopperLink,
    .headerRight .headerCalldtl,
    .headerRight .dropdown--quickSearch {
        display: none;
    }

    .header.is-open .shippingTxt {
        display: none;
    }

    .greenvirginPrdctImg {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .greenvirginPrdctCntn {
        width: 100%;
        padding-left: 0;
    }

    .greenvirginPrdctImg::after {
        content: none;
    }

    .greenvirginPrdct::after {
        bottom: 20px;
    }

    .productCarousel {
        padding: 0 20px 0 20px;
    }

    .navUser-item--cart .dropdown-menu {
        left: inherit !important;
        max-width: inherit !important;
        right: 0 !important;
        width: 240px !important;
    }

    .previewCartAction-checkout,
    .previewCartAction-viewCart {
        float: none;
        padding: 5px 0 !important;
        width: 100%;
    }

    .productGrid .product {
        width: 33%;
    }

    .page-sidebar+.page-content .productGrid .product {
        width: 49.5%;
    }

    .dextop_nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .tagline .leftSec,
    .tagline .rightSec {
        width: 49.7%;
    }

    .tagline .leftSec {
        font-size: 18px;
    }

    .page-sidebar {
        width: 25%;
    }

    .container .page-sidebar+.page-content {
        width: 75%;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .container .page-sidebar+.page-content .productGrid .product {
        width: 49.5%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .category-suggestion {
        width: 50%;
    }

    .productGrid .product {
        width: 49.5%;
    }
}

@media (max-width: 767px) {
    .footer-info-col--small {
        width: 33.333%;
    }

    .footer-info-col--small:nth-child(2) {
        width: 66.667%;
    }

    .footer-info-col--small:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    .footer-info-col--small:nth-child(3) .footer-info-heading {
        background-position: center bottom;
    }

    .footerTagline {
        font-size: 28px;
    }

    .greenvirginPrdct::after {
        content: none;
    }

    .greenvirginPrdct {
        padding-top: 40px;
    }

    .tagline .leftSec {
        margin-bottom: 25px;
    }

    .tagline .leftSec,
    .tagline .rightSec {
        width: 100%;
        text-align: center;
    }

    .HeaderStickyBanner .container {
        padding: 0 15px;
    }
}

@media (max-width: 800px) {

    .header,
    .header-logo {
        height: auto;
    }

    .heroCarousel-slide .heroCarousel-image {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

}

@media (min-width: 767px) {

    article.blog {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .shippingTxt p {
        font-size: 15px;
        padding: 11px 50px;
    }

    .page-sidebar {
        width: 100%;
    }

    .container .page-sidebar+.page-content {
        padding: 20px 0 0;
        width: 100%;
    }

    .cateSec .cateDtl {
        font-size: 14px;
    }

    .header {
        position: relative;
        height: auto;
    }

    body.sticky .middleheaderCont {
        position: relative;
    }

    body.sticky .navPages-container {
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
    }

    body.sticky .HeaderStickyBanner {
        position: relative;
        top: 0px;
        z-index: -1;
    }

    body.sticky .body {
        margin-top: 0px;
    }

    .navPages-container.is-open {
        display: block;
    }

    .HeaderStickyBanner {
        padding: 10px 0;
    }

    body.sticky .middleheaderCont .header-logo-image {
        max-height: inherit;
    }

    .navPages-container.is-open {
        padding-top: 120px;
    }
}

@media (max-width: 640px) {
    .footer-info-col--small:last-child {
        margin-bottom: 0;
    }

    .footerBottom {
        padding-bottom: 10px;
    }

    .footerBottom .footerbtmRight a {
        top: 0;
        margin-top: 0;
    }

    .footerBottom .footerbtmRight a img {
        max-width: 100px;
    }

    .footerBottom .footerbtmLeft,
    .footerBottom .footerbtmRight {
        width: 100%;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
        padding: 10px 0;
    }

    .greenvirginPrdct::before {
        left: -55px;
        top: -90px;
    }

    .tagline .leftSec {
        font-size: 20px;
    }

    .tagline .leftSec br {
        display: none;
    }

    .table-actions .button {
        font-size: 12px;
        padding: 8px 20px;
        margin: 5px 0;
        line-height: normal;
    }
}

@media (max-width: 700px) {
    .HeaderStickyBanner i {
        display: block;
        margin: 0 auto 4px auto;
    }
}

@media (max-width: 550px) {

    .footer-info-col--small,
    .footer-info-col--small:nth-child(2) {
        width: 100%;
    }

    .footer-info-col--small .footer-info-heading {
        background-position: center bottom;
    }

    .footer-info-col--small:nth-child(2) ul.footer-info-list {
        width: 100%;
        padding-right: 0;
    }

    .greenvirginPrdctCntn h2,
    .aboutBottom h4 {
        font-size: 22px;
    }

    .greenvirginPrdctCntn h3 br {
        display: none;
    }

    .footerTagline {
        font-size: 22px;
    }

    .productSlider .page-heading {
        font-size: 22px;
    }

    .cateSec ul {
        margin: 0;
    }

    .cateSec ul li {
        margin: 0;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .productView-description iframe {
        width: 100% !important;
    }

    .cart-additionalCheckoutButtons .FloatRight p {
        text-align: center;
    }

    .cart-additionalCheckoutButtons .FloatRight div {
        float: none;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .contactBtn {
        padding: 12px 25px;
    }

    .productSlider .page-heading {
        background: none;
        padding: 0;
    }
}

@media (max-width: 479px) {
    .header-logo-image {
        max-height: 50px;
    }

    .navPages-container.is-open {
        padding-top: 90px;
    }

    .navPages-quickSearch .form-fieldset .form-input {
        min-width: 290px;
    }

    .cart-quantity {
        height: 20px;
        line-height: 17px;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        z-index: 9;
    }

    .mobileMenu-toggle {
        top: 25px;
    }

    .shippingTxt {
        position: static !important;
    }

    .shippingTxt p {
        border-radius: 0;
        font-size: 13px;
        padding: 10px 20px;
        display: block;
    }

    .tagline .leftSec {
        font-size: 15px;
    }

    .cateSec .cateDtl {
        padding: 0 30px;
        top: 30%;
    }

    .greenvirginPrdctCntn h2,
    .aboutBottom h4 {
        font-size: 16px;
    }

    .aboutBottom h3 {
        font-size: 18px;
    }

    .aboutBottom h3 br {
        display: none;
    }

    .aboutBottom {
        font-size: 14px;
    }

    .greenvirginPrdctCntn h3 {
        font-size: 16px;
    }

    .greenvirginPrdctCntn {
        font-size: 14px;
    }

    .footerTagline {
        font-size: 20px;
    }

    .page-sidebar+.page-content .productGrid .product {
        width: 100%;
    }

    .productView-options .form {
        display: block;
    }

    .coupon-form .form-input,
    .cart-gift-certificate-form .form-input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .coupon-form .button,
    .cart-gift-certificate-form .button {
        width: 100%;
        margin: 0;
    }

    .body .page-content,
    .body .page-content--full {
        padding: 0;
    }

    .cart-total-label {
        width: auto;
    }

    .estimator-form .button--primary {
        width: 100%;
    }

    .category-suggestion {
        width: 100%;
    }

    .productGrid .product {
        width: 100%;
    }

    .form.forgot-password-form .form-prefixPostfix .form-input {
        margin-bottom: 10px;
    }

    .g-recaptcha {
        overflow-y: auto;
    }
}

.modal .productView {
    display: block;
}

.navUser-item--cart .dropdown-menu.is-open {
    z-index: 99;
}

#backtoTop {
    z-index: 9;
}

.header-logo-image-container {
    min-height: inherit;
}



.our-product-section {
    background: #fff;
    padding: 45px 0 50px;
}

.our-product-section .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.our-product-section .product-img {
    width: 50%;
    padding-right: 10px;
}

.our-product-section .product-des {
    width: 50%;
    padding-left: 60px;
}

.our-product-section .product-des h2 {
    margin: 0;
    padding: 0;
    color: #9C7D23;
    font-size: 27px;
    font-weight: bold;
}

.our-product-section .product-des h3 {
    font-size: 17px;
    font-weight: normal;
    color: #9C7D23;
    margin: 10px 0 16px;
}

.our-product-section .product-des p {
    font-size: 17px;
    color: #000000;
    font-weight: normal;
}


.contact-us-support-sec {
    padding: 1px 0;
    background: #fff;
}

.contact-us-support-sec .contact-us-support-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #EAEBE5;
    padding: 45px 75px 45px 48px;
}

.contact-us-support-sec .contact-us-support-inner .contact-des {
    width: calc(100% - 330px);
    position: relative;
}

.contact-us-support-sec .contact-us-support-inner .contact-des:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(100% - 500px);
    height: 1px;
    background: #9c7d23;
    content: "";
}

.contact-us-support-sec .contact-us-support-inner .contact-form {
    max-width: 270px;
}

.contact-us-support-sec .contact-us-support-inner .contact-des h3 {
    color: #9C7D23;
    line-height: normal;
    font-size: 23px;
    margin: 0 !important;
    max-width: 520px;
    font-weight: normal;
}

.contact-us-support-sec .contact-us-support-inner .contact-form h4 {
    color: #9C7D23;
    line-height: normal;
    font-size: 12px;
    margin: 0 !important;
    font-weight: normal;
}

.contact-us-support-sec .contact-us-support-inner .contact-form .moreBtn {
    background: #9c7d23;
    margin: 10px 0 0;
}



.about-us-sec {
    background: #fff;
    padding: 45px 0 50px;
}

.about-us-sec .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.about-us-sec .about-img {
    width: 50%;
}

.about-us-sec .about-des {
    width: 50%;
    padding-right: 60px;
}

.about-us-sec .about-des h2 {
    margin: 0;
    padding: 0;
    color: #9C7D23;
    font-size: 27px;
    font-weight: bold;
}

.about-us-sec .about-des h3 {
    font-size: 17px;
    font-weight: normal;
    color: #9C7D23;
    margin: 10px 0 16px;
}

.about-us-sec .about-des p {
    font-size: 17px;
    color: #000000;
    font-weight: normal;
}

.cateSec.home-product-cat ul li .cateBox h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px 15px;
    background: url(https://cdn11.bigcommerce.com/s-abgl7q6jm5/product_images/uploaded_images/product-car-top.png) no-repeat center bottom;
    background-size: cover;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    min-height: 81px;
    margin: 0;
}


.our-product-section .product-des a.moreBtn {
    margin-top: 6px;
    padding: 9.5px 35px 9px;
}

.about-us-sec .about-des a.moreBtn {
    margin: 6px 0 0 !important;
}

.contact-us-support-sec .contact-us-support-inner .contact-form .moreBtn {
    padding: 10px 35px 9px;
}

.contact-us-support-sec .contact-us-support-inner .contact-form .moreBtn:hover {
    color: #fff;
}


@media (max-width: 1199px) {
    .our-product-section .product-des {
        padding-left: 25px;
    }

    .contact-us-support-sec .contact-us-support-inner {
        padding: 35px 20px 35px 20px;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-des:after {
        display: none;
    }

    .about-us-sec .about-des {
        padding-right: 25px;
    }
}

@media (max-width: 991px) {

    .cateSec.home-product-cat ul li {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .cateSec.home-product-cat ul li {
        width: 50% !important;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-des {
        width: 100%;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-des h3 {
        max-width: 100%;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-form {
        max-width: 100%;
        padding-top: 25px;
        width: 100%;
    }

    .contact-us-support-sec .contact-us-support-inner {
        padding: 30px 15px;
        text-align: center;
    }

    .about-us-sec .about-des {
        padding-right: 0;
        width: 100%;
    }

    .about-us-sec .about-img {
        width: 100%;
        padding-top: 20px;
    }

    .our-product-section .product-img {
        width: 100%;
        padding-right: 0;
    }

    .our-product-section .product-des {
        padding-left: 0;
        width: 100%;
        padding-top: 25px;
    }

    .about-us-sec .about-des h2,
    .our-product-section .product-des h2 {
        font-size: 22px;
    }

    .our-product-section .product-des h3,
    .about-us-sec .about-des h3 {
        font-size: 16px;
    }

    .about-us-sec .about-des p,
    .our-product-section .product-des p {
        font-size: 15px;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-des h3 {
        font-size: 20px;
    }

    .our-product-section .product-des a.moreBtn,
    .about-us-sec .about-des a.moreBtn {
        margin-top: 0;
    }

    .cateSec.home-product-cat ul li .cateBox img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cateSec.home-product-cat ul li {
        width: 100% !important;
    }

    .contact-us-support-sec .contact-us-support-inner .contact-form .moreBtn {
        padding: 10px 25px 9px;
    }
}

/* 2022 */
.headerCalldtl a:hover {
    text-decoration: underline;
}

.pre-header-list {
    background: #ebf7d5;
    color: #005909;
    font-weight: bold;
    text-align: center;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.pre-header-messages {
    animation: slideUP 12s cubic-bezier(0.87, 0, 0.58, 1) infinite;
}

.pre-header-messages p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

@keyframes slideUP {
    0% { transform:translateY(30px);  }
    8% { transform:translateY(0);  }
    32% { transform:translateY(0);  }
    40% { transform:translateY(-30px);  }
    66% { transform:translateY(-30px);  }
    74% { transform:translateY(-60px);  }
    92% { transform:translateY(-60px);  }
    100% { transform:translateY(-90px);  }
  }

.pre-header-list p {
    margin: 0;
}

.pages-home .HeaderStickyBanner {
    display: none;
}

.body-top h1 {
    text-align: center;
    color: #9C7D23;
    margin: 20px 0;
    font-size: 36px;
    line-height: 1em;
    
}

.mobile-product-details .usps ul {
    align-items: flex-start;
}

.usps ul {
    display: flex;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    gap: 24px;
    justify-content: center;
    max-width: 600px;
    align-items: center;
}

.usps ul li {
    flex-basis: 100%;
    text-align: center;
}

.usps span {
    display: block;
    color: #505050;
}

.new-container {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 1320px;
}

.home-top-categories {
    margin: 16px 0 0;
}

.home-top-categories .categories {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.home-top-categories a {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.home-top-categories .image-wrapper {
    overflow: hidden;
    position: relative;
}

.home-top-categories .image-wrapper::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  

.home-top-categories img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .4s;
}

.home-top-categories a:hover img {
    transform: scale(1.1);
}

.productSlider .page-heading,
.reviews-carousel .page-heading {
    background: none;
    display: block;
    background: #8ab23f;
    color: white;
    margin-top: 20px;
    padding: 8px 0;
}

.pages-home .main.full {
    background: white;
}

.prdctBtn .button:not(.quickview):hover {
    background: #a6bb34;
}

.prdctBtn .button.quickview:hover {
    transform: scale(1.1);
}

.mobile-navigation-products {
    display: none;
    margin: 16px 0 24px;
}

.mobile-navigation-products .title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #749b2a;
    color: white;
    padding: 5px 0;
    border-radius: 5px;
}

.mobile-navigation-products .products-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mobile-navigation-products a {
    font-size: 16px;
    width: 48%;
    color: white;
}

.mobile-navigation-products .image-wrapper {
    padding-bottom: 100%;
    width: 100%;
    background-position: center center;
    background-size: 100% auto;
    transition: all .5s;
}

.mobile-navigation-products a:hover .image-wrapper {
    background-size: 110% auto;
}

.mobile-navigation-products p { 
    text-align: center;
    margin: 0;
}

.mobile-product-title {
    font-size: 20px;
    margin: 0 20px 10px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: none;
    color: #444;
}

.big-product-images {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.product-images {
    float: left;
    width: 50%;
}

.product-images .slick-arrow:focus {
    outline: none !important;
}

.product-images .slick-disabled:before {
    opacity: .5;
}

.product-images .slick-prev {
    left: 0;
}

.product-images .slick-next {
    right: 0;
}

.product-images .slick-slide:focus {
    outline: 0 !important;
}

.product-images .hidden {
    display: none;;
}

.small-product-images {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

.small-product-images .images-carousel {
    display: flex;
    justify-content: space-between;
}

.small-product-images .product-image {
    padding: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.small-product-images .product-image img {
    transition: all .5s;
}

.small-product-images .product-image:hover img {
    transform: scale(1.1);
}

.mobile-reviews-approved {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    align-items: center;
}

.mobile-reviews-approved .product-reviews {
    width: 48%;
    text-align: center;
}

.mobile-reviews-approved .shopper-approved {
    width: 48%;
    text-align: center;
}

.mobile-reviews-approved .ind_cnt {
    display: flex !important;
    margin: 0;
    top: 0;
    line-height: 1;
    justify-content: center;
    width: 100% !important;
}

.mobile-product-details {
    display: none;
    margin: 20px 0 0;
}

.mobile-product-details .form-action input,
.productView-options .form-action .button {
    /* background: black; */
    border-radius: 5px;
    color: white;
}

.mobile-product-details .form-action input:hover,
.productView-options .form-action .button:hover {
    background-color: #8ab23f; 
    color: white; 
}

.tabs {
    border-bottom: 1px solid #8ab23f;
}

.tabs .tab .tab-title {
    outline: none !important;
}

.tab-title {
    padding: 0.78571rem 1.5rem;
}

.tab {
    float: left;
    border-top-color: white;
    margin-bottom: -2px !important;
}

.tab.is-active {
    border: none;
    border-bottom: 1px solid white;
}

.tab.is-active .tab-title {
    border-color: #8ab23f;
    background: #8ab23f;
    font-weight: normal;
    color: white
}

.productView-options {
    margin-bottom: 0;
}

p.product-headline {
    text-align: center;
    margin: 16px 0;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #444;
}

.reviews-carousel .page-heading {
    margin: 40px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.reviews-carousel .shopperapproved_widget {
    overflow: hidden;
}

.sa_review * {
    width: auto !important;
}


.categories-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: -20px;
    padding-left: 20px;
    width: calc(100% + 40px);
    padding-right: 20px;
}

.categories-nav ul.has-scroll {
    justify-content: flex-start;
}

.categories-nav ul li {
    text-align: center;
    padding: 0 10px;
    margin: 0 0 20px;
}

.categories-nav ul li:first-child {
    padding-left: 0;
}

.categories-nav ul li:nth-child(3) {
    padding-right: 0;
}

.categories-nav ul li:nth-child(n+4) {
    display: none;
}

.categories-nav ul li a {
    background: #8ab23f;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
}

.categories-nav ul li a:hover {
    background: #a6bb34;
}

.pages-category h1.page-heading {
    margin: 0 0 20px;
}

.card-v2 {
    padding-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-slide .card-v2 {
    height: auto;
}

.card-v2 .onsale_price {
    display: none;
}

.card-v2 .price-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productGrid .product .card-v2 .on-sale-badge {
    background: #505050;
    font-size: 14px;
    border-radius: 0;
    top: -1px;
    right: -1px;
}

.productGrid .product .card-v2 .best-saller-badge {
    top: -1px;
    left: -1px;
    border-radius: 0;
}



.card-top-image-container {
    position: relative;
    padding-bottom: 100%
}

.card-top-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-top-title {
    margin: 0 0 10px;
    color: #444;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.card-stock-reviews {
    display: flex;
    align-items: center;
}

.card-stock-reviews .star_container {
    width: 50%;
    text-align: left;
    height: auto;
}

.card-stock-reviews .star_container:empty + .stock-message {
    margin-bottom: -37px;
}

.card-stock-reviews .group-stars {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.card-stock-reviews .group-stars span:first-child {
    margin-left: 0;
}

.card-stock-reviews .group-stars .ind_cnt {
    width: 100%;
    text-align: left;
    top: 0;
    color: #de7634;
    font-weight: 400;
    font-size: 14px !important;
}

.card-stock-reviews .stock-message {
    margin: 0;
    width: 50%;
    text-align: right;
    font-weight: 400;
    padding: 10px 0;
}

.card-price-add-to-cart {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-bottom: 8px;
}

.card-price-add-to-cart .card-reviews-price {
    width: 100%;
    text-align: left;
}

.card-price-add-to-cart .price {
    font-weight: bold;
    font-size: 24px;
    width: 100%;
}

.card-price-add-to-cart .price--rrp {
    font-size: 18px;
    width: 50%;
}



.card-action-button {
    margin: auto 0 0;
}

.card-action-button .card-button {
    display: block;
    width: 100%;
    line-height: 32px;
    background-color: #8ab23f;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


.cate_description #readmore,
.cate_description #readless {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #8ab23f;
    padding: 7px 10px;
    border-radius: 30px;
    white-space: nowrap;
}

.productView-description > .tabs {
    margin-top: 20px;
}


.footer-info-col--small,
.footer-info-col--small:nth-child(2) {
    width: 33%;
}

.footer-info-col--small:last-child {
    text-align: left;
}

.footer-info-col--small:last-child .footer-info-heading {
    background-position: bottom left;
}

.springbot-form-input,
.springbot-button {
    border-radius: 5px !important;
}

.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
}

.productGrid:before, .productGrid:after {
    display: none;
}

.productGrid .product {
    padding: 0;
    grid-column: span 1;
    width: auto;
}

.footerSocial .shopper-approved {
    margin-top: 20px;
    display: none;
}

body.pages-category .footerSocial .shopper-approved {
    display: block;
}

@media (max-width: 991px) {
    .new-container {
        padding: 0 16px;
    }
    .header-logo-image {
        max-height: 50px;
    }
    .header-logo>a {
        padding: 0;
    }
    .mobileMenu-toggle {
        top: 45px;
    }

    .body-top h1 {
        font-size: 24px;
        margin: 10px 0;
    }

    .body-top .usps ul {
        gap: 16px
    }

    .home-top-categories a {
        font-size: 16px;
    }

    .mobile-navigation-products {
        /* display: block; */
    }

    nav.navPages .navPage-subMenu-list .navPages-action {
        text-transform: uppercase;
    }

    .navPages-list .navPages-action,
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        line-height: 20px;
        padding: 15px 0;
    }

    .navPages-list:not(.navPages-list-depth-max) .navPages-action {
        padding-left: 20px;
    }

    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        margin: 0;
        top: 20px;
        right: 20px;
        color: white;
    }

    .navPage-subMenu {
        padding: 0 !important;
    }

    .navPages .navPage-subMenu-list {
        padding: 0;;
    }

    
    .navPages .navPage-subMenu-list {
        margin-top: 0;
        padding-top: 0;
    }

    ul.navPages-list.dextop_nav {
        display: none;
    }

    .navPages-quickSearch {
        border: 0;
    }

    .quickSearchResults:empty {
        margin: 0;
    }

    .navPages-quickSearch .form-field .button {
        background: #749b2a;
        font-size: 15px;
        color: white;
        border-radius: 5px;
    }

    .navPages-quickSearch .form-fieldset .form-input {
        border-radius: 5px;
        border-width: 1px;
        border-color: #ccc;
    }

    .navPages-quickSearch .form-fieldset .form-input:focus {
        outline: none !important;
    }

    .navPages-quickSearch .form-field {
        padding-right: 20px;
    }

    .navPages {
        background: #4E4E4E;
    }

    .navPages-list.mobile_nav {
        margin-left: -20px;
        margin-right: -20px;
    }

    .navPages-action {
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        font-weight: 700;
    }

    .navPages-action:hover, .navPages-action.activePage {
        color: white;
    }

    .navPages-action:focus {
        outline: none !important;
    }

    .navPages .navPage-subMenu-list {
        margin: -5px 0 0 0;
    }

    .navPages-action.has-subMenu.is-open {
        color: #a2d248;
    }

    .navPages-action svg,
    .navPages-action:hover svg
    .navPages-action.activePage svg {
        fill: white !important;
        stroke: white !important;
    }

    .navPage-subMenu.is-open {
        background-color: #767676;
    }

    .navPages ul li,
    .navPages ol li {
        border-color: #707070;
    }

    .productGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    body.sticky .body {
        margin-top: 70px !important;
    }
}


/* product page mobile */
@media (max-width: 800px) {

    .mobile-product-title,
    .mobile-product-details {
        display: block;
    }

    .desktop-product-details {
        display: none;
    }

    .product-images {
        width: 100%;
    }

    .productView-img-container:after {
        padding-bottom: 105%;
    }

    .pages-product .breadcrumbs {
        margin-bottom: 0;
    }

    .button-price-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button-price-box form {
        width: calc(100% - 120px - 10px);
        margin: 0;
    }

    .button-price-box .price-container {
        width: 120px;
    }

    .button-price-box .form-field--increments {
        display: none;
    }

    .button-price-box .button--primary {
        width: 100%;
    }

    .button-price-box .price-section {
        line-height: 1;
    }

    .button-price-box .price-container,
    .button-price-box .price-container p {
        text-align: right;
    }
    
    .button-price-box .price-container p {
        margin: 0;
        font-weight: bold;
    }

    .button-price-box .price-container .price {
        font-size: 30px;
        font-weight: bold;
    }

    .button-price-box.no-button .form {
        display: none;
    }

    .button-price-box.no-button .price-container {
        width: 100%;
    }

    .button-price-box.button-below {
        flex-wrap: wrap;
    }

    .button-price-box.button-below .form,
    .button-price-box.button-below .price-container {
        width: 100%;
    }

    .button-price-box.button-below .price-container {
        order: 1;
    }

    .button-price-box.button-below .form {
        order: 2;
        margin-top: 20px;
    }

    .button-price-box.button-below .in-stock,
    .button-price-box.button-below .on-sale-badge {
        display: none;
    }

    .button-price-box.button-below .price-container {
        text-align: center;
    }

    .button-price-box.button-below .price--rrp {
        font-size: 24px;
        font-weight: normal;
    }

    .button-price-box.button-below .price-container .price-section--saving .price {
        font-size: 18px;
    }

    .mobile-product-details .usps {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .sticky .navPages-container.is-open {
        padding-top: 0px;
    }

    .navPages-container.is-open {
        padding-top: 100px;
    }

    .home-top-categories .categories {
        flex-wrap: wrap;
        gap: 24px 16px;
    }

    .home-top-categories .categories a {
    width: calc((100% - 16px) / 2);
    font-size: 18px;
    background: #8bb23f;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
    border-radius: 10px;
    }

    .body-top .usps span {
        line-height: 1;
        margin-top: 5px;
    }

    .pages-product .body > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs {
        display: flex;
    }

    .tabs li {
        float: none;
        flex: 1 1 0px;
    }

    .tabs .tab .tab-title {
        padding: 10px 0;
        text-align: center;
    }

    .card-action-button .card-button {
        line-height: 42px;
    }

    .footer-info-col--small,
    .footer-info-col--small:nth-child(2),
    .footer-info-col--small:nth-child(3),
    .footer-info-col--small:last-child {
        width: 50%;
        text-align: left;
    }

    .footer-info-col--small .footer-info-heading,
    .footer-info-col--small:nth-child(3) .footer-info-heading {
        background-position: bottom left;
    }

    .productGrid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 540px) {

    .tabs .tab .tab-title {
        font-size: 13px;
    }

    .footer-info-col--small,
    .footer-info-col--small:nth-child(2),
    .footer-info-col--small:nth-child(3),
    .footer-info-col--small:last-child {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 479px) {

    .productGrid {
        grid-template-columns: 1fr;
    }
}


body.sticky .mobileMenu-toggle {
    position: fixed;
    top: 10px;
}

#product_just_stars span {
    cursor: pointer;
}

.pages-product .sa_jump_to_reviews {
    pointer-events: none;
}

.mobile-product-details {
    padding-bottom: 0;
}


#readmore {
    display: inline-block;
}

.cart-item-name {
    font-size: 18px;
    font-weight: 500;
}

a.cart-item-name__label {
    color: #8ab23f;
}

.cart-item-brand {
    display: none;
}

@media (max-width: 991px) {
.home-top-categories a {

}
}
@media (min-width: 768px) {
.width-50 {
    width: 49%;
    margin: 5px 10px 5px 0px;
    display: inline-block;
    vertical-align: text-top;
}
}

.blog-post h3 {
    font-size: 20px;
}

.blog-post h2 {
    font-size: 26px;
}

.blog-post blockquote {
    border-left: 4px solid #8ab23f;
}

.blog-post blockquote p {
    margin-left: 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 34px;
}

.blog-post p a {
border-bottom: 3px solid #8ab23f;
color: inherit;
}

.flex-container {
    display: block;
    max-width: 100%;
}

.flex-col {
    margin: 10px 0;
}

.flex-col-50 {
    margin: 10px 5px;
    max-width: 45%;
    display: inline-block;
}

.flex-col-50 a h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.flex-container {
    display: flex !important;
}


.flex-col {
    flex: 1;
    margin: 10px;
}
}

.flex-title {
    text-align: center;
    margin: 5px 0 25px 0;
}

.flex-col-auto {
    flex: auto;
}

.flex-col-auto img {
    display: block;
    margin: 0 auto;
}