
.action-buttons {
    opacity: 0;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
}

.action-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;         
}

.action-buttons a:hover {
    color: #fff;
    background: #347F4A!important;
}

.product-item:hover .action-buttons {
    opacity: 1;
}

.product-item {
    border-width: 2px;
}

.product-item:hover img {
    opacity: 0.75;
}

.product-item .card-title {
    font-family: 'Open Sans Condensed', sans-serif;
}

.product-item .product-meta .badge {
    font-weight: normal;
    opacity: .5;
}

#product-large-image {
    display: block;
    position: relative;
}

#product-large-image span {
    color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 500;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

#product-large-image:hover span {
    opacity: .8;
}

.product-description {
    font-family: Lato, sans-serif;
}

.cart-popover-content-wrapper {
    width: 350px;
}

.popover{
    max-width: 400px; 
}

#gdpr-box {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

h1.product-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

footer {
    font-weight: 200;
}

.page-heading {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
}

.page-content-wrapper {
    background: #f9f9f9;
}

#user-menu a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-item a {
    font-weight: 200!important;
}

label.required:after {
    content: "*";
    font-weight: 200;
}

.public-card-header-content {
    position: absolute;
    bottom: -10px;
}

.public-card-heading {
    font-size: 24px;
    margin-top: 25px;
}

.public-card.header {
    min-height: 200px;
}

#profile-avatar {
    width: 75px;
    height: 75px; 
}

@media only screen and (min-width: 960px) {
    .page-heading {
        font-size: 2.2rem;
    }

    .public-card.header {
        min-height: 300px;
    }    

    #profile-avatar {
        width: 150px;
        height: 150px; 
    }    

    .public-card-heading {
        font-size: 48px;
        margin-top: 50px;
    }

    .navbar-nav .dropdown:hover>.dropdown-menu, .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
    }

    .dropdown-submenu a::after {
        position: absolute;
        right: 6px;
        top: .8em;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);        
    }    
}

.fr-box #logo {
    display: none;
}

.fr-box .fr-wrapper > div:not(.fr-element) {
    display: none;
}

p[data-f-id="pbf"] {
    display: none;
}