.btn {
    transition-duration: 0.2s;
    text-decoration: none;
}

.btn:hover {
    transition-duration: 0.2s;
    text-decoration: none;
}

.hero-banner-section {
    min-height: 649px;
    background-size: cover !important;
    background-position: top center !important;
    display: flex;
    align-items: center;
}

.hero-banner-content h1 {
    color: #fff;
    font-size: 56px;
    font-style: italic;
    margin: 0 0 20px;
}

.hero-banner-content p {
    font-size: 32px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    max-width: 380px;
    font-style: italic;
    margin: 0 0 40px;
}

.hero-banner-content .btn {
    background: #04a64b;
    color: #fff;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.hero-banner-content .btn:hover {
    text-decoration: none;
    background: #ffd200;
    color: #000;
}

/* Icon text list */
.icon-text-list-section {
    background: #f8f8f7;
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-text-list-section .col-lg-2 {
    padding: 0;
}

.icon-text-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.icon-text-item .icon-image {
    width: 100%;
}

.icon-text-item h3 {
    font-size: 16px;
    font-family: 'Source Sans Pro' !important;
    font-weight: 400;
    font-style: initial;
    text-transform: none;
    margin: 20px 0 0;
}

/* Product List Slider */
.product-slider-list-section {
    padding: 20px 0 20px;
}

.product_item {
    position: relative;
    width: 100%;
}

.product_item .product_details h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 0;
}

.product_item .product_details h3 a {
    color: #000;
}

.product_item .product_details h3 a:hover {
    color: #04a64b;
    text-decoration: none;
}

.product_item .product_details .wc-product-category {
    font-size: 16px;
    display: block;
}

.product_item .product_details .wc-price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.product_featured_image {
    background: #f6f6f6;
}

.product_featured_image img {
    filter: contrast(0.93);
}

.product_item .product_details .wc-price small {
    font-size: 15px;
    font-weight: 400;
}

.product_item .product_details span.wc-price ins {
    color: #04a64b;
    text-decoration: none;
    font-family: 'Exo';
    font-weight: bold;
}

.product_item .product_details span.wc-price small {
    order: 3;
    margin-left: 0px;
    width: 100%;
}

.product_item .product_details span.wc-price del {
    order: 2;
    font-family: 'Exo';
    font-weight: 400;
    font-size: 15px;
}

.product_item .product_details span.wc-price ins {
    order: 1;
    margin-right: 10px;
}

.product-slider a.button.slick-next.slick-arrow {
    top: -40px;
    background: url('../images/icon-arrow-right.png') !important;
    height: 20px !important;
    width: 11px !important;
    right: 20px;
}

.product-slider a.button.slick-prev.slick-arrow {
    top: -40px;
    left: auto;
    right: 60px;
    background: url('../images/icon-arrow-left.png') !important;
    height: 20px !important;
    width: 11px !important;
}

/* featured Categories */
.feature-categories-section {
    padding-bottom: 40px;
}

.feature-category-heading {
    text-align: center;
}

.feature-category-heading h2 {
    margin: 60px 0 50px;
}

.feature-categories-section .category-item {
    background: #f7f7f7;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
}

.feature-categories-section .category-item:after {
    content: url('../images/icon-arrow-right-small.png');
    position: absolute;
    right: 15px;
}

.feature-categories-section .category-item .category-image {
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.feature-categories-section .category-item .category-title {
    position: absolute;
    left: 117px;
}

/* subscribe form */
.subscribe-form-section {
    background-size: cover !important;
    background-position: top center !important;
    min-height: 664px;
    display: flex;
    align-items: center;
    width: 100%;
}

.subscribe-form-section .row {
    justify-content: flex-end;
}

.subscribe-form-holder .gform_description {
    font-size: 20px;
    margin: 0 0 30px;
    display: block;
}

.subscribe-form-holder {
    color: #fff;
}

.subscribe-form-holder .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}

.subscribe-form-holder .gfield_checkbox .gchoice {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

.subscribe-form-holder .gfield_checkbox .gchoice input {
    width: 30px;
    position: relative;
    top: 0px !important;
    height: 20px;
}

.subscribe-form-holder .gchoice.gchoice_4_3_2 {
    width: 60% !important;
}

.subscribe-form-holder input[type=text] {
    width: 100%;
    height: 50px;
    font-size: 17px !important;
}

.subscribe-form-holder input[type=submit] {
    max-width: 150px;
    border-radius: 5px;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center;
    padding: 12px;
    max-height: 50px !important;
}

body.search-results .mokki {
    display: none;
}

/* Text Image Content */
.text-image-section {
    width: 100%;
    min-height: 630px;
    background: #fff;
    display: flex;
    align-items: center;
}

.text-image-section .row {
    align-items: center;
}

.text-image-section .text-image-content p {
    font-size: 20px;
}

.text-image-section .text-image-content .btn {
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
}

.text-image-section .text-image-content .btn:hover {
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
}

.text-image-section .text-image-photo img {
    /*width: 973px !important;*/
    height: auto;
    /*max-width: 973px;*/
}

/* logo list */

.logo-lists-section {
    padding: 30px 0 10px;
}

.logo-lists-section .logo-heading {
    text-align: center;
    margin: 0 0 30px;
}

.logo-lists-section .logo-item {
    width: 100%;
    background: #f8f8f7;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.logo-lists-section .btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin: 30px auto 0 auto;
    border: 1px solid #cccccc;
    background: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    display: flex;
    max-width: 260px;
    text-align: center;
    justify-content: center;
    margin-top: 25px;
}

.logo-lists-section .btn:hover {
    background: #04a64b;
    color: #fff;
    border: 1px solid #04a64b;
}

/* card section  */
.card-sections {
    padding: 0px 0 0;
}

.card-sections .card-item {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: top center;
    border-radius: 5px;
    padding: 40px;
    margin-top: 30px;
}

.card-sections .card-item.with-btn {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}

.card-sections .card-item .card-content {
    width: 100%;
    min-height: 220px;
}

.card-sections .card-item h2 {
    margin: 0;
    color: #fff;
    max-width: 280px;
    margin-bottom: 20px;
}

.card-sections .card-item p {
    color: #fff;
    font-size: 20px;
    max-width: 320px;
}

.card-sections .card-item p span {
    font-size: 24px;
    font-family: 'Exo';
    font-style: italic;
    padding-top: 25px;
    display: block;
}

.card-sections .card-item .card-btn .btn {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 13px 20px;
    min-width: 190px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.card-sections .card-item .card-btn .btn:hover {
    /*background: #04a64b;
    border: 2px solid #04a64b;*/
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.card-item.dark-text h2 {
    color: #000;
}

.card-item.dark-text p {
    color: #000;
}

.card-item.dark-text .card-btn .btn {
    /*border-color: #000;
    color: #000;*/
    border-color: #04a64b;
    color: #fff;
    background-color: #04a64b;
}

.card-item-2 p {
    max-width: 420px !important;
}

/* On Sale */
span.onsale-badge {
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 1;
    top: 0;
}

span.onsale-int {
    background: #04a64b;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: bold;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

span.onsale-txt {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #fff;
    padding: 3px;
    color: #000000;
}

span.onsale-cat {
    background: #04a64b;
    width: 100%;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 2px;
}

/* global mobile header */
.global-header-mobile {
    background: #04a64b;
    width: 100%;
}

.global-header-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header-top-bar-mobile-only .header-cart {
    padding-left: 0;
    border: 0;
}

button#nav-toggle {
    font-size: 25px;
    padding: 0;
    background: transparent;
    padding-left: 30px;
    color: #fff;
}

.header-search-bar.header-search-bar-mobile {
    display: none;
    padding: 0 20px;
}

.subscribe-form-holder img {
    width: 100%;
    display: none;
}

div#validation_message_4_1 {
    background: red;
}

/* company info */
.company-info-sections {
    background-size: cover !important;
    min-height: 630px;
    display: flex;
    width: 100%;
    align-items: center;
}

.company-info-content {
    background: #fff;
    max-width: 630px;
    border-radius: 10px;
    padding: 40px;
}

.company-info-content h2 {
    margin: 0 0 20px;
    max-width: 466px;
}

.company-info-content {
    background: #fff;
    max-width: 630px;
    border-radius: 10px;
    padding: 40px;
}

.company-info-content p {
    font-size: 20px;
    line-height: 25px;
}

.company-info-content .btn {
    background: #fff;
    color: #000000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
}

.row.row-space-between {
    align-items: center;
    justify-content: center;
}

.row.row-space-between .logo-item-box {
    padding: 0 10px;
    width: 190px;
    margin-bottom: 10px;
}

.product-slider .product_featured_image {
    background: #f6f6f6;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.product-slider .product_featured_image a {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .megamenu-container>.sub-menu-container>.sub-menu li a {
        font-size: 20px;
        font-weight: bold;
    }
}

@media (max-width: 1200.98px) {
    .text-image-section .text-image-photo img {
        max-width: 100%;
        width: 100% !important;
    }

    .subscribe-form-section {
        background-position: left center !important;
    }

    .menu-button {
        display: none;
    }

    .header-search-bar.header-search-bar-mobile {
        display: block;
    }

    .site-header-update .nav-collapse li {
        height: auto;
    }

    .main-mobile-menu {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
		padding-left: 0;
    }
	
    .site-header-update .nav-collapse {
		padding-left: 15px;
	}

    .site-header-update .nav-collapse li a:after {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .global-header {
        display: none;
    }

    header.site-header.site-header-update {
        padding: 20px 0;
    }
}

@media (max-width: 991.98px) {
    .icon-text-item {
        padding: 20px;
    }

    .hero-banner-section {
        min-height: 370px;
    }

    .hero-banner-content h1 {
        font-size: 38px;
    }

    .hero-banner-content p {
        font-size: 24px;
        max-width: 280px;
        margin: 0 0 20px;
    }

    .card-sections .card-item {
        max-width: 630px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .subscribe-form-section {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-color: #231f20 !important;
        background-position: bottom !important;
    }

    .subscribe-form-holder img {
        width: 100%;
        display: block;
    }
	
	.subscribe-form-section .dt-img {
		display: none;
	}

    .logo-lists-section .logo-item {
        margin-bottom: 30px;
    }

    .product_featured_image img {
        margin: 0 auto;
    }

    ul.nav-secondary {
        display: none;
    }

    .site-footer {
        text-align: center;
    }

}

@media (max-width: 576px) {

    .hero-banner-section {
        background: url(../images/hero-mobile.jpg) !important;
        min-height: 515px;
        align-items: normal;
        padding-top: 30px;
        background-position: top center !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }

    .hero-banner-content h1 {
        font-size: 40px;
    }

    span.header-cart-count {
        background: #fdd200 !important;
        color: #000 !important;
    }

    .card-sections .card-item {
        max-width: 410px;
        margin: 0 auto;
        margin-top: 15px;
        height: 230px;
        padding: 20px;
    }

    .card-sections .card-item .card-content {
        width: 100%;
        min-height: 90px;
    }

    .card-sections .card-item p {
        color: #fff;
        font-size: 14px;
        max-width: 300px;
    }

    .card-sections .card-item .card-btn .btn {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 7px 10px;
        min-width: 159px;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
    }

    .logo-lists-section .row .col-sm-6 {
        width: 50%;
    }

    .icon-text-list-section .row .col-sm-6 {
        width: 50%;
    }


    .site-footer {
        text-align: center;
    }

    footer.site-footer h2 {
        margin-top: 30px;
    }

    span.onsale-txt {
        padding: 3px 0;
    }

    ul.products .product .price {
        flex-wrap: wrap;
        align-items: center;
    }

    ul.products .product .price small {
        order: 3;
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .card-item.dark-text h2 {
        color: #000;
    }

    .card-item.dark-text p {
        color: #000;
    }

    .card-item.dark-text .card-btn .btn {
        border-color: #04a64b;
        color: #fff;
    }
}