﻿pwd.overlay-complete {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 230, 0, 0.8); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.overlay-incomplete {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(230, 0, 0, 0.8); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.overlay-price {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(255, 230, 0, 0.8); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.overlay-tag {
    position: absolute;
    bottom: 50px;
    background: rgb(0, 0, 0);
    background: rgba(199, 206, 158, 1); /* Black see-through */
    color: #f1f1f1;
    width: auto;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

.add-overlay {
    position: absolute;
    bottom: 0px;
    background: rgb(255, 255, 255, 0.9);
/*    background: rgba(199, 206, 158, 1); /* Black see-through */
    color: #f1f1f1;
    width: auto;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-align: center; 
    right: 0;
}



.cursor {
    cursor: pointer;
}

.listing-right-box {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.listing-image {
    border-color: black;
    display: flex;
    justify-content: center;
}

.listing-list-image {
    margin: 5px;
}

.listing-list-details {
}


.listings-single-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.spacer-75 {
    margin-bottom: 75px;
}

.spacer-25 {
    margin-bottom: 25px;
}

.spacer-50 {
    margin-bottom: 50px;
}


.profile-nav-container {
    display: flex;
    flex-direction: row-reverse;
}

.profile-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.profile-nav-item {
    float: left;
}

.profile-nav-item a {
    display: block;
    text-align: center;
    padding: 8px;
    padding-top: 12px;
    text-decoration: none;
}

.submenu-nav-container {
    display: flex;
    flex-direction: row-reverse;
}

.submenu-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.submenu-nav-item {
    float: left;
}

.submenu-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.submenu-nav-item a {
    display: block;
    text-align: center;
    padding: 8px;
    padding-top: 12px;
    text-decoration: none;
}

.submenu-nav-item a.selected {
    text-decoration: underline;
}


.user-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid;
}

.user-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.user-nav-item {
    float: left;
}

.user-nav-item a {
    display: block;
    text-align: center;
    padding: 16px;
}

.figure-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.figure-image {
    align-content: flex-end;
    padding: 20px;
    align-items: center;
    display: flex;
}

.figure-accessories {
    border: 5px solid;
    margin: 25px;
    padding: 20px;
}

.border {
}

.slick img {
    height: calc(50vh - 100px);
    width: auto;
    margin: 0 auto; /* it centers any block level element */
}

.listings-title {
    background-color: #2c3e50;
    color: white;
    padding: 10px;
}

.missing-accessory {
    padding: 5px;
}

.header-container {
    padding: 25px;
}

@media (max-width: 576px) {
    .col-sm-8 {
        max-width: 67%;
    }

    .col-sm-9 {
        max-width: 70%;
    }

    .col-sm-3 {
        max-width: 30%;
    }

    .submenu-nav-item a {
        padding: 5px;
    }

    .profile-nav-item a {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .listings-title {
        max-width: 20rem;
    }

    .missing-accessory {
        max-width: 20rem;
    }


    .masthead-heading {
        padding: 5px;
    }

    .menutext {
        font-size: 11px;
    }

    .masthead-heading {
        font-size: 20px;
    }

    .header-container {
        padding: 5px;
    }
    
}

@media (max-width: 992px) {
    .page-section {
        padding: 4.5rem 0;
    }

    .masthead-heading {
        padding: 20px;
    }
}

@media (min-width:992px) {
    .masthead-heading {
        padding: 25px;
    }

    .page-section {
        padding: 6rem 0;
    }
}


