/*
Theme Name: Mantel
Theme URI: http://tokokoo.com/portfolio/mantel-woocommerce-theme/
Description: A minimal and elegant WordPress e-commerce theme.
Version: 1.4.1
Author: Tokokoo
Author URI: http://tokokoo.com
Tags: white, light
Text Domain: mantel

License: GNU General Public License
License URI: license.txt

Mantel WordPress Theme, Copyright 2012 Tokokoo.com
Mantel is distributed under the terms of the GNU GPL

Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
See: http://codex.wordpress.org/Child_Themes
*/
/* 
   Table of Contents 
   =============================================================================
	0 Reset Stylesheet
	1 Base
	2 Typography
	3 Form
	4 Table
	5 Images
	6 Header Section
	7 Blog Content
	8 Sidebars & Widgets
	9 Footer Section
	10 Comments Section
	11 Portfolio Content
	12 Ecommerce Home
	13 Ecommerce Product Page
	14 Ecommerce Single Product Page
	15 Ecommerce Cart
	16 Ecommerce Chcekout
	17 Miscellaneous
	18 Utilities
	19 Re-Usable Class
	20 Conditional IE class
	20 bbPress
   =============================================================================
*/
/* =============================================================================
0 Reset Stylesheet
============================================================================= */


@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);

.price .amount {
    display: none !important;
}
.product-price {
    display: none !important;
}

body,
figure {
  margin: 0;
font-family: 'Quicksand', sans-serif;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

audio:not([controls]),
[hidden] {
  display: none;
  height: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
color: #636363 !important;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
1 Base
============================================================================= */
* html {
  font-size: 81.25%;
}

html {
  font-size: 13px;
  line-height: 1.53846em;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
	
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  background: url("//growhousegrow.com/wp-content/uploads/2013/10/bg1042.png") center bottom  repeat-y;
  color: #636363;
  font-family: 'Quicksand', sans-serif !important;
font-weight: 300;
  
}

/* 	SELECTION
	----------------- */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/* 	LINKS
	----------------- */
a {
  color: #b089b7;
  font-weight: 400;
  text-decoration: none;
font-family: 'Quicksand', sans-serif;
}
a:visited {
  color: #b089b7;
font-family: 'Quicksand', sans-serif;
}
a:hover {
  color: #d3d3d3 !important;
  text-decoration: none;
font-family: 'Quicksand', sans-serif;
}
a:focus {
  outline: thin dotted;
}

/* 	Base
	----------------- */
.site {
  max-width: 100%;
  margin: 0px auto 0;
 
  width: 1206px;
}

.blocks {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  margin:0 auto;
/*  padding-left: 20px;
  padding-right: 20px;*/
 /* margin: 0 auto;*/
  
}
.blocks:after {
  content: "";
  display: table;
  clear: both;
}

/* 	LAYOUTS
	----------------- */
.layout-2c-r .has-sidebar {
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
.layout-2c-r .sidebar-primary {
  display: inline;
  float: left;
  margin-right: 2.12766%;
}

.layout-1c .has-sidebar {
  float: none;
  display: block;
  margin: auto;
}
.layout-1c .sidebar-primary {
  display: none !important;
  /* This is only needed for the 'Customize' screen. */
}

.layout-1c-full .has-sidebar {
  width: 100%;
  float: none;
  display: block;
}
.layout-1c-full .sidebar-primary {
  display: none !important;
  /* This is only needed for the 'Customize' screen. */
}
.layout-1c-full .site-content .post-standard:after {
  background: url("img/line.png") no-repeat center bottom;
  width: 953px;
}
.layout-1c-full #respond textarea {
  width: 84%;
}

/* =============================================================================
2 Typography
============================================================================= */
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
  direction: ltr;
  margin: 0;
  padding: 0;
font-family: 'Quicksand', sans-serif !important;


}

/* 	HEADING
	----------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
text-transform:uppercase;
}

h1 {
  font-size: 36px;
  font-size: 2.76923rem;
  line-height: 1.3em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

h2 {
  font-size: 24px;
  font-size: 1.84615rem;
  line-height: 1.3em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

h3 {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.5em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

h4 {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.5em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

h5 {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.5em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

h6 {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.5em;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
text-transform:uppercase;
}

/* 	TEXT ELEMENT
	----------------- */
p {
  margin: 0 0 1.53846em;
font-family: 'Quicksand', sans-serif;
}

em {
  font-style: italic;
font-family: 'Quicksand', sans-serif;
}

b,
strong {
  font-weight: 700;
font-family: 'Quicksand', sans-serif;
}

small {
  font-size: 11px;
  font-size: 0.84615rem;
font-family: 'Quicksand', sans-serif;
}

cite {
  font-style: normal;
font-family: 'Quicksand', sans-serif;
}

dfn {
  font-style: italic;
  font-weight: 700;
font-family: 'Quicksand', sans-serif;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
font-family: 'Quicksand', sans-serif;
}

sup {
  top: -0.5em;
  vertical-align: sub;
font-family: 'Quicksand', sans-serif;
}

sub {
  bottom: -0.25em;
  vertical-align: super;
font-family: 'Quicksand', sans-serif;
}

abbr,
acronym {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
font-family: 'Quicksand', sans-serif;
}

del {
  color: #777;
  text-decoration: line-through;
  vertical-align: baseline;
font-family: 'Quicksand', sans-serif;
}

pre {
  background: #ffff99;
  border-bottom: 1px solid #ff2;
  border-top: 1px solid #ff2;
  color: #990;
  margin: 1.5em 0;
  padding: 0.76923em 0.46154em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
font-family: 'Quicksand', sans-serif;
}

code {
  color: #990;
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 1.2em;
}

pre,
code,
kbd,
samp,
tt {
  font-family: 'Quicksand', sans-serif;
}

ins {
  text-decoration: underline;
font-family: 'Quicksand', sans-serif;
}

mark {
  background: #ff0;
  color: #990;
  font-size: 11px;
  font-size: 0.84615rem;
}

/* 	BLOCKQUOTE
	----------------- */
blockquote {
  font-style: italic;
  margin: 3em 0 2em;
  padding-left: 5em;
  position: relative;
font-family: 'Quicksand', sans-serif;
}
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #555555;
  display: block;
  padding: 10px 0 0 20px;
  position: relative;
}
blockquote cite:before {
  content: '\2014';
  left: 0;
  position: absolute;
}
blockquote:before {
  background: url('img/sprite-s3f16f8e7df.png');
  background-repeat: no-repeat;
  background-position: 0 -261px;
  content: "";
  height: 45px;
  left: 10px;
  position: absolute;
  top: -15px;
  width: 45px;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: italic;
}

/* 	LISTS
	----------------- */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 2.30769em;
font-family: 'Quicksand', sans-serif;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/



/* =============================================================================
3 Form
============================================================================= */
/* 	BASE FORM STYLES
	----------------- */
label {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.92308rem;
}

fieldset {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  padding: 0 1.4em 1.4em 1.4em;
}

legend {
  background: whitesmoke;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0;
  padding: 0.30769em 1.23077em;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  top: 0;
}

fieldset {
  padding-top: 1.4em;
}

legend {
  margin-top: 0;
  margin-bottom: 0;
}

textarea {
  min-height: 100px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

textarea,
select,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[class*="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  height: 2.5em;
  padding: 3px 4px;
}
textarea:focus,
select:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[class*="text"]:focus {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
  overflow: visible;
  margin: 0;
  *padding-top: 2px;
  *padding-bottom: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  width: auto;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

/* =============================================================================
4 Table
============================================================================= */
/* 	STANDARD TABLE
	----------------- */
table {
  font-size: 12px;
  font-size: 0.92308rem;
  max-width: 100%;
  width: 100%;
}

table,
td {
 
  border-collapse: collapse;
padding-bottom: 20px;
padding-top: 15px;
  
}

th {
  background-color: #e8e8e8;
  border-right: 1px solid #e0e0e0;
  color: #666;
  margin: 5px 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: left;
}

table button,
table input {
  *overflow: auto;
}

/* 	STRIPE TABLE
	----------------- */
table.striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* =============================================================================
5 Images
============================================================================= */
img {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/* 	BASE IMAGES STYLES
	include w/ WordPress classes
	----------------- */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large {
  max-width: 97.5%;
  height: auto;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 10px;
}

/* 	CAPTION
	----------------- */
p img,
.wp-caption,
.caption,
.caption {
  margin-top: 8px;
}

.wp-caption, .caption {
  background: whitesmoke;
  max-width: 96%;
  padding: 15px 10px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wp-caption img, .caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption:hover, .caption:hover {
  background: #eeeeee;
}

.wp-caption-text, .caption-text {
  color: #636363;
  font-size: 12px;
  margin: 0;
  padding: 15px 0 5px 40px;
  position: relative;
}
.wp-caption-text:before, .caption-text:before {
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 17px;
}

/* =============================================================================
6 Header Section
============================================================================= */
.site-header {
  background: url("//growhousegrow.com/wp-content/uploads/2015/01/Header-Footer2.png") top center no-repeat;
  margin-bottom: 10px;
  min-height: 110px;
  padding-top: 100px;
  clear: both;
  width: auto;
}


.site-branding {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

.site-branding hgroup {
  width: 82.6087%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  padding-top: 40px;
  padding-left: 0;
}


.site-logo {
  background: #b089b7;
  height: 80px;
  position: relative;
  width: 13.04348%;
  float: left;
  margin-right: 4.34783%;
  display: none;
}

.site-logo a {
  display: block;
}
.site-logo img {
  bottom: 20px;
  left: 18px;
  position: absolute;
}


#site-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-size: 1.07692rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 2px;
  text-transform: uppercase;
display: none;
}
#site-title a,
#site-title a:visited {
  color: #272727;
display: none;
}

#site-description {
  color: #9b9b9b;
  font-size: 10px;
  font-size: 0.76923rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}


.top-link {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  padding-top: 40px;
  text-align: right;
color: #636363;
}


.top-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
color: #636363;
}
.top-link li {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  margin-right: 20px;
color: #636363;
}
.top-link li:last-child {
  margin-right: 0;
}
.top-link a {
  font-size: 13px;
  position: relative;
margin-top:5px;
color: #636363;
}
.top-link a:hover {
  color: #636363;;
}

.top-cart {
  background-image: url('img/sprite-s3f16f8e7df.jpg');
  background-position: 0 center;
  background-repeat: no-repeat;
  height: 30px;
  width:65px;
}
.top-cart a {
  padding-left: 30px;
}

/* 	PRIMARY MENU
	----------------- */
.primary-menu {
  clear: both;
  margin-bottom: 15px;
}


.block-inside {
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;
  position: relative;
}
.block-inside:after {
  border-bottom: 1px solid #f1f1f1;
  bottom: -3px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

.nav-item {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: relative;
  z-index: 99;
color: #333;
}
.nav-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item ul ul {
  background: #939393;
  display: none;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 9;
}
.nav-item ul ul ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 100%;
  top: 0;
}
.nav-item li {
  display: inline;
  float: left;
  padding: 10px 25px;
  -webkit-transition-property: background, font;
  -moz-transition-property: background, font;
  -o-transition-property: background, font;
  transition-property: background, font;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
}
.nav-item li:hover {
  background: #f2f2f2;
}
.nav-item li li {
  display: block;
  float: none;
}
.nav-item li li:hover a {
  color: #636363;
}
.nav-item li li a {
  color: #636363;
  display: block;
  font-weight: 400;
}
.nav-item li li li a {
  color: #636363;
}
.nav-item a {
  font-size: 11px;
  font-size: 0.84615rem;
  word-wrap: break-word;
}

.menu-toggle {
  display: none;
}


/* 	SEARCH FORM
	----------------- */
.searchform {
/*   display: none; */
  visibility: hidden;
  text-align: right;
}

.searchform .txt {
  background: #f2f2f2;
  font-size: 12px;
  font-size: 0.92308rem;
  height: 2.5em;
  margin: .3em .5em 0 0;
  padding-left: 10px;
  width: 150px;
}
.searchform .btn {
  background: url('img/search.png') no-repeat 50% 50%, #b089b7;
  padding: 6px 15px 8px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  margin: .3em 0;
}

/* 	HEADER ELEMENTS
	----------------- */
.head-elements {
  clear: both;
  margin-bottom: 10px;
  }

div.loop-meta {
text-align: center !important;

}

.breadcrumbs,
.woo-breadcrumbs {
  color: #cacaca;
  font-size: 10px;
  font-size: 0.86923rem;
  font-family: 'Quicksand', sans-serif;
text-align: left !important;
}
.breadcrumbs a,
.woo-breadcrumbs a {
  color: #9b9b9b;
  font-weight: 500;
}

/* =============================================================================
7 Blog Content
============================================================================= */
.blog-slides {
  margin-bottom: 60px;
  padding-top: 60px;
}

.content-area {
  padding-top: 0px;
}

.site-content {
  margin-bottom: 50px;
}
.site-content .post-standard {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.site-content .post-standard:after {
  background: url('img/line-2.png') no-repeat left bottom;
  bottom: -10px;
  content: "";
  height: 9px;
  left: -13px;
  position: absolute;
  width: 713px;
}



.entry-title {
text-align: center;
  font-size: 28px;
  font-size: 3.15385rem;
  margin-bottom: 30px;
font-family: 'Quicksand', sans-serif;
}
.entry-title a,
.entry-title a:hover  {
  color: #333;
font-family: 'Quicksand', sans-serif;
}


.format-content {
  margin-bottom: 30px;
}


.byline {
  width: 20%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
  font-size: 12px;
  font-size: 0.92308rem;
  position: relative;
}

.byline abbr {
  display: block;
  border-bottom: 0;
}

.byline .comments-link {
  color: #636363;
  display: block;
  font-weight: 400;
}

.byline .author {
  display: block;
}
.byline .author a {
  color: #636363;
  font-weight: 400;
}


.entry-content {
  width: 77.14286%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 10px;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
}


.page .entry-content,
.forum .entry-content,
.topic .entry-content,
.topic-tag .entry-content,
.bbp-user-page .entry-content {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

.page-standard .entry-content {
  margin-bottom: 0px;
}

.entry-summary {
  width: 77.14286%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}


.format-quote blockquote {
  border: none;
  color: #636363;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.format-quote blockquote:before {
  background: none;
}

.category {
  background: url('img/cat.png') no-repeat top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}
.category a {
  margin-bottom: 10px;
}


.post_tag {
  background: url('img/tag.png') no-repeat top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}


.format-gallery .rslides {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* 	POST FORMAT ICONS
	----------------- */
.post .byline:after {
  background-image: url('img/sprite-s3f16f8e7df.png');
  background-repeat: no-repeat;
  bottom: -35px;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}

.format-video .byline:after {
  background-position: 0 -426px;
}

.format-image .byline:after,
.format-gallery .byline:after {
  background-position: 0 -396px;
}

.format-quote .byline:after {
  background-position: 0 -486px;
}

.format-link .byline:after {
  background-position: 0 -306px;
}

.format-standard .byline:after {
  background-position: 0 -456px;
}

.format-aside .byline:after {
  background-position: 0 -366px;
}

.format-audio .byline:after {
  background-position: 0 -336px;
}

/* 	AUTHOR BOX
	----------------- */
.post-author {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post-author .title {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 30px;
}
.post-author .author-box {
  overflow: hidden;
}
.post-author .avatar {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  display: inline;
  float: left;
  margin: 5px 20px 0 0;
}
.post-author .author-desc {
  font-size: 12px;
  font-size: 0.92308rem;
  overflow: hidden;
}
.post-author .author-desc p {
  display: block;
}
.post-author .author-name {
  color: #636363;
}

/* 	ARCHIVES
	----------------- */
.archive-content {
  margin: 20px 0;
  overflow: hidden;
}
.archive-content .archives-left {
  width: 42.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}
.archive-content .archives-right {
  width: 42.85714%;
  float: left;
  margin-right: 2.85714%;
  display: inline;
}

.search .entry-content {
  float: none;
  display: block;
  width: 100%;
}
.search .searchform {
  text-align: left;
}

/* =============================================================================
8 Sidebars & Widgets
============================================================================= */
.sidebar-primary,
.sidebar-shop {
  width: 23.40426%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}


/* 	WIDGET PRIMARY
	----------------- */
.sidebar-primary,
.sidebar-shop {
  margin-top: 40px;
font-family: 'Quicksand', sans-serif;
}
.sidebar-primary .widget,
.sidebar-shop .widget {
  border-top: 2px solid #b089b7;
  font-size: 12px;
  font-size: 0.92308rem;
  margin-bottom: 40px;
  word-wrap: break-word;
font-family: 'Quicksand', sans-serif;
}


.sidebar-primary .widget .widget-title,
.sidebar-shop .widget .widget-title {
  font-size: 12px;
  font-size: 0.92308rem;
  padding-bottom: 20px;
font-family: 'Quicksand', sans-serif;
}
.sidebar-primary .widget ul,
.sidebar-shop .widget ul {
  margin-top: 0;
}
.sidebar-primary select,
.sidebar-shop select {
  width: 100%;
}
.sidebar-primary .widget-inside,
.sidebar-shop .widget-inside {
  border-top: 1px solid #f2f2f2;
  margin-top: 1px;
  padding-top: 20px;
}

.widget {
  word-wrap: break-word;
}

/* 	WOO WIDGET: GLOBAL
	----------------- */

.widget_best_sellers ul,
.widget_featured_products ul,
.widget_shopping_cart ul,
.widget_onsale ul,
.widget_random_products ul,
.widget_recently_viewed_products ul,
.widget_recent_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
  list-style: none;
}

.price_slider {
  margin-bottom: 15px;
}

.price_slider_amount .button {
  display: inline;
  float: left;
}
.price_slider_amount .price_label {
  display: inline;
  float: right;
  margin-top: 5px;
}

.widget_product_search label {
  display: none;
}

.product_list_widget {
  background: #f6f6f6;
  padding: 10px;
}
.product_list_widget li {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background: white;
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}
.product_list_widget li:last-child {
  margin-bottom: 0;
}
.product_list_widget a {
  display: block;
}
.product_list_widget img {
  border: 1px solid #d0d0d0;
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 3px;
}
.product_list_widget .amount {
  color: #bbb;
}
.product_list_widget ins {
  text-decoration: none;
}

/* 	WOO WIDGET: LOGIN
	----------------- */
.widget_login label {
  display: none;
}
.widget_login p {
  margin-bottom: 12px;
}
.widget_login input[type="text"],
.widget_login input[type="password"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cecece;
  height: 2.3em;
  width: 100%;
}
.widget_login input[type="submit"] {
  border: none;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.widget_login a {
  color: #636363;
  display: block;
  font-size: 12px;
  font-size: 0.92308rem;
  font-weight: 900;
  text-align: center;
}

/* 	WOO WIDGET: PRODUCT CATEGORY
	----------------- */
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_product_categories li {
  margin-bottom: 10px;
}

/* 	WOO WIDGET: PRODUCT TAG
	----------------- */
/* 	WOO WIDGET: PRICE FILTER
	----------------- */
.widget_price_filter .price_slider {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #0d0d0d));
  background-image: -webkit-linear-gradient(#000000, #0d0d0d);
  background-image: -moz-linear-gradient(#000000, #0d0d0d);
  background-image: -o-linear-gradient(#000000, #0d0d0d);
  background-image: linear-gradient(#000000, #0d0d0d);
  height: 6px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.widget_price_filter .ui-slider-range {
  background: #b089b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a579ad;
  height: 4px;
  position: absolute;
  top: 0;
}
.widget_price_filter .ui-slider-handle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid #1a1a1a;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -3px;
}
.widget_price_filter .ui-slider-handle:last-child {
  margin-left: -4px;
}
.widget_price_filter .button {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
}
.widget_price_filter .price_label {
  display: inline;
  float: right;
}

/* 	WOO WIDGET: SEARCH
	----------------- */
.widget_product_search input[type="text"] {
  margin-bottom: 5px;
  width: 100%;
}
.widget_product_search input[type="submit"] {
  color: white;
  font-size: 12px;
  font-size: 0.92308rem;
  margin: auto;
  padding: 6px 10px;
  width: 100%;
}

/* 	WOO WIDGET: CART
	----------------- */
.widget_shopping_cart .cart_list {
  margin-bottom: 0;
}
.widget_shopping_cart dl, .widget_shopping_cart dt, .widget_shopping_cart dd {
  display: inline;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  font-size: 0.84615rem;
  color: #959595;
}
.widget_shopping_cart dt {
  margin-left: 3px;
}
.widget_shopping_cart dt:before {
  content: '|';
  padding-right: 3px;
}
.widget_shopping_cart dt:first-child {
  margin-left: 0;
}
.widget_shopping_cart dt:first-child:before {
  content: '';
  padding-right: 0;
}
.widget_shopping_cart .quantity {
  display: block;
  color: #b089b7;
  font-size: 11px;
  font-size: 0.84615rem;
  font-weight: 400;
}
.widget_shopping_cart .total {
  background: #636363 !important;
background-color: #636363 !important;
  border: 10px solid #F6F6F6;
  border-top: none;
  padding: 10px 15px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.07692rem;
  color: white;
  text-align: center;
  margin-bottom: 0;
}
.widget_shopping_cart .total strong {
  display: inline;
  float: left;
  font-weight: 400;
}
.widget_shopping_cart .buttons {
  background: #F6F6F6;
  border: 10px solid #F6F6F6;
  margin-bottom: 0;

}
.widget_shopping_cart .buttons a {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f6f6f6, #eeeeee);
  background-image: -moz-linear-gradient(#f6f6f6, #eeeeee);
  background-image: -o-linear-gradient(#f6f6f6, #eeeeee);
  background-image: linear-gradient(#f6f6f6, #eeeeee);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  border: 1px solid #cdcdcd;
  color: #454542;
margin-right:2px;
margin-left: 4px;
height: 20px;
float: left;

}
.widget_shopping_cart .buttons a:hover {
  background: #eeeeee;
}
.widget_shopping_cart .buttons a.checkout {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b089b7), color-stop(100%, #a579ad));
  background-image: -webkit-linear-gradient(#b089b7, #a579ad);
  background-image: -moz-linear-gradient(#b089b7, #a579ad);
  background-image: -o-linear-gradient(#b089b7, #a579ad);
  background-image: linear-gradient(#b089b7, #a579ad);
  border: 1px solid #a579ad;
  color: white;
  display: inline;
  float: left;
  padding: 6px 12px;

}
.widget_shopping_cart .buttons a.checkout:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a579ad), color-stop(100%, #b089b7));
  background-image: -webkit-linear-gradient(#a579ad, #b089b7);
  background-image: -moz-linear-gradient(#a579ad, #b089b7);
  background-image: -o-linear-gradient(#a579ad, #b089b7);

  background-image: linear-gradient(#a579ad, #b089b7);
}

/* 	TWITTER WIDGET
	----------------- */
.mantel_twitter .jta-tweet-list {
  background: #f9f9f9;
  margin-top: 0;
  padding: 10px;
}
.mantel_twitter .jta-tweet-list-item {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding: 10px;
}
.mantel_twitter .jta-tweet-list-item:first-child {
  border-top: 1px solid #d0d0d0;
}
.mantel_twitter .jta-tweet-list-item:last-child {
  margin-bottom: 0;
}
.mantel_twitter .jta-tweet-text {
  line-height: 1.5;
  display: block;
  padding-bottom: 5px;
}
.mantel_twitter .jta-tweet-user-name {
  line-height: 1;
  padding-bottom: 5px;
}
.mantel_twitter a {
  color: #b089b7;
}

/* 	VIDEO WIDGET
	----------------- */
.mantel_video_widget .video-widget {
  background: #f9f9f9;
  padding: 10px;
}

/* 	TABBED WIDGET
	----------------- */
.mantel_tabbed_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mantel_tabbed_widget .tab-thumbnail {
  display: inline;
  float: left;
  margin-right: 10px;
}
.mantel_tabbed_widget .ui-tabs {
  background: #f9f9f9;
  border: none;
  padding: 10px;
}
.mantel_tabbed_widget .ui-tabs .ui-tabs-nav {
  background: none;
  border: none;
  padding-left: 0;
}
.mantel_tabbed_widget .ui-tabs .ui-tabs-nav a {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
}
.mantel_tabbed_widget .ui-tabs .ui-tabs-nav li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: inline;
  float: left;
}
.mantel_tabbed_widget .ui-tabs li {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mantel_tabbed_widget .ui-tabs .ui-tabs-active,
.mantel_tabbed_widget .ui-tabs .ui-state-active {
  background: white;
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  margin-bottom: -1px;
}
.mantel_tabbed_widget .tab-contents {
  background: white;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}
.mantel_tabbed_widget .ui-tabs-panel {
  padding: 10px;
}
.mantel_tabbed_widget .ui-tabs-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mantel_tabbed_widget .ui-tabs-panel li {
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  overflow: hidden;
  padding: 8px 0;
}
.mantel_tabbed_widget .ui-tabs-panel a {
  display: block;
}
.mantel_tabbed_widget .ui-tabs-panel a:hover {
  text-decoration: underline;
}
.mantel_tabbed_widget .ui-tabs-panel figure,
.mantel_tabbed_widget .ui-tabs-panel .avatar {
  display: inline;
  float: left;
  margin-right: 10px;
}
.mantel_tabbed_widget #tabs-4 a {
  display: inline;
}
.mantel_tabbed_widget .ui-tabs-hide {
  display: none;
}
.mantel_tabbed_widget .ui-helper-clearfix {
  *zoom: 1;
}
.mantel_tabbed_widget .ui-helper-clearfix:before, .mantel_tabbed_widget .ui-helper-clearfix:after {
  content: "";
  display: table;
}
.mantel_tabbed_widget .ui-helper-clearfix:after {
  clear: both;
}

/* 	BLOG POSTS WIDGET
	----------------- */
.mantel_blog_posts_widget .blog-widget {
  background: #f9f9f9;
  padding: 10px;
}
.mantel_blog_posts_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mantel_blog_posts_widget li {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d0d0d0;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}
.mantel_blog_posts_widget a {
  display: block;
}
.mantel_blog_posts_widget figure {
  display: inline;
  float: left;
  margin-right: 10px;
}
.mantel_blog_posts_widget .post-title {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
}
.mantel_blog_posts_widget .post-summary {
  color: #aaa;
}
.mantel_blog_posts_widget .alignleft {
  margin: 5px 10px 0 0;
}

/* 	PROFILE WIDGET
	----------------- */
.mantel_profile_widget .phone {
  margin-bottom: 20px;
}

/* 	FLICKR WIDGET
	----------------- */
.mantel_flickr_widget {
  overflow: hidden;
}
.mantel_flickr_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mantel_flickr_widget li {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  width: 60px;
}
.mantel_flickr_widget li.last {
  margin-right: 0;
}
.mantel_flickr_widget img {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #d0d0d0;
  padding: 3px;
}

/* 	SUBSCRIBE WIDGET
	----------------- */
.subscribe {

  background: #f9f9f9;
  padding: 5px;
}
.subscribe input[type="text"] {
  margin-bottom: 5px;
  width: 100%;
}
.subscribe input[type="submit"] {
  color: white;
  font-size: 12px;
  font-size: 0.92308rem;
  margin: auto;
  padding: 6px 10px;
  width: 100%;
}

/* 	FACEBOOK LIKE WIDGET
	----------------- */
.fb-like {
  background: #f9f9f9;
  padding: 10px;
}

/* 	SOCIAL CONNECT WIDGET
	----------------- */
.mantel_social_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mantel_social_widget li {
  display: inline;
  float: left;
  margin: 0 5px 5px 0;
}
.mantel_social_widget a {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  height: 40px;
  width: 40px;
}
.mantel_social_widget .rssfeed {
  background: url('img/social-widget.png') no-repeat -610px -33px;
}
.mantel_social_widget .email {
  background: url('img/social-widget.png') no-repeat -655px -33px;
}
.mantel_social_widget .twitter {
  background: url('img/social-widget.png') no-repeat -475px -33px;
}
.mantel_social_widget .fb {
  background: url('img/social-widget.png') no-repeat -520px -33px;
}
.mantel_social_widget .gplus {
  background: url('img/social-widget.png') no-repeat -430px -33px;
}
.mantel_social_widget .ytube {
  background: url('img/social-widget.png') no-repeat -565px -33px;
}
.mantel_social_widget .flickr {
  background: url('img/social-widget.png') no-repeat -385px -33px;
}
.mantel_social_widget .linkedin {
  background: url('img/social-widget.png') no-repeat -340px -33px;
}
.mantel_social_widget .pinterest {
  background: url('img/social-widget.png') no-repeat -295px -33px;
}
.mantel_social_widget .dribbble {
  background: url('img/social-widget.png') no-repeat -250px -33px;
}
.mantel_social_widget .github {
  background: url('img/social-widget.png') no-repeat -205px -33px;
}
.mantel_social_widget .lastfm {
  background: url('img/social-widget.png') no-repeat -160px -33px;
}
.mantel_social_widget .vimeo {
  background: url('img/social-widget.png') no-repeat -115px -33px;
}
.mantel_social_widget .tumblr {
  background: url('img/social-widget.png') no-repeat -71px -33px;
}
.mantel_social_widget .instagram {
  background: url('img/social-widget.png') no-repeat -26px -33px;
}

/* 	TESTIMONIAL WIDGET
	----------------- */
.mantel_testimonial_widget {
  position: relative;
  width: 100%;
}
.mantel_testimonial_widget .testimonial-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.mantel_testimonial_widget .testimonial-item {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mantel_testimonial_widget .testimonial-item:first-child {
  display: block;
  float: left;
  position: relative;
}
.mantel_testimonial_widget .photo {
  display: inline;
  float: left;
  margin-right: 10px;
}
.mantel_testimonial_widget .photo img {
  height: 55px;
  width: 55px;
}
.mantel_testimonial_widget .user-meta span {
  display: block;
  line-height: 1.8;
}
.mantel_testimonial_widget p {
  clear: both;
}

/* =============================================================================
9 Footer Section
============================================================================= */
.site-footer {
  display: block;
  margin-top: 70px;
  padding: 70px 0;
}


.sidebar-subsidiary {
  background: #f2f2f2;
  position: relative;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}
.sidebar-subsidiary:before {
  background: url('img/bg-footer.jpg') no-repeat center top;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  width: 940px;
}


.sidebar-subsidiary:after {
  background: url('img/bg-footer2.png') no-repeat center bottom;
  bottom: -18px;
  content: "";
  height: 18px;
  position: absolute;
  width: 940px;
}


.sidebar-subsidiary .widget {
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.92308rem;
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-bottom: 20px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}

.sidebar-subsidiary .widget:nth-child(3n+1) {
  padding-left: 40px;
}
.sidebar-subsidiary .widget:nth-child(3n) {
  float: right;
  margin-right: 0;
  padding-right: 40px;
}
.sidebar-subsidiary .widget .widget-title {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}

.block-inner {
  padding: 30px 0;
}

.last-content {
	background: url("//growhousegrow.com/wp-content/uploads/2013/10/footer1206d.png") top center no-repeat;
  height: 80px;
 /* margin: 0 0 0px -4px;*/
  /*padding: 10px 0;*/
}

.site-credits {
  color: #929292;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.92308rem;
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
font-family: 'Quicksand', sans-serif;

}

.subsidiary-menu {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}


.subsidiary-menu ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}

.subsidiary-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
  position: relative;
}
.subsidiary-menu li:after {
  content: '\00B7';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: 2px;
}
.subsidiary-menu li:last-child {
  margin-right: 0;
}
.subsidiary-menu li:last-child:after {
  content: "";
}
.subsidiary-menu[role="navigation"] a {
  color: #929292;
  font-size: 12px;
  font-size: 0.92308rem;
  text-transform: capitalize;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}
.subsidiary-menu[role="navigation"] a:hover {
  color: #b089b7;
}

/* =============================================================================
10 Comments Section
============================================================================= */
.comments-block {
  clear: both;
  margin: 40px 0 0;
  padding: 40px 0 0;
  position: relative;
}
.comments-block:before {
  background: url('img/line-2.png') no-repeat left top;
  content: "";
  height: 9px;
  left: -13px;
  position: absolute;
  top: 0;
  width: 713px;
}


.comments-header {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 40px;
}

#comments {
  margin-bottom: 40px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  margin: 1em 0;
  padding-left: 80px;
}

.comment-list .children .comment-wrap {
  padding-left: 30px;
  position: relative;
}
.comment-list .children .comment-wrap:before {
  background: url('img/replied.png') no-repeat left center;
  content: "";
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
}
.comment-list .avatar {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  display: inline;
  float: left;
  margin-right: 20px;
}

.comment-list .comment-wrap {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.comment-list .comment-content {
  overflow: hidden;
}

.comment-meta {
  margin-bottom: 10px;
}
.comment-meta .permalink {
  font-size: 11px;
  font-size: 0.84615rem;
}

.comment-author a {
  color: #636363;
}

.comment-reply-link,
.comment-edit-link {
  font-size: 11px;
  font-size: 0.84615rem;
}

#respond {
  background: #f2f2f2;
  overflow: hidden;
  padding: 30px 20px 0;
}
#respond form {
  padding: 20px 0;
  overflow: hidden;
}
#respond p {
  overflow: hidden;
  margin-bottom: 10px;
}
#respond label {
  display: inline;
  float: left;
  width: 106px;
  font-weight: 500;
  margin-right: 20px;
  text-align: right;
}


#respond .txt {
  border: 1px solid #cecece;
  width: 300px;
}
#respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  height: 150px;
  width: 80.8%;
}


#respond #btn {
  display: inline;
  float: right;
  width: 200px;
}


#respond .form-submit {
  display: inline;
  float: right;
}


.pp_woocommerce #respond textarea {
  display: inline;
  float: right;
  width: 74%;
}
.pp_woocommerce .comment-form-rating {
  margin-right: 0;
}

div.pp_woocommerce #respond #commentform .form-submit {
  display: inline;
  float: right;
}

#reply-title {
  font-size: 14px;
  font-size: 1.07692rem;
  padding-top: 20px;
}

#cancel-comment-reply-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

/* =============================================================================
11 Portfolio Content
============================================================================= */
.portfolio-slides {
  margin-bottom: 60px;
}

.latest-portfolio {
  clear: both;
}

.portfolio-filter {
  display: block;
  margin-bottom: 40px;
}
.portfolio-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-filter li {
  display: inline;
  float: left;
  margin-right: 10px;
}
.portfolio-filter a {
  background: #b288ba;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  font-size: 0.92308rem;
  font-weight: 400;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 8px;
}
.portfolio-filter a:hover {
  background: #939393;
}
.portfolio-filter .active {
  background: #939393;
}

.portfolio-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-items li {
  display: inline;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 23.40426%;
}
.portfolio-items a:hover > .item-titles {
  bottom: 0;
}

/* 	SINGLE PORTFOLIO
	----------------- */
.single-portfolio {
  margin-bottom: 80px;
}
.single-portfolio .entry-title {
  margin-bottom: 10px;
}

.portfolio-image {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

.portfolio-detail {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

.roles {
  font-size: 11px;
  font-size: 0.84615rem;
}
.roles a {
  font-weight: normal;
}
.roles .role-title {
  display: inline;
  float: left;
  margin-right: 5px;
}

.portfolio-url {
  font-size: 11px;
  font-size: 0.84615rem;
  margin-bottom: 20px;
}
.portfolio-url a {
  font-weight: normal;
}
.portfolio-url .url-title {
  display: inline;
  float: left;
  margin-right: 5px;
}

.portfolio-gallery {
  margin: 10px 0 0;
}

.portfolio-gallery-item {
  display: inline;
  float: left;
  margin-right: 10px;
}

/* 	RELATED PORTFOLIO
	----------------- */
.related-portfolio.cutline {
  padding-top: 60px;
}
.related-portfolio.cutline:before {
  left: -14px;
}
.related-portfolio .related-title {
  margin-bottom: 20px;
}
.related-portfolio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-portfolio li {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: relative;
  overflow: hidden;
}
.related-portfolio li:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.related-portfolio a,
.related-portfolio img {
  display: block;
}
.related-portfolio a:hover > .item-titles {
  bottom: 0;
}

.item-titles {
  background: white;
  background: rgba(255, 255, 255, 0.7);
  bottom: -60px;
  color: #636363;
  display: block;
  left: 0;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 200px;
}

.backto {
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
}

/* =============================================================================
12 Ecommerce Home
============================================================================= */
.product-slides {
  margin-bottom: 60px;
}

.product-slides .iview-caption {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 30px 10px;
  text-align: center;
}
.product-slides .product-title {
  margin-bottom: 0px;
font-family: 'Quicksand', sans-serif;
}
.product-slides p {
  margin-bottom: 0;
}
.product-slides .product-item {
  position: relative;
}

.product-slides .product-item:hover > .detail-product {
  opacity: 1;
  filter: alpha(opacity=100);
}

.detail-product {
  left: 35%;
  list-style: none;
  right: 0;
  text-align: center;
  top: 12%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 25%;
}
.detail-product .add-tocart a {
  background: #621370;
  background: rgba(98, 19, 112, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 10px 0;
}
.detail-product .add-tocart span {
  color: white;
}

.product-price {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 0 18px;
  margin-bottom: 10px;
}

#featured-products .product-price span {
  background: none;
}

.view-product {
  margin-bottom: 10px;
}
.view-product a {
color: white;
  background: white;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 10px 0;
}

/* 	INTRO TEXT
	----------------- */
.intro {
  margin-bottom: 40px;
font-family: 'Quicksand', sans-serif;
}

.intro h1 {
  color: #272727;
  font-size: 30px;
  font-size: 2.30769rem;
font-family: 'Quicksand', sans-serif;
}
.intro h2 {
  color: #272727;
  font-size: 30px;
  font-size: 2.30769rem;
font-family: 'Quicksand', sans-serif;
}

.intro p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: auto;
  width: 85%;
}


/* =============================================================================
13 Ecommerce Product Page
============================================================================= */
.archive-product .recent-products {
  margin-top: -40px;
}
.archive-product .pagination {
  margin-top: 40px;
}
.archive-product .loop-description {
  display: none;
}

#recent-products-shop .item {
  margin-bottom: 20px;
}
#recent-products-shop .star-rating {
  display: block;
  float: none;
  text-align: center;
  margin: auto auto 12px;
}

.ordering {
  position: relative;
  z-index: 9;
padding-bottom: 20px;
align: center;

}

.woocommerce-ordering {
  position: absolute;
  right: 0;
  top: 0;

}
.woocommerce-ordering .sbHolder {
 font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border: none;
  text-align: left;
  width: 140px;

}
.woocommerce-ordering .sbToggle {
  right: 10px;
  top: 14px;
  z-index: 9;

}
.woocommerce-ordering .sbSelector {
  background: #f2f2f2;
  display: block;
  height: 30px;
  left: 0;
  line-height: 32px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 140px;

}
.woocommerce-ordering .sbSelector:link, .woocommerce-ordering .sbSelector:visited, .woocommerce-ordering .sbSelector:hover {
  color: #999999;
}
.woocommerce-ordering .sbOptions li {
  float: none;
  display: block;
  margin: 0;
}

.onsale {
  background: #b089b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  color: white;
  padding: 1px 8px;
}

.from {
  display: none;
}

.product-price ins {
  text-decoration: none;
}

.product-lists .add-tocart a.added_to_cart {
  background: none;
  color: #333;
}

/* =============================================================================
14 Ecommerce Single Product Page
============================================================================= */
.singular-product .single-woo-product {
  margin-top: -40px;
}



.woocommerce-message,
.woocommerce-error {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  color: #636363;
  margin-bottom: 40px;
  padding: 10px;
  position: relative;
}
.woocommerce-message a, .woocommerce-message a.button, .woocommerce-message a.button:visited,
.woocommerce-error a,
.woocommerce-error a.button,
.woocommerce-error a.button:visited {
  background: none;
  color: #636363;
  display: inline;
  float: right;
  font-weight: 900;
  padding: 0;
}

.secondary-product {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

.product-images {
padding: 0px;

}
.product-images figure {
  margin-bottom: 20px;
border:1px dashed #333;
padding-left: 12px;
padding-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
}
.product-images .thumbnails a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 25px;
border:1px dashed #333;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom:10px;
}
.product-images .thumbnails a:last-child {
  margin-right: 0;
}

.social {
  margin-bottom: 40px;
  text-align: center;
}
.social h5 {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 10px;
}
.social .st_twitter,
.social .st_email,
.social .st_sharethis,
.social .st_plusone_button {
  position: relative;
  top: -7px;
}

.also-like {
  border-top: 2px solid #f2f2f2;
font-family: 'Quicksand', sans-serif;
}
.also-like h2 {
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  font-size: 1.07692rem;
  margin-top: 1px;
  padding: 10px 0;
  text-transform: capitalize;
font-family: 'Quicksand', sans-serif;
}
.also-like ul {
  list-style: none;
  margin: 0;
  padding: 0;
font-family: 'Quicksand', sans-serif;
}
.also-like li {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding: 10px 0 0;
font-family: 'Quicksand', sans-serif;
}
.also-like li:last-child {
  border-bottom: none;
  padding-bottom: 0;
font-family: 'Quicksand', sans-serif;
}
.also-like li a {
  color: #636363;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
font-family: 'Quicksand', sans-serif;
}
.also-like li:last-child {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
font-family: 'Quicksand', sans-serif;
}
.also-like img {
  display: inline;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
.also-like .quantity {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #636363;
  font-size: 11px;
  font-size: 0.84615rem;
  padding: 5px 10px;
font-family: 'Quicksand', sans-serif;
}

.primary-product {
  width: 57.44681%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  margin-bottom: 40px;
}

.primary-product .cart tr:nth-child(odd) {
  background-color: transparent;
}

.product_title {
  color: #272727;
font-family: 'Quicksand', sans-serif !important;
margin-bottom: 0px;
margin-top: -10px !important;
text-transform: capitolize;
font-weight: 300;
}

.price {
  display: block;
  padding-bottom: 0px;
}
.price del .amount {
  color: #aaa;
  margin-right: 20px;
}
.price ins {
  text-decoration: none;
}
.price .amount {
  color: #b089b7;
  font-size: 36px;
  font-size: 2.76923rem;
  font-weight: 900;
}

.short-desc {
  margin-bottom: 20px;
font-family: 'Quicksand', sans-serif;
font-size: 12px;
}

.item-detail {
  background: url('img/s-line.png') no-repeat bottom center;
  margin-bottom: 20px;
  padding-bottom: 20px;
padding-top: 10px;
}

.variations_form table {
  background: #f2f2f2;
  border: none;
  margin-bottom: 0;
  padding: 0px;
}
.variations_form table tr {
  border: none;
}
.variations_form table td {
  border: none;
  padding: 5px 20px 5px 0;
  vertical-align: top;
}
.variations_form tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.variations_form tbody tr td:first-child {
  text-align: right;
  width: 70px;
}
.variations_form tbody tr td:last-child {
  padding-right: 0;
}
.variations_form label {
  color: #636363;
  font-size: 13px;
  font-size: 1rem;
  position: relative;
  top: 10px;
}
.variations_form .sbHolder {
  background: white;
  border: 1px solid #CECECE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  width: 160px;
}
.variations_form .sbSelector {
  font-size: 13px;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  width: 160px;
}
.variations_form .sbSelector:link {
  color: #636363;
}
.variations_form .sbToggle {
  right: 10px;
  top: 18px;
}
.variations_form button[type="submit"] {
  height: 40px;
  padding: 0;
  width: 100px;
}

.variations_form .stock {
  font-size: 12px;
  font-size: 0.92308rem;
  margin: 10px 0 0;
  position: absolute;
  right: 100px;
  top: 80px;
}


.buttons_added {
  background: white;
  border: 1px solid #cecece;
  display: inline;
  float: left;
  height: 40px;
  margin-right: 17px;
}
.buttons_added input[class*="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  text-align: center;
  width: 60px;
}


label[for="quantity"] {
  display: inline;
  float: left;
  margin-right: 17px;
}

.quantity input[class*="minus"], .quantity input[class*="plus"] {
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #636363;
  height: 40px;
  padding: 10px 20px;
}
.quantity input[class*="minus"]:active, .quantity input[class*="plus"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.variations_button {
  padding-left: 22px;
}

.variations_form .price .amount {
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  right: 75px;
}



a.reset_variations {
  display: block;
  font-size: 12px;
  font-size: 0.92308rem;
  margin-top: 5px;
}

.variations_form {
  background: #f2f2f2;
  padding: 10px 40px 20px;
  position: relative;
}
.variations_form:before {
  background: url('img/cart-wrap-top.png') no-repeat top center;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 539px;
}

.variations_form:after {
  background: url('img/cart-wrap-foot.png') no-repeat bottom center;
  bottom: -14px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  width: 539px;
}


.product_meta {
  display: block;
  margin-bottom: 20px;
}

.woocommerce-tabs {
  margin-bottom: 40px;
margin-top: 10px;
  clear:both;
}
.woocommerce-tabs .entry-content {
  width: 100%;
}
.woocommerce-tabs .tabs {
  border-bottom: 1px solid #cecece;
  list-style: none;
  margin-top:10px;
  padding: 0;
  position: relative;
}
.woocommerce-tabs .tabs li {
  display: inline;
  float: left;
  margin-right: 5px;
margin-top: 20px !important;
}

.woocommerce-tabs .tabs a {
  background: white;
  color: #636363;
  display: block;
  font-size: 10px;
  font-size: 0.76923rem;
  font-weight: bold;
  padding: 8px 22px;
  text-transform: uppercase;
}
.woocommerce-tabs .tabs a:hover {
  background: #f2f2f2;
}

.woocommerce-tabs .tabs .active a {
  background: #f2f2f2 !important;
  cursor: default;
  color: #272727;
}
.woocommerce-tabs .border {
  border-bottom: 1px solid #f1f1f1;
  bottom: -38px;
  display: block;
  position: relative;
}
.woocommerce-tabs .panel {
  background: white;
  border: 0;
  color: #636363;
  font-size: 13px;
  font-size: 1rem;
  margin-top: 35px;
  padding: 0;
}
.woocommerce-tabs .panel h2 {
  font-size: 18px;
  font-size: 1.38462rem;
  margin-bottom: 20px;
}
.woocommerce-tabs .panel .shop_attributes p {
  margin: 0;
}
.woocommerce-tabs .panel th {
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  padding: 10px;
}
.woocommerce-tabs .panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs #comments h2 {
  border-bottom: 5px solid #ECECEC;
  padding-bottom: 10px;
}
.woocommerce-tabs .comment-text .star-rating {
  margin: 20px 0;
}
.woocommerce-tabs .meta {
  display: inline;
  float: left;
  font-size: 12px;
  font-size: 0.92308rem;
  margin: 20px 0;
}
.woocommerce-tabs .avatar {
  display: inline;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.woocommerce-tabs .description {
  border: 1px solid #ECECEC;
  background: #f4f4f4;
  clear: both;
  display: block;
  padding: 15px;
}
.woocommerce-tabs .description p:last-child {
  margin: 0;
}
.woocommerce-tabs #reply-title {
  margin-bottom: 20px;
}

#respond {
  border-top: 5px solid #ECECEC;
  margin: 50px 0;
  padding-top: 30px;
}
#respond form {
  margin: 0;
  width: 100%;
}
#respond input[type="text"] {
  display: inline;
  float: left;
  margin-right: 10px;
}

#respond .sbHolder {
  display: none;
}
#respond p {
  margin-bottom: 15px;
}
#respond .comment-form-rating {
  display: inline;
  float: left;
}

#fancybox-wrap #respond .form-submit {
  display: inline;
  float: right;
  margin-right: 116px;
}

#comments .add_review {
  margin-top: 20px;
}
#comments .add_review a:hover {
  color: white;
}

.comment-form-rating {
  display: inline;
  float: right;
  margin-right: 275px;
}

.comment-form-comment {
  display: inline;
  float: left;
  width: 100%;
}

.form-submit {
  display: inline;
  float: left;
}

.required {
  color: #f00;
}

.stars {
  display: inline;
  float: left;
}
.stars span {
  background: url('img/star.png') 0 1px;
  display: block;
  height: 16px;
  position: relative;
  width: 80px;
}
.stars a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
.stars a.active,
.stars a:hover {
  background: url('img/star.png') 0 -31px;
}
.stars .star-1 {
  width: 16px;
  z-index: 10;
}
.stars .star-2 {
  width: 32px;
  z-index: 9;
}
.stars .star-3 {
  width: 48px;
  z-index: 8;
}
.stars .star-4 {
  width: 64px;
  z-index: 7;
}
.stars .star-5 {
  width: 80px;
  z-index: 6;
}

.star-rating {
  background: url('img/star.png');
  display: inline;
  float: right;
  height: 16px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 80px;
}
.star-rating span {
  background: url('img/star.png') 0 -31px;
  height: 16px;
  display: inline;
  float: left;
}

.related {
  clear: both;
  display: block;
  margin-top: 32px;
  margin-bottom: 0;
}

#related-products {
display: none;
}
.related h2 {
  font-size: 18px;
  font-size: 1.38462rem;
  text-align: left;
  margin-bottom: 20px;
}
.related .prod-info h2 {
  margin-bottom: 10px;
  text-align: center;
}
.related li {
  margin-bottom: 60px;
}

.catalog-single .amount {
  padding-bottom: 10px;
}
.catalog-single .button {
  color: white;
  width: 240px;
}
.catalog-single .discount-price {
  color: #aaa;
  display: inline;
  float: left;
  margin-right: 10px;
  text-decoration: line-through;
  vertical-align: baseline;
}

/* Remove input[type="number"] button */
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce-page .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce-page .quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none;
}

.variations_form .single_variation .price {
  display: none;
}
.variations_form .single_variation .stock {
  top: 20px;
  right: 130px;
}

.item-detail .group_table .quantity input[class*="minus"],
.item-detail .group_table .quantity input[class*="plus"] {
  padding: 10px 15px;
}
.item-detail .group_table .buttons_added input[class*="text"] {
  width: 40px;
}

/* =============================================================================
15 Ecommerce Cart
============================================================================= */
.woocommerce-cart .cart-heading {
  margin-top: -40px;
}

.cart-heading.cutline {
  padding-top: 40px;
}
.cart-heading.cutline:before {
  left: -70px;
}
.cart-heading .product_title {
  display: inline;
  float: left;
font-family: 'Quicksand', sans-serif;
font-weight: 300;
}
.cart-heading .price {
  display: inline;
  float: right;
  margin-bottom: 0;
  text-align: right;
}

.cart {
  border: none;
  padding: 0;
}
.cart thead,
.cart th {
  background: #b089b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: 0;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 10px;
  text-transform: capitalize;
}

.cart th.product-remove {
  width: 16px;
}

.cart th.product-name {
  width: 350px;
}

.cart th.product-thumbnail {
  width: 30px;
}

.cart th.product-quantity {
  width: 200px;
}


.cart a.remove {
  background: url('img/remove.png') no-repeat center;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
}
.cart tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.cart td {
  border: 0;
  font-weight: 700;
  font-size: 13px;
  font-size: 1rem;
  vertical-align: middle;
}
.cart td.product-price {

  background: none;
  font-weight: 500;
}
.cart td a {
  color: #636363;
}
.cart .alt-table-row {
  background: #f2f2f2;
}
.cart dl {
  padding-left: 20px;
}
.cart dl, .cart dt, .cart dd {
  display: inline;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  font-size: 0.84615rem;
  color: #959595;
}

.cart dt {
  margin-left: 3px;
}
.cart dt:before {
  content: '|';
  padding-right: 3px;
}
.cart dt:first-child {
  margin-left: 0;
}
.cart dt:first-child:before {
  content: '';
  padding-right: 0;
}

.coupon {
  display: inline;
  float: left;
  margin-right: 10px;
}

.coupon label[for="coupon_code"] {
  display: none;
}
.coupon .input-text {
  height: 2.7em;
  margin: 4px 10px 0 0;
  width: 260px;
}


.actions {
  padding-bottom: 10px;
}
.actions .button {
  font-size: 10px;
  font-size: 0.76923rem;
  margin-top: 3px;
  padding: 12px 35px;
  text-transform: uppercase;
}
.actions input[name="update_cart"],
.actions .checkout-button {
  width: 235px;
}

.actions input[name="update_cart"] {
  background: #939393;
}
.actions .checkout-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0;
  text-align: center;
}

.cart-collaterals {
  display: inline;
  float: right;
  width: 440px;
}
.cart-collaterals h2 {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 20px;
}
.cart-collaterals table {
  background: #f2f2f2;
  border: 0;
  margin: 35px 0;
  padding: 0;
  position: relative;
}
.cart-collaterals table th {
  background: #f2f2f2;
  border-right: 0;
  color: #636363;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-transform: capitalize;
  width: 120px;
}
.cart-collaterals table td {
  border: 0;
  color: #b089b7;
  font-size: 13px;
  font-weight: 700;
}
.cart-collaterals table th,
.cart-collaterals table td {
  vertical-align: middle;
}
.cart-collaterals table tr:nth-child(even) {
  background: #f2f2f2;
}
.cart-collaterals table:before {
  background: url('img/cart-total-top.png') no-repeat top center;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 440px;
}
.cart-collaterals table:after {
  background: url('img/cart-total-bottom.png') no-repeat bottom center;
  bottom: -20px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 440px;
}

.cart-page .button {
  color: white;
  padding: 10px 20px;
}
.cart-page .button:hover {
  color: white;
}


/* =============================================================================
16 Ecommerce Chcekout
============================================================================= */
.woocommerce-checkout .checkout-page {
  margin-top: -40px;
}
.woocommerce-checkout .sbHolder {
  display: none;
}

.checkout-page.cutline {
  padding-top: 40px;
}
.checkout-page.cutline:before {
  left: -70px;
}

.woocommerce-info {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.woocommerce-info a {
  font-weight: bold;
}

.woocommerce-checkout .login {
  background: #F6F6F6;
  border: 1px solid #e9e9e9;
  padding: 10px;
}
.woocommerce-checkout .login .button, .woocommerce-checkout .login .lost_password {
  display: inline;
  float: left;
  margin-right: 10px;
}
.woocommerce-checkout .button {
  font-size: 12px;
  font-size: 0.92308rem;
  padding: 10px 20px;
}
.woocommerce-checkout .lost_password {
  font-size: 12px;
  font-size: 0.92308rem;
  padding-top: 6px;
}
.woocommerce-checkout .input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
.woocommerce-checkout textarea.input-text {
  height: 90px;
  line-height: 1.5;
}
.woocommerce-checkout .col2-set {
  margin: 3em 0;
}
.woocommerce-checkout .col-1 {
  display: inline;
  float: left;
  width: 48%;
}

.woocommerce-checkout .col-2 {
  display: inline;
  float: right;
  width: 48%;
  position: relative;
}
.woocommerce-checkout .create-account {
  display: inline;
  float: left;
  width: 100%;
}
.woocommerce-checkout #shiptobilling {
  position: absolute;
  right: 0;
  width: auto;
}
.woocommerce-checkout .shop_table tbody td {
  padding-left: 20px;
}
.woocommerce-checkout .shop_table .variation {
  display: block;
  padding: 0;
}

.woocommerce-checkout .shop_table tfoot th {
  background: #F6F6F6;
  text-transform: none;
  font-weight: 500;
  text-align: right;
  border: none;
  border-top: 1px solid white;
  padding-right: 20px;
}
.woocommerce-checkout .shop_table tfoot td {
  background: #fff0e1;
  padding-left: 20px;
  border-top: 1px solid white;
}
.woocommerce-checkout .payment_methods {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.woocommerce-checkout .payment_box {
  background: #fff0e1;
  border: 1px solid #ffe3c7;
  padding: 10px;
  margin: 10px 0;
}
.woocommerce-checkout .payment_box p {
  margin: 0;
}
.woocommerce-checkout .country_select label {
  display: block;
}
.woocommerce-checkout dl {
  margin: 0;
}
.woocommerce-checkout dl.variation dd {
  margin-right: 10px;
}
.woocommerce-checkout dd,
.woocommerce-checkout dt {
  display: inline;
}

.my_account_orders .order-number {
  width: 20%;
}
.my_account_orders .order-shipto {
  width: 30%;
}
.my_account_orders .order-total {
  width: 20%;
}
.my_account_orders .order-status {
  width: 30%;
}
.my_account_orders th, .my_account_orders td {
  vertical-align: top;
}
.my_account_orders td {
  border: 1px solid #e9e9e9;
}
.my_account_orders .button {
  display: block;
  margin-right: 20px;
  text-align: center;
  width: 100px;
}

.addresses .col-1, .addresses .col-2 {
  background: #fff0e1;
  border: 1px solid #ffe3c7;
  width: 44%;
  padding: 2%;
}

.payment_methods label img {
  position: relative;
  top: 5px;
}

#payment .button {
  padding: 10px 30px;
}

/* =============================================================================
17 Miscellaneous
============================================================================= */
/* 	BLOG POST PAGINATION
	----------------- */
.pagination {
  background: #f2f2f2;
  font-size: 12px;
  font-size: 0.92308rem;
  margin: 0;
  padding: 12px;
  text-align: right;
}

.pagination .page-numbers,
.woo-pagination .page-numbers {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  padding: 8px 12px;
  text-align: center;
}
.pagination .next,
.pagination .prev,
.woo-pagination .next,
.woo-pagination .prev {
  background: #b089b7;
  color: white;
  padding: 8px 12px;
}
.pagination .next:hover,
.pagination .prev:hover,
.woo-pagination .next:hover,
.woo-pagination .prev:hover {
  background: #a579ad;
}
.pagination a,
.woo-pagination a {
  color: #636363;
  font-weight: 400;
}
.pagination a:hover,
.woo-pagination a:hover {
  background: #e5e5e5;
}

/* 	SINGLE POST PAGINATION
	----------------- */
.loop-nav .prev {
  display: inline;
  float: left;
font-family: 'Quicksand', sans-serif;
}

.loop-meta h2{
  display: inline;
  float: center !important;
font-size: 30px;
font-family: 'Quicksand', sans-serif !important;
}
.loop-nav .next {
  display: inline;
  float: right;
  text-align: right;
font-family: 'Quicksand', sans-serif;
}

/* =============================================================================
18 Utilities
============================================================================= */
/* 	CLEARFIX
	http://nicolasgallagher.com/micro-clearfix-hack/
	----------------- */
.clearfix, .widget_shopping_cart .buttons, .woocommerce-tabs .panel, .woocommerce-checkout .login, .woocommerce-checkout .col2-set {
  *zoom: 1;
}
.clearfix:before, .widget_shopping_cart .buttons:before, .woocommerce-tabs .panel:before, .woocommerce-checkout .login:before, .woocommerce-checkout .col2-set:before, .clearfix:after, .widget_shopping_cart .buttons:after, .woocommerce-tabs .panel:after, .woocommerce-checkout .login:after, .woocommerce-checkout .col2-set:after {
  content: "";
  display: table;
}
.clearfix:after, .widget_shopping_cart .buttons:after, .woocommerce-tabs .panel:after, .woocommerce-checkout .login:after, .woocommerce-checkout .col2-set:after {
  clear: both;
}

/* 	CLEAR ELEMENT
	----------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*	Inline-Block
	-------------------- */
.iblock {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

/* 	Break text
	-------------------- */
.break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

/* 	Truncate text
	-------------------- */
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* 	Hide text
	-------------------- */
.hide-text {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
}

/* 	IMAGE REPLACEMENT
	----------------- */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* 	HIDE/SHOW ELEMENT
	----------------- */
.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* 	FLOATING ALIGNMENT
	----------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.53846em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.53846em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  display: block;
}

/* 	QUICK FLOAT
	----------------- */
.fr {
  display: inline;
  float: right;
}

.fl {
  display: inline;
  float: left;
}

.fno {
  float: none;
  display: block;
}

/* 	TEXT ALIGNMENT
	----------------- */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* 	HR/STANDALONE BORDER
	----------------- */
hr {
  border-top: 1px solid #eeeeee;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  margin: 1.53846em 0;
  min-height: 0;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.darkborder {
  border-color: black;
}
hr.lightborder {
  border-color: white;
}

/* 	POSITIONING
	----------------- */
.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 	Text meant only for screen readers
	----------------- */
.accessibility-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* =============================================================================
19 Re-Usable Class
============================================================================= */
.has-sidebar {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}


.no-sidebar .site-content {
  margin-bottom: 0;
}

nav[role="navigation"] a {
  color: #636363;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
}

nav[role="navigation"] a:hover {
  color: #636363;
  background: transparent;

}

.btn,
.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background-color: #b089b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn:visited,
.button:visited,
button:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
input[type="button"]:visited {
  color: white;
}

.txt {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #636363;
  height: 2.5em;
}

.cutline {
  
  position: relative;
}
.cutline:before {
  background: url('img/line.png') no-repeat center top;
  content: "";
  height: 9px;
  position: absolute;
  /*right: 0px;*/
  top: -5px;
  width: 100%;
display: none;
}



.avatar {
  margin-right: 10px;
}

.cat-link, .category a, .widget_product_categories a {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 5px;
  position: relative;
  text-align: center;
}
.cat-link:before, .category a:before, .widget_product_categories a:before {
  background: #b089b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  height: 5px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 5px;
}

.tag-link, .post_tag a, .widget_product_tag_cloud .tagcloud a {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #636363;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px !important;
  font-size: 0.92308rem !important;
  margin: 0 8px 8px 0;
  padding: 1px 7px 1px 16px;
  position: relative;
}
.tag-link:before, .post_tag a:before, .widget_product_tag_cloud .tagcloud a:before {
  background: #b089b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  height: 5px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.product-price {
  font-size: 30px;
  font-size: 2.30769rem;
  font-weight: 900;
}

.product-action {
  position: relative;
}
.product-action a {
  color: #636363 !important;
  font-size: 12px;
  font-size: 0.76923rem;
  text-transform: uppercase;
}

.view-product:before {
  background: url('img/sprite-s3f16f8e7df.png');
  background-position: 0 -205px;
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  left: 65px;
  position: absolute;
  top: 15px;
  width: 14px;
}


.add-tocart:before {
  background: url('img/sprite-s3f16f8e7df.png');
  background-position: 0 -223px;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  left: 64px;
  position: absolute;
  top: 11px;
  width: 18px;
}

.heading-title {
  margin-bottom: 20px;
font-family: 'Quicksand', sans-serif;
}

h3.heading-title {
 
display: none;
}



p.woocommerce-result-count {
display: none;
}

.product-lists ul,
.cross-sells ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-lists li,
.cross-sells li {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  position: relative;
}
.product-lists li:nth-child(4n),
.cross-sells li:nth-child(4n) {
  float: right;
  margin-right: 0;
}


.product-lists .view-product a,
.cross-sells .view-product a {
  background: #939393;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.product-lists .view-product:before,
.cross-sells .view-product:before {
  left: 15px;
  top: -8px;
}
.product-lists .add-tocart a,
.cross-sells .add-tocart a {
  background: #b089b7;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.product-lists .add-tocart a span,
.cross-sells .add-tocart a span {
  color: white;
  position: relative;
}
.product-lists .add-tocart:before,
.cross-sells .add-tocart:before {
  left: 13px;
  top: -13px;
}
.product-lists a,
.cross-sells a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  width: 50%;
}

.product-lists .product-action,
.cross-sells .product-action {
  font-size: 0;
  top: -3px;
}

.cross-sells li {
  float: none;
  display: block;
  margin-right: 0;
  width: 100%;
}

.product-info {

  background: white;
  background: rgba(255, 255, 255, 0.5);
  bottom: 44px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
font-family: 'Quicksand', sans-serif;
}
.product-info h2 {
  color: #272727;
  font-size: 11px;
  font-size: 0.84615rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  margin: 8px 0 10px;
}
.product-info .product-price {
  background: none;
  color: #272727;
font-family: 'Quicksand', sans-serif;
}

.recent-products.cutline,
.single-woo-product.cutline,
.related-products.cutline,
.site-footer.cutline {
  padding-top: 40px;

}



.recent-products.cutline:before,
.single-woo-product.cutline:before,
.related-products.cutline:before
 {
  /*left: -133px;*/
}
.site-footer.cutline:before {
  /*left: -133px;*/
}


.shop-sidebar {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

.shop-sidebar .product-lists li {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
.shop-sidebar .product-lists li:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.button.pay {
  margin-bottom: 10px;
}
.button.cancel {
  margin-bottom: 10px;
}

/* =============================================================================
20 Conditional IE class
============================================================================= */
/* =============================================================================
21 bbPress
============================================================================= */
.hentry #bbpress-forums fieldset.bbp-form label {
  margin: 0 0 5px 0;
}

.hentry #bbpress-forums fieldset.bbp-form input {
  margin-bottom: 0;
}

#bbpress-forums .avatar {
  margin-right: 3px;
  margin-top: 0;
}


#megaMenu.megaMenuHorizontal ul.megaMenu{
 background: none repeat scroll 0 0 #bbdccc;
    float: left;
    margin-bottom: auto !important;
    margin-left: 33px;
    margin-right: auto !important;
    margin-top: auto !important;
    width: 100% !important;
    z-index: 100;
	height:40px!important}
	#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator
	{
	
	text-align:center!important;
	}
	
	.primary-menu div.blocks div.block-inside{height:40px !important;}
	
/*	minicart*/

#open-cart .cart-dropdown, .top-cart .cart-dropdown {
    display: none; 
    padding-top: 3px;
    position: absolute;
    margin-left: -185px;
    
    width: 260px;
    z-index: 999;
}
#open-cart:hover .cart-dropdown, .top-cart:hover .cart-dropdown {
    display: block;
}
#open-cart li, .top-cart li {
    display: block;
    margin-right: 0;
}
#open-cart .product_list_widget, .top-cart .product_list_widget {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
#open-cart .product_list_widget .empty, .top-cart .product_list_widget .empty {
    border-width: 0;
    padding-bottom: 0;
    padding-top: 10px;
}
#open-cart .product_list_widget .amount, .top-cart .product_list_widget .amount {
    color: #636363;
}
#open-cart .product_list_widget .total .amount, .top-cart .product_list_widget .total .amount {
    color: #FFFFFF;
}
#open-cart .widget_shopping_cart_content, .top-cart .widget_shopping_cart_content {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
}
#open-cart .widget_shopping_cart_content:before, .top-cart .widget_shopping_cart_content:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    top: -12px;
    width: 0;
}
#open-cart .widget_shopping_cart_content:before, .top-cart .widget_shopping_cart_content:before {
    right: 24px;
}
#open-cart .widget_shopping_cart li, .top-cart .widget_shopping_cart li {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #FAFAFA;
    border-width: 0 0 1px;
    box-shadow: none;
    padding-left: 0;
    position: relative;
    text-align: left;
}
#open-cart .widget_shopping_cart li .rmv, .top-cart .widget_shopping_cart li .rmv {
    position: absolute;
    right: 0;
    top: 0;
}
#open-cart .widget_shopping_cart li .remove, .top-cart .widget_shopping_cart li .remove {
    font-size: 20px;
}
#open-cart .widget_shopping_cart img, .top-cart .widget_shopping_cart img {
    border-width: 0;
    margin-right: 10px;
}
#open-cart .widget_shopping_cart a, .top-cart .widget_shopping_cart a {
    padding-left: 0;
}


.widget_shopping_cart .total {
    background: none repeat scroll 0 0 #636363 !important;
    border-radius: 3px;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 1.07692rem;
font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: right;
}
.widget_shopping_cart .total strong {
    display: inline;
    float: left;
    font-weight: 400;
}
.widget_shopping_cart .buttons {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: medium none;
    margin-bottom: 0;
}
.widget_shopping_cart .buttons .button{
    width:90px;
	float:left;
}
.widget_shopping_cart .buttons a {
    background-image: linear-gradient(#F6F6F6, #EEEEEE);
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    padding: 6px 12px;
}
.widget_shopping_cart .buttons a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.widget_shopping_cart .buttons a.checkout {
    background-image: linear-gradient(#B089B7, #A579AD);
    border: 1px solid #A579AD;
    color: #FFFFFF;
    display: block;
    padding: 6px 12px;
}
.widget_shopping_cart .buttons a.checkout:hover {
    background-image: linear-gradient(#A579AD, #B089B7);
}

.widget_shopping_cart .buttons a.checkout:hover, .widget_shopping_cart .buttons a.checkout, .widget_shopping_cart .buttons a, .widget_shopping_cart .buttons a:hover {
    background: none repeat scroll 0 0 #DB3D79;
    border: 1px none #DB3D79;
}

.sbOptions a:link, .sbOptions a:visited {
color: #636363 !important;
text-decoration: none;
}

/*woocommerce products*/

@media only screen and (max-device-width: 480px) {

  div#wrapper {
    width: 400px;
  }

  div#header {
    background-image: url(media-queries-phone.jpg);
    height: 93px;
    position: relative;
  }

  div#header h1 {
    font-size: 140%;
  }

  #content {
    float: none;
    width: 100%;
  }

  #navigation {
    float:none;
    width: auto;
  }
  .site {
    width: 100%;
  }

  .top-link {
    display: none;
  }


  .top-link ul {
    display: none;
  }
  .top-link li {
    display: none;
  }
  .top-link li:last-child {
    margin-right: 0;
  }
  .top-link a {
    display: none;
  }
  .top-link a:hover {
    display: none;
  }
}

.mijireh_order_form select, .mijireh_order_form input[type="file"] {
  line-height: 18px !important;
}

body.singular-page-1513 .entry-header {
  display: none !important;  
}
