.woof_container {
    margin-bottom: 0px;
}

#header-container, #main-wrap {
    min-width: 10vw !important;
}

.xol-main-container {
    max-width: 100vw;
    margin: 0 auto !important;
}

.xol-taxonomy-banner {
    background-color: #c3c3c338;
}

.xol-taxonomy-banner > img {
    border-radius: 10px;
    min-width: 100% !important;
    max-height: 170px !important; /* Adjusted for mobile */
    object-fit: cover;
}

.xol-taxonomy-post-banner-container {
    padding: 0px 5%;
    display: flex;
    align-items: center;
}

.xol-taxonomy-logo {
    height: 110px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    background: transparent;
}

.xol-taxonomy-logo > img {
    width: 90%;
    border-radius: 15px;
    height: 100%;
    object-fit: contain;
    background-color: white;
    border: 1px solid #E4E5E7;
    padding: 10px;
}

.xol-taxonomy-title-container {
    display: flex;
    align-items: flex-start;
    margin: 20px;
    flex-direction: column;
    justify-content: center;
}

.xol-taxonomy-title-container > span {
    font-size: 3rem;
}

.xol-taxonomy-pills {
    margin: 5px 0px;
    padding-bottom: 20px;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
}

.xol-taxonomy-pills>li>a{
    color: initial !important;
    border-radius: 0px !important;
}

.xol-taxonomy-pills>li.active>a, .xol-taxonomy-pills>li.active>a:focus, .xol-taxonomy-pills>li.active>a:hover, .xol-taxonomy-pills>li>a:hover{
    color: initial !important;
    background-color: initial !important;
    border-bottom: 2px solid black !important;
}

.xol-taxonomy-description > p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
}

/*.xol-taxonomy-product-container {
    background: white;
    border-radius: 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    transition: box-shadow 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
    margin: 10px;
    max-width: 40vw; !* Adjusted for mobile *!
}

.ViewAllProducts-Container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.ViewAllProducts-Container > a {
    border: 1px solid #1b1b1b;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
}

.ViewAllProducts-Container > a:hover {
    color: white;
    background-color: #1b1b1b;
    text-decoration: none;
}*/

.xol-taxonomy-ideas-2
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tab-content #ideas h1
{
    text-align: center;
}

#profile-header-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

#top-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: 40%;
    background-color: goldenrod;
    z-index: -5;
}

#bottom-left-bg {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 10vw;
    height: 80%;
    background-color: goldenrod;
    z-index: -5;
}

#profile-banner-container
{
    position: relative;
}

#banner-container
{
    height: 170px;
    max-width: 97%;
    margin: 20px auto 0;
    width: 2300px;
    position: relative;
}

#banner-container:before, #banner-container:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0px 16px 10px 3px #555454;
    -moz-box-shadow: 0px 16px 10px 3px #555454;
    box-shadow: 0px 16px 10px 3px #555454;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
#banner-container:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#banner-container img
{
    width: 100%;
    height: 100%;
}

#banner-container .bannerByProducts-container {
    //--s: 100px; /* control the slanted part */
    //gap: 0px; /* control the gap */

    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    border: 4px solid #ab821d;
}

.bannerByProducts-container .overlay
{
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

#banner-container .bannerByProducts-container > img {
    /*flex: 1;*/
    min-width: 0;
    object-fit: contain;
    object-position: center center;
    /*margin-right: calc((-0.95*var(--s))/2);
    margin-left: calc((-0.95*var(--s))/2);*/
    filter: grayscale(1);
    background: white;
    padding: 10px;

    flex-shrink: 0;
    display: flex;
    max-width: 40%;
}

#banner-container .bannerByProducts-container > img:hover
{
    filter: grayscale(0);
}

.profile-details-container {
    display: flex;
    flex-direction: column;
    width: 2300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile-details-container-upper
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 97%;
    align-items: center;
    margin: 0 auto;
}

.xol-taxonomy-logo-container
{
    justify-content: center;
    display: flex;
    margin-top: -50px;
}

.xol-taxonomy-logo
{
    display: block !important;
}

.xol-taxonomy-logo > img
{
    width: 100% !important;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 45%);
}

.taxonomy-details-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.taxonomy-details-row {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.profile-social-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}

/*.profile-contact-button*/
.profile-social-buttons .wcfmmp_store_header_address
{
    margin: 0px;
}

.profile-social-buttons .wcfmmp_store_header_address a
{
    background: #96da20
}

.profile-social-buttons a.wcfm_store_enquiry
{
    background: #20c7da
}

.profile-social-buttons a.profile-website-button
{
    background: #da2020
}

.profile-social-buttons a
{
    color: white !important;
    background: goldenrod;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    margin: 0 5px !important;
    padding: 5px 10px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    line-height: inherit;
    max-height: 50px;
}

/*.profile-social-buttons a span
{
    display: none;
}

.profile-social-buttons a:hover span
{
    display: block;
}*/


.profile-social-buttons a:hover
{
    text-decoration: none;
    opacity: 0.8;
}

.profile-social-buttons a:focus
{
    outline: none;
    text-decoration: none;
}

.profile-social-buttons a i {
    font-size: 30px !important;
    margin-right: 1px;
}

.profile-social-buttons span {
    font-size: 1.3rem !important;
    font-family: "Montserrat" !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    margin-left: 10px;
}

.profile-website-button {
    background: black;
    color: whitesmoke;
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 1.5rem;
}

.profile-website-button .fa-chain {
    font-size: 1.6rem !important;
}

.xol-taxonomy-title-container
{
    display: flex;
    justify-content: center;
    align-items: center !important;
    flex-grow: 1;

    background-color: white;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 45%);
    margin: 10px auto !important;
    width: 90%;
}

.xol-taxonomy-title-container span {
    padding: 5px;
    border-radius: 10px;
    font-size: 1.6rem !important;
}

.xol-taxonomy-pills {
    display: flex;
    overflow-x: auto;
    flex: initial;
}

.XOLTaxHeaders-container
{
    width: 100%;
    max-width: 100%;
}

.xol-taxonomy-pills>li.active>a
{
    font-weight: bold;
    border-bottom: 2px solid goldenrod !important;
    font-size: 1.7rem;
}

.nav>li>a
{
    font-size: 1.6rem;
    text-decoration-line: none;
}

/* Media Queries for larger screens */
@media (min-width: 576px)
{
    .xol-taxonomy-pills {
        justify-content: center;
        display: block;
    }
}

@media (min-width: 768px) {
    .xol-taxonomy-banner > img {
        max-height: 250px !important;
    }

    div.page-title-inner.page-title-inner-bgcheck .page-title
    {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    #banner-container
    {
        height: 350px;
    }

    .xol-taxonomy-logo-container
    {
        flex-grow: 0;
        justify-content: normal;
        margin: -60px 2% 0 3%;
    }

    .xol-taxonomy-logo
    {
        height: 150px !important;
    }

    .profile-details-container-upper
    {
        align-items: flex-start;
        margin-top: 10px;
    }

    .xol-taxonomy-title-container
    {
        margin: 5px auto !important;
    }

    .taxonomy-details-row
    {
        flex-direction: row;
    }

    #banner-container .bannerByProducts-container > img {
        max-width: 35%;
    }
}

@media (min-width: 992px) {
    .xol-taxonomy-banner > img {
        object-fit: cover;
    }

    .xol-taxonomy-product-container {
        max-width: 30vw; /* Adjusted for tablet */
    }

    .xol-taxonomy-title-container
    {
        width: auto;
        min-width: 368px;
    }
}

@media (min-width: 1200px) {
    .xol-taxonomy-product-container {
        max-width: 20vw; /* Adjusted for large screens */
    }

    #banner-container .bannerByProducts-container > img {
        max-width: 30%;
    }
}

@media (min-width: 1400px) {
    .xol-taxonomy-banner > img {
        max-height: 300px;
    }

    .xol-taxonomy-product-container {
        max-width: 18vw; /* Adjusted for extra large screens */
    }

    #banner-container {
        height: 350px;
        max-width: 97%;
        margin: 20px auto 0;
        z-index: auto;
        width: 2300px;
    }

    #banner-container .bannerByProducts-container > img {
        max-width: 20%;
    }
}

