#customPageTitle {
    display: block;
}

.container {
    width: 70%;
    margin: 3rem auto 4rem;
    overflow: hidden;
    max-width: 900px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #BBBCBF;
}

.title {
    font-size: 30px;
    font-weight: var( --secondary-font-weight);
    text-transform: uppercase;
    color: var(--main);
}

.box {
    display: block;
    float: left;
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
}

.text {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.productMoreInfo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-height: fit-content;
    float: left;
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-top: solid 1px #BBBCBF;
}

.bottomText {
    width: 70%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}

.productGrouptitle {
    margin: 2rem 0;
    line-height: 36px;
    font-size: 20px;
    width: calc(100% - 1.7rem);
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.openClose {
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1.4rem;
}

.productGroupInfo {
    width: 95%;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    overflow: hidden;
    height: 0;
    line-height: 1.7rem;
    box-sizing: border-box;
}

.productInfoText {
    margin-top: 0;
}

.productInfoText:last-child {
    margin-bottom: 4.2rem;
    /* text-transform: uppercase; */
    font-size: 13px;
}

@media screen and (max-width: 1100px) {
    .title {
        font-size: 21px;
        font-weight: 600;
        margin: 1rem auto;
        letter-spacing: 0px;
    }

    .subtitle {
        font-size: 14px;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .bottomText {
        width: 90%;
        line-height: 18px;
        letter-spacing: 0px;
        font-size: 14px;
    }

    .productGrouptitle {
        letter-spacing: 0px;
        margin: 1.2rem 0px;
        font-size: 15px;
    }

    #termsTitle {
        width: 17.5rem;
    }

    #shippingTitle {
        width: 10.5rem;
    }

    .box {
        margin-top: 2rem;
    }

    .openClose {
        right: 0rem;
        font-size: 17px;
    }

    .productGroupInfo {
        line-height: 1.2rem;
    }

    .productInfoText:last-child {
        margin-bottom: 2rem;
    }

    #policyTitle {
        width: 15.5rem;
    }

    #policyTitle::before {
        left: -0.7rem;
    }

    #supportTitle {
        width: 21.1rem;
    }

    #supportTitle::after {
        left: 4.5rem;
    }

    .container {
        width: 100%;
        margin: 0
    }
}