/* @import "compass/css3"; */

.product-care-navigation {
        list-style: none;
        margin: 0 0 56px !important;
        background: #67696d;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: flex-start;
        max-width: 730px;
        justify-content: space-around;
        max-width: 100%;
}
.product-care-navigation li {
        list-style: none !important;
}
.product-care-navigation a {
        text-decoration: none;
        display: block;
        padding: 1em;
        color: white;
        font-size: .85rem;
        font-weight: 400;
}
.product-care-navigation a:hover {
        background: #404245;
}
@media all and (max-width: 800px) {
        .product-care-navigation {
                justify-content: space-around;
        }
}
@media all and (max-width: 600px) {
        .product-care-navigation {
                -webkit-flex-flow: column wrap;
                flex-flow: column wrap;
                padding: 0;
        }
        .product-care-navigation a {
                text-align: center;
                padding: 10px;
                border-top: 1px solid rgba(255, 255, 255, 0.3);
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        .product-care-navigation li:last-of-type a {
                border-bottom: none;
                list-style: none;
                padding: 14px 20px 14px 20px;
        }
}
.product-care h2 {
        font-family: "Playfair Display", Arial, sans-serif;
        font-size: 3rem;
    padding: 100px 0 0;
}
.product-care hr {
        border: none;
        margin: inherit;
        font-size: 30px;
        color: #cdbf88;
        line-height: 20px;
        height: 40px;
}
.product-care hr::after {
        content: ".......";
        letter-spacing: 4px;
}
.product-care h3 {
        font-family: "Playfair Display", Arial, sans-serif;
        font-size: 2.25rem;
}
.product-care h4 {
        font-family: "open sans", Arial, sans-serif;
        font-size: 1.70rem;
        font-weight: normal;
        font-style: normal;
        border-top: 1px solid #D5D5D5;
        padding-top: 20px;
        color: #4677a0;
}