.customPageCenteredContent {
    margin-top: 50px
}

#customPageTitle {
    display: none
}

.title {
    display: block
}

.subtitle {
    display: block
}

.container {
    width: 65%;
    margin: 0rem auto 8rem;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.8rem
}

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

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

.title {
    text-transform: uppercase;
    font-size: 2.5rem;
    width: 65%;
    line-height: 3.6rem;
    font-weight: 300;
    color: var(--base);
    margin: auto;
    margin-top: 1rem;
    letter-spacing: 1px
}

.subtitle {
    line-height: 20px;
    font-size: 16px;
    width: 65%;
    margin: 2rem auto 1rem;
    font-weight: 600
}

.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 var(--grey)
}

.moreInfoDiv:last-of-type {
    border-bottom: solid 1px var(--grey)
}

.productGrouptitle {
    margin: 1.6rem 0;
    line-height: 2.3rem;
    font-size: 1.6rem;
    font-weight: 400;
    width: calc(100% - 1.7rem);
    cursor: pointer;
    text-transform: uppercase;
    color: var(--base)
}

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

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

.productInfoText {
    margin-top: .9rem
}

.productInfoText:last-child {
    margin-bottom: 1.2rem
}

@media screen and (max-width: 1100px) {

    .customPageCenteredContent {
        margin-top: 30px;
    }
    
    .title {
        font-size:2.2rem;
        line-height: 2.6rem;
        width: 90%
    }

    .subtitle {
        width: 90%;
        font-size: 14px;
        margin: 2rem auto 0rem;
    }

    #termsTitle {
        width: 17.5rem
    }

    #shippingTitle {
        width: 10.5rem
    }

    .box {
        margin-top: 3rem
    }

    .productGrouptitle {
        font-size: 1.8rem;
    }

    .openClose {
        right: 0rem
    }

    #policyTitle {
        width: 15.5rem
    }

    #policyTitle::before {
        left: -.7rem
    }

    #supportTitle {
        width: 21.1rem
    }

    #supportTitle::after {
        left: 4.5rem
    }

    .container {
        width: 90%;
        margin: 0rem auto 6rem
    }
}
