.customPageCenteredContent {
    margin: 50px 0
}

#totalTitle {
    color: #BFA768;
    margin-bottom: 50px;
    font-size: 45px;
    letter-spacing: .1px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'PlayfairDisplay'
}

#customPageTitle {
    display: none
}

.productMoreInfo {
    width: 50%;
    height: auto;
    position: relative;
    max-height: none;
    margin: 0 auto
}

.moreInfoDiv.openDiv .productGroupInfo {
    display: block
}

.moreInfoDiv {
    width: 100%;
    display: inline-block;
}

.productGrouptitle {
    color: #BFA768;
    padding: 30px 0%;
    font-size: 19px;
    letter-spacing: .3px;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 400;
    border-top: 1px solid #BFA768;
    font-family: 'PlayfairDisplay'
}

.productGrouptitle::first-letter {
    text-transform: capitalize
}

.productGroupInfo {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    line-height: 21px;
    margin-top: 5px;
    color: #000;
    margin: 0 auto;
    display: none
}

.text {
    width: 90%;
    margin-left: 20px;
    text-align: left
}

.openClose {
    position: relative;
    float: right;
    right: 0;
    overflow: hidden;
    font-family: 'Gotham';
    font-weight: 100
}

#productInfoShippingInfo img {
    width: 370px;
    margin-top: 10px
}

#finalLine {
    border-bottom: 1px solid #BFA768
}

.miniMargin {
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    ul {
        padding-left: 16px
    }

    .customPageCenteredContent {
        margin: 50px 0
    }

    #customPageTitle {
        display: none
    }

    .productMoreInfo {
        width: 90%
    }

    .moreInfoDiv.openDiv .productGroupInfo {
        display: block
    }

    .productGrouptitle {
        padding: 20px 3%;
        font-size: 13px
    }

    .productGroupInfo {
        margin-bottom: 5px;
        font-size: 13px;
        margin: 0 auto
    }

    #productInfoShippingInfo img {
        width: 370px;
        margin-top: 10px
    }
}