.product_page_footer_header { background-color: #FFEBE4; margin-bottom: 35px; display: grid; grid-auto-flow: column; grid-gap: 6%; justify-content: center; }
.product_page_footer_header:after { content: ""; background: #FFEBE4; width: 100%; display: block; position: absolute; left: 0; height: 60px; z-index: -1; }

.product_page_footer_header a { color: #000000; font-size: 20px; cursor: pointer; position: relative; line-height: 60px; display: inline-block; padding: 0 12px; }
.product_page_footer_header a.clicked { color: #DD3812 !important; }
.product_page_footer_header a.clicked:after { content: ""; height: 0.34rem; background: #DD3812; position: absolute; bottom: 0; left: 0; width: 100%; }

.product_page_footer_content { margin:0 0 40px; }
.product_page_footer_content > div { display: none; }
.product_page_footer_content > div.active {display: block;display: grid;margin-left: 5vw;}

.product_page_footer_content .grid-2col { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; }

.product-specs { line-height: 20px;  }


.overview p > a {
    font-weight: normal;
    color: #006bb4;
    line-height: 3vw;
}

.materials_and_finishes {
    margin-top: 18px;
}

.materials > h3 {
    margin-bottom: -1.2rem;
}


.finishes > h3 {
    margin-bottom: -3rem;
}

.materials_figure > img {
    position: absolute;
    top: 72.4%;
    left: 55%;
    width: 31%;
}

.materials {
    font-size: 10pt;
    width: 55%;
}

.finishes {
    position: absolute;
    width: 50%;
    left: 55%;
    top: 80%;
    font-size: 10pt;
}

.finishes_figure > img {
    width: 50%;
    margin-top: 39px;
    margin-left: 20px;
    margin-bottom: 112px;
}

.zippers {
    width: 51%;
    margin-top: 20px;
}

.zippers_figure > img {
    position: absolute;
    top: 74.4%;
    left: 58%;
    width: 19%;
}

.hangholes {
    width: 27%;
    position: absolute;
    left: 58%;
    top: 79.3%;
}

.valves {
    width: 50%;
    margin-top: 20px;
}

.valves_figure > img {
    position: absolute;
    top: 83.7%;
    width: 20.4%;
    left: 57%;
}

.hangholes_figure > img {
    width: 31%;
}

.zippers > p > a {
    color: #006bb4;
    font-weight: normal;
    margin-left: 40px;
}

.product_page_footer_content h4 {
    font-family: 'Aktiv Grotesk';
    font-size: 18px;
    text-transform: unset;
    font-weight: 500;
}

div.product.attribute.description {
    display: none;
}

/**/
.product_page_footer {
    font-family: Aktiv Grotesk Trial !important;
}
.empty_row {
    margin-top: 2vw;
}
.product_page_footer_content a {
    color: #006bb4;
    font-weight: normal;
}
.empty_row {
    margin-top: 3vw;
}
.valves_img{
    padding-left: 2vw;
}
.hangholes_text{
    padding-left: 2vw
}
.zipper_image{
    padding-left: 2vw;
}
#materials_and_finishes > div {
    grid-gap: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.designer_details_div{
    display: grid;
}
.dimensions_headtext{
    margin-bottom: 1vw;
    font-weight: 500;
}




.pagebuilder-column.finishes_block, 
.pagebuilder-column.materials_text_column { min-width: 49%; }


@media only screen and (max-width: 767px) {
    .product_page_footer_content .grid-2col { grid-template-columns: 1fr; }
    .pagebuilder-column.finishes_block { order: -1; margin-top: 30px; }
    .product-specs--img + .product-specs--img { order: 2; }
    .pagebuilder-column.hangole_img { order: 1; }
    .pagebuilder-mobile-only { margin: 0 auto; display: block; }
    #features > div { margin-bottom: 30px; }
}