/* MENU FIXES */
.menu-wrap {
    padding: 14px 0;
}
.dropdown-mega {
    display: block !important;
    padding: 10px 0;
}

.dropdown-content-mega {
    display: none !important;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-mega:hover .dropdown-content-mega {
    display: block !important;
}

.dropdown-mega .link-gray-dark {
    color: #24292e !important;
}

/* HOMEPAGE SLIDER */

/* HOMEPAGE CATEGORIES */
.home-cats-main {}

h2.section-title {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 500;
}

.home-cats-main p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.home-cats-main p a {
    font-weight: bold;
    color: #24292e;
    text-decoration: underline;
}

.home-cats {
    text-align: center;
    display: flex;
    gap: 10px;
}

.home-cat-block {
    display: flex;

    position: relative;
    line-height: 0;
}

.home-cats-thumb {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.home-cats-thumb img {
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease;
}

.home-cats-thumb:hover img {
    transform: scale(1.02);
}

.home-cats-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.home-cats-title h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    transition: 0.1s ease;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.411);
    font-family: "Archivo Bold", Helvetica, Arial !important;
    text-align: center;
}

.home-cats-link {
    color: #000000;
}

.home-cats-link:hover .home-cats-thumb h4 {
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.205);
    z-index: 3;
}

.home-cats-overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000067;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.4s ease;
}

.home-cats-thumb:hover .home-cats-overlay {
    opacity: 1;
}

/* LARGER HOME CATEGORIES */
.home-cats-large .home-cats {
    gap: 30px;
    margin-bottom: 30px;
}

.home-cats-large .home-cats-overlay {
    opacity: 1;
    z-index: 2;
    transition: all 0.4s ease;
    background: linear-gradient(transparent, #00000067);
}

.home-cats-large .home-cats-thumb:hover .home-cats-overlay {
    opacity: 0.9;
    background: linear-gradient(transparent, #00000067, #00000085);
}

.home-cats-large .home-cats-thumb:hover img {
    transform: scale(1.01);
}

.home-cats-large .home-cats-title {
    z-index: 3;
    display: block;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 45px;
    z-index: 3;
    text-align: left;
    transform: translate(0px) !important;
}

.home-cats-large .home-cats-title h4 {
    text-transform: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    transition: 0.1s ease;
    text-shadow: none;
    font-family: Helvetica, Arial !important;
}

.home-cats-pricing {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

.rounded-action-button {
    padding: 20px;
    border-radius: 20px;
    font-family: "Archivo Bold", Helvetica, Arial;
    border: 0;
    font-size: 15px;
    margin: 25px 0;
    color: #000000!important;
}

/* .rounded-action-button:hover {
    background-color: #faa634;
} */

/* WHY BUY */
.why-buy-item {
    border-bottom: 1px solid #707070;
}

.why-buy-item {
    font-size: 16px;
    justify-content: space-between !important;
}

.why-buy-item img {
    height: 70px;
    width: auto;
}

.why-buy .section-title {
    padding-bottom: 0;
    padding-top: 60px;
}

/* LEADING BRANDS */
.leading-brands .brand-image {
    padding: 20px 40px;
}

.leading-brands img {
    height: 70px;
    width: auto;
}

.leading-brands .section-title {
    padding-bottom: 20px;
}

/* FULLSCREEN IMAGE WITH TEXT */
.image-with-text-full {
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    position: relative;
}

.image-with-text-inner {
    max-width: 800px;
    min-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-with-text-inner h4 {
    font-family: "Archivo Bold", Helvetica, Arial;
    font-size: 28px;
    margin-bottom: 60px;
}

.image-with-text-inner p {
    font-size: 14px;
    font-family: "Archivo Regular", Helvetica, Arial !important;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 0.3);
}

/* CONTACT US  */
.support-contacts {
    text-align: center;
    padding: 80px 0 60px 0;
    border-bottom: 1px solid #d5d4d4
}

.support-contacts h2.section-title {
    font-family: "Archivo Extra Bold", Helvetica, Arial;
    font-size: 32px;
}

.support-contacts p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.support-contacts a {
    color: #24292e;
}

.support-contacts img {
    width: 100px;
    height: auto;
}

.support-contacts .d-flex {
    margin-top: 50px;
}

.yellow-bg-container {
    background-color: #faa634;
    text-align: center;
    padding: 80px 0;
}

.yellow-bg-container h2.section-title {
    font-family: "Archivo Extra Bold", Helvetica, Arial;
    font-size: 32px;
}

.yellow-bg-container h3 {
    font-family: "Archivo Extra Bold", Helvetica, Arial;
    font-size: 32px;
    margin-bottom: 30px;
}

.yellow-bg-container h4 {
    font-family: "Archivo Extra Bold", Helvetica, Arial;
    font-size: 26px;
}

.yellow-bg-container p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.yellow-bg-container a {
    color: #24292e;
}

.text-color-white {
    color: #FFFFFF !important;
}

.contact-our-stores {
    padding: 40px 0 60px 0;
}

.contact-our-stores h2.section-title {
    font-family: "Archivo Extra Bold", Helvetica, Arial;
    font-size: 32px;
}

.contact-store {
    display: flex;
    gap: 40px;
    padding: 30px 0;
}

.contact-store-slide {
    width: 60%;
}

.contact-store-info {
    width: 40%;
    font-size: 16px;
    padding: 40px 0;
    line-height: 24px;
}

.black-rounded-action-button {
    padding: 5px 20px;
    border-radius: 20px;
    font-family: "Archivo Bold", Helvetica, Arial;
    border: 0;
    font-size: 15px;
    margin: 25px 0;
    background-color: #000000;
    color: #FFFFFF;
}

.text-color-dark {
    color: #24292e;
}

.contact-store-slide .carousel-control-prev,
.contact-store-slide .carousel-control-next {
    width: 15%;
}

.carousel-control-prev-rounded-icon,
.carousel-control-next-rounded-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-rounded-icon {
    background-image: url("images/rounded-left.png");
}

.carousel-control-next-rounded-icon {
    background-image: url("images/rounded-right.png");
}

img.hide-sm {
    display: block;
}

img.show-sm {
    display: none;
}

/* MOBILE STYLES */
@media only screen and (max-width: 980px) {
    .why-buy .p-5 {
        padding: 10px !important;
    }

    .image-with-text-inner h4 {
        font-family: "Archivo Bold", Helvetica, Arial;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .image-with-text-inner h4 br {
        display: inline !important;
    }

    .contact-store {
        display: flex;
        gap: 40px;
        padding: 30px;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .home-cats {
        text-align: center;
        display: block;
    }

    .home-cats-large .home-cats {
        margin-bottom: 0px;
    }

    .home-cat-block {
        display: block !important;
        width: 100%;
        padding-bottom: 5px;
    }

    .why-buy-wrapper {
        display: block !important;
    }

    .why-buy-col {
        display: block;
        width: 100%;
        padding: 0 30px !important;
    }

    .image-with-text-full {
        padding-top: 0%;
        text-align: center;
    }

    .image-with-text-inner {
        max-width: 100%;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 80px 30px;
    }

    .yellow-bg-container {
        padding: 80px 20px;
    }

    .contact-store {
        display: flex;
        gap: 40px;
        padding: 30px;
        align-items: center;
        flex-direction: column;
    }

    .contact-store-slide {
        width: 100%;
    }

    .contact-store-info {
        width: 100%;
        font-size: 16px;
        padding: 40px 0;
        line-height: 24px;
    }

    img.hide-sm {
        display: none !important;
    }

    img.show-sm {
        display: inline !important;
    }
}

@media only screen and (max-width: 544px) {
    .home-main-carousel {
        display: block;
    }

    .home-cats-large .home-cats-title h4 {
        text-align: left;
    }

    .home-cats-full-screen {}

    .home-cats-full-screen.home-cats-large .home-cats-title {
        display: block;
        position: absolute;
        width: 100%;
        top: auto;
        bottom: 5%;
        left: auto;
        right: auto;
        z-index: 3;
        text-align: center;
    }

    .home-cats-full-screen .home-cats-title h4 {
        font-size: 20px;
        text-align: center;
    }

    .rounded-action-button {
        margin: 15px 0;
    }

    .why-buy-col {
        padding: 0 10px !important;
    }

    .leading-brands {}

    .leading-brands .d-flex.flex-wrap {}

    .leading-brands .d-flex.flex-wrap div.p-5 {
        padding: 10px !important;
    }

    .leading-brands img {
        height: 40px;
        width: auto;
    }

    .break-mobile {
        flex-direction: column;
    }

    .support-contacts .flex-sm-justify-center {
        align-items: center !important;
    }
}

.mega-menu {
    width: 1052px;
    position: absolute !important;
}