/* ===========================
   ====== Media Queries ====== 
   =========================== */
   


   /*=============================================== 980 ====================================*/

@media only screen and (max-width :980px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 91%;
}
.product_types {
	width: 130px;
}
.col-full .product_types {
    padding-right: 30px;
}
.styled-select {
	width:170px;
}
form.cart div.quantity {
    width: 45px;
	margin: 2px 5px 2px 0;
}
.quantity input.qty {
    text-align: left;
}
.more-products ul li {
	margin: 0px 0 30px;
}
.blog #sidebar{display:block;}

}

@media screen and (max-width: 770px) {
	.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
}
/*============================================= 800 ====================================================*/

@media screen and (max-width: 800px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
.mainContent {
	line-height: 0em;
	margin-top: 3%;
	margin-bottom: 0%;
}
/*.mainImage {
	height: 32em;
}*/
.post-info {
	display: none;
}
.mainFooter p {
	line-height: 1.6em;
}
.mainFooter .footerLinks ul li a {
	padding: 0 0em 0 0;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	width: 12em;
}
.mainFooter .footerLinks ul li {
	margin: 0;
}
/*==========   single page   =============*/

div.product div.images img {
	width: 100%;
}

/*===================  blog page  ======================*/
.blog .right_products {
width: 75%;
}
.post .right {width:83%;}
}


   /*============================================ 768 ====================================================*/
@media only screen and (max-width :768px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
.mainContent {
	margin-top: 4%;
}
/*.mainImage {
	background: url("images/4_s.jpeg") no-repeat scroll 0 0 transparent;
	clear: left;
	height: 32em;
	width: 100%;
}*/
.post-info {
	display: none;
}
.mainFooter p {
	line-height: 1.6em;
}
/*======= single page =======*/
.right_products .images {
	float: left;
	width: 50%;
}
.styled-select {
	width: 179px;
}
form.cart div.quantity {
	margin: 2px 28px 2px 0;
}
div.product div.images div.thumbnails {
	padding: 10px 0px 15px 0px;
}
#sidebar {
	display: none;
}
.summary {
	margin: 0px 0px 23px 0px;
}
.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
}

  
/*============================================ 480 ====================================================*/
@media only screen and (min-width :200px) and (max-width:767px) {
.body {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
#content {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 18px;
}
nav {
	border-bottom: 0 none;
	height: auto;
	margin: 0 15px 0 0;
	width: auto;
	clear: left;
}
nav ul {
	display: none;
	height: auto;
}
nav a {
	border-left: 5px solid transparent;
	text-indent: 11px;
}
nav a:hover {
	border-left: 5px solid #cacaca;
}
nav a#pull {
	background-color: #121328;
	border-left: medium none;
	color: #FFFFFF;
	display: block;
	line-height: 24px;
	margin: 15px auto 10px;
	padding: 4px 0 4px 23px;
	position: relative;
	text-indent: 0;
	width: 111px;
}
nav a#pull:after {
	background: url("images/nav-icon.png") no-repeat scroll 0 0 transparent;
	border-left: medium none;
	color: #FFFFFF;
	content: "";
	display: inline-block;
	height: 13px;
	margin: 0 auto;
	position: absolute;
	right: 21px;
	text-indent: 0;
	top: 10px;
	width: 17px;
}
.mainHeader {
	border-bottom: 0 solid #A6A8AC;
	clear: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.mainHeader h1.logo img {
	display: block;
	margin: 27px auto 0 auto;
	float: none;
}
.search_submit1 {
	border: 1px solid #A6A8AC;
	border-left: 0px;
	padding: 0px;
	background: url(images/search_submitb.gif)  scroll -1px 3px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 29px;
	float:left;
}
.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}

.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 5% 20% 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
	clear:left;
    margin: 0;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0 20% 0;
}
.mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	color: #535659;
	text-shadow: none !important;
}
.mainHeader a {
	text-align: left;
}
.mainHeader a img {
	margin: 0 0 14px;
}
.mainContent {
	overflow: hidden;
	line-height: 0em;
	margin-top: 3%;
	width: 100%;
	clear: left;
}
.post-info {
	display: none;
}
.subscriptionSocialicons {
	float: left;
	padding: 0 0 10px 0px;
}
.signup {
	background: url("images/footer_separator_big_w.gif") no-repeat scroll right center transparent;
	height: 32px;
	display: block;
	float: left;
	padding: 0 2px 0 0;
}
.social {
	padding: 0 0 0 5px;
}
.social ul {
	list-style: none;
	float: right;
	margin-left: .4em;
}

.facebook {
	background: url(images/ico-social-facebook-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}

.twitter {
	background: url(images/ico-social-twitter-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 33px;
	height: 33px;
	clear: left;
}
.youtube {
	background: url(images/ico-social-youtube-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.instagram {
	background: url(images/ico-social-instagram-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.flickr {
	background: url(images/ico-social-flickr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vine {
	background: url(images/ico-social-vine-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.tumblr {
	background: url(images/ico-social-tumblr-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.linkedin {
	background: url(images/ico-social-linkedin-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.googleplus {
	background: url(images/ico-social-googleplus-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.delicious {
	background: url(images/ico-social-delicious-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.vimeo {
	background: url(images/ico-social-vimeo-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.pinterest {
	background: url(images/ico-social-pinterest-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.yelp {
	background: url(images/ico-social-yelp-retina.png)no-repeat;
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.custom-social-icon {
	/*background: url(images/ico-social-deliciousb.png)no-repeat;*/
	background-size: 33px 33px;
	width: 32px;
	height: 33px;
	clear: left;
}
.mainBig {
	display: none;
}
input.button {
	height: 2.9em;
	margin: 0;
	padding: 0 0.9em;
	margin: 0 8px 0 0;
}
.woocommerce .login input.button {
    height: 1.9em;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 19.8em;
}
.mainFooter .footerLinks ul li {
	margin: 0 0em 0 0;
}
.mainFooter p {
	margin: 0 0 0 0px;
}
.mainFooter .footerLinks {
	padding: 0 0 0.6em 0em;
}
.go1 {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 12.6em;
}
.gocart1 {
	float: left;
	color: #A6A8AC;
	padding: 0.6em 0 0 4em;
	height: auto;
	text-transform: uppercase;
	width: auto;
	display: none;
}
.gocart1 ul {
	list-style: none;
	clear: left;
	width: 100% !important;
}
.gocart1 ul li a {
	color: #A6A8AC;
	padding: 0em 0em 0em 0em;
}
.gocart1 ul li.last {
	background: none;
}
.gocart1 ul li {
	clear: left;
	padding: 0 0px 0 0;
}
.gocart1 .cartSmall {
	display: block;
}
.gocart1 .cartSmall a {
	border-left: none
}
.gocart1 .cartSmall a:hover {
	border-left: none;
}
#btn-cart {
	padding: 0;
	float: left;
}
#btn-cart ul {
	width: 100%;
}
.cartSmall img {
	width: 19px !important;
	height: 19px !important;
	float: left;
}
.cartSmall span {
	display: block;
	float: left;
	line-height: 17px;
}
.go {
	display: none;
}
.gocart {
	display: none;
}
.top-right {
	display: none;
}
.search_submit {
	padding: 5px 0 3px;
	background: none repeat scroll 0 0 #FFFFFF;
}
.field {
    border-bottom: 1px solid #A6A8AC;
    border-width: 1px;
    float: left;
    padding: 7px 1px 8px 8px;
    width: 104px;
	-webkit-appearance: none;
}
/*============ single page ==============*/
div.product div.images div.thumbnails a {
	width: 23%;
}
.summary {
	clear: both;
}
.right_products .images {
	width: 100%;
	margin: 0 auto;
}
.product_types {
	float: none;
	margin: 0px 0px 0px 16px;
}
.summary1 {
	display: block;
	margin: 20px 0px 0px 0px;
}
.summary h1, .summary p {
	display: none
}
.container .summary1 p.price {
    font-size: 13px;
}

.quantity input.qty {
	-webkit-appearance: none;
	text-align:center;
}
/*=========================== listing page ===============================*/

.styled-select {
	width: 132px;
}
.styled-select select {
	width: 150px;
	-webkit-appearance: none;
}
.more-products {
	margin-bottom: 0px;
}
.product_top {
	margin: 20px 0 15px 14px;
}
/*==================== cart page  ======================*/
td.actions .coupon {
	float: left;
	margin: 5px 0 10px;
}
.cart .button {
	float: left;
}
.cart-collaterals .cart_totals {
	float: left;
	width: 98%;
}
.cart-collaterals .shipping_calculator {
	width: auto;
	float: right;
}
.entry {
	margin-bottom: 0px;
}
.cart-collaterals .cart_totals table {
	float: left;
	width: 100%;
}
.cart-collaterals .cart_totals a.button.alt {
	float: left;
}
.button.alt {
}
table.shop_table td {
	line-height: 16px;
}
.product-name a{font-size:0.89em;}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 72px !important;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    float: right;
}

/*================== blog page ====================*/
.blog #sidebar{display:none;}
.blog .right_products {
    width: 100%;
}
.post .right {width:100%;}

/** A: 11-21-13 **/
.checkout .col2-set .col-1 {
    width: 100%;
}

.checkout .col2-set .col-2 {
   width: 100%;
}
.woocommerce .checkout .col2-set .col-1 {
    width: 100%;
}

.woocommerce .checkout .col2-set .col-2 {
   width: 100%;
}
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
	font-size:11px;
}

.col-4.footer-widgets, .footer-bottom, .home-widgets { 
	display:none;
}

.subscriptionSocialicons .textwidget {
    height: 33px;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
    height: 1.6em;
    padding: 0.59em 0.5em;
    width: 12em;
}

input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
    height: 2.6em;
    margin: 0 6px 0 0;
}
.footerLinks > p {
    line-height: 18px;
    padding: 0 15px;
}

.footerLinks ul li:last-child {
    background: url("images/footer_separator.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
}
#sidebar {
		display: none;
	}
.woocommerce .checkout .col2-set .col-1 {
    width: 99%;
}	
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 50% !important;
	float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    text-align: right;
}

.woocommerce .shipping-calculator-form .form-row select.country_to_state, .woocommerce .shipping-calculator-form .form-row select.state_select {
    width: 97.3% !important;
}
.woocommerce .shipping-calculator-form .form-row input.input-text {
    width: 96% !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 86% !important;
}

.shipping-calculator-button.button > span {
    margin-right: 0 !important;
}
.shipping-calculator-form {
	width:95%;
}

.quantity input.plus, .quantity input.minus {
	display:none;
}
form.cart div.quantity {
	width:45px;
}
div.ppt, p.pp_description, div.pp_gallery {
	display:none !important;
}
form.cart .variations .styled-select {
    width: 160px;
}
/*form.cart .variations select{
	font-size:16px;
}*/
.more-products ul li span.price span.amount {
	font-size:13px;
}
.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
	margin:0px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}

}

/*=============================================================================================================================================*/
/*=============================================================================================================================================*/

@media only screen and (min-width :481px) and (max-width:640px) {
	.mainHeader nav ul {
		margin: 5% 36% 0;
	}
	.mainHeader nav ul#btn-cart1 {
		margin: 0 36%;
	}
	.footerLinks ul li:last-child {
		background: url("images/footer_separator.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	#sidebar {
		display: none;
	}
	input.email, .subscriptionSocialicons .textwidget input[type="email"] {
		height: 1.6em;
		padding: 0.59em 0.5em;
		width: 12em;
		-webkit-appearance: none;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		width: 72px !important;
	}

	.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
		float: right;
	}
	
}


/*============================================ 360 ====================================================*/
@media only screen and (max-width : 360px) {
.body {
	clear: left;
	margin: 0 auto;
	width: 90%;
}
/*.mainImage {
	height: 300px;
	background: url("images/4_s.jpeg") no-repeat scroll -159px 0 transparent;
}*/
.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}
.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 20px 36px 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
    margin: 0 0 0 41px;
}
.mainHeader nav ul.sub-menu li {
    margin: 0;
}
.mainHeader nav ul.sub-menu {
	margin: 0 36px;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0px 36px 0;
}
.slider-desc {
	padding: 0 0 0 1em;
}
.slider-right {
	padding: 0 1.6em 0 0;
}
.post-info {
	display: none;
}
.field {
	margin: 0;
}
.subscriptionSocialicons .textwidget {
	height: 33px;
}
.subscriptionSocialicons, .mainFooter .footerLinks {
	margin: 0 0 0 12px;
}
.mainBig {
	display: none;
}
input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
	margin: 0 6px 0 0;
	height: 2.6em;	
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}
.signup {
	padding: 0px 2px 0px 0px;
}
.social {
	padding: 0 0 0 6px;
}
/*========== single page  =======*/



div.product div.images img {
	width: 100%;
}
.more-products ul li {
	float: none;
	margin: 0 auto 20px;
}
table.shop_table {
	margin-bottom: 5px;
}
th.product-thumbnail, td.product-thumbnail {
	display: none;
}
table.shop_table th {
	padding: 5px;
}
.actions input.button {
	width: 90px;
}
table.shop_table td.actions .coupon {
	margin: 0;
	text-align:center;
}
.cart-collaterals .cart_totals a.button.alt {
	float: right;
}
/*===============  listing  ===============*/
#blurb .pagination {
	display: none;
}
.searchsize, .searchcolor, .attributes-filter {
	margin: 0 10px 0 0;
}
/*=======================  cart  ===========================*/
.product-price{display:none;}
table.shop_table td {
    width: 54%;
	 line-height: 16px;
    padding: 6px 5px;
}
table.shop_table td  th{padding:0px 0px 0px 0px;}
table.shop_table td.actions {
    padding: 6px 0;
}
.actions input.button {
text-align:center;
}
.coupon input.button {
    padding: 0px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 72px !important;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    float: right;
}

.cross-sells ul.products h3 {display:none;}
/*====================== blog page ======================*/

.blog #sidebar{display:none;}
.col-4.footer-widgets, .footer-bottom, .home-widgets { 
	display:none;
}
.footerLinks > p {
    padding: 0;
}
.footerLinks  p.footer_copyright{
    padding: 0 15px 0 0;
}

.footerLinks  p.attribution_link {
    padding: 0 0 0 15px;
}
.footerLinks ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#sidebar {
    display: none;
}
.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
    float: left !important;
    margin-bottom: 5px !important;
}
.woocommerce .checkout #shiptobilling  label, .woocommerce-page .checkout #shiptobilling  label{
    vertical-align: middle !important;
}

.woocommerce .checkout .col2-set .col-1 {
    width: 98%;
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}

}


/*============================================ 320 ====================================================*/
@media only screen and (max-width : 320px) {
.body {
	width: 100%;
}
#content{width:90%}
#sidebar {display:none;}
.mainContent {
	padding: 0 0 px;
}
.blog .right_products, .page .right_products {
	width:100%;
}
/*.mainImage {
	height: 300px;
	background: url("images/4_s.jpeg") no-repeat scroll -184px 0 transparent;
}*/

.mainHeader nav {
	height: auto;
	line-height: 30px;
	/*margin: 0 14px 0 0;*/
	margin: 0 auto;
	width: 100%;
}
.mainHeader nav ul {
	float: left;
    list-style: none outside none;
    margin: 20px 36px 0;
    padding: 0;
    width: 100%;
}
.mainHeader nav ul  li{
    margin: 0 0 0 41px;
}
.mainHeader nav ul.sub-menu li {
    margin: 0;
}
.mainHeader nav ul.sub-menu {
	margin: 0 36px;
}
.mainHeader nav ul#btn-cart1 {
    margin: 0px 36px 0;
}

.post-info {
	display: none;
}
.social {
	padding: 0 0 0 6px;
}
.social ul {
	list-style: none;
	float: right;
	margin-left: .4em;
}
.social ul li {
	float: left;
}
.social ul li a {
	display: block;
}
.footerLinks ul li:last-child {
	background: none;
}
.subscriptionSocialicons .textwidget {
	height: 33px;
}
.subscriptionSocialicons, .mainFooter .footerLinks {
	margin: 0 0 0 12px;
}
.mainBig {
	display: none;
}
input.button, .subscriptionSocialicons .textwidget input[type="submit"] {
	margin: 0 6px 0 0;
	height: 2.6em;	
}
input.email, .subscriptionSocialicons .textwidget input[type="email"] {
	height: 1.6em;
	padding: 0.59em 0.5em;
	width: 12em;
	-webkit-appearance: none;
}

.signup {
	padding: 0 5px 0 0;
}
.footerLinks ul li {
	padding: 0 13px;
}
table.shop_table {
	margin-bottom: 5px;
}
th.product-thumbnail, td.product-thumbnail {
	display: none;
}
table.shop_table th {
	padding: 5px;
}
.actions input.button {
	width: 88px;
}
table.shop_table td.actions .coupon {
	margin: 0;
	text-align:center;
}
.cart-collaterals .cart_totals a.button.alt {
	float: right;
}

.left .right_products {
    float: left;
}

.col-4.footer-widgets, .footer-bottom { 
	display:none;
}
.footerLinks > p {
    padding: 0;
}

.searchsize, .searchcolor, .attributes-filter , .woocommerce-ordering{
    /*margin: 10px 10px 0 0;*/
	margin-bottom: 10px;
    text-align: center;
    width: 95%;
}
.attributes-filter .styled-select, .woocommerce-ordering .styled-select {
    margin: 0 auto;
    text-align: center;
    width: 130px;
}
.cross-sells ul.products h3 {display:none;}
.woocommerce .cross-sells ul.products li.product a img {margin:0px;}

.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    float: left;
    width: 50%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    -moz-box-sizing: border-box;
    float: right;
    width: 25%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
	padding: 0;
	width: 70%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding:5px;
}
.woocommerce.buybtn {display:none;}
.cross-sells h2 {text-align:left;}
.product-remove {
	display: none;
}

.body .mainHeader .searchform .field {
	text-transform:uppercase;
	font-size:0.8em;
}

}


