/*

Theme Name: Mercy Responsive
Author URI: http://www.builtbytyler.com / http://www.mikemilla.com
Description: A custom theme for Mercy
Authors: Tyler Doornbos & Mike Miller
Version: 2.0
Copyright: (c) 2012 Mercy

Yo!
Thank you for inspecting the styles of Mercy Supply :)

Here is the structure of the styles we follow

  element-example {

    * display

    * position
      float

    * dimensions

    * margin
      padding

    * foreground-color
      typeface-properties

    * background-color

    * radius
      shadows

    * transitions

    * special-properties

  }

Enjoy the reading!

- Michael from Northsea

*/

#wpadminbar { display:none; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;text-align:left;height:100%;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body { 
	background-color: #fff; 
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	color: #333; padding-bottom: 30px; 
	-webkit-text-size-adjust: none;
}

p {margin: 12px 0;}
ol, ul {padding-left: 40px; margin: 12px 0;}
ol {list-style: decimal;}
ul {list-style: square;}

body {
	padding: 0px;
}


.page-numbers {
	display: none;
}

::selection {
    background: #4e88db;
    color: #ffffff;
}

a {
    color: #686868;
    outline: none;
}

a:link {
    color: #686868;
    text-decoration: none;
}

a:visited {
    color: #686868;
    text-decoration: none;
}

a:hover {
    color: #686868; 
    text-decoration: none;
}

a:active {
    color: #686868;
    text-decoration: none;
}

/* CLEAR */

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearboth { clear:both; }

/*EDITOR*/
.alignright { 
	float:right;
	margin:0 0 20px 20px;
}

.alignleft { header
	float:left;
	margin:0 20px 0 20px;
}

/* WRAPPER */

.center-area { 
	width: 1200px;
	height: auto;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#header img {
	margin-top: 0px;
	margin-bottom: 0px;
}

.billboard {
	width: 1200px;
	height: 430px;
	position: relative;
	margin: 20px auto 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 3px;
}

#play-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: .5;
    width: 100px;
    height: 70px;
    background-image: url(http://www.mercysupply.com/wp-content/themes/mercy/images/play-button.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.billboard:hover > #play-button {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* - - - - - - - - - - - - - - - - - - GLOBALS - -

- Michael Miller
- 1/14/2015

- - - - - - - - - - */

.center {
	height: 100%;
	width: 1200px;

	margin-left: auto;
	margin-right: auto;
}

#small-description, .mobile-nav-menu, #top-bar, #middle-bar, #bottom-bar, #product-hover-options, #product-thumbnail-center {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.000, 0.000, 1.000); 
  -moz-transition: all 600ms cubic-bezier(0.445, 0.000, 0.000, 1.000); 
  -o-transition: all 600ms cubic-bezier(0.445, 0.000, 0.000, 1.000); 
  transition: all 600ms cubic-bezier(0.445, 0.000, 0.000, 1.000);
}

/* - - - - - - - - - - - - - - - - - - HEADER - -

- Michael Miller
- 1/14/2015

- - - - - - - - - - */

.header {
	height: 100px;
	width: 100%;

	background-color: #efefef;
	border-bottom: 2px solid #dfdfdf;

	z-index: 100;
}

/* - - - - - - - - - - - - - - - - - - HEADER > NAV - - */

#nav {
	display: block;
	position: relative;
	float: left;
	height: 100%;
	font-size: 18px;
}

#mobile-nav-button {
	display: none;
}

#mobile-nav-item, #mobile-nav-subitem {
	display: none;
}

#nav #mercy-nav-item {
	float: right;

	padding: 10px;
	margin-top: 32px;
	margin-left: 10px;

	color: #6b6b6b;
	text-transform: uppercase;

    cursor: pointer;
    border-radius: 3px;
}

#nav #mercy-nav-item:hover {
	background-color: #dedede;
	color: #474747;
}

#nav #mercy-nav-item:active {
	background-color: #c9c9c9;
}

#nav #mercy-nav-item:nth-child(3) {
	border-radius: 0px;
	height: 60px;
	cursor: default;
}

#nav #mercy-nav-item:nth-child(3):hover {
	background-color: #efefef;
}

#nav #mercy-nav-item:nth-child(3):active {
	background-color: #efefef;
}

#nav #mercy-nav-item:nth-child(3):hover > #mercy-dropdown {
	display: block;
}

#nav #mercy-dropdown {
	position: absolute;
	display: none;

	top: 100px;
	left: 0px;
	width: 170px;

	background-color: #efefef;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;

	font-size: 16px;
	text-transform: none;

	overflow: hidden;
	z-index: 1;
}

#nav #dropdown-item {
	float: left;

	width: 130px;

	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

	color: #6b6b6b;

	border-radius: 3px;
}

#nav #dropdown-item:hover {
	background-color: #dedede;
	color: #474747; 
}

#nav #dropdown-item:active {
	background-color: #c9c9c9; 
}

/* - - - - - - - - - - - - - - - - - - HEADER > LOGO - - */

#logo {
	height: 100%;
	width: 180px;
	/*width: 220px;*/

	background-image: url('http://www.mercysupply.com/wp-content/themes/mercy-responsive2/images/tree-logo-@1x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;

	/*
    background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/logo@1x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    */

	margin-left: auto;
	margin-right: auto;
}

#logo a {
	display: block;

	height: 100%;
}

#logo:hover {
	opacity: .8;
}

/* - - - - - - - - - - - - - - - - - - HEADER > CART - - */

#cart {
	float: right;

	height: 100%;
	width: 274px;

	margin-top: -100px;
}

#mobile-cart {
	display: none;
	height: 100%;
}

#cart-total {
	float: right;

	height: 100%;

	margin-right: 12px;

	text-align: right;
	line-height: 100px;
	color: #6b6b6b;
	font-size: 18px;
}

#cart-total:hover {
	color: #474747;
}

#cart-header-line {
	float: right;

	height: 18px;
	width: 2px;

	margin-top: 41px;

	background-color: #6b6b6b;
}

#cart-icon {
	float: right;

	height: 30px;
	width: 38px;

	margin-top: 35px;
	margin-right: 5px;

	line-height: 30px;
	text-align: center;
	color: #fff;

	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart@1x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    -o-background-size: 25px auto;
}

#cart:hover > #cart-dropdown {
	display: block;
}

#cart-dropdown {
	position: absolute;
	display: none;

	width: 270px;

	top: 100px;

	background-color: #efefef;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;

	z-index: 1;
}

#cart-description {
	float: left;

	height: 20px;
	width: 100%;

	line-height: 20px;
	text-align: center;
}

#cart-dropdown ul {
	position: relative;
	float: left;

	width: 100%;

	padding: 0;
	margin: 0;

	list-style-type: none;
}

#cart-dropdown li {
	position: relative;
	float: left;

	height: 50px;
	width: 250px;

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

	border-radius: 3px;
	overflow: hidden;
}

#cart-dropdown li a {
	display: block;
	height: 100%;
	color: #6b6b6b;
}

#cart-dropdown li a:hover {
	color: #474747;
}

#cart-dropdown li:hover {
	background-color: #dedede;
	color: #474747; 
}

#cart-dropdown li:active {
	background-color: #c9c9c9; 
}

#cart-dropdown p {
	float: left;

	height: 100%;
	width: 117px;

	margin: 0;

	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;

	overflow: hidden;
}

#cart-dropdown span {
	float: left;

	height: 100%;
	width: 40px;

	margin: 0;
	margin-right: 10px;

	text-align: right;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;

	overflow: hidden;
}

#cart-small-image {
	position: relative;
	float: left;

	height: 30px;
	width: 30px;

	margin: 10px;

	background-color: #dfdfdf;

	border-radius: 2px;
	overflow: hidden;
}

#cart-small-image img {
	position: absolute;

	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;

	height: 100%;
	width: auto;
}

#cart-line {
	float: right;

	height: 18px;
	width: 2px;

	margin-top: 16px;

	background-color: #6b6b6b;
}

#cart-remove-item-button {
	position: relative;
	float: right;

	height: 100%;
	width: 31px;
}

#cart-remove-item-button:active {
	background-color: #474747;
}

#cart-remove-item-button:active > #cross {
	background-color: #fff;
}

#cart-remove-item-button:active > #criss {
	background-color: #fff;
}

#criss {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	height: 2px;
	width: 12px;

	background-color: #6b6b6b;

	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

#cross {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	height: 2px;
	width: 12px;

	background-color: #6b6b6b;

	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#cart-divider {
	float: left;

	height: 2px;
	width: 250px;

	margin-left: 10px;
	margin-bottom: 10px;

	background-color: #dfdfdf;
}

#cart-info-holder {
	float: left;

	height: 50px;
	width: 250px;

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

	color: #6b6b6b;
}

#cart-account {
	float: left;

	height: 100%;
	width: 50%;

	text-align: center;
	line-height: 50px;

	border-radius: 3px;
}

#cart-account:hover {
	background-color: #dedede;
	color: #474747; 
}

#cart-account:active {
	background-color: #c9c9c9; 
}

#cart-amount {
	float: right;

	height: 100%;
	width: 50%;

	line-height: 50px;
	font-size: 18px;

	text-align: right;
}

#cart-amount span {
	float: right;
}

#cart-checkout-button {
	float: left;

	height: 50px;
	width: 250px;

	margin-left: 10px;
	margin-bottom: 10px;

	background-color: #dfdfdf;

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	color: #474747;

	border-radius: 3px;
}

#cart-checkout-button:hover {
	background-color: #d4d4d4;
}

#cart-checkout-button:active {
	background-color: #474747;
	color: #dfdfdf;
}

/* MAINCOL */
#maincol {
	width:100%;
	clear:both;
	display:inline-block;
	background:#fff;
	border-bottom: 2px solid #dedede;
	margin-bottom: 50px;
}

#maincol .center-area { 
	margin: 20px auto 0;
}

#maincol .one-fifth { 
	width:238px;
	float:left;
	margin-right:12px;
}

#maincol .last { 
	margin-right:0;
}

#maincol .two-fifths-left { 
	width:486px;
	float:left;
}

#maincol .three-fifths-right { 
	width:734px;
	float:right;
}

#maincol .three-fifths-left { 
	width:734px;
	float:left;
}

#maincol .two-fifths-right { 
	width:486px;
	float:right;
}

#maincol h6 { 
	color:#999;
}

#maincol h1 { 
	font-size:24px;
}

#maincol h2 { 
	font-size:22px;
}

/*#maincol h3 { 
font-size:20px;
}*/

#maincol h4, h5 { 
	font-size:18px;
}

#maincol h6 { 
	font-size:16px;
}

#maincol small a { 
	font-size:12px;
	color:#999;
	text-decoration:none;
}

#maincol small a:hover { 
	background:#f2f2f2;
}

#page-content {
	height: auto;
}

#page-content img {
	border-radius: 3px;
	width: 50%;
	height: auto;
	margin-bottom: 50px;
}

#maincol #page-content p { 
	font-size: 15px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	line-height: 24px;
}

#maincol #page-content a { 
	background:#f0f0f0;
	color:#000;
	text-decoration:none;
}

#maincol #page-content a:hover { 
	background:#333;
	color:#fff;
}

#maincol #page-content small { 
	font-size:10px;
	line-height:110%;
}

/*Product Pages*/
#product-left { 
	float: left;
	width: 238px;
}

#product-right { 
	float: right;
	width: 982px;
}

/* - - - - - - - - - - - - - - - - - - PRODUCT GRID - - */

.grid-container {
	float: left;
	width: 100%;

	margin-top: 50px;
	margin-bottom: 0px;
}

#category-container {
	position: relative;
	float: left;
	width: 100%;
}

.page-title {
	font-size: 26px;
	font-weight: 400;
}

.woocommerce-result-count {
	font-family: 'Source Sans Pro', sans-serif;
}

#dropdown-select {
	position: absolute;
	top: 0;
	right: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    font-size: 16px;
    padding: 10px;

    border: none;
    outline: none;

    background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/dropdown@1x.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;

    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	color: #666;

	background-color: #f4f4f4;

    cursor: pointer;
    border-radius: 0px;
}

#product-grid-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

#product-grid-list li {
	float: left;
	position: relative;

	height: 262px;
	width: 262px;

	margin-right: 50.5px;
	margin-bottom: 50.5px;

	border-radius: 3px;

	overflow: hidden;
	cursor: pointer;

	font-family: 'Source Sans Pro', sans-serif;
}

/* Weird Woocommerce Fix */
#product-grid-list li .add_to_cart_button {
	display: none;
}

#filler-link {
	height: 100%;
	color: #fff;
}

#product-grid-list li:nth-child(4), #product-grid-list li:nth-child(8), #product-grid-list li:nth-child(8),
#product-grid-list li:nth-child(12), #product-grid-list li:nth-child(16), #product-grid-list li:nth-child(20),
#product-grid-list li:nth-child(24), #product-grid-list li:nth-child(28), #product-grid-list li:nth-child(32),
#product-grid-list li:nth-child(36), #product-grid-list li:nth-child(40), #product-grid-list li:nth-child(44){
	margin-right: 0px;
}

#product-thumbnail-center {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	height: 262px;
	width: 262px;
}

#product-thumbnail-center img {
	width: 100%;
	height: auto;
}

#product-hover-options {
	position: absolute;

	width: 100%;
	height: 100%;

	background-color: rgba(66,66,66,0.75);

	opacity: 0;
	border-radius: 3px;
}

#product-grid-list li:hover > #product-hover-options {
	opacity: 1;
}

#product-hover-options:hover > #product-thumbnail-center {
	top: -25px;
	left: -25px;
	height: 262px;
	width: 262px;
}

#product-hover-options p {
	position: absolute;
	margin: 0;

	height: 50px;
	width: 95%;

	right: 5%;
	text-align: right;
	line-height: 50px;
	font-size: 18px;
}

#product-hover-options h3 {
	height: 100%;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;

	line-height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 400;

	overflow: hidden;
}

#grid-cart-button {
	position: absolute;
	left: 5%;
	top: 5%;
	height: 40px;
	width: 40px;

	color: #fff;
	line-height: 50px;
	text-align: center;

	border-radius: 3px;

	background-color: rgba(66,66,66,0.50);
	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart-white@1x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    -moz-background-size: 25px auto;
    -webkit-background-size: 25px auto;
    -o-background-size: 25px auto;
}

#grid-cart-button:hover {
	background-color: rgba(66,66,66,0.25);
}

#grid-cart-button:active {
	background-color: rgba(66,66,66,0.25);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    #logo {
    	/*background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/logo@2x.png');*/
    	/*background-image: url('//www.mercysupply.com/wp-content/themes/mercy-responsive2/images/line-logo-@2x.png');*/
    	background-image: url('//www.mercysupply.com/wp-content/themes/mercy-responsive2/images/tree-logo-@2x.png');
    	/*background-image: url('//www.mercysupply.com/wp-content/themes/mercy-responsive2/images/hybrid-logo-@2x.png');*/
    }

    #cart-icon {
    	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart@2x.png');
    }
    #grid-cart-button {
    	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart-white@2x.png');
    }
    .single_add_to_cart_button {
    	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart@2x.png');
    }
}

/* LOWER
--------------------------------------------- */

#lower {
	float: left;
	width: 100%;
	display:inline-block;
	clear:both;
	/*padding: 30px 0;*/
	/*height: 362.5px;*/
	background: #fff;
	margin-right: auto;
	margin-left: auto;
}

#small-item-container {
	position: relative;
	margin-top: 50px;
	height: 260.5px;
	width: 260.5px;
	position: relative;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}

#small-item-one {
	height: 106.25px;
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 3px;
	background-image: url('http://www.mercysupply.com/wp-content/themes/mercy/images/library.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#small-item-two {
	position: relative;
	margin-top: 56px;
	height: 106.25px;
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 3px;
}

#small-item-two img {
    width: 100%;
    height: auto;
    margin-top: -25px;
}

#small-description {
	position: absolute;
	height: 106.25px;
	width: 100%;
	background-color: rgba(66,66,66,0.50);
	border-radius: 3px;
	line-height: 106.25px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

#small-item-one:hover > #small-description {
	background-color: rgba(66,66,66,0.25);
}

#small-item-two:hover > #small-description {
	background-color: rgba(66,66,66,0.25);
}

#item-container-one, #item-container-two, #item-container-three {
	margin-top: 50px;
	height: 260.5px;
	width: 260.5px;
	position: relative;
	float: left;
	margin-right: 52px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
	box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
}

#description {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: -60px;
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    line-height: 60px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(66,66,66,0.75);
}

#item-one {
	height: 100%;
	width: 100%;
	background-image: url('http://www.mercysupply.com/wp-content/uploads/2013/12/ApronBrownSquare.jpg');
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

#item-two {
	height: 100%;
	width: 100%;
	background-image: url('http://www.mercysupply.com/wp-content/uploads/2013/12/Belt11.jpg');
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

#item-three {
	height: 100%;
	width: 100%;
	background-image: url('http://www.mercysupply.com/wp-content/uploads/2013/12/LunchBagGrey2a.jpg');
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

#item-container-one:hover > #description {
	bottom: 0px;
}

#item-container-two:hover > #description {
	bottom: 0px;
}

#item-container-three:hover > #description {
	bottom: 0px;
}

/* ABOUT PAGE
--------------------------------------------- */

#about-page {
	line-height: 25px;
}

#about-page b {
	display: none;
}

#about-page p {
	background-color: transparent;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#about-page img {
	display: none;
	margin-top: 10px;
}

#about-page iframe {
	width: 100%;
	height: 500px;
}

#divider {
	margin-bottom: 50px;
}

/* FOOTER
---------------------------------------------

#footer {
	width: 1200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #efefef;
    font-size: 15px;
    bottom: 0px;
}

.footer-left { 
	float:left;
	width: auto;
}

.footer-right { 
	float:right;
	width: auto;
}

#menu-footer-nav { 
	list-style-type:none;
	float:right;
	padding:0;
	margin:0;
}

#menu-footer-nav li { 
	display:inline;
	margin-left:15px;
}

#menu-footer-nav li a { 
	font-family:Verdana,sans-serif;
	color:#333;
	text-decoration:none;
	font-size:11px;
}

#menu-footer-nav li a:hover { 
	color:#999;
}

*/

/* FOOTER
--------------------------------------------- */

.footer-holder {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-top: 2px solid #dedede;
    font-size: 15px;
    bottom: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

#footer {
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#copyright-holder {
    width: auto;
    height: 100%;
    float: left;
    text-align: left;
    line-height: 70px;
}

#footnotes-holder {
    width: auto;
    height: 100%;
    float: right;
    text-align: right;
    line-height: 20px;
}

#footnote {
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
    border-radius: 3px;
}

#footnote:hover {
    background-color: #dedede;
    color: #474747;
}

#footnote:active {
	background-color: #d4d4d4;
}

/* NEW BLOG
--------------------------------------------- */

.blog-title {
	float: left;

	margin-top: 50px;

	height: auto;
	width: 100%;

	font-size: 26px;

	background-color: red;
}

.blog-list {
	float: left;

	width: 100%;

	padding: 0;
	margin: 0;

	list-style-type: none;

	background-color: blue;
}

.blog-list-item {
	float: left;

	height: 100px;
	width: 100px;
	
	background-color: green;
}

/* =Comments
-------------------------------------------------------------- */

.woocommerce-message {
	display: none;
	position: relative;

	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;

	width: 450px;
	height: 75px;

	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;

	font-size: 18px;

	background-color: #efefef;
	border-radius: 3px;
}

.woocommerce-message a {
	position: absolute;

	bottom: 0;
	right: 25px;
	margin-bottom: 25px;

	font-size: 16px;
	text-transform: uppercase;
}

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-left: -40px;
}

.commentlist li.comment img {
	margin-top: -4px;
	margin-left: 0px;
	border-radius: 3px;
	float: left;
}

.comment_container {
	margin-left: 0px;
}

.comment-text {
	margin-left: 75px;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0;
	color:#fff;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*WOOCOMMERCE STYLES*/

.woocommerce-ordering {
	margin-bottom: 30px;
}

.mercyoutofstock img {
	border-top-right-radius: 3px;
	overflow: hidden;
}

.product h3 { 
	font-size:12px;
}

.mercy_add_cart_link, ul.products a.button { 
	color: #666;
	text-transform: capitalize;
	background: #f7f7f7;
	padding: 4px;
}

.mercy_add_cart_link:hover, ul.products a.button:hover { 
	background: #666;
	color: #f7f7f7;
}

.mercy_product_info_group { 
	width:100%;
}

.mercy_product_left {float:left;}
.mercy_product_right {float:right;}

.product_meta { display:none !important; }

ul.products { 
	margin: 0px;
	padding: 0; 
	list-style-type: none; 
}

ul.products li {
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: inline;
	list-style-type: none;
	width: 262.5px;
	float: left;
	height: 400px;
	margin-right: 50px; 
}

li.product.last {
	margin-right: 0px !important;
}

a .mercy_woo_title_small { 
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-bottom: 5px;
	line-height: 24px;
}

a .mercy_woo_title_small:hover { 
	cursor: pointer;
	background: #ececec; 
}

.mercyoutofstock { 
	position: absolute;
	top: 0;
	right: 0; 
	z-index:1 00; 
}

.star-rating { display:none; }
.star-rating span { background:url(images/starratingslide.png);overflow:hidden; }

div.type-product .images { 
	width: 575px;
	float: left;
	margin-bottom: 40px;
}

.product_title {
	font-size: 26px;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #333;
    float: left;
    width: 80%;
    height: 40px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 20px;
}

.price { 
	float: right;
	margin: 0;
	width: 20%;
	height: 40px;
	border-bottom: 2px solid #dfdfdf;
	text-align: right;
	font-size: 20px;
	margin-bottom: 20px;
}

div.type-product .entry-summary, div.type-product .woocommerce-tabs { 
	width: 575px;
	float: right;
}

.attachment-shop_single {
	width: 100%;
}

.woocommerce-product-rating {
	display: none;
}

div.type-product .related { 
	clear: both;
	padding-top: 30px;

	display: none; /* Related Products */
}

.thumbnails {
	width: 575px;
	margin-right: 0px;
}

div.type-product .thumbnails img {
	width: 181.66px;
	height: auto;
	margin-bottom: 15px;
}

div.type-product .thumbnails a { 
	margin-bottom: 15px;
	margin-right: 15px;
}

div.type-product .thumbnails a.first { 
	margin-left: 0px; 
}

div.type-product .thumbnails a.last { 
	margin-right: 0px; 
}

ul.products {
	margin-top: 20px;
}

.shop_table { 
	width: 80%; 
}

.shop_table th { background:#666;color:#fff;font-size:14px;font-weight:normal;padding:5px; }
.shop_table td {vertical-align:middle;border-bottom:1px solid #ccc;padding:5px; }
.shop_table .attachment-shop_thumbnail { width:60px;height:60px; }
.shop_tabale td.product-name a { font-size:20px; }

#product-1331 {
	position: relative;
	float: left;
	margin-top: 50px;
}

.stock, .out-of-stock {
	margin: 0;
	padding: 0;
	float: right;
	text-transform: uppercase;
	color: #666;
}

input[type=number], input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button, input[type="text"], 
input[type="button"], input[type="submit"] {
	    	-webkit-appearance: none;
	    	border-radius: 0;
	    	margin: 0;
	    	padding: 0;
	    }

.minus, .input-text, .plus {
	outline: 0;
	border: 0;
	float: left;
	background-color: #f4f4f4;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: #666;
	cursor: pointer;
}

.minus, .plus {
	height: 30px;
	width: 30px;
}

.input-text {
	height: 38px;
	width: 40px;
	text-align: center;
}

.single_add_to_cart_button {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	border: 0;
	outline: 0;
	font-size: 16px;
	padding: 10px;
	color: #666;
	text-align: left;
	width: 125px;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	background-color: #f4f4f4;
	background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/cart@1x.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;
    cursor: pointer;
}

.woocommerce-main-image img {
	border-radius: 3px;
	margin-bottom: 20px;
}

.images img {
	border-radius: 3px;
}

.woocommerce-tabs {
	margin-top: 50px;
}

.entry-content {
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 50px;
}

.shop_attributes th {
	padding-right: 10px;
	padding-bottom: 50px;
}

ul.tabs {
	list-style-type: none;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 18px;
}

ul.tabs li {
	float: left;
	height: 100%;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
}

ul.tabs li:first-child {
	border-bottom: 3px solid #686868;
}

ul.tabs li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.tabs li a:hover {
	color: #000000;
}

.panel h2 {
	display: none;
}

/* BLOG PAGE
--------------------------------------------- */

#blog-page {
	line-height: 25px;
	width: 100%;
}

#blog-page p {
	background-color: transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

#blog-page img {
	width: auto;
	height: auto;
	border-radius: 3px;
	margin-bottom: 5px;
}

#blog-page h2, .center-area h2, body h2 {
	padding-top: 90px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

#blog-page h6, .center-area h6, body h6 {
	padding: 10px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	opacity: .4;
}

p a img, .aligncenter {
	width: auto;
	height: auto;
	border-radius: 3px;
	margin-top: 25px;
	margin-bottom: 5px;
}

/* BLOG PAGE
--------------------------------------------- */

.grid-item-ready h6 a  { 
	text-decoration:none;
	color:#999;
}

.grid-item-ready h6 a:hover { 
	background:#efefef;
}

/* WOOCOMMERCE
--------------------------------------------- */

#about-page h2 {
	margin-bottom: 20px;
	padding-top: 25px;
}

#about-page p {
	margin-top: 0px;
}

.shop_table {
	overflow: hidden;
	min-width: 0px !important;
}

#payment img {
	width: 20px;
	height: auto;
}

.woocommerce {
	padding-top: 50px;
	font-weight: 400;
}

.woocommerce tr {
	border-bottom: 2px solid #dfdfdf;
	height: 70px;
}

.woocommerce thead {
	text-transform: uppercase;
}

.woocommerce thead tr {
	height: 40px;
	line-height: 40px;
	border-bottom: 0px;
}

.coupon .input-text {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 18px;
}

.coupon label {
	display: none;
}

.actions .button {
	background-color: transparent;
	float: right;
	border: 0;
	margin-top: 10px;
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	cursor: pointer;
	color: #686868;
	border-radius: 3px;
}

.actions .button:hover {
	background-color: #dedede;
}

.actions .button:active {
	background-color: #d4d4d4;
}

.coupon .button {
	float: left;
	margin-left: 15px;
}

.product-price {
	text-align: right;
}

.product-quantity {
	text-align: right;
}

.product-subtotal {
	text-align: right;
}

.shop_table {
	width: 100%;
}

.cart-collaterals {
	float: left;
	font-weight: 400;
}

.cart-collaterals table {
	margin-top: 50px;
}

.cart-collaterals table tr {
	height: 50px;
	line-height: 50px;
}

.cart-subtotal td, .shipping td, .order-total td {
	text-align: right;
	font-weight: 400;
}

.cart-subtotal th, .shipping th, .order-total th {
	text-align: left;
	font-weight: 400;
}

.order-total .amount {
	
}

.shipping a {
	background-color: transparent;
	padding: 10px;
	cursor: pointer;
	color: #686868;
	border-radius: 3px;
}

.shipping a:hover {
	background-color: #dedede;
}

.shipping a:active {
	background-color: #d4d4d4;
}

.cart-subtotal th, .shipping th {
	text-align: left;
}

.order-total {
	font-size: 18px;
	text-transform: uppercase;
}

.wc-proceed-to-checkout {
	float: left;
	margin-bottom: 50px;
}

.wc-proceed-to-checkout a {
	float: left;
	margin-top: 25px;
	background-color: #03A9F4;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

.wc-proceed-to-checkout a:hover {
	background-color: #29B6F6;
}

.wc-proceed-to-checkout a:active {
	background-color: #039BE5;
}

#username, #password, #reg_email, #reg_password {
	float: left;
	width: 300px;
	margin-right: 800px;
	background-color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	margin-bottom: 25px;
}

#password {
	margin-top: 0px;
}

.form-row label {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.form-row label:last-child {
	margin-bottom: 0px;
	cursor: pointer;
}

.form-row .button {
	height: 40px;
	width: 150px;
	border: 0;
	color: #fff;
	font-size: 14px;
	margin-right: 0px;
	border-radius: 3px;
	background-color: #03A9F4;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	margin-bottom: 25px;
}

.form-row .button:hover {
	background-color: #29B6F6;
}

.form-row .button:active {
	background-color: #039BE5;
}

.lost_password {
	padding-top: 25px;
	padding-bottom: 50px;
}

.woocommerce .myaccount_user {
	width: 50%;
}

.address .title h3 {
	margin-top: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.address address {
	margin-top: 10px;
}

.woocommerce h3 {
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce-info {
	padding-bottom: 25px;
}

.woocommerce-billing-fields h3 {
	padding-bottom: 10px;
}

.woocommerce form .input-text {
	margin-bottom: 10px;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 16px;
	background-color: #fff;
}

.product-quantity .quantity .input-text {
	float: right;
	height: 38px;
	width: 38px;
	margin-right: 0px;
}

.woocommerce-billing-fields select {
	width: 250px;
	margin-right: 800px;
}

.woocommerce-shipping-fields {
	margin-bottom: 25px;
}

.woocommerce-shipping-fields h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
	float: left;
}

.woocommerce-shipping-fields select {
	width: 250px;
	margin-right: 800px;
}

.woocommerce-shipping-fields textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 250px;
	margin-right: 800px;
	height: 200px;
	margin-right: 800px;
	line-height: 22px;
}

#order_review_heading {
	display: none;
}

#payment {
	margin-top: 25px;
}

.woocommerce-checkout-review-order-table .amount {
	font-weight: 400;
}

.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}

.woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .order-total {
	line-height: 70px;
}

.payment_methods {
	list-style-type: none;
	padding: 0;
}

.amount {
	font-weight: 400;
}

.woocommerce p .button {
	height: 40px;
	width: 150px;
	border: 0;
	color: #fff;
	font-size: 14px;
	margin-right: 0px;
	border-radius: 3px;
	background-color: #03A9F4;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	margin-top: 15px;
}

.woocommerce p .button:hover {
	background-color: #29B6F6;
}

.woocommerce p .button:active {
	background-color: #039BE5;
}

.cart-empty {
	margin-bottom: 25px;
}

.wc-backward {
	padding: 10px;
}

#account_email {
	margin-right: 800px;
	margin-bottom: 50px;
}

fieldset legend {
	margin-bottom: 15px;
}

.product {
	margin-top: 60px;
}

.product_title {
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

#cart-account {
	line-height: 100px;
	border-radius: 0px;
	text-transform: uppercase;
}

.page-title {
	padding-top: 50px;
}

.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    font-size: 16px;
    padding: 10px;
    margin-bottom: 25px;

    border: none;
    outline: none;

    background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/dropdown@1x.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;

    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	color: #666;

	background-color: #f4f4f4;

    cursor: pointer;
    border-radius: 0px;
}

.cart_totals table {
	margin-bottom: 25px;
}

.tax-rate th {
	text-transform: uppercase;
	font-weight: 400;
}

.tax-rate td {
	text-align: right;
}

.value #pa_size {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;

    border: none;
    outline: none;

    width: 175px;

    background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/dropdown@1x.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;

    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	color: #666;

	background-color: #f4f4f4;

    cursor: pointer;
    border-radius: 0px;
}

.label label, .value a {
	display: none;
}

/*=========================================== TABLETS =============================================*/

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

	/* - - - - - - - - - - - - - - - - - - GLOBALS - -

	- Michael Miller
	- 1/15/2015

	- - - - - - - - - - */

	.center {
		width: 100%;
	}

	#blog-page h2 {
		padding-top: 150px;
	}

	#about-page h2 {
		margin-bottom: 20px;
		padding-top: 135px;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER - -

	- Michael Miller
	- 1/14/2015

	- - - - - - - - - - */

	.header {
		position: fixed;

		height: 100px;

		z-index: 100;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > NAV - - */

	#mobile-nav-button {
		position: absolute;
		display: block;
		float: left;
		height: 100%;
		width: 100px;
		cursor: pointer;
	}

	#top-bar, #middle-bar, #bottom-bar {
		position: absolute;
		height: 3px;
		width: 20px;
		left: 40px;
		background-color: #6b6b6b;
	}

	#top-bar {
		top: 42px;
	}

	#middle-bar {
		top: 49px;
	}

	#bottom-bar {
		top: 56px;
	}

	.mobile-nav-menu {
		position: fixed;

		height: 100%;
		width: 250px;

		left: -252px;

		z-index: 50;

		background-color: #efefef;
		border-right: 2px solid #dfdfdf;

		overflow: scroll;
	}

	#mobile-nav-item {
		display: block;
		float: left;

		width: 230px;
		height: 50px;

		line-height: 50px;
		padding-left: 20px;
		font-size: 18px;
		color: #6b6b6b;

		border-bottom: 2px solid #dfdfdf;
	}

	#mobile-nav-item:nth-child(1) {
		margin-top: 100px;
	}

	#mobile-nav-subitem {
		display: block;
		float: left;

		width: 210px;
		height: 50px;

		line-height: 50px;
		padding-left: 40px;
		/*font-family: 'Source Sans Pro', sans-serif;*/

		border-bottom: 2px solid #dfdfdf;

		opacity: .9;
	}

	.page-cover {
		position: fixed;
		display: none;

		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		z-index: 40;

		background-color: #000;

		opacity: .2;

		cursor: pointer;
	}

	#nav {
		position: relative;
		float: left;
		height: 100%;
		font-size: 18px;
		display: none;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > LOGO - - */

	#logo {
		height: 100%;
		width: 180px;

		background-image: url('http://www.mercysupply.com/wp-content/themes/mercy-responsive2/images/tree-logo-@2x.png');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 100% auto;
	    -moz-background-size: 100% auto;
	    -webkit-background-size: 100% auto;
	    -o-background-size: 100% auto;

		margin-left: auto;
		margin-right: auto;
	}

	#logo a {
		display: block;

		height: 100%;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > CART - - */

	#cart {
		display: none;
	}

	#mobile-cart {
		position: absolute;
		right: 0;
		display: block;
		width: 100px;
	}

	#cart-icon {
		margin-right: 13px;
	}

	.center-area {
		width: 800px;
	}

	/* BILLBOARD
	--------------------------------------------- */

	.billboard {
		width: 800px;
		margin-top: 150px;
	}

	/* - - - - - - - - - - - - - - - - - - PRODUCT GRID - - */

	.grid-container {
		margin-top: 150px;
		margin-bottom: 25px;
	}

	#product-grid-list li {
		height: 250px;
		width: 250px;
		margin-bottom: 25px;
		margin-right: 25px;
	}

	#product-grid-list li:nth-child(3n) {
		margin-right: 0px;
	}

	#product-grid-list li:nth-child(4), #product-grid-list li:nth-child(8), #product-grid-list li:nth-child(8),
	#product-grid-list li:nth-child(16), #product-grid-list li:nth-child(20),
	#product-grid-list li:nth-child(28), #product-grid-list li:nth-child(32), 
	#product-grid-list li:nth-child(40), #product-grid-list li:nth-child(44) {
		margin-right: 25px;
	}

	#product-grid-list li:nth-child(12), #product-grid-list li:nth-child(24), #product-grid-list li:nth-child(36) {
		margin-right: 0px;
	}

	#product-grid-list li:last-child {
		margin-bottom: 50px;
	}

	#product-thumbnail-center {
		height: 250px;
		width: 250px;
	}

	#product-hover-options:hover > #product-thumbnail-center {
		height: 250px;
		width: 250px;
	}

	#product-hover-options h3 {
		line-height: 250px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		-ms-flex-pack:none;
		-ms-flex-align:none;
		-moz-box-pack:none;
		-moz-box-align:none;
		-webkit-box-pack:none;
		-webkit-box-align:none;
		box-pack:none;
		box-align:none;
	}

	/* LOWER
	--------------------------------------------- */

	#lower {
		height: auto;
		/*height: 500px;*/
	}

	#small-item-container {
		height: 105.25px;
		width: 100%;
	}

	#small-item-one {
		width: 375px;
		margin-right: 50px;
	}

	#small-item-two {
		margin-top: 0px;
		width: 375px;
	}

	#small-description {
		width: 375px;
	}

	#small-item-two img {
		width: 100%;
		height: auto;
		margin-top: -25px;
	}

	#small-item-one:hover > #small-description {
		background-color: rgba(66,66,66,0.25);
	}

	#small-item-two:hover > #small-description {
		background-color: rgba(66,66,66,0.25);
	}

	#item-container-one, #item-container-two, #item-container-three {
		height: 230.5px;
		width: 230.5px;
		margin-right: 54px;
	}

	#item-container-three {
		margin-right: 0px;
	}

	#footer {
		width: 800px;
	}

	/* BLOG LIST
	--------------------------------------------- */

	/* NEW BLOG
	--------------------------------------------- */

	.blog-title {
		margin-top: 100px;

		height: 40px;
		width: 100%;

		background-color: blue;
	}

	#maincol .grid-item { 
		width: 233.33px;
		height: 180px;
		float:left;
	}

	ul.products li {
		width: 233.33px;
	}

	li.product.last {
		margin-right: 50px !important;
	}

	li.product:nth-child(3) {
		margin-right: 0px !important;
	}

	li.product:nth-child(6) {
		margin-right: 0px !important;
	}

	li.product:nth-child(9) {
		margin-right: 0px !important;
	}

	li.product:nth-child(12) {
		margin-right: 0px !important;
	}

	li.product:nth-child(15) {
		margin-right: 0px !important;
	}

	li.product:nth-child(18) {
		margin-right: 0px !important;
	}

	li.product:nth-child(21) {
		margin-right: 0px !important;
	}

	li.product:nth-child(24) {
		margin-right: 0px !important;
	}

	li.product:nth-child(27) {
		margin-right: 0px !important;
	}

	li.product:nth-child(30) {
		margin-right: 0px !important;
	}

	li.product:nth-child(33) {
		margin-right: 0px !important;
	}

	li.product:nth-child(36) {
		margin-right: 0px !important;
	}

	li.product:nth-child(39) {
		margin-right: 0px !important;
	}

	li.product:nth-child(42) {
		margin-right: 0px !important;
	}

	li.product:nth-child(45) {
		margin-right: 0px !important;
	}

	li.product:nth-child(48) {
		margin-right: 0px !important;
	}

	li.product:nth-child(51) {
		margin-right: 0px !important;
	}

	li.product:nth-child(54) {
		margin-right: 0px !important;
	}

	div.type-product .images { 
		width: 100%;
		float: left;
		overflow: hidden;
		margin-top: 100px;
	}

	.woocommerce-message {
		display: none;
	}
	.woocommerce-main-image img {
		width: 100%;
		height: auto;
	}

	div.type-product .entry-summary, div.type-product .woocommerce-tabs { 
		width: 100%;
		float: left; 
	}

	.thumbnails {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	div.type-product .thumbnails img {
		width: 30%;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a { 
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a.first { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(2) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(3) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:nth-child(4) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(5) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(6) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:nth-child(7) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(8) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	#blog-page img {
        width: 100%;
        height: auto;
    }

    /* - - - - - - - - - - - - - - - - - - PRODUCT PAGE - - */

	.plus {
		margin-right: 600px;
	}

	.single_add_to_cart_button {
		margin-right: 0px;
	}

    /* - - - - - - - - - - - - - - - - - - ABOUT - - */

	.woocommerce {
		padding-top: 150px;
	}

	/* - - - - - - - - - - - - - - - - - - LOGIN - - */

	#username, #password, #reg_email, #reg_password {
		width: 90%;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.form-row .button {
		width: 100%;
	}

	.address .title h3 {
		margin-top: 20px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.address address {
		margin-top: 10px;
	}

	.actions .button {
		float: left;
		border: 0;
		margin-top: 2px;
		margin-bottom: 10px;
		height: 38px;
		width: 48%;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		cursor: pointer;
		color: #686868;
		border-radius: 0px;
		margin-left: 2%;
		background-color: #f4f4f4;
		-webkit-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
		-moz-box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
		box-shadow: inset 0px 0px 0px 2px rgba(220,220,220,1);
	}

	.actions .button:hover {
		background-color: #dedede;
	}

	.actions .button:active {
		background-color: #dedede;
	}

	.coupon .button {
		margin-left: 0px;
		margin-right: 2%;
	}

	.woocommerce h3 {
		font-weight: 400;
		text-transform: uppercase;
	}

	.woocommerce-info {
		padding-bottom: 25px;
	}

	.woocommerce-billing-fields h3 {
		padding-bottom: 10px;
	}

	.woocommerce form .input-text {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		margin-right: 0px;
	}

	.woocommerce-billing-fields select {
		width: 100%;
		margin-right: 0px;
	}

	.woocommerce-billing-fields, .woocommerce-shipping-fields {
		width: 100%;
	}

	.woocommerce-shipping-fields .input-text {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		margin-right: 0px;
	}

	.woocommerce-shipping-fields select {
		width: 100%;
		margin-right: 0px;
	}

	.woocommerce-shipping-fields textarea {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 90%;
		margin-right: 0px;
		margin-right: 0px;
	}

	.woocommerce p .button {
		width: 100%;
	}

	.woocommerce .myaccount_user {
		width: 100%;
	}

	.product {
		margin-top: 0px;
	}

	.page-title {
		padding-top: 150px;
	}

}

/*============================================ PHONES =============================================*/

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

	/* - - - - - - - - - - - - - - - - - - HEADER - -

	- Michael Miller
	- 1/14/2015

	- - - - - - - - - - */

	.header {
		height: 60px;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > NAV - - */

	#mobile-nav-button {
		position: absolute;
		width: 60px;
	}

	.mobile-nav-menu {
		width: 85%;
		left: -87%;
	}

	#mobile-nav-item {
		width: 95%;
		height: 60px;

		line-height: 60px;
		padding-left: 5%;
		font-size: 18px;
	}

	#mobile-nav-item:nth-child(1) {
		margin-top: 60px;
	}

	#mobile-nav-subitem {
		width: 90%;
		height: 60px;

		line-height: 60px;
		padding-left: 10%;
	}

	#top-bar, #middle-bar, #bottom-bar {
		position: absolute;
		height: 3px;
		width: 20px;
		left: 20px;
		background-color: #6b6b6b;
	}

	#top-bar {
		top: 21px;
	}

	#middle-bar {
		top: 28px;
	}

	#bottom-bar {
		top: 35px;
	}

	.page-cover {
		position: fixed;
		display: none;

		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		z-index: 40;

		background-color: #000;

		opacity: .2;
	}

	#nav {
		position: absolute;
		height: 100%;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > LOGO - - */

	#logo {
		height: 100%;
		width: 140px;

		background-image: url('http://www.mercysupply.com/dev/wp-content/themes/mercy-responsive/images/mercy-logo.png');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 100% auto;
	    -moz-background-size: 100% auto;
	    -webkit-background-size: 100% auto;
	    -o-background-size: 100% auto;

		margin-left: auto;
		margin-right: auto;
	}

	#logo a {
		display: block;

		height: 100%;
	}

	/* - - - - - - - - - - - - - - - - - - HEADER > CART - - */

	#cart {
		display: none;
	}

	#mobile-cart {
		width: 90px;
	}

	#cart-total {
		margin-right: 12px;
		line-height: 60px;
	}

	#cart-header-line {
		margin-top: 21px;
	}

	#cart-icon {
		margin-top: 15px;
		margin-right: 5px;
	}

	.center-area {
		width: 100%;
	}

	/* HERE */

	#title-207 {
		margin-top: 0px;
		margin-left: 5%;
	}

	/* - - - - - - - - - - - - - - - - - - ABOUT - - */

	#about-page iframe {
		height: 300px;
	}

	#about-page {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	#about-page h2 {
		margin-bottom: 20px;
		padding-top: 90px;
	}

	/* BLOG PAGE
	--------------------------------------------- */

	#blog-page {
		width: 90%;
		margin-right: 5%;
	}

	#blog-page h2 {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 0px;
	}

	#blog-page h6 {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.center-area h6, .center-area h2, body h2, body h6 {
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
	}

	.center-area {
		overflow: hidden;
		padding-top: 3px;
	}

	/*
	.aligncenter, .alignnone {
		float: left;
		width: 90%;
		height: auto;
		border-radius: 3px;
	}

	.size-medium, .size-large, .size-full, .aligncenter, .alignnone {
		margin-left: 5%;
		margin-top: 45px;
		margin-bottom: 5px;
	}
	*/

	p a img, .aligncenter, #blog-page img {
		float: left;
		width: 90%;
		height: auto;
		border-radius: 3px;
		margin-left: 5%;
		margin-top: 45px;
		margin-bottom: 5px;
	}

	#blog-page img {
		width: 100%;
		margin-right: 0px;
		margin-left: 5%;
	}

	/* HEADER
	--------------------------------------------- */

	#header {
		width: 100%;
		height: 60px;
		display: block;
		clear: none;
		position: fixed;
		z-index: 1000;

		margin-bottom: 900px;
	}

	#menu-button-open {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		width: 60px;
		height: 60px;
		float: left;
		background-image:url(http://www.mercysupply.com/wp-content/themes/mercy/images/menu-button.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		cursor: pointer;
	}

	#menu-button-close {
		position: absolute;
		display: none;
		top: 0px;
		right: 0px;
		width: 60px;
		height: 60px;
		float: left;
		background-image:url(http://www.mercysupply.com/wp-content/themes/mercy/images/close-button.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		cursor: pointer;
	}

	.header-left { 
		width: 200px;
		float: left;
		margin-left: 5px;
		margin-top: -40px;
	}

	.header-left img {
		height: 50px;
	}

	#header-right {	
		display: none;
	}

	#header .center-area { 
		padding-top: 45px;
		margin: 0 auto 0;
	}

	/*SHOP NAV*/
	#shop-nav { 
		position: absolute;
		top: -50px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		background-color: #efefef;
		font-size: 20px;
		width: 100%;
		border-bottom: 10px solid #dfdfdf;
		border-top: 10px solid #dfdfdf;
	}

	#menu-shop-nav { 
		list-style-type: none;
		float: left;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#menu-shop-nav li { 
		display: block;
		margin-left: -40px;
		margin-top: 0px;
		height: 60px;
		width: 100%;
		border-top: 1px solid #dfdfdf;
		line-height: 60px;
		padding-left: 25px;
	}

	#menu-shop-nav a {
		height: 100%;
		width: 100%;
	}

	#menu-shop-nav li:active {
		position: relative;
		top: 0px;
		background-color: #c9c9c9;
	}

	#mobile-menu {
		position: relative;
		background-color: #efefef;
		color: #686868;
		height: 686px;
		width: 100%;
		margin-bottom: -60px;
		display: none;

		-webkit-transition: all 0.1s linear;
    	-o-transition: all 0.1s linear;
    	-moz-transition: all 0.1s linear;
    	transition: all 0.1s linear;
	}

	#woo-items {
		float: left;
		height: 60px;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		font-size: 20px;
		line-height: 60px;
	}

	#woo-items:active {
		background-color: #c9c9c9;
	}

	#woo-items:nth-child(1) {
		margin-top: 59px;
	}

	#woo-items:nth-child(2) {
		border-bottom: 10px solid #dfdfdf;
	}

	#woo-items p {
		margin: 0;
		padding: 0;
		padding-left: 5%;
	}

	#mobile-products {
		float: left;
		height: 60px;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		font-size: 20px;
		line-height: 60px;
	}

	#mobile-products p {
		margin: 0;
		padding: 0;
		padding-left: 5%;
	}

	#mobile-product-item {
		float: left;
		height: 60px;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		font-size: 20px;
		line-height: 60px;
	}

	#mobile-product-item p {
		margin: 0;
		padding: 0;
		padding-left: 10%;
	}

	#mobile-product-item:nth-child(8) {
		border-bottom: 10px solid #dfdfdf;
	}

	#mobile-product-item:active {
		background-color: #c9c9c9;
	}

	#mobile-others {
		float: left;
		height: 60px;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		font-size: 20px;
		line-height: 60px;
	}

	#mobile-others p {
		margin: 0;
		padding: 0;
		padding-left: 5%;
	}

	#mobile-others:active {
		background-color: #c9c9c9;
	}

	/* BILLBOARD
	--------------------------------------------- */

	.billboard {
		width: 100%;
		margin-top: 60px;
		margin-bottom: -20px;
		border-radius: 0px;
	}

	.billboard img {
		height: 100%;
		width: auto;
		margin-left: -50%;
	}

	#play-button {
		opacity: 1;
		margin-left: 0px;
	}

	/* - - - - - - - - - - - - - - - - - - PRODUCT GRID - - */

	.grid-container {
		margin-top: 110px;
		margin-bottom: 25px;
		margin-right: 5%;
		margin-left: 5%;
		width: 90%;
	}

	#category-container {
		height: 150px;
	}

	.page-title {
		float: left;
		width: 100%;
		font-size: 28px;
		text-align: center;
	}

	.woocommerce-result-count {
		float: left;
		width: 100%;
		text-align: center;
	}

	#dropdown-select {
		top: 75px;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		-webkit-box-shadow: 0px 0px 0px 2px rgba(220,220,220,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(220,220,220,1);
		box-shadow: 0px 0px 0px 2px rgba(220,220,220,1);
	}

	#product-grid-list li {
		position: relative;
		height: auto;
		width: 42.5%;
		margin-right: 0px;
		border-radius: 0px;
		-webkit-box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
		box-shadow: 0px 0px 0px 2px rgba(223,223,223,1);
	}

	#product-grid-list li:nth-child(1), #product-grid-list li:nth-child(3), #product-grid-list li:nth-child(5),
	#product-grid-list li:nth-child(7), #product-grid-list li:nth-child(9), #product-grid-list li:nth-child(11),
	#product-grid-list li:nth-child(13), #product-grid-list li:nth-child(15), #product-grid-list li:nth-child(17),
	#product-grid-list li:nth-child(19), #product-grid-list li:nth-child(21), #product-grid-list li:nth-child(23),
	#product-grid-list li:nth-child(25), #product-grid-list li:nth-child(27), #product-grid-list li:nth-child(29),
	#product-grid-list li:nth-child(31), #product-grid-list li:nth-child(33), #product-grid-list li:nth-child(35),
	#product-grid-list li:nth-child(37), #product-grid-list li:nth-child(39), #product-grid-list li:nth-child(41),
	#product-grid-list li:nth-child(43), #product-grid-list li:nth-child(45), #product-grid-list li:nth-child(47),
	#product-grid-list li:nth-child(49), #product-grid-list li:nth-child(51), #product-grid-list li:nth-child(53) {
		margin-left: 5%;
		margin-right: 2.5%;
	}

	#product-grid-list li:nth-child(2), #product-grid-list li:nth-child(4), #product-grid-list li:nth-child(6),
	#product-grid-list li:nth-child(8), #product-grid-list li:nth-child(10), #product-grid-list li:nth-child(12),
	#product-grid-list li:nth-child(14), #product-grid-list li:nth-child(16), #product-grid-list li:nth-child(18),
	#product-grid-list li:nth-child(20), #product-grid-list li:nth-child(22), #product-grid-list li:nth-child(24),
	#product-grid-list li:nth-child(26), #product-grid-list li:nth-child(28), #product-grid-list li:nth-child(30),
	#product-grid-list li:nth-child(32), #product-grid-list li:nth-child(34), #product-grid-list li:nth-child(36),
	#product-grid-list li:nth-child(38), #product-grid-list li:nth-child(40), #product-grid-list li:nth-child(42),
	#product-grid-list li:nth-child(44), #product-grid-list li:nth-child(46), #product-grid-list li:nth-child(48),
	#product-grid-list li:nth-child(50), #product-grid-list li:nth-child(52), #product-grid-list li:nth-child(54) {
		margin-right: 5%;
		margin-left: 2.5%;
	}

	#product-grid-list li:last-child {
		margin-bottom: 25px;
	}

	#product-thumbnail-center {
		position: relative;
		float: left;

		height: auto;
		width: 100%;
	}

	#product-thumbnail-center img {
		width: 100%;
		height: auto;
	}

	#product-hover-options {
		position: relative;
		float: left;
		height: 100px;
		width: 100%;
		opacity: 1;
		border-radius: 0px;
	}

	#product-hover-options h3 {
		line-height: 50px;
		font-size: 18px;
	}

	#product-hover-options p {
		width: auto;
		right: 10px;
		top: 45px;
		height: 40px;
	}

	#grid-cart-button {
		left: 10px;
		top: 50px;
	}

	/* LOWER
	--------------------------------------------- */

	#lower {
		height: auto;
		/*height: 1265.5px;*/
	}

	#item-container-one {
		height: 250px;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		background-position: center top -25px; 
	}

	#item-container-two {
		height: 250px;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}

	#item-container-three {
		height: 250px;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}

	#item-one {
		background-position: center top 5px;
	}

	#item-two {
		background-position: center top 5px;
	}

	#item-three {
		background-position: center top 5px;
	}

	#description {
		bottom: 0px;
		color: #6b6b6b;
		background-color: transparent;
	}

	#small-item-container {
		position: relative;
		margin-top: 50px;
		height: 260.5px;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}

	#small-item-one {
		height: 105.25px;
		width: 100%;
	}

	#small-item-two {
		margin-top: 50px;
		height: 105.25px;
		width: 100%;
	}

	#small-description {
		height: 105.25px;
		width: 100%;
	}

	/* FOOTER
	--------------------------------------------- */

	.footer-holder {
		width: 100%;
		height: 300px;
	}

	#footer {
		width: 100%;
		height: 100%;
	}

	#copyright-holder {
		width: 100%;
		height: 50px;
		float: right;
		text-align: center;
		line-height: 50px;
	}

	#footnotes-holder {
		width: 100%;
		height: 250px;
		float: left;
		text-align: center;
		line-height: 50px;
	}

	#footnote {
		border-top: 2px solid #dedede;
		width: 100%;
		height: 50px;
		float: left;
		margin-left: 0px;
		margin-top: 0px;
		padding: 0px;
		border-radius: 0px;
	}

	#footnote:hover {
		background-color: #dedede;
		color: #474747;
	}

	#footnote:active {
		position: relative;
		top: 0px;
	}

	/* BLOG LIST
	--------------------------------------------- */

	.woocommerce-ordering {
		margin-left: 5%;
	}

	ul.products li {
		width: 42.5%;
		margin-right: 5%;
		margin-left: 5%;
	}

	li.product {
		height: auto !important;
	}

	li.product img {
		width: 100%;
		height: auto;
	}

	li.product.last {
		margin-right: 0px !important;
	}

	li.product:nth-child(2) {
		margin-left: 0px !important;
	}

	li.product:nth-child(3) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(4) {
		margin-left: 0px !important;
	}

	li.product:nth-child(5) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(6) {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(7) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(8) {
		margin-left: 0px !important;
	}

	li.product:nth-child(9) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(10) {
		margin-left: 0px !important;
	}

	li.product:nth-child(11) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(12) {
		margin-right: 5%!important;
		margin-left: 0px !important;

	}

	li.product:nth-child(13) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(14) {
		margin-left: 0px !important;
	}

	li.product:nth-child(15) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(16) {
		margin-left: 0px !important;
	}

	li.product:nth-child(17) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(18) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(19) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(20) {
		margin-left: 0px !important;
	}

	li.product:nth-child(21) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(22) {
		margin-left: 0px !important;
	}

	li.product:nth-child(23) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(24) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(25) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(26) {
		margin-left: 0px !important;
	}

	li.product:nth-child(27) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(28) {
		margin-left: 0px !important;
	}

	li.product:nth-child(29) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(30) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(31) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(32) {
		margin-left: 0px !important;
	}

	li.product:nth-child(33) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(34) {
		margin-left: 0px !important;
	}

	li.product:nth-child(35) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(36) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(37) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(38) {
		margin-left: 0px !important;
	}

	li.product:nth-child(39) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(40) {
		margin-left: 0px !important;
	}

	li.product:nth-child(41) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(42) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(43) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(44) {
		margin-left: 0px !important;
	}

	li.product:nth-child(45) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(46) {
		margin-left: 0px !important;
	}

	li.product:nth-child(47) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(48) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	li.product:nth-child(49) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(50) {
		margin-right: 5%!important;
		margin-left: 0px !important;
	}

	li.product:nth-child(51) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(52) {
		margin-left: 0px !important;
	}

	li.product:nth-child(53) {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	li.product:nth-child(54) {
		margin-right: 5% !important;
		margin-left: 0px !important;
	}

	div.type-product .images { 
		width: 90%;
		margin-top: 50px;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 20px;
		float: left;
		overflow: hidden;
	}

	div.type-product .thumbnails img {
		width: 47.5%;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a { 
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a.first { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(2) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:nth-child(3) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(4) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:nth-child(5) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(6) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:nth-child(7) { 
		margin-left: 0px;
		margin-right: 5%;
	}

	div.type-product .thumbnails a:nth-child(8) { 
		margin-left: 0px;
		margin-right: 0px;
	}

	div.type-product .thumbnails a:last-child { 
		margin-bottom: 25px;
	}

	ul.products {
		margin-top: 20px;
	}

	div.type-product .entry-summary, div.type-product .woocommerce-tabs { 
		width: 90%;
		margin-right: 5%;
		margin-left: 5%; 
	}

	.tabs {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.tabs li {
		position: absolute;
		float: left;
		font-size: 16px;
		width: 33.33%;
	}

	.panel {
		margin-top: 50px;
	}

	.tabs li a {
		display: block;
		height: 100%;
	}

	.tabs li:nth-child(2) {
		left: 33.33%;
		white-space: nowrap;
	}

	.tabs li:nth-child(3) {
		left: 66.66%;
	}

	.related h2 {
		margin-left: 5%;
	}

	.stock, .out-of-stock {
		margin-bottom: 20px;
		width: 100%;
		float: left;
		text-transform: uppercase;
	}

	.minus, .input-text, .plus {
		margin-top: 20px;
		border-radius: 0;
	}

	.minus, .plus {
		height: 40px;
		width: 30%;
	}

	.input-text {
		height: 38px;
		width: 100%;
	}

	.plus {
		margin-right: 0px;
	}

	.single_add_to_cart_button {
		font-size: 18px !important;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		height: 40px;
		background-size: 18px auto;
	    -moz-background-size: 18px auto;
	    -webkit-background-size: 18px auto;
	    -o-background-size: 18px auto;
	}

	.woocommerce {
		padding-top: 110px;
	}

	.coupon .input-text {
		float: left;
		width: 100%;
	}

	.coupon label {
		display: none;
	}

	.cart-collaterals, .cart_totals, table {
		width: 100%;
	}

	.shipping form {
		display: none;
	}

	.wc-proceed-to-checkout {
		width: 100%;
	}

	.wc-proceed-to-checkout a {
		width: 100%;
		padding: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.page-title {
		padding-top: 100px;
	}

	.orderby {
	    width: 95%;
	}

	.value #pa_size {
	    margin-bottom: 25px;
	    width: 100%;
	}

}

/*============================================ THIN PHONES =============================================*/

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

	.button {
		font-size: 12px;
	}

	.mercy_add_cart_link {
		font-size: 12px;
	}

	.amount {
		font-size: 12px;
	}

	ul.tabs li {
		font-size: 12px;
		margin-right: 10px;
	}

}

}