.bw-product-categories {
    background: #fbfcfc;
    padding: 30px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

@media (max-width:767px) {
    .bw-product-categories {
        padding: 15px 0;
    }
}

.bw-product-breadcrumb {
    font-size: 10px;
    display: inline-block;
}

.bw-product-categories-content {
    font-size: 12px;
}

@media (min-width:768px) {
    .bw-product-categories-content {
        text-align: center;
    }
}

.bw-product-view {
    position: relative;
    margin-bottom: 30px;
}

    /*.bw-product-view:hover .bw-product-bottom-caption {
        opacity: .5;
        background: rgba(99, 98, 98, 0.4);
    }*/

.bw-product-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 130%;
    margin-bottom: 15px;
}

.bw-product-bottom-caption {
    background: transparent;
    padding: 15px;
    color: #fff;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.bw-product-icons {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 30%;
}

.bw-product-bottom-info {
    text-align: center;
    padding: 0px;
    padding-right: 30px;
}

    .bw-product-bottom-info h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
    }

    .bw-product-bottom-info h4 {
        color: #000;
        font-size: 12px;
    }

@media (max-width:767px) {
    .bw-product-bottom-info h3 {
        font-size: 14px;
    }

    .product-items-row {
        margin: 0 -5px;
    }

        .product-items-row > div {
            padding: 0 5px;
        }

    .bw-product-bottom-caption {
        padding: 8px;
    }

    .bw-product-icons {
        font-size: 13px;
        line-height: 1;
    }

    .bw-product-bottom-info h4 {
        font-size: 13px;
    }
}

.mobile-shop-categories {
    position: relative;
    margin-bottom: 15px;
}

    .mobile-shop-categories label {
        font-size: 12px;
        line-height: 18px;
        font-weight: 900;
        /*letter-spacing: 2px;*/
        color: #000;
        position: absolute;
        top: 4px;
        bottom: 4px;
        padding: 13px 0 0;
        left: 3px;
        right: 1px;
        border: 0;
        display: inline-block;
        background: #eee;
        text-transform: uppercase;
        z-index: 1;
        pointer-events: none;
        text-align: center;
    }

        .mobile-shop-categories label.first:before {
            position: absolute;
            right: 0;
            top: 13px;
            content: "";
            height: 20px;
            border-right: 1px solid #000;
        }

        .mobile-shop-categories label:after {
            font-size: 14px;
            line-height: 18px;
            /*font-weight: 900;*/
            letter-spacing: 2px;
            font-family: FontAwesome;
            content: "\f107";
            display: inline-block;
            margin-left: 4px;
        }

    .mobile-shop-categories select {
        border: none;
        border-radius: 0;
        /* position: absolute; */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: -99999px;
        top: 0;
        left: 0;
        padding-left: 2px;
        display: block;
        width: 100%;
        height: 100%;
        background: #eee;
        font-size: 16px;
        line-height: 50px;
    }

.product-search {
    height: 20px;
    display: inline-block;
}

@media (max-width:767px) {
    .product-search {
        height: 14px;
    }
}

.new-badge {
    position: absolute;
    display: inline-block;
    padding: 6px 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato';
    font-size: 13px;
    right: 10px;
    top: 10px;
}

.price.old-price {
    color: #cecece;
    text-decoration: line-through;
    font-size: 12px;
}

.price.disc-price {
    color: #f23131;
    font-size: 15px;
    margin-left: 3px;
}

.product-items-row {
    margin: 0 -40px;
}

    .product-items-row > div {
        padding: 0 40px;
    }
