.welcome-cont {

}

.sale-title-wrap {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-top: 50px;
    clear: both;
}

.sale-items {
    margin-top:5px;
}

.sale-items .item {
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
    position: relative;
    background-color: #f8f8f8;
    border: 2px solid #d7d7d7;
    min-height:535px;
}

.sale-items .item .more-info a {
    text-decoration: none;

}

.sale-items .item .more-info input {
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    width: 60%;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    height: 40px;
    background-color: #808080;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-decoration: none !important;
    padding: 7px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 20px;
    margin-top:0px;
}


.sale-items .item .product-info {
    padding: 15px;
    float: left;
}

.sale-items .item .product-info h3 {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    line-height: 17px;
    margin-bottom: 0;
}


.sale-items .item .product-info .sale-price {
    font-weight: 400;
    font-size: 18px;
    color: #92AC00;
    font-family: 'Oswald', sans-serif;
}

.sale-items .item .product-info .sale-label {
    color: #999999;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    padding-right:6px;
}

.sale-items .item .product-info .list-price {
    color: #999999;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-decoration: line-through;
}

.sale-items .item .product-info .list-label {
    color: #999999;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    padding-right:6px;
}

.sale-items .item .product-info .notes {
    height: 4.0em;
    padding: 0px;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
}

.sale-items .item .product-info .part-number {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
}

.sale-items .item .image {
    height: 246px;
    padding-top: 15px;
    overflow: hidden;
    text-align: center;
    background-color: #FFF;
    float: left;
    position: relative;
    width: 100%;
}

.sale-items .item .image .product-image {

    /*max-width: 203px;*/
    max-height: 189px;
}

/*
.sale-items .item .image .brand-logo {
    position: absolute;
    bottom: 5px;
    left: 35%;
    float: none;

    max-width: 78px;
    max-height: 20px;
}
*/

.sale-items .item .image .brand-logo {
    /*position: absolute;
    bottom: 5px;
    left: 35%;
    float: none;
    */
    max-width: 130px;

}

.slider {
    max-width:1024px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}


.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);

}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}


/* Mobile Styles */
@media (max-width: 992px) {
    .slider {
        width: auto;
    }
    .welcome-cont {
        display: flex;
        flex-direction: column-reverse;
    }


    .sale-items .item {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 90%;
        float:none;
        clear: both;

    }


}