#page .info-box {
    width: 100%;
    display: flex;
    border-style: solid;
    border-width: 1px;
    margin-top: auto;
    height: auto;
    z-index: 2;
    text-align: center;

    padding: 5px;
}

body>.info-box {
    min-height: 40px;
    width: 100%;
    display: flex;
    border-style: solid;
    border-width: 1px;
    z-index: 2;
}

#cart .container .info-box:nth-child(2) {

    margin-top: 80px;
}

.info-box>p:first-child {
    margin: auto;
}

@media (max-width: 768px) {
    .info-box {
        font-size: 10px !important;
    }

    #header ~ .info-box {
        position: fixed;
    }

    .info-box ~ #header {
        margin-top: 40px !important;
    }

    #cmsmodule .cmsmodule-arrow {
        display: none;

    }
}

.cmsmodule-image {
    max-height: 340px;
    width: 100%;
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

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

.cmsmodule-image img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.cmsmodule-categorydesc {
    width: 100%
}

.cmsmodule-categorydesc {
    display: flex;
    align-items: center;
    height: 126px;
    width: 100%;
}

.cms-categorytitle {
    width: 100%;
    text-align: left;
}

.cms-categoryname {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 0.8;
    padding: 14px 0px 0px 40px;
    color: var(--primary-font-color);
    letter-spacing: -1px;
    font-family: Helvetica;
    font-weight: 400;
}

#cmsmodule .cmsmodule-arrow {
    padding-right: 15px;

}

.cmsmodule-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 85px;
    clear: both;
    max-width: 800px;
    margin: 0 auto;
}


#cmsmodule {
    width: 100%;
}

@media(min-width:755px) and (max-width:1190px) {
    .cms-categoryname {
        font-size: 30px;
    }

    .cmsmodule-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 45px;
        clear: both;
    }
}

@media(max-width:768px) {
    #cmsmodule .container {
        padding: 0 10px 10px 10px;
    }

    #cmsmodule .cms-description-box {
        margin-bottom: -28px !important;
    }

    #cmsmodule {
        width: 100%;
        height: auto;
    }

    .cmsboxes {
        width: 100%;
        opacity: 1;
        margin: 0px;
        height: auto;
    }

    .cmsmodule-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 9px;
        margin-left: calc((100vw - 100%)/-2);
        clear: both;
        width: 100vw;
        margin-bottom: 25px;
    }

    .cmsmodule-image {
        width: 100%;
        border-bottom: none !important;
        max-height: 300px;
    }

    .cmsmodule-image img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .cmsmodule-row>a {
        margin: 5px 0 !important;
    }

    .cmsmodule-categorydesc {
        display: flex;
        align-items: end;
        width: 100%;
        height: 100px;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 45%) 100%);
        position: relative;
        top: -100px;

    }

    .cms-categoryname {
        text-transform: capitalize;
        font-size: 16px;

        letter-spacing: 0px;
        color: #FFF;
        opacity: 1;

        text-align: center;
        padding: 0;
    }

    .cms-categorytitle {
        text-align: center;
        height: 100%;
        margin-bottom: 20px;

    }

    .discovermore {
        line-height: 10px;
        font-size: 10px;
        color: var(--primary-font-color);
        margin-top: -8px;
    }

    .discovermore:first-letter {
        text-transform: capitalize;
    }

}

.discovermore {
    font-family: Helvetica;
    color: var(--primary-font-color);
}

.discovermore p {
    margin-top: -6px;
    padding-left: 45px;
}


@media(max-width:768px) {

    .discovermore p {
        letter-spacing: 1px;
        margin-top: -6px;
        padding-left: 2px;
        letter-spacing: 1px;
        margin-top: -6px;
        text-transform: uppercase;
        border: 1px solid white;
        padding: 4px;
        color: #fff;
        font-family: Helvetica;
        font-weight: bold;
        font-size: 7px;
        width: 70%;
        margin: auto;
        border-radius: 17px;
    }

    .cms-categorytitle {
        height: fit-content;
    }

    .cmsboxes {
        border: none !important;
        border-radius: 0px !important;
        opacity: 1;
        width: 100%;
        height: 300px !important;
        margin-bottom: -25px;
    }
}


.discovermore:first-letter {
    text-transform: capitalize;
}

.filter_list2 {
    margin-right: 10px;
}

#category .arrow {

    display: none;
}

.filter_category_name {
    font-size: 18px;
    letter-spacing: -0.56px;
    font-weight: bold;
    color: #FCFCFC !important;

}

.filter_label {
    display: flex;
    align-items: center;
}

#cmsmodule {
    width: 100%;
}

.cmsboxes {
    border: 1px solid #707070;
    border-radius: 27px;
    opacity: 1;
    width: 100%;
    height: auto;
}

.ttcmsbanner {
    display: none;
}

.symbol-label {
    font-family: Helvetica;
    font-weight: 400;
}

.symbol-description {
    font-family: Helvetica;
    font-weight: 400;
}

#header .info-box {
    margin-top: 0px !important;
}

@media(max-width: 768px) {
    .section-content {
        display: flex;
        flex-direction: column !important;
    }

    .section-image {
        width: 100% !important;
        margin-top: 10px;
    }

    .section {
        margin: 0;
        padding: 0;
        margin-bottom: 0px !important;
    }
}

.cmsmodule-arrow img {
    width: 50px;
}

@media (max-width:543px) {
    .cmsmodule-arrow img {
        width: 23px;
        height: 23px;
    }
}

.section {
    margin: 0;
    padding: 0;
    display: none;

}