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

  Max Range Queries

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

@media screen and (max-width: 959px) {
/* == WooCommerce == */

/* product list */

.woocommerce ul.products .product.first {
	clear: none;
}
.woocommerce ul.products .product:nth-child(4n+1) {
	clear: both;
}
}

@media screen and (max-width: 767px) {
/* == Sidebar == */

.sidebar {
	margin-top: 1em;
}
/* == Footer == */

.footer-nav > ul > li {
	display: list-item;
}
.footer-nav > ul > li > a {
	display: block;
	padding: 2px 0;
}
}

@media screen and (max-width: 599px) {

/* == Blog Comments == */
.comment header .avatar {
	float: none;
	margin: 0;
}
.comment header h3 {
	float: none;
}
/* == WooCommerce == */

/* product list */

.woocommerce ul.products .product {
	width: 33.33333%;
}
.woocommerce ul.products .product:nth-child(4n+1) {
	clear: none;
}
.woocommerce ul.products .product:nth-child(3n+1) {
	clear: both;
}
/* column sets */

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
	float: none;
	width: 100%;
}
.woocommerce .addresses .col-1 {
	padding-right: 0;
}
.woocommerce .addresses .col-2 {
	padding-left: 0;
}
/* tables */

.woocommerce .shop_table.cart,
.woocommerce .shop_table.cart tbody,
.woocommerce .shop_table.cart thead,
.woocommerce .shop_table.cart tfoot,
.woocommerce .shop_table.cart tr,
.woocommerce .shop_table.cart th,
.woocommerce .shop_table.cart td,
.woocommerce .shop_table.my_account_orders,
.woocommerce .shop_table.my_account_orders tbody,
.woocommerce .shop_table.my_account_orders tr,
.woocommerce .shop_table.my_account_orders thead,
.woocommerce .shop_table.my_account_orders tfoot,
.woocommerce .shop_table.my_account_orders th,
.woocommerce .shop_table.my_account_orders td,
.woocommerce .shop_table.my_account_orders,
.woocommerce .shop_attributes,
.woocommerce .shop_attributes tbody,
.woocommerce .shop_attributes tr,
.woocommerce .shop_attributes thead,
.woocommerce .shop_attributes tfoot,
.woocommerce .shop_attributes th,
.woocommerce .shop_attributes td,
.woocommerce .shop_attributes {
	display: block;
}
.woocommerce .shop_table.cart .cart_table_item th,
.woocommerce .shop_table.cart .cart_table_item td,
.woocommerce .shop_table.my_account_orders th,
.woocommerce .shop_table.my_account_orders td,
.woocommerce .shop_attributes th,
.woocommerce .shop_attributes td {
	padding: 0;
	border: none;
}
.woocommerce .shop_table.cart th,
.woocommerce .shop_table.my_account_orders th,
.woocommerce .shop_attributes th {
	display: none;
}
.woocommerce .shop_attributes p {
	margin: 0;
}
/* Account Page */

/* recent orders table */

.woocommerce .my_account_orders .order-number:before {
	content: "Order: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-date:before {
	content: "Date: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-status:before {
	content: "Status: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-total:before {
	content: "Total: ";
	font-weight: 700;
}
.woocommerce .my_account_orders .order-actions .button {
	margin: 0.5em 0 1em 0;
}
/* cart page */

.woocommerce .shop_table.cart .cart_table_item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.woocommerce .shop_table.cart .cart_table_item:first-child {
	padding-top: 1em;
	border-top: 1px solid #ddd;
}
.woocommerce .shop_table.cart a.remove,
.woocommerce .shop_table.cart .product-quantity,
.woocommerce .shop_table.cart .product-thumbnail {
	text-align: left;
}
.woocommerce .shop_table.cart .product-remove,
.woocommerce .shop_table.cart .product-thumbnail {
	float: left;
}
.woocommerce .shop_table.cart .product-remove {
	margin-right: 10px;
}
.woocommerce .shop_table.cart td.product-name,
.woocommerce .shop_table.cart td.product-price,
.woocommerce .shop_table.cart td.product-quantity,
.woocommerce .shop_table.cart td.product-subtotal {
	margin-bottom: 0.5em;
	padding-left: 125px;
}
.woocommerce .shop_table.cart .product-quantity .quantity {
	margin: 0;
}
.woocommerce .shop_table.cart td.product-subtotal {
	margin-bottom: 0;
}
.woocommerce .shop_table.cart .product-price:before {
	content: "Price: ";
	font-weight: 700;
}
.woocommerce .shop_table.cart .product-subtotal:before {
	content: "Total: ";
	font-weight: 700;
}
.woocommerce .shop_table.cart .actions .coupon .input-text {
	width: 150px;
}
.woocommerce .shop_table.cart .actions .checkout-button {
	margin: 1em 0 0 0;
}
}

@media screen and (max-width: 479px) {

/* == WooCommerce == */

/* single product page */

.woocommerce .product .images,
.woocommerce .product .entry-summary {
	float: none;
	width: 100%;
	padding-right: 10px;
}
.woocommerce .product .images {
	margin-bottom: 1em;
}
.woocommerce-tabs .tabs li {
	display: list-item;
	margin-left: 0;
}
/* forms */

.woocommerce .form-row-wide,
.woocommerce .form-row select,
.woocommerce .form-row .input-text {
	width: 100%;
}
.woocommerce .form-row-wide select {
	width: 100%;
	padding-right: 0;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last {
	float: none;
	width: 100%;
}
.woocommerce .form-row-first {
	padding-right: 0;
}
.woocommerce .form-row-last {
	padding-left: 0;
}
.woocommerce .shipping-calculator-form .form-row-wide {
	width: 100%;
}
.woocommerce .shipping-calculator-form .form-row-wide select {
	width: 100%;
}
}

@media screen and (max-width: 320px) {
/* == WooCommerce == */

/* product list */

.woocommerce ul.products .product {
	width: 50%;
}
.woocommerce ul.products .product:nth-child(4n+1),
.woocommerce ul.products .product:nth-child(3n+1) {
	clear: none;
}
.woocommerce ul.products .product:nth-child(2n+1) {
	clear: both;
}
/* column sets */

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	float: none;
	width: 100%;
}
.woocommerce .col2-set .col-1 {
	padding-right: 0;
}
.woocommerce .col2-set .col-2 {
	padding-left: 0;
}
}


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

  Min and Max Range Queries

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

@media screen and (min-width: 768px) and (max-width: 959px) {
/* Footer */

.footer-nav > ul > li {
	display: inline;
}
.footer-nav > ul > li > a {
	display: inline;
	padding: 0 10px;
}
.footer-nav > ul > li:first-child > a {
	padding-left: 0;
}
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
/* Styles */

}
@media screen and (min-width: 600px) and (max-width: 767px) {
/* Styles */

}
@media screen and (min-width: 480px) and (max-width: 959px) {
/* Styles */

}
@media screen and (min-width: 480px) and (max-width: 767px) {
/* == WooCommerce == */
/* column sets */

.woocommerce .col2-set .col-1 {
	padding-right: 5px;
}
.woocommerce .col2-set .col-2 {
	padding-left: 5px;
}
}
 @media screen and (min-width: 480px) and (max-width: 599px) {
/* Styles */

}

@media screen and (min-width: 320px) and (max-width: 480px) {
/* Styles */

}

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

  Grid DO NOT EDIT BELOW UNLESS NEEDED

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

/* Responsive 959px */
@media screen and (max-width: 959px) {
.tablet-size1of1 {
	width: 100%;
}
.tablet-size1of2,
.tablet-size2of4,
.tablet-size3of6 {
	width: 50%;
}
.tablet-size1of3,
.tablet-size2of6 {
	width: 33.333333333333336%;
}
.tablet-size2of3,
.tablet-size4of6 {
	width: 66.66666666666667%;
}
.tablet-size1of4 {
	width: 25%;
}
.tablet-size3of4 {
	width: 75%;
}
.tablet-size1of5 {
	width: 20%;
}
.tablet-size2of5 {
	width: 40%;
}
.tablet-size3of5 {
	width: 60%;
}
.tablet-size4of5 {
	width: 80%;
}
.tablet-size1of6 {
	width: 16.666666666666668%;
}
.tablet-size5of6 {
	width: 83.33333333333334%;
}
}

/* Responsive 768px */
@media screen and (max-width: 768px) {
.mobile-size1of1 {
	width: 100%;
}
.mobile-size1of2,
.mobile-size2of4,
.mobile-size3of6 {
	width: 50%;
}
.mobile-size1of3,
.mobile-size2of6 {
	width: 33.333333333333336%;
}
.mobile-size2of3,
.mobile-size4of6 {
	width: 66.66666666666667%;
}
.mobile-size1of4 {
	width: 25%;
}
.mobile-size3of4 {
	width: 75%;
}
.mobile-size1of5 {
	width: 20%;
}
.mobile-size2of5 {
	width: 40%;
}
.mobile-size3of5 {
	width: 60%;
}
.mobile-size4of5 {
	width: 80%;
}
.mobile-size1of6 {
	width: 16.666666666666668%;
}
.mobile-size5of6 {
	width: 83.33333333333334%;
}
}

/* Responsive 599px */
@media screen and (max-width: 599px) {
.alignnone,
.alignleft,
.alignright,
.aligncenter {
	float: none;
	display: block;
	margin: 1em auto 1em;
}
.grid-row {
	max-width: none;
	min-width: 0;
}
.grid-row .grid-row {
	margin-left: -10px;
	margin-right: -10px;
}
.grid-unit {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.colborder {
	border-left: none;
}
.grid-unit.size1of1,
.grid-unit.size1of2,
.grid-unit.size2of4,
.grid-unit.size3of6,
.grid-unit.size1of3,
.grid-unit.size2of6,
.grid-unit.size2of3,
.grid-unit.size4of6,
.grid-unit.size1of4,
.grid-unit.size3of4,
.grid-unit.size1of5,
.grid-unit.size2of5,
.grid-unit.size3of5,
.grid-unit.size4of5,
.grid-unit.size1of6,
.grid-unit.size5of6 {
	width: 100%;
}
.grid-unit.mobile-small-size1of1 {
	width: 100%;
}
.grid-unit.mobile-small-size1of2,
.grid-unit.mobile-small-size2of4,
.grid-unit.mobile-small-size3of6 {
	width: 50%;
}
.grid-unit.mobile-small-size1of3,
.grid-unit.mobile-small-size2of6 {
	width: 33.333333333333336%;
}
.grid-unit.mobile-small-size2of3,
.grid-unit.mobile-small-size4of6 {
	width: 66.66666666666667%;
}
.grid-unit.mobile-small-size1of4 {
	width: 25%;
}
.grid-unit.mobile-small-size3of4 {
	width: 75%;
}
.grid-unit.mobile-small-size1of5 {
	width: 20%;
}
.grid-unit.mobile-small-size2of5 {
	width: 40%;
}
.grid-unit.mobile-small-size3of5 {
	width: 60%;
}
.grid-unit.mobile-small-size4of5 {
	width: 80%;
}
.grid-unit.mobile-small-size1of6 {
	width: 16.666666666666668%;
}
.grid-unit.mobile-small-size5of6 {
	width: 83.33333333333334%;
}	
}

/* Responsive 479px */
@media screen and (max-width: 479px) {
.grid-unit.mobile-xs-size1of1 {
	width: 100%;
}
.grid-unit.mobile-xs-size1of2,
 .grid-unit.mobile-xs-size2of4,
 .grid-unit.mobile-xs-size3of6 {
	width: 50%;
}
.grid-unit.mobile-xs-size1of3,
 .grid-unit.mobile-xs-size2of6 {
	width: 33.333333333333336%;
}
.grid-unit.mobile-xs-size2of3,
 .grid-unit.mobile-xs-size4of6 {
	width: 66.66666666666667%;
}
.grid-unit.mobile-xs-size1of4 {
	width: 25%;
}
.grid-unit.mobile-xs-size3of4 {
	width: 75%;
}
.grid-unit.mobile-xs-size1of5 {
	width: 20%;
}
.grid-unit.mobile-xs-size2of5 {
	width: 40%;
}
.grid-unit.mobile-xs-size3of5 {
	width: 60%;
}
.grid-unit.mobile-xs-size4of5 {
	width: 80%;
}
.grid-unit.mobile-xs-size1of6 {
	width: 16.666666666666668%;
}
.grid-unit.mobile-xs-size5of6 {
	width: 83.33333333333334%;
}
}



/* Responsive Visibility Helpers */

@media screen and (max-width: 959px) {
.mobileshow {
	display: block !important;
}
.mobilehide {
	display: none !important;
}
}
/* Desktop */

.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}



/* Tablets & small desktops only */

@media screen and (min-width: 768px) and (max-width: 959px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-tablet {
	display: none !important;
}
}



/* Phones & small tablets */

@media screen and (max-width: 767px) {
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.hidden-phone {
	display: none !important;
}
}
