/*main #wrapper .container {
    margin-left: 0px; 
    margin-right: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    width: 100%;
}*/
.product_img{
    padding: 10px;
}

.featured-products .products{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.featured-products .products .new-product{
	width: 480px;
    height: 280px;
	display: flex;
}
.product_img, .product_aside{
	width: 50%;
}

.product_aside{
	text-align: center;
	font-size: 14px;
	padding: 5px 25px;
}
.product-title .content-title-product{
	font-family: Segoe UI;
    font-size: 16px;
    font-weight: bold;
    color: #624f2e;

}
.product-price-and-shipping, .hidden-sm-down{
	margin: 15px 0px;
}

.title-product{
	font-family: Segoe UI;
    height: 175px;
    overflow: hidden;
}
.span .price{
	color: #624f2e;
}
.title-product p {
    font-size: 11px;
}

/*------Begin Zetadev-----*/

@media all and (max-width: 425px)
{
    .featured-products .products .new-product{
        width: 300px;
        height: 580px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .row-featured-products {
        background-size: auto!important;
    }
    .featured-products .product-miniature{
        margin-right: 153px;
    }
    /*.product_aside{
        padding: 0px;
    }*/
    .product_img,.product_aside{
        width: 100%;
    }
    .top-home{
        bottom: 50%;
        left: 8%;
        width: 20%;
    }

}

@media all and (max-width: 768px) and (min-width: 576px)
{
    .featured-products .products .new-product{
        /* gam width: 480px;
        width: 100%;
        height: 580px;
        display: flex;
        flex-direction: column;*/
        justify-content: space-around;
        align-items: center;
        margin: auto;
    }
    .featured-products .products{
        flex-direction: column;
        margin-top: 10%;
        width: 100%;
        align-items: center;

    }

}

/*------End Zetadev-----*/