/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container { width: 748px; }
	
	.header_menu { width: 379px; }
	.header_right { width: 355px; }
	.header_menu ul li { margin-right: 20px; margin-left: 0; margin-bottom: 6px; }
	.header_menu ul li:first-child { margin-left: 0; }	
	#slideshow_cont { width: 369px; height: 532px; }
	.slide_box { width: 369px; height: 532px; }
	.slide_box img { width: 369px; height: 532px; }
	.home_big_image { width: 369px; height: 260px; }
	.home_big_image img { width: 369px; height: 260px; }
	
	.home_wide_box { width: 369px; }
	.home_wide_box img { width: 369px; height: 132px; }
	
	.single_left { width: 748px; margin: 0 auto 2px; }
	
	.single_left img { width: 748px; height: inherit;}
	
	.archive_box { float: none; margin: 0 auto 15px; width: 550px; }
	.archive_box_last { margin-right: auto; }
	
	
	#sidebar { display: none; }
	
	.footer_col { width: 171px; padding-right: 10px; margin-right: 10px; }
	.footer_col_last { padding-right: 0; margin-right: 0; border-right: none; }
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0 3% 2.992em 0;
width: 45.3%
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 0; }
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	body.archive ul.products li.product { float: none; margin: 0 auto 25px; width: auto; max-width: 220px; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	.container { width: 300px; }
	
	
	.header_menu { float: none; width: auto; margin-bottom: 8px; }
	.header_search_and_menu { display: none; }
	
	.header_menu ul li { margin-right: 8px; margin-left: 0; margin-bottom: 6px; }
	.header_social { float: none; margin: 10px auto 0; text-align: center; }
	.header_social img { margin: 0 10px 0 0; float: none; display: inline-block; }	
	
	#slideshow_cont { width: 300px; height: 433px; float: none; margin-bottom: 10px; }
	.slide_box { width: 300px; height: 433px; }
	.slide_box img { width: 300px; height: 433px; }
	.home_big_image { width: 300px; height: 211px; float: none; margin-bottom: 10px; }
	.home_big_image img { width: 300px; height: 211px; }
	
	.home_wide_box { width: 300px; }
	.home_wide_box img { width: 300px; height: 107px; }	
	
	
	.single_left { float: none; width: 300px; margin: 0 auto 15px; }
.single_left img { width: 300px; height: inherit;}
.archive_box { float: none; margin: 0 auto 15px; }
	.archive_box_last { margin-right: auto; }
	
	#sidebar { width: auto; float: none; margin-top: 25px; }	
	
	.footer_col { width: auto; padding-right: 0px; margin-right: 0px; border-right: none; float: none; margin-bottom: 25px; }
	.footer_col_last { padding-right: 0; margin-right: 0; border-right: none; }	
	.woocommerce div.product div.images, 
	.woocommerce #content div.product div.images, 
	.woocommerce-page div.product div.images, 
	.woocommerce-page #content div.product div.images { float: none; width: auto; }
	.woocommerce div.product div.summary, 
	.woocommerce #content div.product div.summary, 
	.woocommerce-page div.product div.summary, 
	.woocommerce-page #content div.product div.summary { float: none; width: auto; }
	body.woocommerce-cart div.woocommerce > form { max-width: 100%; overflow: scroll; display: block; }
	
	.single_left { float: none; width: auto; margin-bottom: 25px; }
	#sidebar { float: none; width: auto; }
	
	.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { float: none; margin-bottom: 10px; width: 240px; }
	.woocommerce table.cart td.actions input[type=submit] { float: left !important; clear: both; margin: 10px 0 0 0 !important; }	
	.woocommerce table.cart td.actions .coupon input[type=submit] { clear: none !important; margin: 0 !important; }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    text-align: left;
    width: 48%;
	}
	
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) { float: none; }
	
}