/*@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
*/
body {
    background-color: #FAFAFA !important;
    padding-bottom: 0 !important;
}

.custom-product {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 30px;
    min-height: 502px !important;
    height: 100%;
    transition: 500ms all;
    margin-right: 30px;
    max-width: 360px;
    color: #000;
}

.custom-product:hover {
    box-shadow: 0px 18px 8px rgba(0, 0, 0, 0.01), 0px -13px 19px rgba(0, 0, 0, 0.03), -1px 11px 12px rgba(0, 0, 0, 0.05), 0px 7px 16px rgba(0, 0, 0, 0.06), 0px 0px 0px rgba(0, 0, 0, 0.06);
}

.slick-track {
    padding-bottom: 20px !important;
}

.custom-post {
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 16px 23px;
    max-height: 620px;
    min-height: 620px !important;
    height: 100%;
    transition: 500ms all;
    max-width: 490px;
}

.custom-post .custom-post-title {
    height: 82px;
    margin-top: 15px;
    display: block;
}

.custom-post-list .custom-post-content {
    height: 100px;
    display: block;
}

.custom-post:hover {
    background: #FFFFFF;
    box-shadow: 0px 118px 47px rgba(0, 0, 0, 0.01), 1px 7px 40px rgba(0, 0, 0, 0.03), 0px 5px 15px rgba(0, 0, 0, 0.05), 0px 7px 16px rgba(0, 0, 0, 0.06), 0px 0px 0px rgba(0, 0, 0, 0.06);

}

.main-navigation ul {
    max-width: 1400px;
    margin: 0 auto;
    background: #FDCF00;
}


.ajax_add_to_cart_button {
    border: 2px solid #FDCF00;
    border-radius: 43px;
    padding: 12px 20px;
    transition: 500ms all;
    text-transform: uppercase;
    cursor: pointer;
    background: #FFF;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    object-fit: cover;
}

.custom-post-footer-more {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
}

.ajax_add_to_cart_button:hover {
    background: #FDCF00;
    border: 2px solid #000000;
}

.h2-main {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #000000;

}


.container {
    box-sizing: border-box;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}



.show-more {
    background: #FDCF00;
    border: 2px solid #000000;
    border-radius: 43px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: grid;
    margin: 40px auto 20px auto;
    justify-content: center;
    max-width: 200px;
    cursor: pointer;

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;

    transition: 500ms all;
}

.show-more:hover {
    background-color: #FFF;
}

.recent_articles_list_tab {
    margin-left: 0;
}

.recent_articles_list_tab ul {
    border-bottom: 1px solid #DDD;
}

.custom-product-list .slick-arrow:before {
    display: none;
}

.custom-product-list .slick-arrow {
    padding: 5px;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    background-color: #FDCF00;
}

.custom-product-list h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 25px;
    color: #000000;
    height: 72px;
}

.custom-product-list .slick-next {
    right: 15px;
    top: -56px;
    bottom: auto;
}

.custom-product-list .slick-prev {
    top: -56px;
    right: 77px;
    left: auto;
}

.custom-product--container {
    padding: 15px 0 10px 0;
}

.sale-price+.regular-price {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #828282;

}

.sale-price {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.custom-product-add-to-cart button {
    display: block;
    margin-top: 25px;
}


.custom-post-footer {
    margin-top: 30px;
}



.custom-post-list .slick-arrow:before {
    display: none;
}


.custom-post-list h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000000;

}

.custom-post-list .slick-arrow {
    padding: 5px;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    background-color: #FDCF00;
}

.custom-post-list .slick-next {
    right: 15px;
    top: -56px;
    bottom: auto;
}

.custom-post-list .slick-prev {
    top: -56px;
    right: 75px;
    left: auto;
}

.custom-post--container {
    padding: 15px 0 0 0;
}


.custom-post-footer {
    display: flex;
    justify-content: space-between;
}


.custom-post-footer p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}



.elementor-social-icon {
    background-color: transparent !important;
}

#section-header .logo-header {
    position: absolute;
    top: 20px;
    z-index: 2;
}

.header-nav-container {
    background-color: #FDCF00;
}

.header-nav-container ul {
    background-color: #FDCF00;
}

.header-nav-container ul a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}


.recent_articles_list_tab-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.recent_articles_list_tab-item a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;

}

.advanced-tabs {
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-top: 0;
}


.advanced-tabs .eael-tab-inline-icon>li {
    background-color: transparent;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
}

.custom-post-footer>div {
    display: none;
}

.custom-post-footer-more {
    border: 2px solid #000000;
    border-radius: 43px;
    padding: 12px 20px;
    transition: 500ms all;
}

.custom-post-footer-more:hover {
    background: #FDCF00;
    color: #000;
}

.subscribe-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FDCF00;

}

.h3-footer h3 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}

.subscribe .elementskit_form_wraper {
    flex-direction: column !important;
}

.subscribe .elementskit_form_wraper>div {
    margin-bottom: 20px;
}

.subscribe .elementskit_form_wraper input {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 17px 0 17px 21px;
}

.subscribe-text h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FDCF00;
    margin-bottom: 12px;

}

.required-indicate {
    margin-bottom: 0 !important;
}

.categories-list--container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

    gap: 30px;
}

.categories-list--container a {
    max-width: 434px;
}



.categories-list-item {
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 8px 23px;
    max-height: 633px;
    height: 100%;
}

.categories-list-item h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    height: 77px;

}

.categories-list-item img {
    height: 296px;
    width: 100%;
    object-fit: cover;
}

.categories-list-item p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    color: #000000;

}

.categories-list-item img {
    border-radius: 10px;
}

.see-article {
    background: #FDCF00;
    border: 2px solid #000000;
    border-radius: 43px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-left: 33px;
    color: #333333;
    transition: 500ms all;
}

.see-article:hover {
    background-color: #FFF;
}


.regular-price {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.h1-title h1 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000000;

}

.h1-title h5 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #DBB60F;

}

.shopping-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px;
    width: 242px;
    padding: 10px 20px;
}

.shopping-cart a {
    display: flex;
    align-items: center;

}

.shopping-cart span {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;

}

.categories-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 60.6464px;
    line-height: 76px;
    text-transform: uppercase;

    position: relative;
    margin-top: -56px;
    color: #FDCF00;

}

.categories-select {
    max-width: 439px;
    background: #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 17px;
}

.custom-post-thumbnail img {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-post-thumbnail img {
    object-fit: cover;
}

.header-nav-container ul li:hover a {
    background-color: #FDCF00 !important;
}


@media (max-width: 700px) {
    .custom-product-list .slick-arrow {
        display: none !important;
    }

    .page-content {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    #breadcrumbs {
        padding: 0 5px !important;
    }

    .custom-product {
        max-width: 455px !important;
    }

    .custom-product-list h2 {
        height: 57px;
    }
}

@media (max-width: 700px) {
    .shopping-cart {
        width: auto;
    }
}

.custom-product-thumbnail img {
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-product-thumbnail img {
    object-fit: cover;
}


#category-select {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    border: none;
}

#wnb-bar {
    padding: 8px 0;
    border-bottom: none;
    box-shadow: none;
    background: #4D8BFF;
}

#wnb-bar span {
    color: #fff;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

#wnb-bar .wnb-bar-button {
    font-family: 'Barlow';
    color: #333333;
    background: #FDCF00;
    border-radius: 43px;
    padding: 4px 9px;
    font-size: 14px;
    line-height: 17px;
}

.advanced-tabs .eael-advance-tabs .eael-tabs-nav>ul li.active:after {
    display: none;
}

.advanced-tabs .eael-advance-tabs .eael-tabs-nav>ul li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    border: 2px solid #FDCF00;
    width: 74%;
}

.advanced-tabs li span {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.advanced-tabs li.active {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #FFF !important;
    color: #000 !important;
    border-bottom: 0 solid transparent;
}

.advanced-tabs li.inactive {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

    background-color: #DDD !important;
    color: #BDBDBD !important;
}


.recent_articles_list_tab-item:last-child {
    border-bottom: 0 solid transparent;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
    color: #000;
}

@media (max-width: 760px) {
    #main-title-header {
        order: -1;
    }
}

.eael-simple-menu-container.preset-1 {
    background-color: #FDCF00 !important;
}

.eael-nav-menu-wrapper ul {
    background-color: #FDCF00 !important;
}

.eael-nav-menu-wrapper ul li {
    background-color: #FDCF00 !important;
}

.subscribe input {
    background: #FFFFFF !important;
    border-radius: 10px !important;
    border: none !important;

}

.subscribe .elementskit_input_wraper {
    margin-right: 0 !important;
}

.elementor-location-footer {
    background: #ECECEC;
    padding-top: 80px;
}

.ekit-mail-submit {
    background: #FDCF00 !important;
    border: 2px solid #000000 !important;
    border-radius: 43px !important;
    font-family: 'Barlow';
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #333333 !important;
    transition: 500ms all !important;
}

.ekit-mail-submit:hover {
    background-color: #FFF !important;
}

.custom-post-footer-more-mobile {
    display: none;
    border: 2px solid #FDCF00;
    border-radius: 43px;
    padding: 12px 20px;
    transition: 500ms all;
    text-transform: uppercase;
    cursor: pointer;
    background: #FFF;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
    max-width: 145px;
    margin: 20px auto;
}

.custom-post-footer-more-mobile:hover {
    background: #FDCF00;
    border: 2px solid #000000;
    color: #FFF;
}

fieldset {
    padding: 0;
    border: none;
}

@media (max-width: 1440px) {
    #section-header .logo-header {
        position: initial;
    }

    .h1-title h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .h1-title h5 {
        font-size: 18px;
        margin: 0;
    }

    .header-nav-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .custom-product-blocks {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .custom-post .custom-post-title {
        height: 80px;
    }

    .archive-post {
        flex-direction: column;
    }

    .categories-list-item img {
        height: auto;
    }

    .custom-product {
        max-height: initial;
        margin-top: 20px;
    }

    .custom-product {
        margin-right: 0;
    }

    .categories-title {
        font-size: 44px;
        margin-top: -66px;
    }


    .categories-list-item h2 {
        font-size: 20px;
        height: auto;
    }

    .archive-post-right {
        margin-bottom: 84px;
    }

    .categories-list-item p {
        font-size: 14px;
    }

    .custom-product {
        margin-right: 0 !important;
    }

    .categories-list--container {
        display: flex;
        flex-direction: column;
    }

    .custom-post {
        min-height: auto !important;
        max-height: initial;
        margin-right: 0 !important;
    }

    .elementor-heading-title {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 58px;
        text-align: center;
        text-transform: uppercase;

        color: #000000;
    }

    .custom-post-footer-more-mobile {
        margin-bottom: 0;
    }

    .elementor-location-footer {
        padding-top: 0;
    }


    .custom-post-list .custom-post-content {
        height: 123px;
        margin-top: 12px;
    }

    .custom-post-footer-more-mobile {
        text-align: center;
    }

    .custom-post-footer-more {
        display: none;
    }

    .custom-post-footer-more-mobile {
        display: block;
    }



}

@media (max-width: 425px) {
    #wnb-bar span {
        font-size: 13px;
    }

    .h1-title h1 {
        font-size: 30px;
    }

    .h1-title h5 {
        font-size: 13px;
    }

    .shopping-cart {
        width: auto;
        padding: 10px;
    }

    .shopping-cart svg {
        width: 30px;
        height: 30px;
    }

    .shopping-cart span {
        font-size: 16px;
    }

    .mobile-menu .elementor-menu-toggle {
        background-color: transparent;
    }

    .mobile-menu .elementor-nav-menu--dropdown {
        position: absolute;
        top: 40px;
        z-index: 999;
        transform: translateX(-100%) !important;
    }
}


.youth-footbal-footer h4 {

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
}


.youth-footbal-footer p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #DBB60F;

}

.page-content h3 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;

}

.entry-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    max-width: 1500px !important;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

.page-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 0;
}

.page-content a {
    color: #FDCF00;
}

.page-content iframe {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 26px auto;
}

.page-content h2 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 25px;
}

.page-content p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
}

.page-content ul {
    margin: 15px 0;
}

.page-content ul li {
    margin-bottom: 7px;
    text-decoration: underline;
}

.eael-simple-menu-container .eael-simple-menu li ul li:hover>a {
    color: #FFF;
}

.archive--container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.archive-category-list {
    max-width: 370px;
}


.archive-post {
    display: flex;
    gap: 50px 15px;
    margin-top: 45px;
}

.archive-post--image {
    width: 250px;
}

.archive-post--image img {
    max-height: 245px;
    object-fit: cover;
    height: 100%;
}


.archive-category-list select {

    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}


.products-main {
    margin-top: 30px;
}

.h3-main {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.h2-main {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.archive-post--content h2 a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000000;
}

.archive-post--content p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;

}


.posted-in a {
    color: #FDCF00;
    font-style: italic;
    font-size: 0.9em;
}

.posted-in span {
    color: rgba(51, 51, 51, 0.75);
    font-style: italic;
    font-size: 0.9em;
}

.archive-post--content {
    max-width: 600px;
}

.archive-post--content-info h2 {
    height: 78px;
    margin-top: 0;
}

.archive-post--content-info p {
    height: 106px;
}

.product-title-sidebar a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    transition: 500ms all;
    color: #000000;

}

.product-title-sidebar a:hover {}

.product--img-container {
    margin-right: 20px;
    max-width: 127px;
    width: 100%;
}

.product--img-container img {
    object-fit: none;
    width: 100%;
}

@media (max-width: 1100px) {
    .archive--container {
        flex-direction: column;
        max-width: 1000px;
        margin: 20px auto;
    }


}

.eael-tab-inline-icon {
    flex-wrap: initial !important;
}

.article--img-container {
    margin-right: 20px;
    max-width: 167px;
    width: 100%;
}

.recent-articles {
    margin-top: 42px;
}

.recent-articles-item {
    margin-bottom: 20px;
    display: flex;
}

.article--title-sidebar {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}

.article--date-sidebar {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.woocommerce-info::before {
    background: #FDCF00;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #FDCF00;
}

.woocommerce-info {
    border-top-color: #FDCF00;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #FDCF00;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: #FDCF00;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
    background: #FDCF00;
}

.main-post-content span {
    color: #333 !important;
}

.post-views {
    display: none;
}

.breadcrumb-main {
    padding: 0 52px;
    color: rgba(51, 51, 51, 0.75);
    font-style: italic;
    font-size: 0.9em;
}

.archive-post-right {
    margin-top: 80px;
}

.archive-post h2 a {
    transition: 500ms all;
}

.product--container {
    display: flex;
}

.archive-post:hover h2 a {
    color: #3479b8;
}

.products-main>a {
    display: flex;
}

#breadcrumbs a {
    color: #FDCF00;
}

.posted_in a {
    color: #FDCF00;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #FDCF00 !important;
    margin-top: 25px;
}

#mc_embed_signup .button:hover {
    background-color: #fff !important;
}

#wnb-bar a span {
    transition: 500ms all;
}

#wnb-bar a:hover span {
    background-color: #FFF;
}

.footer-middle #mc_embed_signup .button {
    height: auto;
}

.product:hover h3 {
    color: #336;
}

.woocommerce-loop-product__title {
    color: #000;
}

.woocommerce-loop-product__title:hover {
    color: #336;
}

.tagged_as a {
    color: #FDCF00 !important;
}

#breadcrumbs {
    padding: 0 0;
}


#wptime-plugin-preloader {
    -moz-background-size: 140px 140px !important;
    -o-background-size: 140px 140px !important;
    -webkit-background-size: 140px 140px !important;
    background-size: 140px 140px !important;
}

.adsbygoogle {
    display: none !important;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
    z-index: 7;
}



#menu-archives-menu ul {
    width: 302px !important;
}

#menu-archives-menu ul li {
    width: 100% !important;
}

.woocommerce-checkout .page-content ul li {
    text-decoration: none;
}

.woocommerce-checkout #payment p {
    font-size: 14px;
}

@media (max-width: 502px) {
    .archive-post--content-info h2 {
        height: auto;
    }

    .archive-post--content-info p {
        height: auto;
    }
}

.home section {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .top-main-section>div {
        flex-direction: column;
    }

    .top-main-section>div>div {
        width: 100% !important;
    }

}

@media (max-width: 980px) {
    .custom-post {
        padding: 22px;
    }
}



@media (max-width: 1300px) {
    .h1-title h1 {
        font-size: 35px;
    }

    .h1-title h5 {
        font-size: 16px;
    }

}


#mc_embed_signup .mc-field-group {
    margin-bottom: 3%;
    padding-bottom: 0;
}

#recent-articles span {
    margin-left: 0 !important;
}

#free-plays span {
    margin-left: 0 !important;
}


@media (max-width: 500px) {
    .mc-field-group {
        margin-right: 0 !important;
        width: 100% !important;
    }

}