﻿
/* Inventory Section
--------------------------------*/

#inventory {
    padding: 60px 0 0;
}

.inventory-sidebar {
    /*width: 330px;*/
    vertical-align: top;
    padding-right: 35px;
    padding-top: 0px;
}


 @media only screen and (max-width : 650px) {
    .inventory-sidebar {
        padding-top: 0px;
    }
}

.inventory-sidebar-item {
    height: auto;
    padding: 6px 0;
    font-weight: 500;
    font-size: 14.5px;
    white-space: nowrap;
}

.inventory-sidebar-item a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.15s ease;
}

.inventory-sidebar-item a:hover {
    color: #8a3995;
}

.inventory-item-count {
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

 @media only screen and (max-width : 650px) {
    .inventory-sidebar-item {            
        /*padding-right: 20px;
        padding-left: 5px;*/
    }

    .inventory-item-count {
        padding-right: 10px;

    }
}

 
h4.inventory-sidebar-header  {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a2e;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #8a3995;
}


.inventory-listing-container {
    margin-bottom: 28px;
    background-color: #FFF;
    border-bottom: 3px solid #8a3995;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.inventory-listing-container:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}



.inventory-field-divider {
    padding: 0 5px;
    color: #eee;    
}


.inventory-image {
    /*min-height: 200px;*/
    min-height: 250px;
    padding-right: 10px;
    cursor: pointer;
}


/*.inventory-image .status-label {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(51,51,51,.1);
-moz-box-shadow: 1px 1px 1px 1px rgba(51,51,51,.1);
box-shadow: 1px 1px 1px 1px rgba(51,51,51,.1);
}*/


.btn-img {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #e0e0e0;
    background: rgba(0,0,0,.2);
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-weight: 400;
    /*line-height: 1.42857143;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    border-color: #e0e0e0;
}

.inventory-company {
    font-size: 12px;
    color: #Fff;
    position: absolute;
    background: 0 0;
    width: 100%;
    padding-bottom: 10px;
    text-align: right;
    text-shadow: 1px 1px 0 rgba(0,0,0,.25);
    bottom: 0;
    right: 15px;
}

.inventory-image .status-label {
    position: absolute;
    top: 0px;
    left: 0px;
    /*border-radius: 3px;*/
    padding: 5px 10px 4px 10px;
    font-size: 12px;
    /*font-weight: bold;*/
    background: rgba(33,33,33,.5);
}

.inventory-image .status-label.status-available {
    background-color: #8a3995;
    color: #fff;
}

.inventory-image .status-label.status-featured {
    background-color: #f2cf26;
    color: black;
}

.inventory-image .status-label.status-dayson {    
    color: #eee;
    /*padding: 5px 15px;*/
    font-size: 11px;
}

.inventory-image .status-label.status-sold {
    background-color: #f2cf26;
    color: #333;
    font-weight: bold
}


.inventory-fav {
    margin-top: 10px;
    color: #fff;
    font-size: 24px
}
.inventory-fav-add {
    
}

.inventory-fav-remove {
    
}

.inventory-divider {
    width: 80px;
    background-color: #eee;
    line-height: 0;
    height: 0px;
}

.inventory-content-block {
    padding: 16px 18px;
    background-color: #fff
}

.inventory-description {
    margin-top: 5px;
    margin-bottom: 3px;
    color: #64748b;
    font-size: 14px
}

.inventory-bottom {
    margin-top: 7px;
    margin-bottom: 10px;    
}

.inventory-price {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 18px;
}

.inventory-no-price {
    font-weight: normal;
    color: #777;
    font-size: 15px;
}


.inventory-title {    
    margin-top: 5px;
    margin-bottom: 0px;    
}

.inventory-title a {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
}

.inventory-title a:hover {
    color: #8a3995;
    border-bottom: solid 2px #8a3995;
}

.inventory-footer {
    padding: 12px 18px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 15px;
}

.inventory-footer .stat-item i {
    color: #8a3995; /*#409cff;*/    
    padding-right: 2px;
    font-size: 13px;
}


.inventory-footer .stat-item {
    font-size: 13px;
    display: inline-block
}


.inventory-footer .stat-item:not(:first-child) {
    padding-left: 20px;
}


@media (max-width: 767px) {

    /*.inventory-listing-container {
        margin: 0 0px 40px 0px;
        padding: 0 30px;
    }*/

    .inventory-image {
        height: 230px;
    }

    .inventory-content-block {
        padding-left: 15px;
    }

    .inventory-footer {
        text-align: center;
    }

    
    .inventory-sidebar {
        width: 100%;
        vertical-align: top;
        padding-right: 15px;
    }

}

/*END: Inventory*/