﻿@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

html, body {
    font-family: "Signika";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Signika";
}

section#content {
    margin-bottom: 0;
}

/*General styles---------------------------------------*/
body {
    font-family: "Signika", sans-serif !important;
    margin: 0;
}

.header {
    display: flex;
    justify-content: center;
    background-color: #ed1c24;
    color: #ffffff;
    padding: 40px;
}

.home-page .btn {
    border-radius: 100px !important;
    text-decoration: none !important;
    font-size: 30px !important;
    width: fit-content !important;
    display: block !important;
    border: none !important;
}

.home-page .btn-primary {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.home-page .btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.home-page .btn-secondary-disable {
    background-color: transparent !important;
    color: #126c36 !important;
    border: 3px solid #126c36 !important;
    padding: 20px 32px !important;
}
/*Banner section---------------------------------------*/


.banner {
    height: 650px;
    padding: 30px 0;
}

    .banner .content {
        max-width: 600px;
        height: 650px;
    }

    .banner .bg-img {
        height: 550px;
    }

    .banner .content h1 {
        font-size: 100px;
        line-height: 1em;
        font-weight: 700;
        color: #000;
        margin: 0 0 32px 0;
    }

    .banner .content p {
        font-size: 32px;
        font-weight: 500;
        color: #126c36;
        margin: 0 0 15px 0;
    }

@media screen and (max-width: 991px) {
    .banner .bg-img {
        visibility: hidden;
    }
}

@media screen and (max-width: 1100px) {
    .banner {
        overflow: hidden;
        width: 100vw;
    }

        .banner .content {
            max-width: 500px;
        }



            .banner .content h1 {
                font-size: 60px;
                line-height: 1em;
                font-weight: 700;
                color: #000;
                margin: 0 0 32px 0;
            }

            .banner .content p {
                font-size: 32px;
                font-weight: 500;
                color: #126c36;
            }
}
/*Icons section---------------------------------------*/
.icons-section {
    background-image: url(/themes/FlexCDC/images/icons-section-bg.png);
    background-color: #126c36;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

    .icon-container img {
        width: 70px;
        height: 70px;
    }

    .icon-container h4 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
    }

    .icon-container p {
        color: #ffffff;
        margin: 0;
    }

@media screen and (max-width: 1000px) {
    .icons-section {
        background-image: none;
    }

    .icon-container {
        flex-direction: column;
        gap: 10px;
    }

        .icon-container h4 {
            text-align: center;
        }

        .icon-container p {
            text-align: center;
        }
}
/*Categories section---------------------------------------*/
.popular-categories {
    background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 140px 10% 20px 10% !important;
}

.cat-widget {
    margin-top: -40px;
    padding-bottom: 540px !important;
}

.popular-categories .top-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}

.popular-categories .bottom-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
}

.popular-categories h3 {
    font-size: 100px;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    margin: 72px 0;
    text-align: center;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 90px;
}

.category {
    background: #ffffff;
    display: flex;
    align-items: center;
    padding-right: 60px;
}

    .category h4 {
        font-size: 40px;
        font-weight: 500;
        margin: 0;
    }

    .category .btn {
        font-size: 24px !important;
        padding: 4px 20px !important;
    }

.categories-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

    .categories-cta p:first-child {
        color: #ed1c24;
        font-size: 42px;
        font-weight: 500;
    }

    .categories-cta p {
        font-size: 52px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .categories-cta img {
        align-self: self-start;
        width: 400px;
    }





/*Text Section--------------------------------------*/
.text-section {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #ed1c24;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .text-section p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 1000px) {
    .text-section {
        background-image: none;
    }
}

/*Our Story Section----------------------------------*/

.our-story .title img {
    width: 250px;
}

.our-story .title h3 {
    font-size: 68px;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0;
}

.our-story p {
    flex: 6;
    font-size: 32px;
}

@media screen and (max-width: 1000px) {
    .our-story .title {
        margin-bottom: 30px;
    }

        .our-story .title img {
            width: 200px;
        }

        .our-story .title h3 {
            font-size: 50px;
            line-height: 1em;
            font-weight: 700;
            color: #000;
            text-align: left;
            margin: 0;
        }

    .our-story p {
        flex: 6;
        font-size: 24px;
    }
}

/*Cards Section-------------------------------------*/
.cards-section {
    background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
    background-position: center;
    padding: 100px 0;
    /* display: flex;
    padding:90px 10%;
    justify-content: center;
    gap:20px; */
}

    .cards-section div img {
        height: 400px;
        margin-bottom: 32px;
    }

    .cards-section div h3 {
        font-size: 60px;
        margin: 0;
        line-height: 60px;
    }

    .cards-section div p {
        font-size: 30px;
    }

    .cards-section .our-family-section {
        background-color: rgba(221, 103, 100, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 90px;
    }

    .cards-section .our-food-section {
        background-color: rgba(92, 162, 120, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 90px;
    }

@media screen and (max-width: 1000px) {
    .cards-section .our-family-section {
        background-color: rgba(221, 103, 100, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }
}

/*Partners Section-------------------------------*/
.partnershome-section {
    padding: 160px 0 240px 0;
}

    .partnershome-section .title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .partnershome-section .title h3 {
            display: inline-block;
            margin: 0;
            font-size: 70px;
        }

    .partnershome-section p {
        font-size: 32px;
    }

    .partnershome-section .slide-container {
        gap: 70px;
    }

        .partnershome-section .slide-container img {
            height: 70px;
        }

    .partnershome-section #carouselExample {
        margin: 40px 0 80px 0;
    }

@media screen and (max-width: 1000px) {
    .partnershome-section .title {
        flex-direction: column;
    }

    .partnershome-section {
        padding: 100px 0;
    }

        .partnershome-section #carouselExample {
            width: 90vw;
        }
}
/*Our People Section-----------------------------*/
.our-people-section {
    background-image: url(/themes/FlexCDC/images/our-people-bg.png);
    background-position: center;
    padding: 100px 0;
    position: relative;
}

    .our-people-section h3 {
        color: #ffffff;
        font-size: 72px;
        line-height: .9em;
    }

        .our-people-section h3 span {
            display: block;
            color: #ffffff;
            font-size: 0.7em;
            line-height: 1.2em;
        }

    .our-people-section img {
        position: absolute;
        top: -130px;
        right: 100px;
        width: 480px;
        justify-self: end;
    }

@media screen and (max-width: 1000px) {
    .our-people-section {
        background-repeat: no-repeat;
        background-size: cover;
    }

        .our-people-section img {
            display: none;
        }

        .our-people-section h3 {
            color: #ffffff;
            font-size: 60px;
            text-align: center;
            margin-bottom: 30px;
        }

            .our-people-section h3 span {
                display: block;
                color: #ffffff;
                font-size: 0.7em;
            }
}
/*Best sellers---------------------------------*/
.best-sellers {
    padding-top: 250px;
    overflow: hidden;
}

.bs-widget {
    padding-top: 0px;
}

.best-sellers h3 {
    text-align: center;
    font-size: 70px;
    margin-bottom: 42px;
}

.best-sellers .bottom-divider {
    transform: rotate(180deg);
    width: 100%;
}

.best-sellers .product-card {
    background-color: #efefef;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.best-sellers h4 {
    font-size: 42px;
}

.best-sellers .price {
    font-size: 32px;
    color: #126c36;
}

    .best-sellers .price span {
        color: #ed1c24;
        text-decoration: line-through;
    }

.best-sellers .button {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .best-sellers .button img {
        width: 60px;
        height: 60px;
    }

    .best-sellers .button a {
        font-size: 24px;
        font-weight: 600;
        color: #126c36;
        margin: 0;
        text-decoration: none;
    }

.best-sellers .work-with-us {
    padding: 100px 0;
}

    .best-sellers .work-with-us .text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
        gap: 10px;
    }

        .best-sellers .work-with-us .text-container h3 {
            font-size: 80px;
            font-weight: 700;
            line-height: 1em;
            text-align: right;
        }

        .best-sellers .work-with-us .text-container p {
            font-size: 40px;
            margin: 0;
        }


.best-sellers .product-card > img {
    width: 200px;
    margin-right: 20px;
    height: 200px;
}

.product-card h4 {
    font-size: 26px !important;
    font-weight: bold;
}

.product-card-content {
    padding: 5px;
}

@media screen and (max-width: 1000px) {

    .best-sellers .work-with-us .text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 10px;
    }

        .best-sellers .work-with-us .text-container h3 {
            font-size: 50px;
            text-align: center;
        }

    .best-sellers .work-with-us img {
        width: 70vw;
        display: block;
        margin: 0 auto;
    }
}



.body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Signika";
    font-style: normal;
}

/*

h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: "Signika";
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: "Signika";
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Signika";
  font-weight: 700;
}

    */

a {
    font-size: 16px;
    color: #ed1c24;
}

    a:hover {
        color: #ed1c24;
    }

.btn-primary,
.btn-warning {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: #fff !important;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.header-topbar {
    background-color: #ed1c24;
    width: 100%;
}

    .header-topbar p {
        color: #fff;
        text-align: center;
        padding: 10px;
        margin: 0;
    }


.megamenu-section .navbar {
    background-color: #ed1c24;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before {
    background-color: #fff;
}

.navbar-light .megamenu .nav-item .nav-link {
    color: #fff;
}

.shopbar {
    flex: 0 0 100%;
}

    .shopbar .shopbar-col-group-brand {
        flex: 0 0 30%;
    }

    .shopbar .shopbar-col-group-tools {
        flex: 0 0 70%;
        justify-content: right;
    }

        .shopbar .shopbar-col-group-tools .shopbar-col {
            padding: 0.5rem 0;
        }

        .shopbar .shopbar-col-group-tools .shopbar-tools {
            justify-content: center;
        }


        .shopbar .shopbar-col-group-tools .menubar.desktop ul {
            list-style: none;
            display: flex;
            padding: 0;
        }

            .shopbar .shopbar-col-group-tools .menubar.desktop ul li {
                margin: 14px 10px 0;
            }

                .shopbar .shopbar-col-group-tools .menubar.desktop ul li a {
                    color: #777;
                    text-decoration: none;
                    font-size: 18px;
                    line-height: 24px;
                    font-family: "Signika";
                }

                    .shopbar .shopbar-col-group-tools .menubar.desktop ul li a:hover {
                        color: #ed1c24;
                    }

                .shopbar .shopbar-col-group-tools .menubar.desktop ul li.active a {
                    color: #ed1c24;
                }

        .shopbar .shopbar-col-group-tools .shopbar-button {
            padding: 0.35rem 0;
            text-align: center;
            min-width: 50px;
        }

            .shopbar .shopbar-col-group-tools .shopbar-button .shopbar-button-icon i {
                font-size: 20px !important;
            }

        .shopbar .shopbar-col-group-tools #shopbar-user {
            width: 50px;
            display: flex;
            justify-content: center;
        }

        .shopbar .shopbar-col-group-tools .instasearch-icon {
            width: 50px;
            display: flex;
            justify-content: center;
            padding: 0.35rem 0;
            cursor: pointer;
        }

.shopbar-container {
    padding: 0 30px;
}


#footer {
    border: none;
    background: #ed1c24;
    position: relative;
}

    #footer .shop-logo {
        padding-top: 1rem;
    }

        #footer .shop-logo a {
            margin: 10px auto;
        }

    #footer .footer-social-wrapper {
        padding: 0 0 0.5rem;
    }

    #footer .btn-social {
        background-color: transparent;
        color: #fff;
        width: auto;
        font-size: 16px;
        line-height: 28px;
        transition: 1s ease all;
    }

        #footer .btn-social :hover,
        #footer .btn-social :active,
        #footer .btn-social :focus {
            background-color: transparent;
            color: #fff;
        }

    #footer .btn-brand-twitter {
        padding-top: 6px;
    }

    #footer .btn-brand-facebook-f {
        font-size: 14px;
        line-height: 20px;
        width: 24px;
        height: 24px;
        background: #fff;
        color: #2D2C29;
    }

        #footer .btn-brand-facebook-f :hover {
            color: #2D2C29;
        }

    #footer .footer-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        color: #fff;
    }

        #footer .footer-contact i {
            position: relative;
            top: 1px;
        }

        #footer .footer-contact a {
            padding: 0 10px;
            color: #fff;
        }

        #footer .footer-contact p {
            margin: 0;
            color: #fff;
        }

.footer-main-wrapper {
    text-align: center;
}

.footer-main .footer-title {
    text-align: center;
}

.footer-main .copyright {
    font-size: 14px;
    color: #fff;
    padding: 0 0 20px;
}

#footer-info ul {
    display: flex;
    justify-content: center;
}

    #footer-info ul li {
        display: flex;
        color: #fff;
    }

        #footer-info ul li a {
            color: #fff;
            margin: 0 10px;
        }

/*
.html-editor-content {
  margin-bottom: 0 !important;
}

.list-group {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow {
  flex-grow: 1;
}

.homepage-banner {
  width: 100%;
  align-items: center;
}

.homepage-banner .slick-slide {
  display: flex !important;
  justify-content: center;
}

.homepage-banner img {
  width: 100%;
}

.homepage-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  margin: auto;
  padding: 20px;
  text-align: center;
  z-index: 999;
}

.homepage-banner .caption h2 {
  color: #ed1c24;
}

.homepage-banner .caption p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.homepage-banner .caption .banner-btn {
  background-color: #ed1c24;
  color: #fff;
  font-family: "Signika";
  padding: 5px 20px;
}

.homepage-banner .caption .banner-btn:hover {
  text-decoration: none;
}

.product-grid-home-page {
  margin: 2rem auto;
}

.homepage-about {
  background-color: #ed1c24;
  padding: 40px 0;
}

.homepage-about h1 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding-right: 40px;
  font-weight: 700;
}

.homepage-about p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  font-family: "Signika";
  padding: 0 20px;
}

.feature-product {
  position: relative;
  margin-left: -13px;
}

.feature-product .slick-prev.slick-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  border: none;
  background-color: transparent;
}

.feature-product .slick-prev.slick-arrow:before {
  content: "‹";
  color: #ed1c24;
  font-size: 52px;
  line-height: 12px;
}

.feature-product .slick-prev.slick-arrow:hover,
.feature-product .slick-prev.slick-arrow:focus {
  outline: none;
}

.feature-product .slick-next.slick-arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  border: none;
  background-color: transparent;
}

.feature-product .slick-next.slick-arrow:before {
  content: "›";
  color: #ed1c24;
  font-size: 52px;
  line-height: 12px;
}

.feature-product .slick-next.slick-arrow:hover,
.feature-product .slick-next.slick-arrow:focus {
  outline: none;
}

.heading.heading-center {
  text-align: left;
}

.heading.heading-center h3 {
  font-size: 32px;
  padding: 0;
  color: #ed1c24;
}

.heading.heading-center:before {
  border: none;
  background: none !important;
}

.heading.heading-center .heading-title {
  font-weight: 700;
}

.heading.heading-center a {
  color: #ed1c24;
  text-decoration: underline;
  font-family: "Signika";
  font-weight: 600;
}

.heading.heading-center a:hover {
  color: #ed1c24;
}

.shop-sweet-slider {
  width: 100%;
  background-color: #ed1c24;
  color: #fff;
}

.shop-sweet-slider .slick-prev.slick-arrow:before {
  color: #fff;
}

.shop-sweet-slider .slick-next.slick-arrow:before {
  color: #fff;
}

.shop-sweet-slider .heading.heading-center h3 {
  background-color: transparent;
  color: #fff;
  padding-top: 20px;
}

.shop-sweet-slider .heading.heading-center a {
  color: #fff;
}

.shop-sweet-slider p {
  font-size: 16px;
  color: #fff;
}

.shop-sweet-slider a {
  color: #fff;
}

.shop-sweet-slider .artlist-grid .art-name a {
  color: #fff;
}

.shop-sweet-slider .artlist-grid .art-price .art-price-value {
  color: #fff;
}

.artlist-grid .art-name a {
  color: #2D2C29;
}

.artlist-grid .art-price .art-price-value {
  color: #ed1c24;
}

.gift-basket-slider {
  margin: 2rem auto;
}

.homepage-features {
  width: 100%;
  background-color: #F2F2F2;
  text-align: center;
}

.homepage-features img {
  margin: 10px auto;
}

.homepage-features h2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ed1c24;
  margin-bottom: 0;
}

.homepage-features p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ed1c24;
}
    */

.category-page .page-title {
    text-align: center;
}

    .category-page .page-title h1 {
        color: #ed1c24;
        font-family: "Signika";
    }

.product-list-container .artlist-actions {
    justify-content: right;
}

#content-center {
    width: 100%;
}
/*
.artlist-action-group--filtersort {
  max-width: 220px !important;
}

.art-delivery-info {
  display: none;
}

.gal-cell .gal-item .gal-item-viewport {
  padding-top: 100%;
}

.gal-cell .gal-item .gal-item-viewport img {
  width: 100%;
}*/

.product-details-page .pd-offer {
    background-color: transparent !important;
    padding: 0;
}

.product-details-page .pd-name {
    font-size: 32px;
    line-height: 40px;
}

.product-details-page .btn-lg.btn-add-to-cart {
    font-size: 20px;
    line-height: 28px;
    background-color: #ed1c24;
    font-family: "Signika";
    padding: 0.5rem;
}

    .product-details-page .btn-lg.btn-add-to-cart:active {
        background-color: #ed1c24;
    }

.product-details-page .pd-description,
.product-details-page .html-editor-content p {
    color: #000; /*#ed1c24;*/
    font-family: "Signika";
}

.product-details-page .select2-selection__clear {
    display: none;
}

.product-details-page .gal-nav-cell {
    width: 8.6rem;
    position: relative;
    top: -4px;
}

    .product-details-page .gal-nav-cell img {
        width: 100%;
    }

.product-details-page .select2-container--bootstrap .select2-selection {
    height: 38px !important;
}

.product-details-page .pd-offer-actions-container {
    margin: 30px 0 25px;
}

.product-details-page .md-form .delivery-popup-label {
    margin-bottom: 10px;
    display: inline-block;
}

.product-details-page .md-form .form-control {
    margin-bottom: 10px;
}

.product-details-page .md-form select {
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

    .product-details-page .md-form select:focus-visible {
        outline: none;
    }

.product-details-page .checkout-button .btn-unique {
    background-color: #ed1c24;
    color: #fff;
}

.shopping-cart-page .btn-checkout {
    background-color: #ed1c24;
}

.checkout-page .costep.visited .costep-icon {
    background-color: #ed1c24;
    border: #ed1c24;
}

.checkout-page .costep.active .costep-icon {
    border-color: #ed1c24;
}

    .checkout-page .costep.active .costep-icon:before {
        color: #ed1c24;
    }

.checkout-page .costep.active:before,
.checkout-page .costep.visited:before,
.checkout-page .costep.visited:after {
    background-color: #ed1c24;
}

.checkout-page .select-billing-address-button {
    background-color: #ed1c24;
    border-color: #ed1c24 !important;
    color: #fff;
    box-shadow: none;
}

    .checkout-page .select-billing-address-button:active {
        background-color: #ed1c24;
        border-color: #ed1c24;
    }

.checkout-page .new-address-next-step-button,
.checkout-page .payment-method-next-step-button,
.checkout-page .change-checkout-data,
.checkout-page .btn-checkout {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

.page-order-details .order-completed-button {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    box-shadow: none;
}

    .page-order-details .order-completed-button:hover {
        color: #fff;
    }

.page-order-details .text-success {
    color: #ed1c24 !important;
}

#offcanvas-cart .offcanvas-cart-footer {
    background-color: #ed1c24;
}

#offcanvas-cart .alert-success.alert-success,
#offcanvas-cart .validation-summary-valid {
    background-color: #ed1c24;
    color: #fff;
}

    #offcanvas-cart .alert-success:before,
    #offcanvas-cart .validation-summary-valid:before {
        background-color: #ed1c24;
    }

.badge.label-cart-amount {
    background-color: #ed1c24;
    color: #fff;
}

.myaccount-page .card {
    border: none;
}

    .myaccount-page .card .list-group {
        justify-content: center;
    }

    .myaccount-page .card .list-group-item {
        border: none;
        padding: 0.75rem 0;
        width: auto;
        margin: 0 20px;
        font-family: "Signika";
        font-size: 18px;
        font-weight: 700;
    }

        .myaccount-page .card .list-group-item.active {
            color: #ed1c24;
        }

            .myaccount-page .card .list-group-item.active:before {
                display: none;
            }

    .myaccount-page .card .list-group-item-action:hover {
        background-color: transparent;
    }

    .myaccount-page .card .list-group.has-icons .list-group-item-icon {
        display: none;
    }

.myaccount-page .card-header {
    background-color: transparent !important;
    border-bottom: none;
    text-align: center;
    font-family: "Signika";
    font-size: 24px;
    color: #ed1c24;
}

.myaccount-page .save-customer-info-button {
    background-color: #ed1c24;
}

.apply-discount-coupon-code-button,
.apply-gift-card-coupon-code-button,
.estimate-shipping-button,
.alert-info:before,
.btn-block.btn-buy {
    background-color: #ed1c24;
    color: #fff;
}

.cart-footer .form-control {
    height: 42px;
}

.alert-info,
.alert-success:before,
.validation-summary-valid:before {
    background-color: #ed1c24;
    color: #fff;
}

.alert.alert-success {
    background-color: #ed1c24;
    color: #fff;
}

.btn-gray.ajax-action-link {
    background-color: #ed1c24;
    color: #fff;
}

    .btn-gray.ajax-action-link:hover {
        background-color: #ed1c24;
    }

.registration-page .page-title h1 {
    color: #ed1c24;
    font-family: "Signika";
}

.registration-page fieldset.content-group > legend {
    color: #ed1c24;
}

@media (max-width: 992px) {
    .shopbar .shopbar-col-group-brand {
        flex: 0 0 50%;
    }

    .shopbar .shopbar-col-group-tools {
        flex: 0 0 50%;
    }

    .menubar.desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .homepage-banner .caption {
        display: none;
    }

    .homepage-about p {
        padding: 0;
    }

    #footer-info.collapse {
        display: block !important;
    }

    .product-details-page .gal-nav-cell {
        width: 7rem;
    }
}

@media (max-width: 580px) {
    .shopbar .shopbar-col-group-brand {
        flex: 0 0 100%;
        justify-content: center;
    }

    .shopbar .shopbar-col-group-tools {
        flex: 0 0 100%;
        justify-content: center;
    }

        

    .feature-product {
        margin-left: 0;
    }

        .feature-product .slick-prev.slick-arrow {
            left: 10px;
        }

        .feature-product .slick-next.slick-arrow {
            right: -20px;
        }

    #footer #footer-info ul {
        flex-direction: column;
        padding: 0;
    }

        #footer #footer-info ul li {
            justify-content: center;
        }

            #footer #footer-info ul li span {
                display: none;
            }

    #footer .footer-contact {
        flex-direction: column;
    }

        #footer .footer-contact i {
            left: -72px;
            top: 23px;
        }

    .product-details-page .page-body {
        padding: 0 30px;
    }

    .product-list-container .artlist-actions {
        justify-content: center;
    }
}



@media (max-width:1024px) {

    .shopbar-container {
        padding: 0 50px !important;
    }

    .shopbar .shopbar-col-group-tools .menubar.desktop ul li a {
        font-size: 14px !important;
    }

    img.banner-img {
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
        top: 0;
        margin: auto !important;
        bottom: 0;
    }

    .text-content h1 {
        font-size: 4.5em !important;
    }

    .text-content {
        padding: 40px !important;
    }

    .cat-widget {
        padding-bottom: 300px !important;
    }

    .text-section {
        background-position-x: -150px;
    }
}

@media (max-width:992px) {
    .our-people-section img {
        width: 40%;
        top: -300px;
        right: -40px;
    }

    .best-sellers .work-with-us {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .row.work-with-us .col > img {
        width: 100%;
    }

    .row.work-with-us {
        display: block !important;
    }


    .best-sellers {
        padding-top: 80px;
    }

        .best-sellers .product-card > img {
            width: 100px;
            height: auto;
        }

    .product-card h4 {
        font-size: 18px !important;
    }

    .best-sellers .price {
        font-size: 24px;
    }

    .best-sellers .button img {
        width: 40px;
        height: 40px;
    }

    .best-sellers .button a {
        font-size: 18px;
    }

    .text-section.container-fluid.p-3 p {
        width: 90%;
        margin: auto;
    }

    .our-story.container .title {
        display: block !important;
        width: 100%;
        margin-bottom: 30px;
    }


    .partnershome-section .slide-container img {
        width: calc(25% - 30px);
        height: auto;
    }

    .partnershome-section .slide-container {
        gap: 30px !important;
        padding: 40px;
    }

    .partnershome-section p {
        padding: 0 40px;
    }
}

@media (max-width:768px) {
    .category h4 {
        font-size: 24px;
    }

    .category .btn {
        font-size: 18px !important;
    }

    .cat-widget {
        padding-bottom: 250px !important;
    }

    .cards-section div p {
        line-height: 33px;
    }
}

@media (max-width:425px) {
    .banner .text-content h1 {
        font-size: 3em !important;
    }

    .category h4 {
        font-size: 2.3em;
    }

    .category img.file-img {
        max-width: 30% !important;
    }

    .category {
        padding: 20px 0 20px;
    }

    .partnershome-section .slide-container img {
        width: 100%;
    }

    .w-100.slide-container.d-flex.justify-content-center {
        display: grid !important;
        grid-auto-columns: 2fr;
    }

    .home-page .btn-primary {
        padding: 20px 50px !important;
        margin: auto;
    }

    .product-card h4 {
        font-size: 1.5em !important;
    }

    .best-sellers .work-with-us {
        padding-top: 20px;
    }

        .best-sellers .work-with-us .text-container p {
            text-align: center;
            line-height: 40px;
        }

    .partnershome-section .title h3 {
        margin-top: 30px;
    }
}




@media screen and (max-width: 1600px) {
    .categories-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .category img.file-img {
        max-width: 50%;
    }

    .category {
        background: #ffffff;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .popular-categories {
        background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding: 100px 20px 340px 20px !important;
    }

        .popular-categories h3 {
            font-size: 60px;
        }

    .categories-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .category {
        gap: 40px;
        padding-right: 0;
    }

    .categories-cta img {
        align-self: center;
        width: 300px;
        padding-top: 60px;
    }
}
