/* Neostar custom css */

.page-header {
	background: #fff;
}
.footer-boilerplate {
	padding: 10px 0 50px;
}
.custom-footer-three {
	display: none;	
}
.footer-verified {
    display: none;
}
.custom-footer-four {
	padding-top: 10px;
}

.products-grid .product-item {
	width: 49%;
}
.catalog-category-view .apptrian-subcategories-grid {
	display: none;
}
.category-description h2 {
	font-size: 1.5em;
    font-weight: 500;
}

@media all and (min-width: 640px), print {
	.block.widget .products-grid .product-item {
	    width: 31%;
	}
}

@media all and (min-width: 768px), print {
	.block.widget .products-grid .product-item {
	    width: 31%;
	}
}

@media all and (min-width: 1024px), print {
	.block.widget .products-grid .product-item {
		width: 23.439%;
	}
}


/*-----------*/
#newsletter-button1 {
    position:fixed;
    bottom:2px;
    left:10px;
    background-color: #3388d9;
    color: #fff;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    text-align:center;
    z-index:99;
    width:100px;
}
#newsletter-button1 .action {
    display: inline;
    margin-top: 0;
    background: none;
    border: none;
    font-size: inherit;
    padding: 0;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .top-right-links { display: block !important; }
}

@media (min-width: 768px){
.header.content {
    padding: 22px 20px 0;
}
}


body div#checkout-step-shipping_method form#co-shipping-method-form div#checkout-shipping-method-load table tbody tr.row:first-child {
    display: table-row !important;
}
.cms-index-index .block.widget .product-item-info {
    padding: 5px;
}
