.customPageCenteredContent {
    margin-top: 0;
    width: 100%!important
}

#customPageTitle {
    display: none
}

.container {
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
    max-width: 900px;
    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 {
    margin: auto;
    margin-top: 1rem;
    text-align: center;
    color: #AA1829;
    font-size: 28px;
    font-weight: 700;
}

.subtitle {
    line-height: 1.9rem;
    font-size: 1.5rem;
    text-align: center;
    max-width: 40rem;
    width: 80%;
    margin: 2rem auto 1rem
}

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

.productMoreInfo:nth-child(2n) {
    background: #F6F6F6
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%
}

.productGrouptitle {
    margin: 1.6rem 0;
    font-size: 17px !important;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}


h2{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.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.3rem;
    overflow: hidden;
    height: 0;
    line-height: 1.7rem;
    box-sizing: border-box;
    margin-left: 1rem
}

.productInfoText {
    margin-top: .9rem
}

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

.productGroupInfo {
    width: 90%;
    margin:auto; 
}
.productMoreInfo a {
    color: #a71e34;
}
@media screen and (max-width: 1100px) {
    .title {
        font-size:2.2rem;
        line-height: 2.6rem
    }

    #termsTitle {
        width: 17.5rem
    }

    #shippingTitle {
        width: 10.5rem
    }

    .box {
        margin-top: 3rem
    }

    .openClose {
        right: 0rem
    }

    #policyTitle {
        width: 15.5rem
    }

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

    #supportTitle {
        width: 21.1rem
    }

    #supportTitle::after {
        left: 4.5rem
    }

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