.product-img{
	height: 147.26px;
    display: table-cell;
    vertical-align: middle;
}

.product-img {
    text-align: unset;
    border: unset;
    padding: unset;
    width: unset;
}

.product-img img {
    max-height: unset;
    max-width: unset;
    margin: unset;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-content {
    margin: unset;
}

.product-brief-item {
    width: unset;
    border: unset;
    height: unset;
    position: unset;
    display: unset;
}
.product-wrap .product-content h4 {
    font-size: 16px;
    margin: 0px 0 5px;
    text-align: center;
}

.footer {
	background-color: unset;
}

.footer .row {
	width: 83%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .sidebar-wrapper {
        width: 100%;
    }

}

@media (min-width: 992px) {
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 33.33%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .container {
        width: 1200px;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1200px;
    }
}

