:root {
    --main-color: #ced428;
    --second-color: #98c23c;
    --third-color: rgb(12, 9, 88);
    --footer-color: #35337d;
    --font-body-family: 'HCo_Gotham_Book', sans-serif;

    --font-heading-family: 'HCo_Gotham_Black', sans-serif;
    --font-heading-weight: 900;
}
.footer {
    border-top: unset;
}
.footer h2, .footer p, .footer .dark a, .dark .widget a, .footer .copyright-footer {
    color: var(--footer-color);
}

span.widget-title {
    color: var(--main-color);
}
#header .header-nav .menu-item {
    padding: 0 16px;
}
#header .header-nav li.cart-item {
    margin-left: 50px;
}
#header .header-nav .menu-item a {
    text-transform: none;
    font-size: 22px;
    color: #35337d;
}
.nav-dark .nav>li>a:hover, .nav-dropdown.dark>li>a:hover, .nav-dark .nav>li.active>a, .nav-dark .is-outline, .nav-dark .nav>li>a {
    color: var(--main-color);
}
.nav-dark .cart-icon strong {
    color:var(--main-color);
    border-color: var(--main-color);
}
.nav-dark .cart-icon strong:after {
    border-color: var(--main-color);
}
.nav-dark .cart-icon strong:after {
    border-color: var(--main-color);
}
.featured-title .page-title-inner {
    padding-bottom: 50px;
}
.page-title-inner {
    padding-top: 50px;
}
.wc-block-components-button__text {
    padding: 10px 30px;
    background: #c9db03;
    color: #fff;
}
.wc-block-checkout__form input {
    height: 68px;
}
.off-canvas-left .mfp-content {
    width: 100%;
}
.off-canvas .nav-vertical>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(12, 9, 88);
    font-size: 18px;
}
.nav-vertical>li>ul li a {
    color: rgb(52 103 36);
    font-weight: 600;
}
input[type='search'] {
    height: 2.607em;
}

/*footer*/
.footer-2 {
    background-color: var(--main-color);
    padding-top: 80px;
}
.footer-2 .wp-block-image img {
    width: 100%;
    float: right;
}
#footer .absolute-footer {
    background-color: var(--main-color);
    padding: 10px 0 50px;
    color: var(--footer-color);
}
#footer .absolute-footer .container {
    border-top: 1px solid;
}
#footer .absolute-footer .copyright-footer {
    padding-top: 12px;
}
#footer .absolute-footer #menu-secondary{
    display: none;
}
#top-link {
    color: #fff;
    background-color:  var(--main-color);
    border-color: #fff;
}
/*banner*/
.main-banner .banner .banner-layers .text-box-content h2 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 0.88);
    text-transform: none;
}
.main-banner .banner .banner-layers .text-box-content p {
    font-size: 22px;
    color: #fff;
}
.main-banner .banner .banner-layers .text-box-content a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--second-color);
    padding: 8px 24px;
    border: unset;
}
.main-banner .banner .banner-layers .text-box-content a.button:hover {
    color: #fff;
    background: var(--second-color);
    background-color: var(--second-color);
}
.dark .payment-icons .payment-icon svg {
    fill: var(--footer-color);
}
/**/
.main-category {
    padding: 100px 0px 50px 0px;
}
.main-category .cate-title {
    text-align: center;
}
.main-category .cate-title h2{
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 2.6rem;
    color: var(--main-color);
    line-height: 30px;
}
.main-category .cate-title p{
    font-family: var(--font-family-body);
    font-size: 22px;
}
.main-category .categories__category-title {
    text-align: center;
    font-size: 12px;
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
}
/**/
.featured-products {
    /*padding: 50px 0px;*/
}
.featured-products .title h3{
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 2.6rem;
    color: var(--third-color);
    line-height: 30px;
}
.featured-products .btn-view-all {
    text-align: right;
}
.featured-products .btn-view-all a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--third-color);
    padding: 8px 24px;
    border: 1px solid var(--third-color);
}
.featured-products .btn-view-all a.button:hover {
    color: #fff;
    background: var(--third-color);
    background-color: var(--third-color);
}

.featured-products .list-product .product:hover .box .box-text-products {
    box-shadow: 0 0 0 2px white, 0.3em 0.3em 1em #ccc;
}
.featured-products .list-product .product .box .box-image {
    background: #8cd8f5;
    border-radius: 7px 7px 0 0;
}
.featured-products .list-product .product .box .box-text.box-text-products {
    background: #fafafa;
    padding: 10px;
    border-radius: 0 0 7px 7px;
}
.featured-products .list-product .product .box .box-text .title-wrapper {
    min-height: 86px;
}
.featured-products .list-product .product .box .box-text .price-wrapper {
    min-height: 40px;
}
.featured-products .list-product .product .box .box-text .category  {
    font-size: 14px;
    text-transform: capitalize;
}
.featured-products .list-product .product .box .box-text .product-title  {
    font-size: 22px;
    font-weight: 700;
}

    /**/
.banner-second .banner-layers .text-box-content h3 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 0.88);
    text-transform: none;
}
.banner-second .banner-layers .text-box-content p {
    font-size: 18px;
    color: #fff;
}
.banner-second .banner-layers .text-box-content a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--main-color);
    padding: 8px 24px;
    border: unset;
}
.banner-second .banner-layers .text-box-content a.button:hover {
    color: #fff;
    background: var(--main-color);
    background-color: var(--main-color);
}
/**/
.we-think {
    padding: 50px 0 50px 0;
}
.we-think .col-inner {
    opacity: 1;
}
.we-think h3 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 2.8rem;
    color: var(--second-color);
    text-transform: none;
    line-height: 46px;
}
.we-think p {
    font-size: 18px;
    color: var(--second-color);
}
.we-think a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--second-color);
    padding: 8px 24px;
    border: 1px solid var(--second-color);
}
.we-think a.button:hover {
    color: #fff;
    background: var(--second-color);
    background-color: var(--second-color);
}
/**/
.ask {
    padding: 50px 0;
}
.ask .col-inner {
    opacity: 1;
}
.ask h3 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 2.8rem;
    color: var(--second-color);
    text-transform: none;
    line-height: 46px;
}
.ask p {
    font-size: 18px;
    color: var(--second-color);
}
.ask a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--second-color);
    padding: 8px 24px;
    border: 1px solid var(--second-color);
}
.ask a.button:hover {
    color: #fff;
    background: var(--second-color);
    background-color: var(--second-color);
}
.ask .box-text h4{
    font-size: 22px;
}
.ask .box-text p{
    font-size: 18px;
}
/**/
.support-section {
    padding: 50px 0;
}
.support-section .col-inner h3 {
    font-size: 28px;
    color: var(--second-color);
}
.support-section .col-inner p {
    font-size: 18px;
}
.support-section .col-inner a.button {
    color: var(--second-color);
}
.support-section .content-section .col-inner {
    position: absolute;
    bottom: -20px;
    background: #fff;
    width: 80%;
    left: 10%;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 0 2px white, 0.3em 0.3em 1em #ccc;
}
/*blog*/
.blog-section {
    padding: 65px 0 0 0;
    background-color: #f0f0f0;
}
.blog-section .title-blog {
    padding-bottom: 0px;
}
.blog-section .title h3{
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-size: 2.6rem;
    color: var(--second-color);
    line-height: 30px;
}
.blog-section .btn-view-all {
    text-align: right;
}
.blog-section .btn-view-all a.button {
    border-radius: 99px;
    background: #fff;
    color: var(--second-color);
    padding: 8px 24px;
    border: 1px solid var(--second-color);
}
.blog-section .btn-view-all a.button:hover {
    color: #fff;
    background: var(--second-color);
    background-color: var(--second-color);
}
.blog-section .row-post {
    margin: auto !important;
}
.blog-section .slider-nav-reveal .flickity-prev-next-button:hover, .blog-section .slider-nav-reveal .flickity-prev-next-button {
    background-color: unset;
}

.blog-section .list-post .post-item:hover .box .box-text {
    box-shadow: 0 0 0 2px white, 0.3em 0.3em 1em #ccc;
}
.blog-section .list-post .post-item .box .box-image {
    background: #8cd8f5;
    border-radius: 7px 7px 0 0;
}
.blog-section .list-post .post-item .box .box-text {
    background: #fafafa;
    padding: 10px;
    border-radius: 0 0 7px 7px;
    min-height: 160px;
}
.blog-section .list-post .post-item .box .box-text .post-title  {
    font-size: 20px;
    font-weight: 700;
}

/*css product list*/
.shop-container .product:hover .box .box-text-products {
    box-shadow: 0 0 0 2px white, 0.3em 0.3em 1em #ccc;
}
.shop-container .product .box .box-image {
    background: #8cd8f5;
    border-radius: 7px 7px 0 0;
}
.shop-container .product .box .box-text.box-text-products {
    background: #fafafa;
    padding: 10px;
    border-radius: 0 0 7px 7px;
}
.shop-container .product .box .box-text .title-wrapper {
    min-height: 86px;
}
.shop-container .product .box .box-text .price-wrapper {
    min-height: 40px;
}
.shop-container .product .box .box-text .category  {
    font-size: 14px;
    text-transform: capitalize;
}
.shop-container .product .box .box-text .product-title  {
    font-size: 22px;
    font-weight: 700;
}

/*blog list*/
.blog-wrapper.blog-archive .has-shadow>.col>.col-inner {
    background-color: #FFF;
    height: 100%;
}
.blog-wrapper .row .large-10 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.blog-wrapper .post-item .box-image .image-cover {
    padding-top: 70% !important;
}
.blog-wrapper .post-item .box-text {
    padding-top: 1.7em;
    font-size: 1.2em;
}
.blog-wrapper .post-item .box-image .image-cover {
     padding-top: 70% !important;
}
.blog-wrapper .post-item .box-image .image-cover {
    padding-top: 70% !important;
}
.blog-wrapper .post-item .box-image .image-cover {
    padding-top: 70% !important;
}


/*product detail*/
.single-product .product-page-title .woocommerce-breadcrumb a {
    color: rgb(34 34 34);
    font-weight: bold;
    font-size: 16px;
    text-transform: math-auto;
}
.single-product .quantity input[type="number"] {
    max-width: 80px;
    width: 80px;
}
.single-product .button.alt {
    background-color: var(--second-color);
}
.single-product .product-main .product-short-description {
    font-size: 18px;
    color: #1a1a1a;
}
.single-product .product-main .product_meta {
    font-size: 1.1em;
}
.single-product .product-footer .product-tabs li a {
    font-size: 1em;
}
.single-product .product-footer .related-products-wrapper .product-section-title {
    text-align: center;
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
    background-color: var(--second-color);
}
.product-small .grid-tools a {
    background-color: var(--second-color);
}
.tabbed-content .tab-panels {
    width: 100%;
    color: #113c1e;
    font-size: larger;
}
.tabbed-content .tab-panels .accordion-title.active {
    color: #102617;
}
.tabbed-content .tab-panels .accordion-inner {
    text-align: justify;
}
h1.product-title.product_title.entry-title {
    color: #08057c;
}

/*blog detail*/
.single-post .entry-header .entry-header-text {
    /*text-align: center;*/
}
.single-post .entry-header .entry-header-text .entry-category {
    display: none;
}
.single-post .entry-header .entry-header-text .entry-divider {
    display: none;
}
.single-post .entry-header .entry-header-text .entry-meta {
    font-size: 1.0em;
}
.single-post .post {
    font-size: 1.0em;
}
.single-post .post .entry-image img {
    width: 100%;
    padding: 0 25px;
}
.single-post .blog-single .box-shadow,
.single-post .blog-single .row-box-shadow-2 .col-inner,
.single-post .blog-single .row-box-shadow-2-hover .col-inner:hover,
.single-post .blog-single .box-shadow-2,
.single-post .blog-single .box-shadow-2-hover:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.single-post .blog-single .box-shadow-1,
.single-post .blog-single .box-shadow-1-hover:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.single-post .post .entry-content {
    font-size: 1.2em;
}

/*cart css*/
.is-large.wc-block-cart .wc-block-cart__totals-title, .is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 1.2em !important;
}

/*order complete*/
.cart-container.page-checkout .woocommerce-bacs-bank-details ul {
    margin-left: 42px;
}
.cart-container.page-checkout .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details {
    font-size: 1.1rem;
}
.cart-container.page-checkout .woocommerce-customer-details address {
    font-size: 1.1rem;
}
.cart-container.page-checkout .success-color {
    font-size: 1.2rem;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: unset;
    outline: unset;
}

@media (max-width: 575px) {
    .main-banner .banner .banner-layers .text-box-content h2 {
        font-size: 2.2rem;
    }
    .featured-products .title h3 {
        font-size: 1.6rem;
    }
    .featured-products .btn-view-all a.button {
        font-size: 12px;
        padding: 2px 16px;
    }
    .blog-section .title h3 {
        font-size: 1.8rem;
    }

}


/*Wave css animation*/
.section.animate-wave-1 {
    padding-top: 0 !important;
}
.wave-animate-2 {
    background: #f0f0f0;
}


.animate-wave-1 .section-content.relative {
    background-image: linear-gradient(160deg, #c9db03, rgba(255, 64, 64, 0.3));
    color: #1c1c1c;
    padding-top: 45px;
}
.newHero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(160deg, rgba(46, 59, 78,1), rgba(255, 64, 64,0.3));
    /*background: rgba(46, 59, 78, 0.85);*/
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
}
.newHero h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    max-width: 550px;
}
.newHero p {
    max-width: 550px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.newHero a {
    font-size: 20px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.newHero a:hover i {
    color: #fff;
}

.newHero i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 12px;
}

.video-bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.waves {
    height: 60px;
    width: 100%;
    /*margin-top: -30px;*/
    z-index: 10;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}