/*--s---Responsive------*/

@media  only screen and  (max-width: 768px) 
{
	
	#defProductboxesTbl .products-box-wrap.regulars .boxItem .product-box-prices .reg-price span,
	#defProductboxesTbl .products-box-wrap.regulars .boxItem .product-box-prices .reg-price em,
	.products-page .itemsgrid.gallery .productBoxes .boxItem .product-box-prices .reg-price span,
	.products-page .itemsgrid.gallery .productBoxes .boxItem .product-box-prices reg-price em {
 
    font-size: 16px;
}
	
	
	#defProductboxesTbl .products-box-wrap.regulars .boxItem .product-box-prices .sale-price span,
	#defProductboxesTbl .products-box-wrap.regulars .boxItem .product-box-prices .sale-price em,
	.products-page .itemsgrid.gallery .productBoxes .boxItem .product-box-prices .sale-price span,
	.products-page .itemsgrid.gallery .productBoxes .boxItem .product-box-prices .sale-price em {
    
    font-size: 18px;
}
#defProductboxesTbl .products-box-wrap.regulars .boxItem .product-box-prices .reg-price {
    top: -5px;
}
#defProductboxesTbl .products-box-wrap.regulars .boxItem .item-name a, .products-page .itemsgrid.gallery .productBoxes .boxItem .item-name a {
     
    padding: 0;
}
.page-columns-1 .product-prices.grid_6.omega strike,
.product-prices.grid_6.omega p.sale-price
 {
    float: none;
 
}
#defProductboxesTbl .products-box-wrap.regulars .boxItem, .products-page .itemsgrid.gallery .productBoxes .boxItem {
    float: right !important;
    width: 43.3% !important;
}
.ProductPageSection .prices-box .sale-price span.name {
 
    display: none;
}
.page-columns-1 .product-prices.grid_6.omega .prices-box {
     
    text-align: center;
}
.hpwrapper > div {
    width: 46%;
 
    margin: 2%;
}
.page-contact p.contact_type_p {
    display: none;
}
#mobile_minicart ul li .info_cell .name {

    color: black;
}
}
/*--e---Responsive------*/