@media only screen and (min-width: 768px){
    .checkout-index-index main#maincontent {
        padding-top: 50px;
    }
    .page-wrapper .footer.content{
        max-width: 100%;
    }
    .page-products.page-layout-1column .products-grid .product-item{
        width: 33%;!important;
    }
    .page-products .product-item-info{
        width: 100% !important;
    }
    #maincontent.page-main, nav.navigation, .page-header .header.content, .page-wrapper .breadcrumbs{
        max-width: 100%;
    }
    .product.details.product-item-details {
        text-align: center;
    }
    .header.content {
        background-color: #b49b57;
    }
    nav.navigation {
        background: #ffffff;
    }
    .minicart-wrapper .action.showcart:before {
        color: #fff!important;
    }
	.header.content {
    	padding: 13px 14px 0;
	}
	.logo {
    	margin: 0px auto 14px 0;
	}
}


@media only screen and (max-width: 768px){
    .page-wrapper .nav-toggle::before{
        color: #fff;
    }
    .page-wrapper .minicart-wrapper {
        margin-top: 15px;
    }
    .page-wrapper .nav-toggle{
        top: 21px;
    }
    .page-wrapper a.logo{
        margin-left: 22%;
    }
    a.logo img {
        height: inherit;
    }
    .page-header{
        background-color: #b49b57;
    }
    .minicart-wrapper .action.showcart:before {
        color: #fff!important;
    }
    .products-grid .product-item, .page-products .product-item-info {
        width: 100% !important;
    }
    .product.details.product-item-details {
        text-align: center;
    }
    .page-products .price-box.price-final_price {
        margin: 0;
    }
    li.item.product.product-item {
        padding-bottom: 20px!important;
    }
}