.box-product.block-small .content .item {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

    .box-product.block-small .content .item .img-small {
        float: left;
        height: 90px;
        width: 90px;
        margin-right: 10px;
        display: block;
    }

        .box-product.block-small .content .item .img-small a {
            display: block;
        }

    .box-product.block-small .content .item .product-name {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .box-product.block-small .content .item .price {
        color: #ec1d25;
        margin-top: 3px;
        font-weight: 600;
    }

    .box-product.block-small .content .item:first-child {
        border-top: 0;
        margin-top: 0;
    }

.box-product .content {
    border: 1px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-top: none;
}

    .box-product .content:focus {
        outline: none;
    }

    .box-product .content .row {
        margin: 0;
    }

    .box-product .content .item .sale {
        position: absolute;
        color: #fff;
        padding: 9px 5px;
        background: url(../Images/icon.png) no-repeat scroll -241px -45px transparent;
		z-index: 999999999;
    }

        /*.box-product .content .item .sale:after {
            display: block;
            position: absolute;
            width: 11px;
            height: 7px;
            content: "";
            background: url(../img/arrow1.png) no-repeat 0 0;
        }*/

    .box-product .content .item .product-name {
        font-weight: 600;
        color: #555;
        margin-bottom: 15px;
    }

        .box-product .content .item .product-name:hover {
            color: #ec1d25;
        }

@media only screen and (max-width:991px) {
    .box-product.block-big {
        margin-bottom: 20px;
    }
}

.box-product.block-big .content .item {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 22px;
    position: relative;
    padding-top: 13px;
}

@media only screen and (max-width:480px) {
    .box-product.block-big .content .item {
        width: 100%;
    }
}

.box-product.block-big .content .item .img-big {
    width: 180px;
    height: 180px;
    display: block;
    margin-bottom: 7px;
}

@media only screen and (max-width:1199px) {
    .box-product.block-big .content .item .img-big {
        width: 145px;
        height: 145px;
    }
}

@media only screen and (max-width:767px) {
    .box-product.block-big .content .item .img-big {
        margin: auto;
    }
}

@media only screen and (max-width:480px) {
    .box-product.block-big .content .item .img-big {
        width: 180px;
        height: 180px;
    }
}

.box-product.block-big .content .item .img-big a {
    display: block;
}

.box-product.block-big .content .item .price {
    color: #ec1d25;
    line-height: 13px;
    padding-left: 15px;
    border-left: 3px solid #ec1d25;
    font-weight: 600;
}

    .box-product.block-big .content .item .price del {
        /*color: #333;*/
        display: block;
        margin-bottom: 5px;
    }

.box-product.block-big .content .item:first-child {
    border-left: none;
}

.box-product.block-big .content .item:nth-child(4n+1) {
    border-left: none;
    clear: both;
}

@media only screen and (max-width:767px) {
    .box-product.block-big .content .item:nth-child(2n+1) {
        border-left: none;
        clear: both;
    }
}

@media only screen and (max-width:480px) {
    .box-product.block-big .content .item:nth-child(n+1) {
        border-left: none;
        clear: both;
    }
}

.box-product.block-big .col-md-12 .content .item .img-big {
    width: 100%;
    height: auto;
    display: block;
    /*margin-bottom: 7px;
    margin-left: 20px;*/
}
