/* Theme Name:   buddyboss-theme child theme
Description:  Write here a brief description about your child-theme
Author:       Buddyboss
Author URL:   Write here the author's blog or website url
Template:     buddyboss-theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  buddyboss-theme-child */


/* Write here your own personal stylesheet */

:root {
    /***************Fonts****************/
    --pt-primary-font-family: "Manrope", sans-serif;
    --pt-primary-font-size: 2.5rem;
    --pt-primary-line-height: 1.2;
    --fs-14px: 14px;
    --fs-15px: 15px;
    --fs-16px: 16px;
    --fs-17-px: 17px;
    --fs-18px: 18px;
    --fs-19px: 19px;
    --fs-20px: 20px;
    --fs-21px: 21px;
    --fs-22px: 22px;
    --fs-23px: 23px;
    --fs-24px: 24px;
    --fs-25px: 25px;
    --fs-26px: 26px;
    --fs-27px: 27px;
    --fs-28px: 28px;

    --fs-70px: 53px;

    /***************general****************/
    --pt-max-width: 1600px;
    --pt-primary-padding: 0 8rem;
    --pt-vertical-padding: 15rem 0;
    --pt-single-padding: 15rem;
    --pt-button-mt: 10rem;

    /***************Colors****************/

    --pt-primary-background: #6239ff;
    --pt-primary-color: #848d72;
    --pt-text-color: #191923;
    --pt-shade-color: #545049;
    --pt-primary-bg-color: #e0e0d9;
    --color-white: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* font-size: 10px; */
    /* 10px/16px = 0.625 */
    /*  font-size: 62.5%; */
    font-family: var(--pt-primary-font-family);
    overflow-x: hidden;
    /* May not work on Safari */
    scroll-behavior: smooth;
}

body {
    font-family: var(--pt-primary-font-family) !important;
    font-size: var(--pt-primary-font-size);
    line-height: var(--pt-primary-line-height);
    color: var(--pt-text-color);
    background-color: #f7f5ff !important;
}

.single.single-post{
    background-color: #ecf5f0 !important;
}


/*********************************Header**********************************************/

.home-page .site-header,
.blog .site-header,
.page-template-red-social-php .site-header {
    background-color: transparent;
    box-shadow: none !important;
}

.home .site-header.has-scrolled,
.blog .site-header.has-scrolled,
.page-template-red-social-php .site-header.has-scrolled {
    background: #f7f5ff !important;
    box-shadow: none !important;
}

.home .site-header.has-scrolled .primary-menu > li:hover > a,
.blog .site-header.has-scrolled .primary-menu > li:hover > a,
.page-template-red-social-php .site-header.has-scrolled .primary-menu > li:hover > a{
    color:var(--bb-header-links-hover) !important;
}


.home-page .buddy-child__custom-nologgedin button,
.blog .buddy-child__custom-nologgedin button,
.page-template-red-social-php .buddy-child__custom-nologgedin button {
    color: #fff;
}

.buddy-child__custom-nologgedin button,
.home .site-header.has-scrolled .buddy-child__custom-nologgedin button,
.blog .site-header.has-scrolled .buddy-child__custom-nologgedin button,
.page-template-red-social-php .site-header.has-scrolled .buddy-child__custom-nologgedin button {
    color: var(--bb-header-links);
    background-color: transparent;
}

.buddy-child__custom-nologgedin button:hover {
    color: var(--bb-header-links);
    background-color: transparent;
}

.home-page .buddy-child__custom-nologgedin button:hover,
.page-template-red-social-php .buddy-child__custom-nologgedin button:hover {
    color: #fff;
}

#bb_child_login89 {
    font-size: 14px;
    border: none;
}

#bb_child_register89 {
    font-size: 14px;
}

#bb_child_register89,
.home .site-header.has-scrolled #bb_child_register89,
.blog .site-header.has-scrolled #bb_child_register89,
.page-template-red-social-php .site-header.has-scrolled #bb_child_register89 {
    border-radius: 20px;
    border-color: var(--pt-text-color);
    transition: all 0.3s ease-in;
}

.home-page #bb_child_register89,
.blog #bb_child_register89,
.page-template-red-social-php #bb_child_register89 {
    border-color: #fff;
}

#bb_child_register89:hover {
    background-color: var(--pt-primary-background);
    border-color: var(--pt-primary-background);
    color: #fff;
    transition: all 0.3s ease-out;
}

#primary-menu {
    display: flex;
    align-items: center;
}

#primary-menu>li {
    height: auto;
}

#primary-menu>li>a {
    height: auto;
    line-height: 2;
}

.home .site-header.has-scrolled .primary-menu>li>a,
.home .site-header.has-scrolled .header-aside i,
.home .site-header.has-scrolled .bb-separator,
.blog .site-header.has-scrolled .primary-menu>li>a,
.blog .site-header.has-scrolled .header-aside i,
.blog .site-header.has-scrolled .bb-separator,
.page-template-red-social-php .site-header.has-scrolled .primary-menu>li>a,
.page-template-red-social-php .site-header.has-scrolled .header-aside i,
.page-template-red-social-php .site-header.has-scrolled .bb-separator {
    color: initial !important;
}

.home .site-header .primary-menu>li>a,
.home .site-header .header-aside i,
.home .bb-separator,
.blog .site-header .primary-menu>li>a,
.blog .site-header .header-aside i,
.blog .bb-separator,
.page-template-red-social-php .site-header .primary-menu>li>a,
.page-template-red-social-php .site-header .header-aside i,
.page-template-red-social-php .bb-separator {
    color: #fff !important;
}

div.container {
    max-width: 100%;
    padding: 0;
}

div.container .page.type-page {
    padding-left: 0;
    padding-right: 0;
}

.blog.sticky-header .site-content,
.page-template-red-social-php .site-content,
.page-template-home_guest-php .site-content {
    padding-top: 0 !important;
}

.page-template-red-social-php .site-content {
    margin-bottom: 3rem;
}

.site-branding {
    padding-right: 0px !important;
}

.primary-menu li:first-child,
.primary-menu li a:first-child {
    padding-left: 0px !important;
}

.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after {
    content: none !important;
}

.bb-template-v2 .primary-menu>li.current-menu-ancestor>a,
.bb-template-v2 .primary-menu>li.current-menu-item>a,
.bb-template-v2 .primary-menu>li.current-menu-parent>a,
.bb-template-v2 .primary-menu>li.current_page_item>a {
    border-bottom: 2px solid transparent !important;
}

.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a {
    padding-right: 10px !important;
}

.primary-menu .menu-item-has-children a{
    z-index: 1;
}

body h1,
body h2,
body h3,
body h4,
body h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.supplymenow_main_wrapper_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.supplymenow_inner_wrapper {
    width: 100%;
}

/***************************Genera font Sizes***************************************/

.supplymenow__h1__tag {
    font-family: var(--pt-primary-font-family);
    font-size: var(--fs-70px);
    font-weight: 600;
    line-height: 1.1;
    color: var(--pt-text-color);
}

.supplymenow__p__baner_tag {
    font-family: var(--pt-primary-font-family);
    font-weight: 500;
    font-size: var(--fs-18px);
    line-height: 1.2;
    text-align: center;
    color: var(--pt-text-color);
}

.supplymenow__p__secondary {
    font-family: var(--pt-primary-font-family);
    font-size: var(--fs-25px);
    font-weight: 500;
    line-height: 1.12;
}

.supplymenow__buttons--text {
    font-family: var(--pt-primary-font-family);
    font-size: var(--fs-18px);
    font-weight: 500;
    color: var(--pt-text-color);

    &:hover {
        color: var(--pt-text-color);
    }
}

.supplymenow__card__text {
    font-size: var(--fs-18px);
    line-height: 1.4;
    text-align: left;
    color: var(--pt-text-color);
}

.fs_14px {
    font-size: var(--fs-14px);
}

.fs_22px {
    font-size: var(--fs-22px);
}

.color_primary {
    color: var(--pt-primary-background);
}

/************inline styles**************************/

.shared-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 30, 30, 0.5);
}

/*******************************************General Button ************************************/

/* PAPER */
.button-paper {
    align-self: center;
    background-color: #fff;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
    box-sizing: border-box;
    border-radius: 28px;
    border: none;
    color: #41403e;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 23px;
    outline: none;
    text-decoration: none;
    transition: all 235ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 0;

    a {
        padding: 1rem 3rem 1.1rem 3rem;
        display: block;
    }
}


.button-paper {
    span {
        padding: 1rem 3rem 1.1rem 3rem;
        display: block;
    }
}

.button-paper:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
    background-color: #fff;
    transform: translate3d(0, 2px, 0);
    color: var(--pt-text-color);
}

.button-paper:focus {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
    background-color: #fff;
}

/*************************** MENU ***************************************/

/**********************authentication form ********************************/

.authentication-form--inner__content {
    padding-top: 8rem;
}

.authentication-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 999;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

.register-open .authentication-form,
.login-open .authentication-form {
    opacity: 1;
    transition: all 0.3s ease-out;
    pointer-events: all;
}

.authentication-form--inner {
    width: 40%;
    height: 100%;
    background-color: var(--pt-primary-background);
    transform: translateX(100%);
    transition: all 0.3s ease-in;
    border-top-left-radius: 100px;
    padding: 5rem;
}

.register-open .authentication-form--inner,
.login-open .authentication-form--inner {
    transform: translateX(0);
    transition: all 0.3s ease-out;
}

.authentication-form--inner__close {
    position: absolute;
    top: 40px;
    right: 90px;
}

#bb_child_close_auth {
    padding: 0;
    background: transparent;
    border: none;
    font-size: 3rem;
}

.authentication-form--inner__buttons {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.authentication-form--inner__buttons button {
    font-size: var(--fs-28px);
    font-weight: 500;
    line-height: 1.8;
    color: #a088ff;
    padding: 0;
    background-color: transparent;
    border: none;
}

.authentication-form--inner__buttons button:hover,
.authentication-form--inner__buttons button:focus {
    background-color: transparent;
}

.login-open .authentication-form--inner__buttons #login-form-89,
.register-open .authentication-form--inner__buttons #register-form-89 {
    /* Your styles here */
    color: white;
}

#custom-login-form,
.custom_register_form {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
}

#custom-login-form .supplymenow__p__baner_tag,
.custom_register_form .supplymenow__p__baner_tag {
    text-align: left;
    color: #fff;
}

#custom-login-form .button-paper,
.authentication-form__register-selector .button-paper,
.custom_register_form .button-paper {
    align-self: flex-start;
    padding: 1rem 2.8rem;
    font-size: var(--fs-25px);
    font-weight: 500;
    color: var(--pt-text-color);
}

.login-form__content,
.register-form__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 80%;
}

.login-form__content__inputs,
.register-form__content__inputs {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.login-form__content__inputs__input {
    position: relative;
}

.login-form__content__inputs__input input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 0.5px solid #fff;
    border-radius: 0;
}

.login-form__content__inputs__input input:focus {
    background-color: transparent;
    border-color: #fff;
}

.login-form__content__inputs__input input::placeholder {
    color: #fff;
    font-size: var(--fs-20px);
    line-height: 1.2;
}

.lost-password__custom-link {
    font-size: var(--fs-16px);
    color: #fff;
}

.lost-password__custom-link:hover {
    color: #fff;
}

.field-icon {
    position: absolute;
    top: 0;
    right: 2.5rem;
    transform: translate(50%, 50%);
    z-index: 2;
    color: #fff;
    cursor: pointer;
}

.login-open #custom-login-form {
    display: flex;
}

.authentication-form__register-selector,
.register-open.register-supplier .authentication-form__register-selector,
.register-open.register-client .authentication-form__register-selector {
    display: none;
}

.authentication-form__register-selector .supplymenow__p__baner_tag {
    text-align: left;
    color: #fff;
}

.authentication-form__register-selector__supplier__content {
    color: #fff;
}

.authentication-form__register-selector__user__content {
    color: #fff;
}

.register-open .authentication-form__register-selector {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.authentication-form__register-selector__supplier,
.authentication-form__register-selector__user {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.register-open.register-supplier #supplier-register-form,
.register-open.register-client #user-register-form {
    display: flex;
}

.custom_register_policies {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1.2rem;
    text-align: left;
    color: #fff;

    a {
        color: #fff;
        text-decoration: underline;

        &:hover {
            color: #fff;
        }
    }

    input {
        margin-bottom: 2px;
    }
}


.home-guest__section-eight__main-content__text.supplymenow__p__secondary {
    font-size: var(--fs-18px);
    font-weight: 500;
    line-height: 1.2;
}

.favorited-post__title {
    font-size: var(--fs-28px);
    text-align: center;
}

/******************************Home Guest******************************/

.home-guest__section-two {
    padding: 16rem 0 15rem 0;
}

.home-guest__section-two__title-wrapper--inner {
    max-width: 70%;
    position: absolute;
    bottom: -4rem;
}

#slider_home_guest_89 .slick-track,
#secondary_slider_home_guest_89 .slick-track {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-guest__section-two__gallery-wrapper--carousel__image,
.home-guest__section-four__gallery-wrapper--carousel__image {
    max-height: 36rem;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 89 / 116;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;

    img {
        height: 100%;
        object-fit: cover;
    }
}

.home-guest__section-two__gallery-wrapper--carousel__image:after,
.home-guest__section-four__gallery-wrapper--carousel__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.25s ease-in;
}

.slick-slide {
    cursor: pointer;
}

.slick-center+div .home-guest__section-two__gallery-wrapper--carousel__image:after,
#secondary_slider_home_guest_89 .slick-slide.selected.slick-active .home-guest__section-four__gallery-wrapper--carousel__image:after {
    transition: all 0.5s ease-out;
    background-color: transparent;
}

.slick-center+div .home-guest__section-two__gallery-wrapper--carousel__image,
#secondary_slider_home_guest_89 .slick-slide.selected.slick-active .home-guest__section-four__gallery-wrapper--carousel__image,
.slick-track .slick-slide.selected[aria-hidden="true"]:last-child+div,
/* #secondary_slider_home_guest_89 .slick-slide.slick-current.slick-active .home-guest__section-four__gallery-wrapper--carousel__image, */
#secondary_slider_home_guest_89 .slick-track .slick-slide.slick-current[aria-hidden="true"]:last-child+div {
    max-height: 35rem;
    width: 100%;
    transition: height 0.5s ease-in-out;
    height: 100%;
    aspect-ratio: 12/22;
    object-fit: cover;

    img {
        height: 100%;
        object-fit: cover;
    }
}

#secondary_slider_home_guest_89 .slick-slide.selected.slick-active .home-guest__section-four__gallery-wrapper--carousel__image,
#secondary_slider_home_guest_89 .slick-slide:has(+ .slick-current.slick-active) .home-guest__section-four__gallery-wrapper--carousel__image,
#secondary_slider_home_guest_89 .slick-track .slick-slide.slick-current[aria-hidden="true"]:last-child+div+div {
    max-height: 35rem;
    width: 100%;
    transition: height 0.5s ease-in-out;
    height: 100%;
    aspect-ratio: 12/22;
    object-fit: cover;

    img {
        height: 100%;
        object-fit: cover;
    }
}

.slick-current {
    height: 100% !important;
}

.slick-problem {
    height: 100% !important;
}

.home-guest__section-three--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.3rem;
    padding-bottom: var(--pt-single-padding);
}

.home-guest__section-three__content {
    max-width: 930px;
}

.home-guest__section-three__button .button-paper {
    background-color: var(--pt-primary-background);

    a {
        color: #fff;
    }
}

.home-guest__section-four {
    padding-bottom: var(--pt-single-padding);
}

.home-guest__section-four__title-wrapper>div {
    display: flex;
    justify-content: flex-end;
}

.home-guest__section-four__title-wrapper--inner {
    text-align: right;
    max-width: 60%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.home-guest__section-four__button-container {
    text-align: center;
    margin-top: var(--pt-button-mt);

    .button-paper {
        background-color: var(--pt-primary-background);

        a {
            color: #fff;
        }
    }
}

.home-guest__section-seven .button-paper a.supplymenow__buttons--text,
.home-guest__section-seven .button-paper span.supplymenow__buttons--text {
    padding: 8px 16px;
    font-size: var(--fs-16px);
}

/********************Section five*********************/

.home-guest__section-five {
    background-image: linear-gradient(to top, #6239ff, #cdc0ff 53%, #f7f5ff);
}

.home-guest__section-five--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    padding-bottom: 7rem;
}

.home-guest__section-five__title {
    max-width: 103rem;
}

.home-guest__section-five__title--text {
    text-align: center;
}

.home-guest__section-five__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 43.3rem 28.6rem 32.3rem; */
    grid-template-rows: 15rem 16rem 14rem;
    gap: 2.3rem;
    width: 100%;
}

.home-guest__section-five__cards--card {
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2.4rem;
    background-color: var(--pt-primary-background);
    overflow: hidden;
    position: relative;
}

.home-guest__section-five__cards--card:first-of-type {
    grid-row: span 2;
}

.home-guest__section-five__cards--card:nth-child(3) {
    grid-row: span 3;
}

.home-guest__section-five__cards--card:nth-child(4) {
    grid-row: span 2;
}

.home-guest__section-five__cards--card__content {
    min-height: 13rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-guest__section-five__cards--card__title--content {
    font-size: var(--fs-22px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.home-guest__section-five__cards--card__text,
.home-guest__section-five__cards--card__text p {
    font-size: var(--fs-14px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px !important;
}

.home-guest__section-five__cards--card__gallery {
    display: grid;
    grid-template-columns: 30% 35% 32%;
    /* grid-auto-rows: 12rem; */
    gap: 1rem;
}

.home-guest__section-five__cards--card__gallery--element {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.home-guest__section-five__cards--card__gallery--element img {
    width: 100%;
    height: 200px;
    height: 12rem;
    height: 10rem;
    object-fit: cover;
}

/* .home-guest__section-five__cards--card__gallery--element img {
  width: 145px;
  height: 145px;
  object-fit: cover;
} */


.home-guest__section-five__cards--card__gallery--element:first-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.home-guest__section-five__cards--card__gallery--element:nth-child(4) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.home-guest__section-five__cards--card:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-guest__section-five__cards--card__featured-title--content {
    font-size: 84px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.home-guest__section-five__cards--card__featured-title--content p {
    margin-bottom: 0;
}

.home-guest__section-five__cards--card__icon {
    position: absolute;
    right: 0;
    background-color: #4c2fbc;
    width: 2.5rem;
    height: 2.5rem;
    top: 3rem;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 0.7rem;
}

.home-guest__section-five__cards--card:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-guest__section-five__cards--card__overlay-gallery {
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
}

.home-guest__section-five__cards--card__overlay-gallery--element {
    max-height: 27.1rem;
    width: 30%;
    height: 100%;
    overflow: visible;
    z-index: 1;

    .home-guest__section-five__cards--card__overlay-gallery--element__intern {
        height: 100%;
        overflow: hidden;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    img {
        height: 100%;
        object-fit: cover;
    }
}

.home-guest__section-five__cards--card__overlay-gallery--element:nth-child(2) {
    flex: 1;
}

.home-guest__section-five__cards--card__overlay-gallery--element:first-child {
    height: 90%;
    z-index: 2;

    .home-guest__section-five__cards--card__overlay-gallery--element__intern {
        width: 120%;
        box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
    }
}

.home-guest__section-five__cards--card__overlay-gallery--element:last-child {
    z-index: 0;
    height: 90%;

    .home-guest__section-five__cards--card__overlay-gallery--element__intern {
        position: relative;
        left: -20%;
        width: 120%;
    }
}

.home-guest__section-five__cards--card__atributes {
    padding: 2rem;
    background-color: #f0ecff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1.5rem;
}

.home-guest__section-five__cards--card__atributes--element {
    display: flex;
    align-items: center;
    background-color: #e8e3fe;
    padding: 1rem;
    border-radius: 28px;
    gap: 1.5rem;
}

.home-guest__section-five__cards--card__atributes--element__icon {
    width: 14%;
}

.home-guest__section-five__cards--card__atributes--element__content {
    flex: 1;
}

.home-guest__section-five__cards--card__atributes--element__content--text {
    font-size: var(--fs-14px);
    line-height: 1.5;
    text-align: left;
    color: #222;

    p {
        margin-bottom: 0;
    }
}

.home-guest__section-five__cards--card:nth-child(3) {
    display: flex;
    flex-direction: column;
}

.home-guest__section-five__cards--card__atributes--element__content--title {
    font-size: var(--fs-18px);
    font-weight: medium;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #222;
}

.home-guest__section-five__plans {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-guest__section-five__plans__left-block {
    width: 44%;
}

.home-guest__section-five__plans__left-block__content--title {
    color: var(--pt-text-color);
    padding-top: 1.5rem;
}

.home-guest__section-five__plans__left-block__content--text {
    text-align: left;
    max-width: 60rem;
}

.home-guest__section-five__plans__left-block__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 89rem;
}

.home-guest__section-five__plans__left-block__buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 7rem;
}

.home-guest__section-five__plans__right-block {
    max-width: 33%;
    display: flex;
    flex-direction: column;
    /* gap: 4rem; */
    padding: 2.5rem;
    background-image: linear-gradient(to top, #6239ffd1, #cdc0ff 100%, #ffffff);
    background-color: #fff;
    border-radius: 2.4rem;
}

.home-guest__section-five__plans__right-block__content--text {
    font-size: var(--fs-14px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
    margin-bottom: 1rem;
}

.page-template-default .entry-content p {
    font-size: var(--fs-14px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.home-guest__section-five__plans__right-block__content--title,
.page-template-default .wp-block-heading {
    font-size: var(--fs-22px);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.page-template-default .entry-title {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
    font-family: Manrope;
}

.home-guest__section-five__plans__right-block__content__block-one,
.home-guest__section-five__plans__right-block__content__block-two {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.home-guest__section-five__plans__right-block__content {
    display: flex;
    flex-direction: column;
    /*   gap: 1rem; */
    border-bottom: 0.3px solid var(--pt-text-color);
}

.home-guest__section-five__plans__right-block__content--botton-text__info p span {
    font-size: var(--fs-22px);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.home-guest__section-five__plans__right-block__content--botton-text__info p {
    font-size: var(--fs-22px);
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    color: var(--pt-text-color);
}

.home-guest__section-five__plans__right-block__content--botton-text__button {
    text-align: center;
}

.home-guest__section-five__plans__left-block__buttons--secondary .button-paper:last-child {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.home-guest__section-five__plans__left-block__buttons--secondary .button-paper.active:last-child {
    background-color: #fff !important;
    backdrop-filter: blur(0px) !important;
}

.home-guest__section-five__plans__left-block__buttons--secondary .button-paper:not(.active),
.nav-item.home-guest__section-five__plans__left-block__buttons--main .button-paper:not(.active) {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
}


.home-guest__section-seven {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-guest__section-seven::after {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.supplymenow_main_wrapper_center.home-guest__section-seven {
    align-items: stretch;
    padding-top: 20vh;
    padding-bottom: 12rem;
}

.home-guest__section-seven__main-content__title,
.home-guest__section-seven__main-content__text,
.home-guest__section-seven__secondary-content__text {
    color: #fff;
    text-align: center;
}

.home-guest__section-seven--inner {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.home-guest__section-seven__main-content {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.home-guest__section-seven__secondary-content__text {
    font-size: var(--fs-14px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

.home-guest__section-eight--inner {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

.home-guest__section-eight__main-content__title,
.home-guest__section-eight__main-content__text {
    text-align: center;
    color: var(--pt-text-color);
}

.favorited-post-magazine {
    position: relative;
    aspect-ratio: 44/21;
    max-height: 41.3rem;
    border-radius: 24px;
    overflow: hidden;
    transition: height 0.3s ease-in;
    height: 100%;

    >a {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.favorited-post-magazine::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.slick-center .favorited-post-magazine {
    aspect-ratio: 41/25;
    max-height: 49.7rem;
    transition: height 0.3s ease-out;
    height: 100%;
}

.favorited-post__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#favorited_magazine_posts_89 .slick-track {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* .home-guest__section-eight--carousel {
  padding-bottom: var(--pt-single-padding);
  margin-top: 10rem;
} */

/* .home-guest__section-eight--inner {
  padding-top: var(--pt-single-padding);
} */

.favorited__posts-magazine__title-wrapper {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    z-index: 1;
    color: #fff;
    padding: 4rem;
}

.favorited__posts-magazine__title-icon {
    width: 3rem;
    padding: 1rem;
    border-radius: 2.5rem;
    border: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.favorited-post-magazine a:hover .favorited__posts-magazine__title-icon {
    scale: 1.1;
    transition: all 0.3s ease-in-out;
    border: 1.5px solid #fff;
    font-size: 1.3rem;
}

.suppliers-featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 2.5rem;
}

.suppliers-featured__element__image {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 1rem;

    img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

body.tax-categoria_miembro .suppliers-featured__element__image{
    margin-bottom: 0px !important;
}

.suppliers-featured__element__item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.suppliers-featured__element__item-avatar {
    max-width: 45px;

    img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    }
}

.suppliers-featured__element__item-text {
    color: var(--pt-text-color);
}

.suppliers-featured__element__item-meta {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--pt-text-color);

    p {
        margin-bottom: 0;
    }
}

.home-guest__section-nine {
    display: flex;
    justify-content: center;
}

.home-guest__section-nine--inner {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
}

.home-guest__section-nine__main-content__title {
    color: var(--pt-text-color);
    text-align: center;
}

.home-guest__section-nine__main-content__text {
    color: var(--pt-text-color);
    text-align: center;
}

/* .suppliers-featured {
  padding: var(--pt-vertical-padding);
} */

.home-guest__section-eight--button {
    text-align: center;

    .button-paper {
        background-color: var(--pt-primary-background);

        .supplymenow__buttons--text {
            color: #fff;
        }
    }
}

.home-guest__section-seven__secondary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.home-guest__section-seven__secondary-content__buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* NAVEGACION MEGA MENU */

.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu {
    background: transparent;
}

#primary-navbar>ul#primary-menu>li>.wrapper.ab-submenu:first-of-type {
    height: 100vh;
    width: 100%;
    min-width: 100%;
    position: fixed;
    top: 0%;
    background-image: linear-gradient(to bottom,
            #ad98ff,
            #e1c9fd 49%,
            #f0d3ce 74%,
            #efb8af) !important;
    padding: 10rem 3rem;
    border-radius: 0px;
    z-index: 0;
}



.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
    top: 10rem !important;
    height: 70% !important;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
    top: 0px !important;
}

.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu {
    background: transparent !important;
}

#primary-navbar>ul#primary-menu>li>.wrapper.ab-submenu:first-of-type>ul.bb-sub-menu>li>a {
    font-size: clamp(16px, 2.5vw, 32px) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.primary-menu a {
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color) !important;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
    max-height: 100vh !important;
    height: 58vh !important;
    min-width: 320px !important;
    max-width: 415px !important;
    width: clamp(220px, 30vw, 415px) !important;
    border-right: #191923 solid 1px;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu:not(:has(.bb-sub-menu)) {
    border-right: 0px;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu .bb-sub-menu {
    max-height: 100vh !important;
    min-width: 120px !important;
    max-width: 200px !important;
    width: clamp(120px, 30vw, 200px) !important;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a:hover,
.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a {
    background: transparent !important;
    color: #6239ff !important;
}

.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu {
    background: transparent !important;
    box-shadow: none !important;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item.menu-item-has-children>a::after {
    content: none !important;
}

#navbar-extend .menu-item-has-children::after,
.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow)::after {
    top: -50% !important;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
    /*   -webkit-transform: translateX(119%) !important;
  -ms-transform: translateX(119%) !important;
  transform: translateX(119%) !important; */
    -webkit-transform: translateX(40%) !important;
    -ms-transform: translateX(40%) !important;
    transform: translateX(40%) !important;
    padding: 0px 0px 10px 20% !important;

}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
    -webkit-transform: translateX(130%) !important;
    -ms-transform: translateX(130%) !important;
    transform: translateX(130%) !important;
    padding: 0px 0px 10px 20.5% !important;
}

/* 4to nivel de submenú */
.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
    -webkit-transform: translateX(99%) !important;
    -ms-transform: translateX(99%) !important;
    transform: translateX(99%) !important;
    padding: 0px 0px 10px 17.5% !important;
}

.home-guest__section-seven__main-content__text.supplymenow__p__secondary,
.home-guest__section-nine__main-content__text.supplymenow__p__secondary,
.suppliers-featured__element__item-text.supplymenow__p__secondary {
    font-size: var(--fs-18px);
    line-height: 1.2;
    font-weight: 500;
}

/*************************************Edit Page***********************************/

.buddypress-wrap .label__supplier-form__element select {
    height: auto;
    min-height: 4rem;
}

.wrapper,
#masthead .site-header-container,
.supplymenow_main_wrapper_center,
.page-template-default #content {
    padding-right: 1rem;
    padding-left: 1rem;
}

.wrapper-left {
    padding-left: 1rem;
}

.page-template-default .site-content .container {
    padding: 0 10px;
}

/* #masthead .site-header-container {
  max-width: 1600px;
} */

#site-logo .site-title .bb-logo img,
#site-logo .site-title img.bb-logo,
.buddypanel .site-title img {
    width: auto !important;
}

.header-search-wrap {
    height: 100vh !important;
    background-image: linear-gradient(to bottom,
            #6239ff,
            #e1c9fd 49%,
            #f0d3ce 74%,
            #efb8af) !important;
    color: #fff !important;
}

.header-search-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-search-wrap .container .search-form {
    margin: 0px;
}

@media (min-width: 768px) {

    .wrapper,
    #masthead .site-header-container,
    .supplymenow_main_wrapper_center,
    .page-template-default #content {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }

    .wrapper-left {
        padding-left: 2.5%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1439px) {
    #primary-navbar>ul#primary-menu>li>.wrapper.ab-submenu:first-of-type>ul.bb-sub-menu>li>a {
        font-size: clamp(18px, 2.5vw, 40px) !important;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1 !important;
        letter-spacing: normal;
        text-align: left;
        color: var(--pt-text-color);
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        /*   -webkit-transform: translateX(119%) !important;
  -ms-transform: translateX(119%) !important;
  transform: translateX(119%) !important; */
        -webkit-transform: translateX(38%) !important;
        -ms-transform: translateX(38%) !important;
        transform: translateX(38%) !important;
        padding: 0px 0px 10px 19.5% !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        -webkit-transform: translateX(114%) !important;
        -ms-transform: translateX(114%) !important;
        transform: translateX(114%) !important;
        padding: 0px 0px 10px 27% !important;
    }

    /* 4to nivel de submenú */
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        -webkit-transform: translateX(110%) !important;
        -ms-transform: translateX(110%) !important;
        transform: translateX(110%) !important;
        padding: 0px 0px 10px 17.5% !important;
    }


}

@media (min-width: 1600px) {}

@media (min-width: 1700px) {
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        /*   -webkit-transform: translateX(119%) !important;
  -ms-transform: translateX(119%) !important;
  transform: translateX(119%) !important; */
        -webkit-transform: translateX(23%) !important;
        -ms-transform: translateX(23%) !important;
        transform: translateX(23%) !important;
        padding: 0px 0px 10px 18.5% !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        -webkit-transform: translateX(114%) !important;
        -ms-transform: translateX(114%) !important;
        transform: translateX(114%) !important;
        padding: 0px 0px 10px 30% !important;
    }

    #primary-navbar>ul#primary-menu>li>.wrapper.ab-submenu:first-of-type>ul.bb-sub-menu>li>a {
        font-size: clamp(18px, 2.17vw, 55px) !important;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18 !important;
        letter-spacing: normal;
        text-align: left;
        color: var(--pt-text-color);
    }

    /* 4to nivel de submenú */
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
        -webkit-transform: translateX(110%) !important;
        -ms-transform: translateX(110%) !important;
        transform: translateX(110%) !important;
        padding: 0px 0px 10px 19% !important;
    }
}

@media (min-width: 1920px) {}

/* BLOG */
.custom-post-card {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    /* border-top: solid 1px rgba(0, 0, 0, 0.1); */
}

.post-content-wrapper {
    display: flex;
    gap: 3rem;
    width: 100%;
}

.post-thumbnail {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 417px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.post-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-title {
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.post-title a {
    color: var(--pt-text-color);
    text-decoration: none;
}

.post-excerpt {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.post-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.post-category {
    color: var(--pt-text-color);
    padding: 5px 15px;
    border-radius: 23px;
    background-color: rgba(97, 57, 255, 0.1);
    font-size: 14px;
}

.post-duration {
    color: var(--pt-text-color);
    padding: 5px 15px;
    border-radius: 23px;
    background-color: rgba(98, 57, 255, 0.1);
    font-size: 14px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 28px;
    color: #fff;
    background-color: #6239ff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    transition: all 0.3s;
}

.read-more-btn:hover {
    color: #fff;
    transition: all 0.3s;
}

.select2-search.select2-search--inline,
.select2-search__field {
    width: 100% !important;
}

.single.single-post .post-meta-wrapper{
    border-top: 0px !important;
}

/* AJUSTES DE PAGINA DE PROVEEDORES */

.company-name {
    font-size: var(--fs-70px) !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

body #buddypress #item-header-cover-image #item-header-avatar img.avatar {
    max-width: 75px !important;
    border: 0px !important;
}

.users-header #item-header-avatar:hover .link-change-overlay {
    height: 75px !important;
    top: 0% !important;
}

.users-header #item-header-avatar a.link-change-profile-image {
    top: 15px !important;
}

[data-bp-tooltip][data-bp-tooltip-pos="down"]::after {
    left: 150% !important;
}

.single-headers .member-status {
    right: 15% !important;
    top: -15% !important;
}

.descripcion_corta {
    font-size: var(--fs-25px);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.descripcion_larga {
    font-size: var(--fs-20px);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.hr_black {
    background-color: var(--pt-text-color);
    height: 1px;
}

.titular_section {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.contact_xprofile {
    margin-bottom: 0.5rem;
}

.profile_section_custom a {
    color: var(--pt-text-color);
}

.border-right {
    border-right: 1px solid rgba(25, 25, 35, 0.25);
}

.sections_buttons {
    border-top: 1px solid rgba(25, 25, 35, 0.25);
}

.buddypress-wrap .profile.edit .editfield .description {
    margin-top: 2rem;
}

.members_smn {
    font-size: var(--fs-70px);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--pt-text-color);
}

.sections_buttons a,
.sections_buttons button {
    padding: 1rem 1.8rem !important;
    border-radius: 28px !important;
    background-color: var(--pt-primary-background) !important;
    font-size: var(--fs-18px) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: var(--color-white) !important;
    height: auto !important;
    border: none !important;
}

.tax-categoria_miembro .users-grid[data-grid-mode="1"] .sections_buttons a,
.tax-categoria_miembro .users-grid[data-grid-mode="1"] .sections_buttons button{
    padding: .5rem 1.2rem !important;
}

.member-type-proveedor #buddypress .sections_buttons .member-header-actions+.bb_more_options .bb_more_options_action i {
    color: var(--color-white) !important;
}

.member-type-proveedor #buddypress .sections_buttons .bb_more_options_list a.send-message,
#switch-button-4 {
    color: var(--color-white) !important;
    font-size: inherit !important;
    margin-bottom: 1rem !important;
}

body.member-type-proveedor #buddypress #header-cover-image.cover-large {
    height: 100vh !important;
}

.match_section_info {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs_25px {
    font-size: var(--fs-25px);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    font-size: 12px !important;
    font-weight: 600;
    padding: 0.3rem .8rem;
    border-radius: 28px;
    /* border: solid 0.3px #191923; */
    border: none !important;
    background-color: #ede8ff !important;
}

.tag_parent {
    font-size: 12px !important;
    font-weight: 600;
    padding: 0.3rem .8rem;
    border-radius: 28px;
    background-color: #b8e0ca;
}

.tag_parent.category,
.tag.category {
    background-color: #ede8ff !important;
    border: none !important;
}

.match-button {
    position: absolute;
    bottom: 5%;
    left: 45%;
    z-index: 2;
}

.match-button .send-message {
    padding: 1rem 1.8rem !important;
    border-radius: 28px !important;
    background-color: var(--color-white) !important;
    font-size: var(--fs-25px) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: var(--pt-text-color) !important;
    height: auto !important;
    border: none !important;
}

.send-message {
    display: block;
}

.galleria_proveedores img {
    width: auto;
    height: 100%;
    max-height: 879px;
    object-fit: cover;
    border-radius: 24px;
    margin: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    font-size: 1.2rem !important;
}

.galleria_proveedores .swiper-button-next,
.galleria_proveedores .swiper-button-prev {
    color: white;
    opacity: 0.4;
    background-color: var(--pt-text-color);
    padding: 1.5rem;
    border-radius: 100%;
    width: 15px;
    height: 33px;
}

.bb-template-v2 .primary-menu>li:hover>a::before {
    background: transparent !important;
}

.bb-template-v2 .primary-menu>li:hover>a {
    color: var(--bb-header-links-hover) !important;
}

/* estilos para carrusel de imágenes de fondo de submenú */
/* Asegura contexto para posicionar el fondo */
.ab-bg-vert-carousel {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 25vw;
    top: 0px;
    right: 1%;
    bottom: 0px;
    overflow: hidden;
    /* Cuántas slides queremos ver al mismo tiempo (puedes cambiar) */
    --ab-vert-visible: 3;
    /* Espacio entre slides (ajusta a tu gusto) */
    --ab-vert-gap: 1rem;
}

.ab-bg-vert-rail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* altura gestionada por JS (para calcular en px) */
    display: flex;
    flex-direction: column;
    gap: var(--ab-vert-gap);
    transition: transform 800ms ease;
    will-change: transform;
    /* animación de paso */
}

.ab-bg-vert-slide {
    width: 100%;
    /* Cada slide ocupa (100% menos el total de gaps) / visibles */
    /* flex: 0 0 calc((100% - ( (var(--ab-vert-visible) - 1) * var(--ab-vert-gap) )) / var(--ab-vert-visible)); */
    background-size: cover;
    background-position: center center;
    filter: saturate(0.95) contrast(1.05);
    border-radius: 24px;
    border: solid 1px #191923;
}

.shared-banner__title--wrapper,
.shared-banner__content--wrapper {
    max-width: 60% !important;
}

body.messages .buddypress-wrap {
    max-width: 100% !important;
}

body.messages #buddypress .hr_black,
body.xprofile.bp-user.my-account.my-profile #buddypress .hr_black,
body.settings.bp-user.my-account #buddypress .hr_black {
    display: none !important;
}

.messages-wrapper,
.bp-profile-content,
.bb-bp-settings-content {
    background: #f7f5ff !important;
    border-color: #6239ff !important;
}

body.xprofile.bp-user.my-account.my-profile {
    background: #f7f5ff !important;
}

.bp-supplier-category .list-group-item {
    background: #f7f5ff !important;
}

body.member-type-proveedor,
body.member-type-proveedor .bp-profile-content,
body.xprofile.bp-user.member-type-proveedor.my-account.my-profile{
    background-color: #ecf5f0 !important;
}

body.member-type-proveedor .swiper-button-next{
    right: 8% !important;
}

body.member-type-proveedor .swiper-button-prev{
    left: 8% !important;
}

/* Responsive font sizes */
@media (max-width: 1200px) {
    :root {
        --pt-primary-font-size: 2.2rem;
        --fs-70px: 45px;
        --fs-28px: 24px;
        --fs-25px: 22px;
        --fs-22px: 19px;
        --fs-20px: 17px;
        --fs-18px: 16px;
        --fs-16px: 15px;
        --fs-14px: 13px;
    }
}

@media (max-width: 992px) {
    :root {
        --pt-primary-font-size: 1.8rem;
        --fs-70px: 36px;
        --fs-28px: 21px;
        --fs-25px: 18px;
        --fs-22px: 16px;
        --fs-20px: 15px;
        --fs-18px: 14px;
        --fs-16px: 13px;
        --fs-14px: 12px;
    }

    .shared-banner__title--wrapper,
    .shared-banner__content--wrapper {
        max-width: 100% !important;
    }

    #slider_home_guest_89 .home-guest__section-two__gallery-wrapper--carousel__image {
        max-height: 100% !important;
        aspect-ratio: auto !important;
    }

    #slider_home_guest_89 .slick-slide {
        width: 200px !important;
    }

    /* #slider_home_guest_89 img {
    height: 300px !important;
    width: 120px !important;
  } */

    .home-guest__section-two .home-guest__section-two__title-wrapper--inner .supplymenow__h1__tag {
        font-size: var(--fs-28px) !important;
    }

    .home-guest__section-four .home-guest__section-four__title-wrapper--inner .supplymenow__h1__tag {
        font-size: var(--fs-28px) !important;
    }

    .home-guest__section-five__cards {
        display: grid;
        grid-template-columns: 1fr;
        /* una sola columna */
        grid-auto-rows: auto;
        /* altura automática según contenido */
        gap: 2.3rem;
        width: 100%;
    }

    .home-guest__section-five__plans {
        display: block;
    }

    .home-guest__section-five__plans .home-guest__section-five__plans__left-block {
        width: 100%;
    }

    .home-guest__section-five__plans .home-guest__section-five__plans__right-block {
        max-width: 100%;
    }

    .home-guest__section-five__plans .home-guest__section-five__plans__left-block .home-guest__section-five__plans__left-block__buttons {
        margin: 1rem auto 2.5rem auto !important;
    }

    .home-guest__section-seven--inner,
    .home-guest__section-eight--inner,
    .home-guest__section-nine--inner {
        max-width: 100%;
    }

    .hero-content {
        width: 90%;
    }

    .home-guest__section-eight {
        padding: 0 1rem;
    }

    .home-page .site-header .bb-left-panel-mobile>i {
        color: #fff !important;
    }

    .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
        background-color: var(--bb-sidenav-menu-background-color-active) !important;
    }

    .post-content-wrapper {
        display: block;
        width: 100%;
    }

    .post-thumbnail {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .post-thumbnail img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }

    #primary_blog h2.post-title {
        font-size: 21px !important;
    }

    #primary_blog .custom-post-card {
        padding-top: 7% !important;
        padding-bottom: 7% !important;
    }

    .author-info {
        width: 83% !important;
    }

    .custom_footer {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

}


.header-search-link {
    pointer-events: none;
}

/* 
@media (max-width: 768px) {
  :root {
    --pt-primary-font-size: 1.4rem;
    --fs-70px: 28px;
    --fs-28px: 18px;
    --fs-25px: 15px;
    --fs-22px: 13px;
    --fs-20px: 12px;
    --fs-18px: 11px;
    --fs-16px: 10px;
    --fs-14px: 9px;
  }
}

@media (max-width: 480px) {
  :root {
    --pt-primary-font-size: 1.1rem;
    --fs-70px: 20px;
    --fs-28px: 14px;
    --fs-25px: 12px;
    --fs-22px: 10px;
    --fs-20px: 9px;
    --fs-18px: 8px;
    --fs-16px: 7px;
    --fs-14px: 6px;
  }
} */

.post-template-default.single.single-post #comments {
    display: none;
}