.help-selector > h4 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    margin-bottom: 0px;
}
.help-selector > h4 > span {
    font-weight: bold;
    font-style: italic;
    color: #0081c6;
}
.help-selector > p {
    font-size: .8em;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    text-align: center;
}
#product-selector-tool {
    text-align: center;
    margin-bottom: 1.5em;
}
#product-selector-tool .top-border{
    height: 5px;
    width: 100%;
    background-image: linear-gradient(to right, #003767 0%, #82cbfa 100%);
    margin-bottom: .5em;
}

#product-selector-tool > h5 {
    text-align: center;
    font-size: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
#product-selector-tool > h5 > span {
    font-weight: bold;
    font-style: italic;
}
#product-selector-tool img {
    max-width: 100%;
    margin-bottom: .5em;
}
#product-selector-tool p {
    font-size: .8em;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

#product-selector-tool a {
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
#product-selector-tool a:hover {
    text-decoration: none;
}
#product-selector-tool a span {
    transition: all 300ms;
}
#product-selector-tool a:hover span {
    margin-left: 15px;

}
body {
    background-color: white;
}

[data-tooltip] {
    position: relative;
}
[data-tooltip]::after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    /*background-color: #444;*/
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    color: white;
    padding: .5em 1.5em;
    border-radius: 5px;
    font-size: .9em;
    bottom: 0;
    left:0;
    white-space: nowrap;
    transform: scale(0);
    transition: transform ease-out 150ms,
                bottom ease-out 150ms
}
[data-tooltip]:hover::after {
    bottom: 100%;
    transform: scale(1);
}

.child-category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 75px;
    position: relative;
}
.child-category::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 80%;
    left: 10%;
    height: 2px;
    background-color: #CCC;
    /*margin-bottom: 50px;*/
    }

.child-category a {
    width: 24%;
    margin-right: .7%;
}
.child-category figure {
    padding: 3px;
    background-color: #DDD;
}
.child-category img {
    width: 100%;
}

.child-category-name {
    font-family: "Monserrat", sans-serif;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    margin-top: 1em;
    font-weight: bold;
}

.product-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.price-filter-container {
    padding: .5em 2em;
    margin-bottom: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;

}
.price-filter-container span {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.price-filter {
    padding: 0.25em 1em;
    color: #777;
    font-family: "Quicksand", sans-serif;
    font-size: .8em;
}
.price-filter:hover, .price-filter.active {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.price-filter:nth-child(2) {
    margin-left: 3em;
}



        img {
            max-width: 100%;
        }

        figure.image {
            width: 100%;
            padding: 8px;
            border-radius: 20px;
            background-color: #EEE;
        }
        figure.image img {
            width: 100%;
            border-radius: 20px;
        }
        figure.image.image-style-side {
            width: 50%;
            padding: 8px;
            background-color: #EEE;
            border-radius: 15px;
            display: inline-block;
            float: right;
            margin-left: 20px;
        }
        figure.image.image-style-side img {
            width: 100%;
            border-radius: 15px;

        }

        figcaption {
            text-align: center;
            font-size: .8em;
        }

        blockquote {
            border-left: 8px solid #DDD;
            padding-left: 2em;
            font-style: italic;
        }

        .product-video {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 1px;
            left: 1px;
            font-size: 35px;
            border: none;
            background-color: transparent;
            opacity: .8;
        }
        .lock-functions {
            position: absolute;
            width: 2em;
            height: 100%;
            display: flex;
            top: 0px;
            right: 8px;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            border-top-right-radius: 11px;
            color: black;
            padding: 1.5em 0.5em;
        }
        .lock-functions > * {
            width: 2em;
            height: 2em;
            font-size: .8em;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 1em;
            /*background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);*/
            background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
            color: white;
        }

        .product-info {
            padding-left: 1.5em;
            padding-right: 1.5em;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin-bottom: 0px;
            border-top: 1px solid #CCC;
            padding-top: 1em;
        }
        .lock-name {
            font-family: "Monserrat", sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            width: 100%;
            font-size: .9em;
            text-align: center;
            font-weight: 700;
            color: #09203f;
            opacity: .95;
            /*text-shadow: 2px 2px #AAA;*/
        }

        .product-info img {
            width: 100px;
        }

        .category-product-price {
            width: 100%;
            padding: .5em 1.5em;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            /*background-image: linear-gradient(to left, #434343 0%, black 100%);*/
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
            margin-bottom: 0px;
            font-size: .9em;
        }
        .category-normal-price {
            width: 50%;
            text-align: center;
            color: white;
            font-family: "Montserrat", sans-serif;
            text-decoration: line-through;
        }
        .category-sale-price {
            width: 50%;
            text-align: center;
            color: gold;
            font-weight: 700;
            font-family: "Montserrat", sans-serif;
        }

        .category-product-link:hover {
            text-decoration: none;
        }

        .category-product > img {
            width: 100%;
        }
/*        .category-product-link > img {
            width: 100%;
        }*/
        .image-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .category-product-link {
            position: relative;
        }
        .category-product {
            width: 24%;
            margin-right: 1%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            border: 1px solid #AAA;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            box-shadow: 3px 3px 3px #AAA;
            margin-bottom: 25px;
            background-color: white;
        }

@media screen and (max-width: 768px) {
    .category-product {
        width: 49%;
    }
    .category-product-price {
        font-size: .8em;
    }
    .lock-functions > * {
        width: 2em;
        height: 2em;
        font-size: .8em;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1em;
        background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
        color: white;
    }
}
@media screen and (max-width: 500px) {
    .category-product-price > span {
        font-size: .75em;
    }

}