﻿.master-wrapper-main {
    background: #14171c;
}
.master-wrapper-main .center-2{
    background:#202427;
    border-radius: 0;
}
.page-title h1, .page-title h2{
    background:none;
}
.breadcrumb {
    position: relative;
    border-bottom: 1px solid #536073;
}
.breadcrumb a {
    color: #ccc;
}
.breadcrumb .current-item{
    color:#fff;
}
.product-grid .item-box{
    padding: 3px;
}
.center-1 .legends-page .product-grid .product-item {
    background: rgba(0, 0, 0, 0.35);
    height: 250px;
    border: 1px solid #454545;
    box-shadow: none;
}
.center-1 .legends-page .product-grid .product-item .details {
    border-top: 0;
}
.center-1 .legends-page .product-grid .product-item:hover {
    border-color: rgba(126, 127, 128, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
}
.product-grid .product-item:hover {
    border-color: rgba(126, 127, 128, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
}
.product-grid .product-item .picture {
    background: none;
    border: none;
    height: 200px;
}
.product-grid .product-item .details .sku{
    color:#ccc;
}
.product-grid .product-item .product-title a{
    color:#fff;
}
.winter-footer{
    display:none;
}
@media screen and (max-width:768px) {
    .master-wrapper-main .center-2 {
    overflow: hidden;
    }
    .product-grid .item-box{
        width:31%;
    }
    .product-grid .product-item{
        width:100%;
    }
}

@media screen and (max-width: 480px) {
     .product-grid .item-box{
        width:48%;
    }
}