/*
Theme Name: The Retailer
Theme URI: http://theretailer.getbowtied.com/
Author: Get Bowtied
Author URI: http://www.getbowtied.com/
Description: The Retailer is a responsive, super-mobile-friendly theme for WordPress and WooCommerce.
Version: 1.5
License:
License URI:
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
.from_the_blog_title h3 {
padding: 0 0 10px 0 !important;
}

.from_the_blog_comments {
padding: 10px 0;
font-size: 12px;
color: #969696;
display:none;
}

.gbtr_product_sliders_nav, .gbtr_items_sliders_nav {
width: 240px;
float: right;
display: none;
margin-top: -20px;
}

.gbtr_featured_section_title {
padding:0 !important;
font-size: 12px;
color: #777;
text-transform: uppercase;
}
/*****************************************************************************************************/
/************************************************ Reset **********************************************/
/*****************************************************************************************************/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.paypal_checkout_button {
position: relative;
top: 15px;
left: 23px;
}

#pay_with_amazon {
position: relative;
top: 15px;
margin-top: 15px;
margin-right: 20px;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
/*
p:empty {
	display: none !important;
}
*/


/*****************************************************************************************************/
/************************************************ Menus **********************************************/
/*****************************************************************************************************/
/*
html.main {
  margin-top: 0 !important;
}
*/

.page-header {
text-transform:none;
margin-top: 20px; 
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:right;
	/*border-bottom:1px solid #ccc;*/
}

.sf-menu ul {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-left:-10px;
	/*-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);*/
}

.sf-menu ul > li:first-child {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#9c867a;
}

.sf-menu ul ul {
	margin-left:0;
}

.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding:8px 22px 5px 2px !important;
	text-decoration:none;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	font-weight:900;
	color: #457286 !important;
	line-height:1.3em;
}

/*.sf-menu > li:first-child a {
	padding:8px 10px 7px 0;
}

.sf-menu > li:last-child a {
	padding:8px 0 7px 10px;
}*/

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	background:		#fff;
	border-bottom:1px dotted #ccc;
	padding:3px;
}
.sf-menu li li:last-child {
	border:0;
}
.sf-menu li li a {
	text-transform:none;
	font-weight:normal;
	padding:10px 10px 10px 20px;
	color:#000;
}
.sf-menu li li a:hover {
	color:#fff !important;
	background:#9c867a;
	-webkit-transition: background-color 50ms linear;
	-moz-transition: background-color 50ms linear;
	-o-transition: background-color 50ms linear;
	-ms-transition: background-color 50ms linear;
	transition: background-color 50ms linear;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li li a,.sf-menu li li a:visited {
	color: #000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			7px;
	top:			14px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(images/sprites.png) -200px -100px no-repeat;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:14px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -200px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -250px -100px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  -250px -100px; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -250px -100px; /* arrow hovers for modern browsers*/
}

.megamenu_placeholder {
	/*display:inline;*/
	background:#9C3;
	position:absolute;
	margin-top:-25px;
	width:100%;
	z-index:1000;
	display:none;
}


/*****************************************************************************************************/
/******************************************* Common styles *******************************************/
/*****************************************************************************************************/

/* COMMON */

html,body
{
    /*width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;*/
}


body {
	font-size:12px;
	color:#000;
	line-height:1.5em;
}

a {
	color:#9c867a;
	text-decoration:none;
}

a:hover {
	color:#000;
}

.clr {
	clear:both;
}

hr, .hr {
	height:0px;
	border:0;
	border-bottom: 1px solid #ccc;
	max-width:940px;
}

.hr.padding30 {
	margin:30px 0;
}

hr.paddingbottom30,
.hr.paddingbottom30 {
	margin:0 0 30px 0;
}

hr.paddingbottom40,
.hr.paddingbottom40 {
	margin:0 0 40px 0;
}

hr.padding30.fixbottom10,
.hr.padding30.fixbottom10 {
	margin:30px 0 40px 0;
}

hr.padding40,
.hr.padding40 {
	margin:40px 0;
}

.small_sep {
	width:60px;
	height:2px;
	background:#000;
}

.small_sep.margin40_20 {
	margin:40px 0 20px;
}

.small_sep.margin50_20 {
	margin:50px 0 20px;
}

blockquote {
	font-style:italic;
	color:#555 !important;
	position:relative;
	display:block;
	padding-left:60px;
}

blockquote p {
	color:#555 !important;
}

blockquote:before {
	content:"";
	width:50px;
	height:50px;
	
	background:none;
	background-position:-600px -150px;
	background-repeat:no-repeat;
	
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.gbtr_bold_sep {
	background:#ccc;
	height:1px;
	clear:both;
	margin-bottom: 10px;
	max-width: 940px;
}

.spacer80 {
	height:80px;
}

.sep {
	font-style:italic;
	color:#555;
	font-size:80%;
	padding:0 6px 0 2px;
}

.rsswidget img {
	display:none;
}

.gbtr_module_padding {
	margin:20px 0 0 0;
}

.gbtr_main_wrapper {
	margin:11px 0;
}

.woocommerce_message, .woocommerce_error, .woocommerce_info,
.woocommerce-message, .woocommerce-error, .woocommerce-info
{
	padding: 25px 30px 25px 70px !important;
	margin: 0 0 30px 0;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #9c867a;
	color: #fff !important;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.25);
	text-shadow: 0 0px 0 white;
	list-style: none outside;
	display:block !important;
	max-width:840px;
	font-weight:900;
	text-transform:uppercase;
	font-size:12px !important;
	border:0 !important;
}

.woocommerce_message strong, .woocommerce_error strong, .woocommerce_info strong,
.woocommerce-message strong, .woocommerce-error strong, .woocommerce-info strong
{
	font-weight:900 !important;
}

.woocommerce_message::before, .woocommerce_error::before, .woocommerce_info::before,
.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before
{
	content: "" !important;
	height: 35px !important;
	width: 35px !important;
	display: block !important;
	position: absolute !important;
	top: 16px !important;
	left: 20px !important;
	background-color: none;
	-webkit-border-radius: 35px !important;
	-moz-border-radius: 35px !important;
	border-radius: 35px !important;
	margin:0 !important;
	padding:0 !important;
}


.woocommerce_message::before,
.woocommerce-message::before
{
	background:none;
	background-position:-550px 0;
	background-repeat:no-repeat;
}

.woocommerce_message,
.woocommerce-message
{
	background: #9c867a !important;
}

.woocommerce_message a.button,
.woocommerce-message a.button,
.woocommerce_error a.button,
.woocommerce-error a.button
{
	display: block !important;
	font-size: 100% !important;
	line-height: 1em !important;
	cursor: pointer !important;
	position: relative !important;
	text-decoration:underline !important;
	text-align: center !important;
	overflow: visible !important;
	padding: 3px 0 0 0  !important;
	text-decoration: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	left: auto !important;
	color: #fff !important;
	text-shadow: 0 0 0 #ffffff !important;
	border: 0 !important;
	background:none !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	box-shadow: inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	font-size: 12px !important;
	text-transform: none !important;
	font-weight: normal !important;
}

.woocommerce_error,
.woocommerce-error
{
	background:#e42e2c !important;
	color:#fff;
}

.woocommerce_error li,
.woocommerce-error li
{
	color:#fff !important;
	font-size:12px !important;
	list-style:none !important;
}

.woocommerce_error::before,
.woocommerce-error::before
{
	background:none;
	background-position:-450px 0;
	background-repeat:no-repeat;
}

.woocommerce_info,
.woocommerce-info
{
	background:#818181 !important;
}

.woocommerce_info::before,
.woocommerce-info::before
{
	background:none;
	background-position:-500px 0;
	background-repeat:no-repeat;
}

/* /COMMON */

.rev_slider {
  border-bottom: 4px solid #fff;
	/*-webkit-box-shadow: 0 10px 11px rgba(0,0,0, 0.75);
	        box-shadow: 0 10px 11px rgba(0,0,0, 0.75);*/
}

/* UI */

#global_wrapper {
	background-color:#fff;
}

.big_arrow_left:hover{
	background-position: -50px 0;
}

.big_arrow_right:hover{
	background-position: -150px 0;
}

/* /UI */


/* FORMS */

.ctextfield {
	padding:8px 9px;
	font-size:12px;
	color:#777;
}

.ctextfield.ui {
	width:440px;
	margin-bottom:10px;
}

.cselect {
	/*width:100%;*/
	/*border:1px solid #ccc;*/
	padding:7px 8px 7px 4px;
	font-size:12px;
	color:#777;
	/*width:420px;*/
}

.cselect.ui {
	width:460px;
	margin-bottom:10px;
}

.ctextarea {
	/*width:97.5%;*/
	/*border:1px solid #ccc;*/
	padding:8px 9px;
	font-size:13px;
	color:#777;
	/*width:400px;*/
}

.ctextarea.ui {
	width:440px;
	height:100px;
	margin-bottom:10px;
}

.ccheckbox_group input {
	vertical-align: bottom;
	margin-right:5px;
}

.ccheckbox_group label {
	font-size:13px;
	color:#777;
}

.ccheckbox_group.ui {
	margin:10px 0 20px 0;
}

.cradio_group input {

}

.cradio_group label {
	font-size:13px;
	color:#777;
}

.cradio_group.ui {
	margin-bottom:20px;
}

.cbutton {
	padding:20px;
	width:100%;
	border:0;
	background:#000;
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
	cursor:pointer;
}

.quantity,
#content .quantity {
	width: 120px !important;
	position: relative;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

form label {
	padding:0 0 5px 0;
	font-weight:900;
	font-size:12px;
	text-transform:uppercase;
	display:inline-block;
	color:#000;
}

form input[type=submit] {
	padding:20px 50px;
	font-size:12px;
	color:#fff;
	border:0;
	margin:0;
	background:#950200;
	font-weight:900;
	text-transform:uppercase;
	cursor:pointer;
}

form input[type=submit]:hover {
	background:#9c867a;
}

/* /FORMS */


/* WIDGETS */

.widget img {
	max-width:100%;
	height:auto;
}

.widget.widget_rss ul li {
	padding:10px 0 !important;
}

.widget ul li.recentcomments {
	position:relative;
	padding:5px 0 5px 35px !important;
	min-height: 25px;
}

.widget ul li.recentcomments:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	margin-bottom:5px;
	background-image:url(images/sprites.png);
	background-position:-150px -150px;
	background-repeat:no-repeat;
	position:absolute;
	top:8px;
	left:0;
}

.gbtr_home_no_widgets {
	text-align:center;
	/*font-size:24px;
	color:#bbb;*/
	margin-bottom:30px;
	line-height:1.5em;
}

.gbtr_home_no_widgets h2 {
	font-size:36px;
	font-weight:normal;
	letter-spacing:-0.03em;
	padding:50px 0 10px 0;
	line-height:1.1em;
}

.gbtr_home_no_widgets h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0;
	color:#666;
	line-height:1.5em;
}

.gbtr_home_no_widgets a {
	text-decoration:underline;
}

.gbtr_home_no_widgets img {
	width:100%;
	height:auto;
	max-width:740px;
}

.gbtr_light_footer_no_widgets {
	text-align:center;
	font-size:24px;
	color:#bbb;
	padding:30px 0;
	background:#f9f9f9;
}

.gbtr_light_footer_no_widgets h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 20px 0;
	color:#666;
	line-height:1.5em;
}

.gbtr_light_footer_no_widgets a {
	text-decoration:underline;
}

.gbtr_light_footer_no_widgets .widget_placeholder {
	width:100%;
	height:200px;
	border:1px solid #dedddd;
	margin-bottom:20px;
}

.gbtr_dark_footer_no_widgets {
	text-align:center;
	font-size:24px;
	color:#bbb;
	padding:30px 0;
	background:#000;
	color:#fff;
}

.gbtr_dark_footer_no_widgets h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 20px 0;
	color:#666;
	line-height:1.5em;
}

.gbtr_dark_footer_no_widgets a {
	text-decoration:underline;
}

.gbtr_dark_footer_no_widgets a:hover {
	color:#fff;
}

.gbtr_dark_footer_no_widgets .widget_placeholder {
	width:100%;
	height:200px;
	border:1px solid #3d3d3d;
	margin-bottom:20px;
}

.gbtr_light_footer_wrapper {
	margin:0;
	/*background:#f9f9f9;*/
	padding:30px 0 0 0;
}

.gbtr_light_footer_wrapper li {
	/*margin:0 0 20px 0;/
	/*height:65px;*/
	clear:both;
}

.gbtr_widget_footer_latest_tweets .gbtr_widget_item_descr {
	height:60px;
}

.gbtr_widget_footer_from_the_blog .gbtr_widget_item_title {
	font-size:12px;
	text-transform:none;
	font-weight:900;
	overflow:hidden;
}

.gbtr_widget_footer_from_the_blog .gbtr_widget_item_title a {
	color:#555;
}

/* side default widgets */

.gbtr_aside_column {
	margin:0 0 0 30px;
	padding:2px 0 0 50px;
	border-left: 1px dotted #ccc;
}

.sidebar_left .gbtr_aside_column {
	margin:0 30px 0 0;
	padding:2px 50px 0 0;
	border:0;
	border-right: 1px dotted #ccc;
}

.gbtr_aside_column_left {
	margin:0 30px 0 0;
	padding:0;
	/*border-left: 1px dotted #ccc;*/
}

.widget {
	padding:0 0 40px 0;
}

.widget h1.widget-title {
font-size: 12px;
text-transform: uppercase;
font-weight: 900;
color: #457286;
display: block;
padding: 0 0 10px 0;
border-bottom: 2px solid #457286;
margin: 0 0 10px 0;
}

.widget ul li {
	border-bottom:1px dotted #ccc;
	color:#777;
	padding:5px 0 !important;
}


.widget ul li a {
	color:#9c867a;
}



.widget ul li a:hover {
	text-decoration:underline;
}

.widget ul li ul {
	margin:5px 0 0 0 !important;
}

.widget ul li ul li {
	border:0;
	border-top:1px dotted #ccc;
	padding:5px 0 5px 18px !important;
}



.widget ul li ul li:last-child {
	padding:5px 0 0 18px;
}

.widget #searchform label {
	display:none;
}

.gbtr_aside_column_left .widget #searchform {
	width:190px;
}

.widget #searchform {
	position:relative;
	width:220px;
}

.widget input[type=text],
.widget input[type=password] {
	border:1px solid #ccc;
	width:176px;
	padding:7px 35px 7px 7px;
	font-size:12px;
}

.gbtr_aside_column_left .widget input[type=text],
.gbtr_aside_column_left .widget input[type=password] {
	width:146px;
}

.widget input[type=submit] {
	border:0;
	width:100%;
	padding:10px 0;
	margin:15px 15px 15px 0;
	background:#000;
	color:#fff;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	cursor:pointer;
}

.gbtr_dark_footer_wrapper .widget input[type=submit] {
	background:#666;
}

.widget input[type=submit]:hover {
	background:#9c867a;
}

.widget select {
	width:219px;
	/*border:1px solid #ccc;*/
	padding:7px 8px 7px 4px;
	font-size:12px;
	color:#777;
	/*width:420px;*/
}

.gbtr_aside_column_left .widget select {
	width:190px;
}

.widget label {
	display:block;
	padding:5px 0;
}

.widget #searchform input[type=submit] {
	position:absolute;
	top:9px;
	right:8px;
	width:18px;
	height:18px;
	
	background:none;
	background-position:-150px -100px;
	background-repeat:no-repeat;
	
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	padding:0;
	margin:0;
}

.widget.widget_shopping_cart .total {
	text-align:center;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:0px 0 20px 0;
	padding:10px 0;
	font-size:15px;
	font-weight:900 !important;
	text-transform:uppercase;
}

.widget.widget_shopping_cart .total strong {
	font-size:12px;
	font-weight:900 !important;
	text-transform:uppercase;
	padding-right:5px;
	color:#8f8f8f;
}

.widget.widget_shopping_cart .buttons .button {
	margin-bottom:10px;
}

.message_wr {
  margin: 15px 10px 0;
}
ul.product_list_widget li,
.woocommerce ul.product_list_widget li {
	border:0;
	padding:10px 0 0 0;
	clear:both;
}

.product_list_widget_img_wrapper {
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#megaMenu .product_list_widget_img_wrapper {
	margin-right:10px !important;
	margin-bottom:0px !important;
}

#megaMenu h2.widgettitle {
	font-size:12px;
	text-transform:uppercase !important;
	font-weight:900;
	color:#000;
	display:block;
	padding:0 0 5px 0;
	border-bottom:2px solid #000;
	margin:10px 0 10px 0;
}

#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li {
	border-bottom:1px dotted #ccc;
	padding:3px 0 !important;
}

#megaMenu ul li.ss-nav-menu-reg ul.sub-menu li:last-child {
	border-bottom:0;
}

ul.product_list_widget li img,
.woocommerce ul.product_list_widget li img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	float:none !important;
	display:block;
	margin:0;
	width:60px !important;
	height:auto;
}

ul.product_list_widget li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight:normal;
	color:#000;
	padding:0;
	line-height:1.4em;
}

ul.product_list_widget ins,
.woocommerce ul.product_list_widget ins {
	text-decoration:none;
}

ul.product_list_widget del,
ul.product_list_widget del span,
ul.product_list_widget span.from,
.woocommerce ul.product_list_widget del,
.woocommerce ul.product_list_widget del span,
.woocommerce ul.product_list_widget span.from
{
	color:#8d8d8d !important;
	font-weight:normal !important;
}

ul.product_list_widget span.amount,
.woocommerce ul.product_list_widget span.amount {
	font-size:12px;
	font-weight:900;
	color:#000;
	padding-bottom:3px;
}

.tagcloud a {
	font-size:12px !important;
	background: #ffffff;
	color: #888888;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 12px;
	border: 1px solid #cccccc;
	display: inline-block;
	margin-bottom:5px;
}

.tagcloud a:hover {
	background: #9c867a;
	color:#fff;
	border: 1px solid #9c867a;
}

.gbtr_dark_footer_wrapper .tagcloud a {
	background: #000;
	color: #fff;
	border: 1px solid #3d3d3d;
}

.gbtr_dark_footer_wrapper .tagcloud a:hover {
	color:#fff;
}




.star-rating {
	/*float: right;*/
	/*display:inline-block;*/
	float:none;
	display:block;
	width: 80px !important;
	height: 16px;
	margin:0;
	background: url(images/star.png) repeat-x left 0 !important;
}

#megaMenu .star-rating {
	margin:-8px 0 5px 0 !important;
}

#megaMenu {
	line-height:1.5em !important;
}

#megaMenu a {
	line-height:1.5em !important;
}

.wpmega-widgetarea li li {
	padding:2px 0 !important;
}

.wpmega-widgetarea .widget ul li ul {
	padding: 0 0 10px 0 !important;
}

.wpmega-widgetarea .widget ul li ul li {
	padding: 0 0 4px 18px !important;
}

.wpmega-widgetarea .mc_input {
	width:70% !important;
}

.wpmega-widgetarea  #mc_subheader {
	line-height:1.5em !important;
	margin-bottom:5px !important;
}

.wpmega-widgetarea select {
	width:100% !important;
}

.wpmega-widgetarea .widget input[type=text],
.wpmega-widgetarea .widget input[type=password] {
	width: 149px !important;
}

.wpmega-widgetarea .widget #searchform input[type=submit] {
	right: 35px !important;
}

.wpmega-widgetarea .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width: 0.9em !important;
	height: 0.9em !important;
	-webkit-border-radius: 1em !important;
	-moz-border-radius: 1em !important;
	border-radius: 1em !important;
	border: 1px solid #ccc !important;
	cursor: pointer !important;
	background: #717171 !important;
	outline: none !important;
	top: -7px !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9) !important;

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9 !important);
}

.wpmega-widgetarea .widget .price_slider_wrapper {
	margin:20px 10px 0 0 !important;
}


.product_item .star-rating,
.products_slider_item .star-rating {
	display:none !important;
}

#comments .star-rating {
	/*float: right;*/
}

.average-rating {
	text-align:right;
	float:right;
	margin:0 0 10px 0;
}

.star-rating span {
	background: url(images/star.png) repeat-x left -32px !important;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}

.after_title_reviews .star-rating {
	/*float: right;*/
	/*display:inline-block;*/
	float:left;
	display:block;
	width: 80px;
	height: 16px;
	margin:0;
	background: url(images/star.png) repeat-x left 0 !important;
}

.reviews_nr {
	display:inline-block;
	float:left;
	font-size:11px;
	color:#8d8d8d;
	padding:2px 10px 0 0;
}

.widget .star-rating {
	/*float: right;*/
	/*display:inline-block;*/
	float:none !important;
	display:block !important;
	width: 80px !important;
	height: 16px !important;
	margin:-4px 0 0 80px !important;
	background: url(images/star.png) repeat-x left 0 !important;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content: "" !important;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content: "" !important;
}

.widget .star-rating span {
	background: url(images/star.png) repeat-x left -32px !important;
	height: 0 !important;
	padding-top: 16px !important;
	overflow: hidden !important;
	float: left !important;
}

#wp-calendar {
	width:100%;
}

#wp-calendar caption {
	padding-bottom:10px;
}

#wp-calendar th,
#wp-calendar td
{
	padding:5px;
}

#wp-calendar tbody td a
{
	padding:3px 5px;
	background:#9c867a;
	color:#fff;
	margin-left:-5px;
}

.widget .price_slider_wrapper {
	margin:20px 0 0 0 !important;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute !important;
	z-index: 1 !important;
	font-size: .7em !important;
	display: block !important;
	border: 0 !important;
	background:#9c867a !important;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
	-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	/*box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;*/
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em !important;
	-moz-border-radius: 1em !important;
	border-radius: 1em !important;
	background: #d7d7d7 !important;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1) !important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1) !important;
	-webkit-border-radius: 1em !important;
	-moz-border-radius: 1em !important;
	border-radius: 1em !important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width: 0.9em !important;
	height: 0.9em !important;
	-webkit-border-radius: 1em !important;
	-moz-border-radius: 1em !important;
	border-radius: 1em !important;
	border: 1px solid #ccc !important;
	cursor: pointer !important;
	background: #717171 !important;
	outline: none !important;
	top: -.3em !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9) !important;

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 3px rgba(255,255,255,0.9 !important);
}

.widget_price_filter .price_slider_amount .button {
	float: right !important;
	padding:10px 15px !important;
}

.widget_price_filter .price_slider_amount {
	margin:20px 0 0 0 !important;
}

.widget_price_filter .price_slider_amount .button:hover {

}

.widget_price_filter .price_label {
	text-align:left !important;
	padding:5px 0;
}

.widget_layered_nav ul li.chosen a {
	padding: 0 6px 0 18px !important;
	border: 1px solid #9c867a !important;
	/*background: #9c867a url(https://www.rugpadcorner.com/wp-content/themes/theretailer/images/cross_white.png) no-repeat 6px center;*/
	box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	-webkit-box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	-moz-box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	color: #ffffff !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	
	background-color:#9c867a !important;
}

.widget_layered_nav_filters ul li.chosen a {
	padding: 0 6px 0 18px !important;
	border: 1px solid #9c867a !important;
	/*background: #9c867a url(https://www.rugpadcorner.com/wp-content/themes/theretailer/images/cross_white.png) no-repeat 6px center;*/
	box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	-webkit-box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	-moz-box-shadow: inset 0 0px 0px rgba(255,255,255,0.5) #888888 !important;
	color: #ffffff !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-right:5px;
	background-color:#9c867a !important;
}


.widget.the_retailer_connect a {
	display:inline-block;
	width:35px;
	height:35px;
	background-color:#fff;
	text-indent:-9999px;
	margin:0 4px 10px 0;
	border-width:2px;
	border-style:solid;
	border-color:#000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-repeat:no-repeat;
}

.widget.the_retailer_connect h1 {
	/*border:0 !important;*/
}

.widget.the_retailer_connect a:hover {
	background-color:#9c867a;
	border-color:#9c867a;
}

.widget .widget_connect_facebook {
	background:none;
	background-image:url(images/sprites.png);
	background-position:0px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_pinterest {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-50px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_linkedin {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-100px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_twitter {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-150px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_googleplus {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-200px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_rss {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-250px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_tumblr {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-300px -200px;
	background-repeat:no-repeat;
}

.widget .widget_connect_instagram {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-350px -200px;
	background-repeat:no-repeat;
}


.widget.the_retailer_recent_posts {
}



.widget.the_retailer_recent_posts li {
	position:relative;
	border:0;
	padding-bottom:20px;
}

.widget.the_retailer_recent_posts a {
	margin:0 0 0 40px;
	display:block;
	color:#000;
}

.widget.the_retailer_recent_posts .post_comments {
	margin:0 0 0 40px;
	color:#8d8d8d;
}

.widget.the_retailer_recent_posts .post_date {
	position:absolute;
	top:8px;
	left:0;
	background:#9c867a;
	width:30px;
	height:30px;
	text-align:center;
	display:block;
	color:#fff;
}

.widget.the_retailer_recent_posts .post_date_day {
	display:block;
	margin:0;
	padding:4px 0 0 0;
	line-height:12px;
	font-size:14px;
}

.widget.the_retailer_recent_posts .post_date_month {
	display:block;
	margin:0;
	padding:0;
	line-height:12px;
	font-size:8px;
	text-transform:uppercase;
}

/* /side default widgets */

/* light footer widgets */

.light_footer_widget_wrapper {
	width:220px;
	margin-right:20px;
	/*display:inline-block;
	vertical-align:top;*/
	float:left;
}

/* /light footer widgets */

/* /WIDGETS */


/* HEADER */

.gbtr_tools_wrapper {
	background:#457286;
	color:#fff;
	height:30px;
	overflow:hidden;
	line-height:1em;
	border-bottom: 4px solid #f4f4f4;
	position: relative;
  z-index: 30;
	-webkit-box-shadow: 0 0 11px rgba(0,0,0, 0.75);
	        box-shadow: 0 0 11px rgba(0,0,0, 0.75);
}

.gbtr_tools_info {
	color:#ccc !important;
	font-size:14px;
	text-transform:uppercase;
	padding:7px 0;
}
.gbtr_tools_info .phone {
  margin-left: 24px;
  font-weight: bold;
  color: #fff;
  margin-right:24px;
}
.gbtr_tools_info strong {
  color: #fff;
}

.gbtr_tools_account {
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding:9px 0;
	text-align:right;
	float:right;
	margin-right:9px;
}

.gbtr_tools_account ul li {
	display:inline-block;
	zoom: 1; /*IE FIX*/
	*display: inline; /*IE FIX*/
	padding:0 10px;
}

.gbtr_tools_account ul li a {
	color:#fff;
	text-decoration:none;
}

.gbtr_tools_account ul li.greatings a {
	color:#808080;
}

/*SEARCH IS HIDDEN!*/
.gbtr_tools_search {
	text-align:right;
	float:right;
	display:none;
	/*font-size:1px;*/
}

.gbtr_tools_search_inputtext {
	background:#fff;
	border:1px solid #ccc;
	color:#808080;
	font-size:12px;
	padding:6px 5px 7px 5px;
	margin:0;
	width:150px;
	display:none;
}

.gbtr_tools_search_inputbutton {
	padding:0 !important;
	
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-550px -102px !important;
	background-repeat:no-repeat !important;
	
	text-indent:-9999px;
	width:40px;
	height:30px;
	border-left:1px solid #585858 !important;
	border-right:1px solid #585858 !important;
}

.gbtr_header_wrapper {
	background:#f4f4f4;
	margin-bottom:0;
  position: relative;
  z-index: 21;
	/*padding:30px 0 30px 0;*/
  -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.36);
	        box-shadow: 0 0 20px rgba(0,0,0, 0.36);
}

.rev_slider_wrapper.fullwidthbanner-container {
	/*margin-top:-30px !important;*/
	z-index:0;
}
.fullwidthbanner-container {
  margin-top: 30px !important;
}

.gbtr_header_wrapper .container_12 {
	position:relative;
}

.gbtr_logo {
	padding:0 0;
	display:block;
	margin:5px auto 0 auto;
	width:270px;
	position:absolute;
	top:-14px;
	left:10px;
	max-height:100px;
	overflow:hidden;
}

.gbtr_logo img {
	/*width:100%;*/
	/*width:265px;
	max-width:260px;
	max-height:49px;*/
	max-width:270px;
	
}

.gbtr_first_menu {
	/*padding:18px 10px 0 0;*/
	clear:both;
}

.gbtr_first_menu li.logout,
.gbtr_second_menu li.logout {
	display:none;
}

.gbtr_first_menu_inside {
	display:inline-block;
	float:right;
	border-bottom:1px solid #ccc;
}

.gbtr_first_menu ul {
	margin-right:-10px;
}

#menu li:hover > a {
	color: #9c867a;
}

*html #menu li a:hover { /* IE6 only */
	color: #fafafa;
}

.menus_wrapper {
	margin-right:141px;
	margin-top: -3px;
}

#menu {
	/* see superfish.css */
}

.gbtr_second_menu {
	clear:both;
	text-align:right;
	padding:5px 0 0 0;
	font-size:12px;
	color:#777;
}

.gbtr_second_menu li {
	display:inline-block;
	vertical-align:top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

.gbtr_second_menu li a {
	color:#777;
	text-decoration:none;
	padding:0 10px 0 10px;
	border-left:1px solid #ccc;
}

.gbtr_second_menu li:first-child a {
	border-left:0;
}

.gbtr_second_menu li:last-child a {
	padding:0 0 0 10px;
}

.gbtr_dynamic_shopping_bag {
	display:inline-block;
}

.gbtr_little_shopping_bag_wrapper {
	position:absolute;
	top:-2px;
	right:10px;
	width:130px;
	z-index:50;
}

.gbtr_little_shopping_bag {
	border:1px solid #ccc;
	background:#fff;
	padding:7px 9px 5px 0px;
	cursor:pointer;
}

.gbtr_little_shopping_bag .title {
	font-size:13px;
	margin-top: -1px;
	border-bottom: 1px solid #c3c3c3;
	text-transform:uppercase;
	font-weight:900;
	padding:0 0 4px 0;
	margin-left: 10px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-881px -462px;
	background-repeat:no-repeat;
}
.gbtr_little_shopping_bag .overview {
    margin-left: 10px;
}

.gbtr_little_shopping_bag .title a {
	color:#457286;
	font-size: 13px;
	text-transform: uppercase;
}

.gbtr_little_shopping_bag .title i {
	font-size:9px;
	float:right;
	margin:1px 0 0 0;
}

.gbtr_little_shopping_bag .overview {
	font-size:12px;
	color:#777;
	padding:6px 0 0 0;
}

.gbtr_little_shopping_bag .overview span.minicart_items {
	text-align:right;
	float:right;
}

/* minicart */

.gbtr_minicart_wrapper {
	width:300px;
	position:absolute;
	top:60px;
	right:0px;
	z-index:100000;
	display:none;
	padding-top:0px;
}

.gbtr_minicart {
	width:258px;
	border:1px solid #ccc;
	padding:0px 20px 15px 20px;
	background:#fff;
	position: relative;
	/*-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);*/
}

ul.cart_list li,
.woocommerce ul.cart_list li {
	border-bottom:1px dotted #ccc;
	padding:20px 0 10px 0 !important;
	position:relative;
}

ul.cart_list li:last-child,
.woocommerce ul.cart_list li:last-child {
	border-bottom:0;
}

.cart_list_img_wrapper {
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

ul.cart_list li img,
.woocommerce ul.cart_list li img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	float:left !important;
	display:block;
	margin:0;
	width:60px !important;
	height:auto;
}

ul.cart_list li a img,
.woocommerce ul.cart_list li a img {
	margin-right:20px !important;
	margin-bottom:10px !important;
	display:block !important;
	width:60px !important;
}

ul.cart_list li a,
.woocommerce ul.cart_list li a {
	display: block;
	font-weight:normal !important;
	color:#777;
	padding:0;
	line-height:1.4em !important;
}

ul.cart_list ins,
.woocommerce ul.cart_list ins {
	text-decoration:none;
}

ul.cart_list del,
ul.cart_list del span,
ul.cart_list span.from,
.woocommerce ul.cart_list del,
.woocommerce ul.cart_list del span,
.woocommerce ul.cart_list span.from
{
	color:#8d8d8d !important;
}

ul.cart_list span.amount,
.woocommerce ul.cart_list span.amount {
	font-size:12px;
	font-weight:900;
	color:#777;
	padding-bottom:3px;
}

.cart_list_product_title,
.woocommerce .cart_list_product_title {
	width:110px;
	float:left;
	/*background:#09C;*/
}

.cart_list_product_title a:hover {
	text-decoration:underline;
}

.cart_list_product_img {
	float:left;
	width:75px;
	height:60px;
	overflow:hidden;
	margin-bottom:10px;
}

.cart_list_product_price {
	float:right;
}

.cart_list_product_quantity {
	display:inline-block;
	padding-top:12px;
	text-transform:uppercase;
	font-size:11px;
	color:#8d8d8d;
}

ul.cart_list .remove {
	position:absolute;
	bottom:20px;
	right:0;
	width:35px;
	height:35px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-250px 0;
	background-repeat:no-repeat;
	
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:none;
}
	
.minicart_total_checkout {
	/*border-top:1px dotted #ccc;*/
	padding:15px 0;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
	color:#8d8d8d;
}

.minicart_total_checkout span {
	font-size: 14px !important;
	color:#000;
	float:right;
}
	
.gbtr_minicart_cart_but {
	background:#666666 !important;
	margin-bottom:10px !important;
	padding:20px 0 !important;
}

.gbtr_minicart_cart_but:hover {
	background:#9c867a !important;
}

.gbtr_minicart_checkout_but {
	margin-bottom:5px !important;
	background:#000 !important;
	padding:20px 0 !important;
}

.gbtr_minicart_checkout_but:hover {
	background:#9c867a !important;
}

ul.cart_list .empty,
.woocommerce ul.cart_list .empty {
	margin-top:15px;
	padding:0;
	font-size:14px;
	padding:30px 0 20px 60px !important;
}

ul.cart_list .empty {
  background: none !important;
}
.gbtr_minicart_wrapper .gbtr_minicart ul.cart_list .empty:before {
	content:"";
	width:45px;
	height:35px;
	
	background:none;
	background-image:url(images/Cart_Empty_Icon_sm.jpg) !important;
	background-position:0 0;
	background-repeat:no-repeat;
	
	position:absolute;
	top:24px;
	left:0px;
}

/* /minicart */

/* /HEADER */



/* HOMEPAGE */

.gbtr_slideshow {
}

/* defalut slider */

.default-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
}

.default-slider-next {
	position: absolute;
	top: 190px;
	right: 10px;
	width: 90px;
	height: 100px;
	border-width:2px;
	border-style:solid;
	border-color:#9c867a;
	display:block;
}

.default-slider-next i {
	font-size:80px;
	color:#9c867a;
}

.default-slider-prev {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 90px;
	height: 100px;
	border-width:2px;
	border-style:solid;
	border-color:#9c867a;
	display:block;
}

.default-slider-prev i {
	font-size:80px;
	color:#9c867a;
}

.default-slider .slider {
	height: 100%;
}

.default-slider .slider .item {
	width: 100%;
	height: 100%;
}

.default-slider .slider #item1 {
	background: #666;
}

.default-slider .slider #item2 {
	background: #999;
}

.default-slider .slider #item3 {
	background: #aaa;
}

.default-slider .slider #item4 {
	background: #ddd;
}

.default-slider .slider #item5 {
	background: #777;
}

/* Banner style*/

.gbtr_banner_style_1 {
	padding:10px 0 0 0;
}

.gbtr_banner_style_1 img {
	width:100%;
}

.gbtr_product_slider_wrapper,
.gbtr_items_slider_wrapper {
	max-width:940px;
}

.gbtr_product_sliders_header,
.gbtr_items_sliders_header
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width:940px;
}
.gbtr_items_sliders_nav.type2 {
    margin-top: -10px;
}

.gbtr_product_sliders_title,
.gbtr_items_sliders_title
{
	max-width:700px;
	width:100%;
	float:left;
}

.gbtr_product_sliders_nav,
.gbtr_items_sliders_nav
{
	width:240px;
	float:right;
	display:none;
}

.gbtr_product_sliders_header .big_arrow_right,
.gbtr_items_sliders_header .big_arrow_right
{
	float:right;
	margin:7px 0 0 0;
	
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-100px 0px !important;
	background-repeat:no-repeat !important;
	
	width: 35px;
	height: 35px;
}

.gbtr_product_sliders_header .big_arrow_right:hover,
.gbtr_items_sliders_header .big_arrow_right:hover
{	
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-150px 0 !important;
	background-repeat:no-repeat !important;
}
.gbtr_items_slider_id_12876 {
    overflow: visible !important;
}

.gbtr_product_sliders_header .big_arrow_left,
.gbtr_items_sliders_header .big_arrow_left
{
	float:right;
	margin:7px 8px 0 0;
	
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:0 0 !important;
	background-repeat:no-repeat !important;
	
	width: 35px;
	height: 35px;
}

.gbtr_product_sliders_header .big_arrow_left:hover,
.gbtr_items_sliders_header .big_arrow_left:hover
{
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-50px 0 !important;
	background-repeat:no-repeat !important;
}

.gbtr_product_slider,
.gbtr_items_slider
{
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 409px;
  height: auto !important;
  width: auto !important;
  min-height: 409px;
	margin:0;
	padding:0 0 0 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gbtr_items_slider.from_the_blog
{
	/* required */
	height: 200px !important;
	min-height: 200px !important;
}

.gbtr_product_slider .slider,
.gbtr_items_slider .slider
{
	/* required */
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

.gbtr_featured_section_title {
	padding:27px 0;
	font-size:12px;
	color:#777;
	text-transform:uppercase;
}

.gbtr_featured_section_title strong {
	color:#a7a9ac;
	font-size: 13px;
	text-transform: uppercase;
}

.gbtr_brands_wrapper {
	padding:40px 0 20px 0;
	margin:0 auto;
	width:100%;
	max-width:960px;
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gbtr_brands_limit {
	margin:0 auto;
	width:100%;
	max-width:830px;	
}

.gbtr_brands_wrapper .big_arrow_left {
	position:absolute;
	top:55px;
	left:10px;
}

.gbtr_brands_wrapper .big_arrow_right {
	position:absolute;
	top:55px;
	right:10px;
}

.gbtr_brands {
	/* required */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 64px;
	margin:0 auto;
}

.gbtr_brands .slider {
	/* required */
	width: 100%;
	height: 100%;
}

.gbtr_brands .slider .brand {
	/* required */
	float: left;
	width: 86px;
	height: 64px;
	overflow:hidden;
	padding:0 20px 0 0;
}

.gbtr_brands .slider .brand:last-child {
	padding:0;
}

.gbtr_brands .slider .brand img {
	width:100%;
}

/* /HOMEPAGE */

/* LISTING */

.side_column {
	width:240px;
	float:left;
	text-align:center;
}

.listing_filters {
	display:inline-block;
	vertical-align:top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	
	width:160px;
	padding:0 30px 0 0;
	margin:0 30px 25px 0;
	height:300px;
	background:#0FC;
}

.listing_products .category_header {
	margin:0 20px 0 0;
	position:relative;
}

.listing_products {
	width:720px;
}

.listing_products .filter_wrapper {
	position:absolute;
	top:-4px;
	right:0px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 0 !important;
	float: none !important;
}

.filter_wrapper.woocommerce2 {
	top:8px !important;
}

.listing_products_no_sidebar .category_header {
	padding:0 20px 0 0;
	position:relative;
}

.listing_products_no_sidebar {
	margin:0 0px;
	/*font-size:1px;*/
	width:960px;
}

.listing_products_no_sidebar .filter_wrapper {
	position:absolute;
	top:-4px;
	right:20px;
	font-size:12px;
}

.entry-header {
}

h1.entry-title,
h1.page-title,
h1.entry-title a,
h1.page-title a
{
	display:block;
	font-size:30px;
	color:#457286;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	line-height:1.2em;
}

.post h1.entry-title,
.post h1.page-title,
.post h1.entry-title a,
.post h1.page-title a
{
	text-transform:none;
}

em.items_found,
.woocommerce-result-count {
	display:inline-block;
	font-size:13px;
	color:#555;
	padding:5px 0 0 0;
	font-style:italic;
}

em.items_found_cart {
	display:block;
	font-size:13px;
	color:#555;
	padding:3px 0 0 0;
	margin-top:-20px;
	margin-bottom:20px;
}

.product_item {
	/*display:inline-block;
	zoom: 1;
	*display: inline;*/
	vertical-align:top;
	float:left;
	width:208px;
	height:392px;
	margin:0 20px 30px 0px !important;
	padding:6px;
	text-align:left;
	position:relative;
	border:0;
	list-style:none !important;
}
.gbtr_items_slider .product_item {
  margin:0 20px 30px 0px !important;
}
.product_item .descr,
.product_item .descr p,
.product_item .descr ul {
    font-size: 13px;
    color: #fff !important;
}
.product_item .descr ul,
.product_item .descr ul li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 16px;
}
.product_item .descr {
    margin-top: -3px;
}
.product_item .descr p {
    margin: 0 !important;
    line-height: 16px;
}

.slider .product_item:last-child {
	margin:0 0 30px 0px !important;
}

li.product {
	display:inline-block;
	vertical-align:top;
	zoom: 1;
	*display: inline;
	width:190px;
	padding:0 44px 30px 0px;
	margin:0;
	text-align:left;
	position:relative;
	border:0;
}

li.product h3 {
	text-transform:uppercase;
	font-weight:900;
	margin-top:7px;
	color:#000;
	font-size:12px;
}

li.product h3:hover {
	color:#9c867a;
}

li.product h3 mark.count {
	color:#7f7f7f;
	background:none;
}

span.onsale,
.woocommerce span.onsale {
	min-height: 36px;
	min-width: 36px;
	padding: 5px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 34px;
	top: -10px;
	left: 135px;
	margin: 0;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background: #9c867a !important;
	text-shadow: 0 0 0 #000;
	color: #ffffff;
	-webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2);
	text-transform:uppercase;
	font-style:italic;
	font-size:10px;
	z-index:40;
}

.product_main_infos span.onsale {
	min-height: 50px;
	min-width: 50px;
	padding: 5px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 48px;
	top: 52px;
	left: 478px;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #9c867a !important;
	text-shadow: 0 0 0 #000;
	color: #ffffff;
	font-style:italic;
	font-size:15px;
	z-index:10;
}

.gbtr_poduct_details_left_col {
	width:510px;
	float:left;
	margin-right:50px;
	position:relative;
}

.gbtr_poduct_details_right_col {
	width:380px;
	float:right;
}

.product_item .image_container {
	position:relative;
	/*overflow:hidden;*/
}

/*.product_item .image_container img.wp-post-image {
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
}

.product_item .image_container:hover img.wp-post-image {
	opacity:0;
}*/

.loop_products_additional_img_wrapper {
	/*position:absolute;
	top:0;
	left:0;
	z-index:10;*/
}

.loop_products_additional_img_wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.product_item img {
	width:auto !important;
	height:auto !important;
}

.product_item h3 {
	margin:0 0 -8px 0 !important;
	padding:0 !important;
}

.product_item h3 a {
	font-size:12px;
	color:#9c867a;
	text-transform:uppercase;
	font-weight:900;
	padding:8px 0 0 0;
	display:block;
}

.product_item p {
	font-size:12px !important;
	color:#000;
	line-height:1.5em;
	padding:0 !important;
	margin:8px 0 0 0 !important;
}

.product_item .line {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    width: 60px;
    height: 2px;
    background: #fff;
}

.product_item p a {
	color:#fff;
	display:inline-block;
	padding:10px 0 5px 0;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
}

.product_item p a:hover {
	text-decoration:underline;
}

.product_item .price {
	font-size:18px;
	color:#000 !important;
	padding:0 !important;
	font-weight:bold;
}

.product_item .price del .amount,
.product_item .price .from {
	font-size:13px;
	color:#555 !important;
	padding:0 !important;
	font-weight:normal;
}

.product_item .price ins {
	text-decoration:none !important;
}

.product_item .price ins .amount {
	font-size:18px;
	color:#000 !important;
	padding:0 !important;
	font-weight:bold;
}

.product_item .price sup {
	font-size:12px;
}

.product_button {
	display:none;
	position:absolute;
	bottom:0;
	right:0;
	width:35px;
	height:35px;
	padding:0;
	margin:0;
	/*text-indent:-9999px;*/
}

a.button,
button.button,
input.button,
#respond input#submit,
#content input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button {
	display:block !important;
	font-size:100%;
	line-height:1em;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	text-align:center;
	overflow:visible;
	padding:19px 30px;
	text-decoration:none;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	left:auto;
	color:#fff !important;
	text-shadow:0 0 0 #ffffff !important;
	border:0 !important;
	background:#000;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	-moz-box-shadow:inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	box-shadow:inset 0 0 0 rgba(0,0,0,0.075), inset 0 0 0 rgba(255,255,255,0.3), 0 0 0 rgba(0,0,0,0.1) !important;
	font-size:12px !important;
	text-transform:uppercase !important;
	font-weight:900 !important;
	max-width:880px !important;
	-webkit-appearance: none;
}

.gbtr_dark_footer_wrapper a.button,
.gbtr_dark_footer_wrapper button.button,
.gbtr_dark_footer_wrapper input.button,
.gbtr_dark_footer_wrapper #respond input#submit,
.gbtr_dark_footer_wrapper #content input.button,
.gbtr_dark_footer_wrapper .woocommerce a.button,
.gbtr_dark_footer_wrapper .woocommerce button.button,
.gbtr_dark_footer_wrapper .woocommerce input.button,
.gbtr_dark_footer_wrapper .woocommerce #respond input#submit,
.gbtr_dark_footer_wrapper .woocommerce #content input.button {
	background:#666;
}

.product_button a.button,
.product_button button.button,
.product_button input.button,
.product_button #respond input#submit,
.product_button #content input.button {
	width:35px;
	height:35px;
	padding:0 !important;
	margin:0;
	text-indent:-9999px;

	background:none;
	background-image:url(images/sprites.png);
	background-position:-500px -100px;
	background-repeat:no-repeat;
	background-color:#fff;
	
	z-index:100;
	/*-webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;*/
}
.product_button a.button:hover,
.product_button button.button:hover,
.product_button input.button:hover,
.product_button #respond input#submit:hover,
.product_button #content input.button:hover {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-500px -100px;
	background-repeat:no-repeat;
	background-color:#fff;
}

a.button:hover,button.button:hover,input.button:hover,#respond input#submit:hover,#content input.button:hover
{
	background:#9c867a;
}

a.button:active,button.button:active,input.button:active,#respond input#submit:active,#content input.button:active{
	top:1px;
}

.product_type_simple {
	/*background:#fff url(images/sprites.png) -400px -100px no-repeat !important;*/
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-400px -100px !important;
	background-repeat:no-repeat !important;
	background-color:#fff !important;
	
	color:#000 !important;
	border-left:0 !important;
	border-top:0 !important;
	border-right:0 !important;
	border-bottom-width:2px !important;
	border-bottom-style:solid !important;
	border-bottom-color:#9c867a !important;
	/*opacity:0.8;*/
}

.product_type_variable {
	/*background:#fff url(images/sprites.png) -500px -100px no-repeat !important;*/
	background:none !important;
	background-image:url(images/sprites.png) !important;
	background-position:-500px -100px !important;
	background-repeat:no-repeat !important;
	background-color:#fff !important;
	
	color:#000 !important;
	border-left:0 !important;
	border-top:0 !important;
	border-right:0 !important;
	border-bottom:2px solid #9c867a !important;
	/*opacity:0.8;*/
}

/* woocommerce ajax loader */
a.button.loading:before,
button.button.loading:before,
input.button.loading:before,
#respond input#submit.loading:before,
#content input.button.loading:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	/*background:url(https://www.rugpadcorner.com/wp-content/themes/theretailer/images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);*/
	/*background:#06C !important;*/
}

/* woocommerce add to cart success */
a.button.added::before,
button.button.added::before,
input.button.added::before,
#respond input#submit.added::before,
#content input.button.added::before,
.woocommerce a.button.added::before,
.woocommerce button.button.added::before,
.woocommerce input.button.added::before,
.woocommerce #respond input#submit.added::before,
.woocommerce #content input.button.added::before {
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	top: 0px;
	right: 35px;
	text-indent: 0;
	/*background: url(https://www.rugpadcorner.com/wp-content/themes/theretailer/images/success.png) no-repeat;*/
	
	background:none;
	background-image:url(images/sprites.png) !important;
	background-position:-450px -100px !important;
	background-repeat:no-repeat !important;
	background-color:#9c867a !important;
}

a.added_to_cart {
	display:none !important;
}

.filter_wrapper .navigation {
	display:none !important;
}

/* /LISTING */


/* PRODUCT */

.product_main_infos {
	padding:0;
	margin:0 10px 0;
}

div.product div.summary,
#content div.product div.summary {
	float:none !important;
	width: 100% !important;
	margin-bottom: 0;
}

div.product .product_title,
#content div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 5px 0 0 0;
	font-size:24px;
	color:#000;
	line-height:1.3em;
	font-weight:normal;
	text-transform:none;
}

div.product .product_brand {
	font-size:12px;
	text-transform:uppercase;
	color:#9c867a;
	padding:0 0 5px 0;
	font-weight:900;
	display:block;
}

div.product .summary span.price,
div.product .summary p.price,
#content div.product .summary span.price,
#content div.product .summary p.price {
	color: #000 !important;
	font-size: 36px;
	font-weight:900 !important;
	padding:22px 0 0 0;
}
.after_title_reviews {
  float: left;
  width: 270px;
  margin-bottom: 16px;
}

div.product .summary span.price .from,
div.product .summary p.price .from,
#content div.product .summary span.price .from,
#content div.product .summary p.price .from {
	font-size:14px;
	color:#8d8d8d;
	font-weight:normal;
}

div.product .summary span.price del,
div.product .summary p.price del,
#content div.product .summary span.price del,
#content div.product .summary p.price del {
	font-size:14px;
	color:#8d8d8d;
	font-weight:normal;
}

div.product .summary span.price ins,
div.product .summary p.price ins,
#content div.product .summary span.price ins,
#content div.product .summary p.price ins {
	text-decoration:none;
}

.single_variation_wrap {
	margin:0;
	padding:0;
}

.single_variation .price {
	display:block;
	padding:0 !important;
	margin:0 0 10px 0 !important;
	font-size:24px !important;
}

.single_variation ins {

}

.summary .stock {
	background:#b1b1b1;
	color:#fff !important;
	display:inline-block;
	margin-bottom:10px;
	font-size:13px !important;
	padding:0 5px;
}

.summary .stock.out-of-stock {
	background:#e42e2c;
}

.gbtr_product_description {
	margin: 28px 0 0;
	padding:0px 0 0 0;
	color:#555555;
	font-size:13px;
	line-height:1.7em;
}

.gbtr_product_description a {
	color:#555555;
}

.gbtr_product_description ul {
	padding:0;
	margin:15px 0 0;
	list-style-color: #4d7f95;
}

.gbtr_product_description ul li {
	list-style:none;
	color: #666 !important;
	font-size: 14px !important;
	line-height: 19px;
	letter-spacing: -1px;
}
.gbtr_product_description ul li:before {
  color: #4d7f95;
  content: "Ã¢â‚¬Â¢";
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.gbtr_add_to_cart_simple {
	padding:20px 0 0 0;
}

div.product form.cart,
#content div.product form.cart {
	margin-bottom: 0;
	margin:10px 0 0 0 !important;
}

div.product form.cart div.quantity,
#content div.product form.cart div.quantity {
	float: left;
	margin: 0 2px 0 0;
}

div.product .quantity,
div.product #content .quantity {
	/*width: 100%;*/
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.quantity input.qty,
#content .quantity input.qty {
	width: 48px !important;
	height: 50px !important;
	line-height:50px !important;
	float: left;
	padding: 0;
	margin:0 0 0 35px;
	text-align: center;
	vertical-align:middle;
	border: 0 !important;
	border-left:1px solid #4d4d4d !important;
	border-right:1px solid #4d4d4d !important;
	background:#000;
	color:#fff;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	-webkit-box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	-moz-box-shadow: inset 0 0 0px 0 #f7f6f7 !important;
	font-weight: bold;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
}

.quantity .plus,
.quantity .minus,
#content .quantity .plus,
#content .quantity .minus {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 35px !important;
	height: 50px !important;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 13px;
	font-size: 14px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	color: #808080 !important;
	text-shadow: 0 0px 0 rgba(255,255,255,0.8) !important;
	border: 0 !important;
	background: #000 !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000)) !important;
	background: -webkit-linear-gradient(#000,#000) !important;
	background: -moz-linear-gradient(center top,#000 0%,#000 100%) !important;
	background: -moz-gradient(center top,#000 0%,#000 100%) !important;
	-webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,0.075), inset 0 0px 0 rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 0 0px 0 rgba(0,0,0,0.075), inset 0 0px 0 rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.1) !important;
	box-shadow: inset 0 0px 0 rgba(0,0,0,0.075), inset 0 0px 0 rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.1) !important;
	-webkit-appearance: none;
}

.quantity .minus, #content .quantity .minus {
	top: 0;
	left: 0;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.quantity .minus:hover,
#content .quantity .minus:hover {
	background:#9c867a !important;
	color:#fff !important;
}

.quantity .plus, #content .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.quantity .plus:hover,
#content .quantity .plus:hover {
	background:#9c867a !important;
	color:#fff !important;
}

.inline.show_review_form.button {
	color:#fff !important;
}


.cselect.product {
	/*width:380px;*/
	width:100%;
}

.cselect.product.quantity {
	/*margin-top:15px;*/
}

div.product form.cart,
#content div.product form.cart {
	margin-bottom: 0;
	margin:20px 0 0 0;
}

div.product form.cart .variations,
#content div.product form.cart .variations {
	margin-bottom: 0;
	width:100%;
	/*background:#0CC;*/
	/*table-layout:fixed;*/
}

div.product form.cart .variations .label,
#content div.product form.cart .variations .label {
	margin-bottom: 0;
	clear:both;
	display:block;
	padding:0;
	margin:0;
	color: #000;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
	padding:15px 0 5px 0;
}

div.product form.cart .variations .label label,
#content div.product form.cart .variations .label label {
	font-weight:900;
  color: #457286;
  font-size: 14px;
  text-transform: uppercase;
}
.variations select {
  border: 1px solid #ccc;
}

div.product form.cart .variations .value,
#content div.product form.cart .variations .value {
	margin-bottom: 0;
	width:100%;
	clear:both;
	display:block;
}

div.product form.cart .variations .reset_variations,
#content div.product form.cart .variations .reset_variations {
	display:block;
	padding:11px 0 6px 0;
	color: #999 !important;
	font-size: 13px;
	text-decoration:none;
	text-transform:capitalize;
	text-align:left;
	clear:both;
  float: right;
	text-decoration:underline;
}

div.product form.cart .variations .value select,
#content div.product form.cart .variations .value select,
.variations .value input {
	/*border:1px solid #ccc;*/
	padding:7px 8px 7px 4px;
	font-size:12px;
	color:#777;
}
.variations .value input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
}

div.product form.cart table,
#content div.product form.cart table {
	border-width: 0 0 0 0;
}

.single_add_to_cart_button {
	background:#000 !important;
	padding:20px 30px !important;
	margin:0 !important;
	width:200px;
	min-height:50px;
	max-height:50px;
	float:left;
}

a.single_add_to_cart_button {
	background:#000 !important;
	padding:20px 30px 0 30px !important;
	margin:0 !important;
	width:200px;
	min-height:30px;
	max-height:30px;
	float:left;
}

.single_add_to_cart_button:hover {
	background:#9c867a !important;
}

div.product div.product_meta,
#content div.product div.product_meta {
	font-size:11px;
	color:#000;
	margin-top:20px;
}

div.product div.product_meta a,
#content div.product div.product_meta a {
	color:#555;
	text-decoration:none;
}

div.product div.product_meta a:hover,
#content div.product div.product_meta a:hover {
	color:#9c867a;
}

div.product div.product_meta .sku,
#content div.product div.product_meta .sku {
	width:100%;
	display:block;
	padding:7px 0 0 0;
}

div.product div.product_meta .posted_in,
#content div.product div.product_meta .posted_in {
	width:100%;
	display:block;
	padding:2px 0 0 0;
}

div.product div.product_meta .tagged_as,
#content div.product div.product_meta .tagged_as {
	width:100%;
	display:block;
	padding:2px 0 0 0;
}

/* share */

.gbtr_product_share {
	margin-top: 17px;
  min-height: 52px;
}
.gbtr_product_share li {
  min-height: 52px;
  width: 37px !important;
  overflow: visible !important;
}

.gbtr_product_share ul li {
	display:inline-block;
	vertical-align:top;
  padding:  0 !important;
	zoom: 1;
	*display: inline;
	text-align:left;
	position:relative;
	margin-left: 51px;
}
.gbtr_product_share ul li:first-child {
    margin-left: 0;
}

.gbtr_product_share ul li span {
	display:block;
}

.gbtr_product_share ul li a {
	width: 36px;
	text-align: center;
	padding:40px 0 0;
	display:block;
	zoom: 1;
	*display: inline;
	color: #a7a9ac !important;
	font-size: 9px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	line-height:1.3em;
}

.gbtr_product_share ul li a:before {
	content:"";
	width:46px;
	height:46px;
	background:#0FC;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.gbtr_product_share ul li a:hover {
	color: #457286 !important;
}

.gbtr_product_share ul li.product_share_facebook a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:0 -50px;
	background-repeat:no-repeat;
}

.gbtr_product_share ul li.product_share_pinterest a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-50px -50px;
	background-repeat:no-repeat;
}

.gbtr_product_share ul li.product_share_email a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-99px -50px;
	background-repeat:no-repeat;
}

.gbtr_product_share ul li.product_share_twitter a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-149px -50px;
	background-repeat:no-repeat;
}
.gbtr_product_share ul li.product_share_facebook:hover a:before {
  background-position:-300px -50px !important;  
}
.gbtr_product_share ul li.product_share_pinterest:hover a:before {
  background-position:-350px -50px !important;  
}
.gbtr_product_share ul li.product_share_email:hover a:before {
  background-position:-399px -50px !important;  
}
.gbtr_product_share ul li.product_share_twitter:hover a:before {
  background-position:-449px -50px !important;  
}

/* /share */


/* double slider */
.doubleSlider-1 {
	width: 508px;
	height: 652px;
	overflow:hidden;
}

.doubleSlider-1 .slider {
	width: 100%;
	height: 100%;
}

.doubleSlider-1 .slider .item {
	position: relative;
	top: 0;
	left: 0;
	/*width: 508px;*/
	margin: 0;
}

.doubleSlider-1 .slider .item img {
	width:100% !important;
	max-width:510px !important;
	height:auto !important;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	float: none !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
}

.doubleSlider-1 .zoom {
	width:40px;
	height:40px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-290px -90px;
	background-repeat:no-repeat;
	
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	border: 2px solid #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.doubleSlider-2 {
	float: left;
	margin: 20px 0 0 0;
	width: 508px;
	height: 145px;
	overflow:hidden;
}

.doubleSlider-2 .slider {
	width: 100%;
	height: 100%;
}

.doubleSlider-2 .button {
	float: left;
	margin: 0 20px 0 0;
	width: 112px;
	height: 145px;
	opacity: 0.5;
	filter: alpha(opacity:50);
	background:#fff;
	overflow:hidden;
}

.doubleSlider-2 .button img {
	width:100% !important;
	max-width:114px !important;
	height:auto !important;
}

.doubleSlider-2 .button:last-child {
	margin: 0;
}

.doubleSlider-2 .selected {
	opacity: 1;
	filter: alpha(opacity:100);
}

.product_single_slider_previous {
	position:absolute;
	top:50%;
	left:30px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-910px -10px;
	background-repeat:no-repeat;
	
	width: 16px;
	height: 16px;
	margin-top: -8px;
	opacity:.3;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.product_single_slider_previous:hover {
	opacity:1;
}

.product_single_slider_next {
	position:absolute;
	top:50%;
	right:30px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-960px -10px;
	background-repeat:no-repeat;
	
	width: 16px;
	height: 16px;
	margin-top: -8px;
	opacity:.3;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.product_single_slider_next:hover {
	opacity:1;
}

/* /double slider */



/* tabs */

div.product .woocommerce_tabs,
#content div.product .woocommerce_tabs,
div.product .woocommerce-tabs,
#content div.product .woocommerce-tabs
{
	clear: both;
	margin:24px 0 0 !important;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 21px !important;
	height: auto !important;
	/*padding:30px 0 60px 0;*/
}

.panel_wrapper {
	background:#09C;
}

div.product .woocommerce_tabs ul.tabs,
#content div.product .woocommerce_tabs ul.tabs,
div.product .woocommerce-tabs ul.tabs,
#content div.product .woocommerce-tabs ul.tabs
{
	border:0 !important;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	/*background:#0F9;*/
	border-right:1px solid #ccc !important;
	width:100% !important;
	padding:30px 0 60px 0 !important;
}

div.product .woocommerce_tabs ul.tabs::before,
#content div.product .woocommerce_tabs ul.tabs::before,
div.product .woocommerce-tabs ul.tabs::before,
#content div.product .woocommerce-tabs ul.tabs::before
{
	position: absolute !important;
	content: "" !important;
	width: 100% !important;
	bottom: 0 !important;
	left: 0 !important;
	border-bottom:0 !important;
	z-index: 1 !important;
}

div.product .woocommerce_tabs .panel,
#content div.product .woocommerce_tabs .panel,
div.product .woocommerce-tabs .panel,
#content div.product .woocommerce-tabs .panel
{
	margin: 0 !important;
	padding: 40px 0 20px 40px !important;
	font-size:12px;
	color:#000;
	line-height:1.5em;
	border-left: 1px solid #ccc;
}

#reviews a {
	color:#9c867a !important;
}

#reviews a.button {
	color:#fff !important;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 13px !important;
}

#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 !important;
	padding:0 0 10px 0 !important;
}

#reviews #comments ol.commentlist li .comment-text {

	margin: 0 0 0 50px !important;
	border: 1px solid #ccc !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 20px !important;
}

.add_review .button {
	width:150px;
	margin-left:50px !important;	
}

.add_review .button:hover {
	background:#9c867a !important;
	
}

table.shop_attributes {
	border: 0;
	/*border-top: 1px dotted #ccc;*/
  border-top: none !important;
	margin-bottom: 1.618em;
	width: 100%;
}

table.shop_attributes th {
	width: 150px;
  font-size: 12px;
  color: #999;
	font-weight: 900 !important;
	padding: 8px;
	border-bottom: 1px dotted #b2b2b2;
  text-transform: none !important;
}

table.shop_attributes tr:last-child th {
	border-bottom: 0;
}

table.shop_attributes td {
	font-style: normal !important;
	border-bottom: 1px dotted #b2b2b2;
	vertical-align:middle;
	color:#555 !important;
  font-size: 12px;
}

table.shop_attributes tr:last-child td {
	border-bottom: 0;
}

table.shop_attributes td p {
	font-size:12px;
	padding:0;
	margin:0;
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
	background: #fff !important;
}

div.product .woocommerce_tabs .panel h2,
#content div.product .woocommerce_tabs .panel h2,
div.product .woocommerce-tabs .panel h2,
#content div.product .woocommerce-tabs .panel h2
{
	display:none;
}

div.product .woocommerce_tabs .panel a,
#content div.product .woocommerce_tabs .panel a,
div.product .woocommerce-tabs .panel a,
#content div.product .woocommerce-tabs .panel a
{
	color:#9c867a;
}

div.product .woocommerce_tabs ul.tabs li,
#content div.product .woocommerce_tabs ul.tabs li,
div.product .woocommerce-tabs ul.tabs li,
#content div.product .woocommerce-tabs ul.tabs li
{
	border:0 !important;
	background: none !important;
	display: inline-block !important;
	position: relative;
	z-index: 0;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 rgba(255, 255, 255, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width:260px !important;
	border-bottom:1px solid #ccc !important;
}

div.product .woocommerce_tabs ul.tabs li.active,
#content div.product .woocommerce_tabs ul.tabs li.active,
div.product .woocommerce-tabs ul.tabs li.active,
#content div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
	border-bottom-color: none;
	border-bottom:1px solid #ccc;
}

div.product .woocommerce_tabs ul.tabs li::before,
div.product .woocommerce_tabs ul.tabs li::after,
#content div.product .woocommerce_tabs ul.tabs li::before,
#content div.product .woocommerce_tabs ul.tabs li::after,
div.product .woocommerce-tabs ul.tabs li::before,
div.product .woocommerce-tabs ul.tabs li::after,
#content div.product .woocommerce-tabs ul.tabs li::before,
#content div.product .woocommerce-tabs ul.tabs li::after {
	border: 0 !important;
	position: absolute !important;
	bottom: 0 !important;
	width: 0 !important;
	height: 0 !important;
	content: "" !important;
}

div.product .woocommerce_tabs ul.tabs li a,
#content div.product .woocommerce_tabs ul.tabs li a,
div.product .woocommerce-tabs ul.tabs li a,
#content div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 12px 0 10px 0 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-decoration: none;
	border:0 !important;
	border-bottom:2px solid #fff !important;
	color: #8d8d8d;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900 !important;
	text-decoration:none;
}

div.product .woocommerce_tabs ul.tabs li.active a,
#content div.product .woocommerce_tabs ul.tabs li.active a,
div.product .woocommerce-tabs ul.tabs li.active a,
#content div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom:2px solid #000 !important;
}

/* /tabs */

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

#fancybox-outer h3 {
	margin:0 0 30px 0 !important;
}

#fancybox-outer .comment-form-rating label {
	padding:0;
	margin:0;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 20px;
	height: 20px;
	line-height: 20px!important;
	font-size: 15px!important;
	font-family: sans-serif!important;
	cursor: pointer;
	z-index: 11103;
	display: none;
	text-align: center;
	background: #000;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-transition: all ease-in-out .2s;
}

#fancybox-close:hover {
	background:#9c867a !important;
}

div.pp_woocommerce .pp_content_container {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	padding: 40px 0 10px 0 !important;
}

.pp_content_container #respond h3 {
	margin: 0px 0 30px 0 !important;
	line-height:1.5em !important;
}

.pp_content_container #respond {
	margin: 0 !important;
	width: 100% !important;
	background: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	overflow:hidden !important;
}

.pp_description {
	display:none !important;
}

/*.pp_content_container .pp_left {
	padding-left:0px !important;
}

.pp_content_container .pp_right {
	padding-right:0px !important;
}*/

.pp_content_container p.stars span{
	width:80px !important;
	height:16px !important;
	position:relative !important;
	float:left !important;
	background:url(images/star.png) repeat-x left -5px !important;
	overflow:visible !important;
	padding-bottom:10px !important;
}

.pp_content_container p.stars span a:hover,
.pp_content_container p.stars span a:focus
{
	background:url(images/star.png) repeat-x left -21px !important;
}

.pp_content_container p.stars span a.active{
	background:url(images/star.png) repeat-x left -37px !important;
}

.woocommerce p.stars:before, .woocommerce-page p.stars:before {
	content: "" !important;
}

.woocommerce p.stars a:before, .woocommerce-page p.stars a:before {
	content: "" !important;
}

.woocommerce p.stars a:before, .woocommerce-page p.stars a:before {
	content: "" !important;
}

.woocommerce p.stars, .woocommerce-page p.stars {
	width:80px !important;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 16px !important;
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 32px !important;
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 48px !important;
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 64px !important;
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 80px !important;
}


#fancybox-content .required,
.pp_content_container .required {
	position:absolute !important;
	top:5px !important;
	right:5px !important;
}

#fancybox-content .comment-form-author,
#fancybox-content .comment-form-email,
.pp_content_container .comment-form-author,
.pp_content_container .comment-form-email {
	position:relative;
}

#fancybox-content label,
.pp_content_container label {
	padding:0 !important;
}

.pp_content_container input {
	width:95% !important;
	border:1px solid #ccc !important;
}

.pp_content_container input {
	width:95% !important;
	border:1px solid #ccc !important;
}

.form-submit input {
	width:99% !important;
}

.pp_content_container textarea {
	width:95% !important;
	border:1px solid #ccc !important;
}



.product_navigation {
	border-bottom:1px solid #ccc;
	margin-bottom:13px;
	height:50px;
}

.product_navigation .nav-previous-single a {
	width:35px;
	height:35px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
	
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	margin:0 0 0 7px;
}

.product_navigation .nav-previous-single a:hover {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-50px 0;
	background-repeat:no-repeat;
}

.product_navigation .nav-next-single a {
	width:35px;
	height:35px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-100px 0;
	background-repeat:no-repeat;
	
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	margin:0 0 0 7px;
}

.product_navigation .nav-next-single a:hover {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-150px 0;
	background-repeat:no-repeat;
}

.product_navigation .nav-prev-next-txt {
	float:right;
	padding:9px 3px 0 0;
	color:#8d8d8d;
	font-size:11px;
}

.product_navigation .nav-back {
	float:left;
	padding:9px 0;
	color:#8d8d8d;
	font-size:11px;
	width:220px;
}

.product_navigation .nav-back a {
	color:#9c867a;
}

.product_navigation .nav-back a:hover {
	color:#8d8d8d;
}

/* PRODUCT */


/* CART */

.shop_table_wrapper {
	/*border-right:1px solid #ccc;*/
	/*width:670px;*/
}

table.shop_table,
.woocommerce table.shop_table {
	border:0;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	margin: 0px;
	text-align: left;
	/*width: 620px;*/
	border-collapse: separate;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

table.shop_table th,
.woocommerce table.shop_table th {
	border:0;
	padding:15px 0 8px;
	vertical-align: middle;
	color: #457286;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:900;
	text-decoration:none;
}

#order_review table.shop_table th,
#order_review .woocommerce table.shop_table th {
  color: #a7a9ac;
}

#order_review table.shop_table tfoot th,
#order_review .woocommerce table.shop_table tfoot th,
#order_review table.shop_table tfoot th strong,
#order_review .woocommerce table.shop_table tfoot th strong {
  color: #457286;
  font-size: 14px;
  font-weight: 900;
  width: 87%;
}

#order_review table.shop_table,
#order_review .woocommerce table.shop_table {
  border-bottom: 3px solid #c3c3c3 !important;
}

#order_review table.shop_table tfoot td,
#order_review .woocommerce table.shop_table tfoot td {
  font-size: 14px;
  color: #666;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  padding: 0 !important;
}


#order_review table.shop_table tbody td,
#order_review .woocommerce table.shop_table tbody td {
  padding: 10px 0 !important;
}

#order_review table.shop_table tfoot tr:first-child td,
#order_review .woocommerce table.shop_table tfoot tr:first-child td,
#order_review table.shop_table tfoot tr:first-child th,
#order_review .woocommerce table.shop_table tfoot tr:first-child th {
  padding-top: 10px !important;
}

#order_review table.shop_table tfoot .total td,
#order_review .woocommerce table.shop_table tfoot .total td,
#order_review table.shop_table tfoot .total th,
#order_review .woocommerce table.shop_table tfoot .total th {
  padding-bottom: 10px !important;
}
#order_review tbody .product-name {
  font-size: 14px !important;
  color: #666 !important;
  font-weight: bold;
}

#order_review tbody .product-total .amount {
  color: #666 !important;
  font-weight: bold !important;
}

table.shop_table td,
.woocommerce table.shop_table td {
	border:0;
	border-bottom: 1px solid #ccc;
	padding:30px 0 !important;
	vertical-align: top;
}

table.shop_table tr:last-child td,
.woocommerce table.shop_table tr:last-child td {
	border:0;
	/*border-bottom: 2px solid #000;*/
}

table.gbtr_order_details tr:last-child td,
.woocommerce table.gbtr_order_details tr:last-child td {
	/*border:0;*/
	border-bottom: 1px solid #c3c3c3;
}

table.shop_table a.remove,
.woocommerce table.shop_table a.remove {
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	background:none;
	background-image:url(images/sprites.png);
	background-position:-500px -200px;
	background-repeat:no-repeat;
	background-color:#fff;
}

table.shop_table a.remove:hover,
.woocommerce table.shop_table a.remove:hover {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-450px -200px;
	background-repeat:no-repeat;
	background-color:#fff;
}

table.shop_table img,
.woocommerce table.shop_table img {
	width: 150px;
	height: auto;
}

table.shop_table .product-remove,
.woocommerce table.shop_table .product-remove {
	width:27px;
}

table.shop_table .product-thumbnail,
.woocommerce table.shop_table .product-thumbnail {
	width:163px;
}

table.shop_table .product-name .category,
.woocommerce table.shop_table .product-name .category {
	color: #9c867a;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
	text-decoration:none;
	padding:0 0 5px 0;
	display:block;
}

table.shop_table .product-name a,
.woocommerce table.shop_table .product-name a {
	color: #000;
	text-decoration:none;
}

table.shop_table .product-name .product-price,
.woocommerce table.shop_table .product-name .product-price {
	margin:10px 0;
}

table.shop_table .product-quantity,
.woocommerce table.shop_table .product-quantity {
	width:80px;
	padding-left:20px !important;
}

table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-subtotal {
	width:100px;
	text-align:right !important;
}

table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-subtotal {
	color: #000;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:900;
	text-decoration:none;
}

td.product-name dl.variation,
.woocommerce td.product-name dl.variation {
	/*margin: 15px 0;*/
	font-size: 12px;
}

td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dt {
	font-weight: normal;
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.gbtr_left_column_cart {
  	margin:0 0 0 30px;
  	padding:17px 0 0 79px;
}

.gbtr_left_column_cart h3 {
	font-size:12px !important;
	font-weight:bold !important;
	padding:15px 0 15px 0 !important;

}

.gbtr_left_column_cart_shipping_wrapper {
	/*float:right;*/
}

.gbtr_left_column_cart_shipping {
	margin:0;
	padding:15px 0 0 0;
}

#calc_shipping_country {
	padding:7px 8px 7px 4px;
	font-size:12px;
	color:#777;
}

#calc_shipping_state {
	padding:4px 5px 3px 5px;
	font-size:12px;
	color:#777;
}

#calc_shipping_postcode {
	padding:4px 5px 3px 5px;
	font-size:12px;
	color:#777;
	margin:20px 0;
}

.shipping-calculator-form .button:hover {
	background:#9c867a !important;
}

/* Cart sidebar */

.coupon {
	padding:0;
	margin:0 0 20px 0;
}

.coupon h3 {
	text-transform:uppercase;
	padding:16px 0;
}

.coupon_inputs_wrapper {
	position:relative;
	height:34px;
}

.coupon .input-text {
	padding:8px 69px 8px 9px;
	font-size:13px;
	color:#777;
	margin:0;
	width:110px;
	height:15px !important;
	border:1px solid #ccc;
	position:absolute;
	top:0;
	left:0;
}

.coupon .button-coupon {
	color: #000 !important;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	margin:0 !important;
	width:70px !important;
	height:33px !important;
	border:0;
	background:none;
	padding:8px 10px !important;
	position:absolute !important;
	top:0 !important;
	right:0 !important;
}

.coupon .button-coupon:hover {
	background:#9c867a !important;
}

.cart_totals {
	clear:both;
}

.cart_totals h3 {
	text-transform:uppercase;
	padding:16px 0;
	margin:0;
	border-bottom:2px solid #000;
}

.cart_totals table {
	width:100%;
  margin-bottom: 16px !important;
}

.cart_totals tr:last-child {
	border-bottom:0;
}

.cart_totals th
{
	width:42%;
}

.cart_totals th,
.cart_totals td
{
	padding:1px 0 0;
	vertical-align:middle;
  border: none;
  text-transform:uppercase;
}

.cart_totals .shipping td {
	text-align:right;
	font-size:12px;
	color:#8d8d8d;
	font-weight:normal;
	text-transform:none;
	font-style:italic;
}

#shipping_method li {
	/*width:135px;*/
	font-size:11px;
}

ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
	padding: .25em 0 .25em 0 !important;
}

.shop_table ul#shipping_method li,
.woocommerce-page .shop_table ul#shipping_method li {
	text-indent: 0px !important;
}

.payment_box {
	max-width:870px !important;
}

.gbtr_left_column_cart_sep {
	width:100%;
	height:9px;
	margin:10px 0 25px 0;
	clear:both;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:0 -250px;
	background-repeat:no-repeat;
}

.gbtr_left_column_cart input.update-button {
	background:#939598 url('images/arrow.png') no-repeat 170px center !important; /*usedtobe 145*/
	width:100%;
	margin:10px 0 !important;
	color:#fff;
	padding:5px 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.gbtr_left_column_cart input.update-button:hover {
	background:#9c867a url('images/arrow.png') no-repeat 170px center !important; /*usedtobe 145*/
}

.gbtr_left_column_cart input.checkout-button {
	background:#990000 url('images/arrow.png') no-repeat 170px center !important;
	width:100%;
	color:#fff;
  font-size: 13px !important;
	padding:14px 0 !important;
  font-weight: 900 !important;
}
.gbtr_left_column_cart input.checkout-button:hover {
	background:#9c867a url('images/arrow.png') no-repeat 170px center !important;
}
.entry-content a.continue_button {
  float: right;
  background:#939598 url('images/arrow.png') no-repeat 170px center !important;
	color:#fff;
  width: 190px !important;
  font-size: 13px !important;
	padding:8px 0 !important;
  font-weight: 900 !important;
}
.entry-content a.continue_button:hover {
  background:#9c867a url('images/arrow.png') no-repeat 170px center !important;
}



.shipping_calculator h3 {
	font-size:12px !important;
	color:#000 !important;
	font-weight:900 !important;
	font-style:normal;
	padding:0 0 15px 0;
	text-transform:uppercase !important;
}

.shipping_calculator h3 a {
	color:#000 !important;
}

/* /Cart sidebar */

/* Empty cart */

.empty_bag {
	padding:50px 30px 40px 30px;
	max-width:878px;
	text-align:center;
	border:1px solid #ccc;
}

.woocommerce .empty_bag .empty_bag_icon {
	width:165px;
	height:130px;
	
	background:none;
	background-image:url(images/Cart_Empty_Icon.jpg) !important;
	background-position:0 0;
	background-repeat:no-repeat;
	
	margin:0 auto 20px auto;
}

.empty_bag_message {
	font-size:30px !important;
	color:#8d8d8d;
	padding:0 0 10px 0 !important;
}

.empty_bag_button {
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	text-decoration:underline;
	color:#000;
}

/* /CART */


/* /CHECKOUT */

.checkout {
	margin-bottom:50px;
}

.checkout h3,
.gbtr_checkout_method_header {
	display:block;
	padding:30px 0 30px 0 !important;
	font-size:24px !important;
	color:#000;
	font-weight:normal;
	/*border-top:1px solid #ccc;*/
	border-bottom:2px solid #000;
	margin:0px 0 0px 0;
	/*background:#fff url(images/sprites.png) right -122px no-repeat;*/
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position:relative;
}

.checkout h3:after,
.gbtr_checkout_method_header:after {
	content:"";
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	left:0;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-300px 0;
	background-repeat:no-repeat;
}
.gbtr_checkout_header_nonactive:after {
  background-position:-100px 0 !important;
}


.accordion_content,
.checkout h3:hover,
.gbtr_checkout_method_header:hover {
	/*background:#fff url(images/sprites.png) right -122px no-repeat;*/
	/*color:#000;*/
}

form .form-row-first, form .form-row-last {
	width: 48.5%;
	overflow: visible;
}

form .form-row {
	padding: 0 !important;
	margin: 0 !important;
}

form .form-row label {
  color: #a7a9ac !important;
	font-size: 14px !important;
  text-transform: none !important;
	font-weight:700 !important;
}

.gbtr_order_notes_content #order_comments_field {
  padding: 0 !important;
}
.gbtr_billing_address_content label,
.shipping_address label,
.gbtr_order_notes_content #order_comments_field label {
  display: inline-block !important;
  width: 117px;
  text-align: right;
  margin: 0 3px 0 0 !important;
  padding:3px 0 10px 0 !important;
}
.checkout .gbtr_billing_address_content .input-text,
.checkout .gbtr_shipping_address_content .input-text {
  margin-top: 3px !important;
}

.gbtr_order_notes_content label {
  display: inline-block !important;
  vertical-align: top !important;
}
#order_comments {
  margin: 0 !important;
  width: 760px !important;
  height: 124px !important;
}
#order_comments_field {
  padding: 11px 0 0 14px !important;
}
#order_comments_field label {
  margin: 4px 25px 0 0;
}
#billing_last_name_field label,
#shipping_last_name_field label {
  width: 78px !important;
}

.gbtr_checkout_login .input-text,
.accordion_content .input-text {
	display: inline-block !important;
  padding: 5px 9px !important;
	font-size: 14px !important;
	color: #a7a9ac !important;
	border: 1px solid #999 !important;
	margin:10px 0 0 0 !important;
  background-image: none !important;
}

.checkout .input-text {
  width: 761px !important;
}
#billing_postcode_field .input-text,
#billing_email_field .input-text,
#billing_phone_field .input-text,
#billing_state_field .input-text {
  width: 200px !important;
}

#billing_first_name,
#billing_last_name,
#shipping_first_name,
#shipping_last_name {
  width: 340px !important;
}
#billing_first_name_field,
#billing_last_name_field,
#shipping_first_name_field,
#shipping_last_name_field {
  width: 50%;
}


form .form-row .input-text,
form .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	padding:5px 8px !important;
	line-height:inherit;
}

.checkout p {
	font-size:12px !important;
	padding:0 !important;
	margin:0;
}

.checkout ul {
	margin:0;
	padding:0;
}

.checkout li {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

.checkout .input-text {
	padding:8px 9px !important;
	font-size:12px !important;
	color:#777 !important;
	border:1px solid #ccc !important;
}

form .form-row textarea {
	height: 150px !important;
	line-height: 1.5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*.checkout #billing_address_2,
.checkout #shipping_address_2 {
	margin-top:30px !important;
}*/

.checkout #shiptobilling {
	float: none !important;
	line-height: 1em !important;
	padding: 26px 0 25px 40px !important;
}
.checkout .gbtr_shipping_address_content #shiptobilling label {
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform:none;
	font-weight:normal;
  color:#777;
}

form .form-row .input-checkbox {
	display: inline;
	margin: -4px 8px 0 0 !important;
	text-align: center;
	vertical-align: middle;
}

.chzn-container,
.woocommerce .chzn-container {
	font-size:12px !important;
}

.chzn-container-single .chzn-single,
.woocommerce .chzn-container-single .chzn-single {
	background-color: white !important;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0) !important;
	background:none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #ccc !important;
	-webkit-box-shadow: 0 0 0 white inset,0 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 #fff inset,0 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 0 white inset,0 0 0 rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 8px !important;
	color: #777 !important;
	text-decoration: none;
  border: 1px solid #999;
}

.chzn-container .chzn-drop,
.woocommerce .chzn-container .chzn-drop {
	border: 1px solid #ccc !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	z-index: 999;
}

.chzn-container-single .chzn-drop,
.woocommerce .chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.chzn-container .chzn-results,
.woocommerce .chzn-container .chzn-results,
.chzn-container .chzn-results li,
.woocommerce .chzn-container .chzn-results li {
	color:#a7a9ac !important;
}

.chzn-container-single .chzn-search input,
.woocommerce .chzn-container-single .chzn-search input {
	border: 1px solid #ccc !important;
}

table.shop_table,
.woocommerce table.shop_table {
	border:0;
}

table.shop_table th,
.woocommerce table.shop_table th {
	border-bottom: 1px solid #ccc;
}

table.shop_table td,
.woocommerce table.shop_table td {
	padding: 16px 0 !important;
}

table.shop_table td.product-thumbnail,
.woocommerce table.shop_table td.product-thumbnail {
  padding-right: 10px !important;
}

table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-quantity {
	text-align:center;
	font-size:14px;
	font-weight:900;
}

table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name {
	width: 590px;
}
table.order_details td.product-name,
.woocommerce table.order_details td.product-name {
  width: 775px;
}
table.shop_table td.product-name .product_brand,
.woocommerce table.shop_table td.product-name .product_brand {
	font-size:12px;
	text-transform:uppercase;
	color:#9c867a;
	padding:0 0 3px 0;
	font-weight:900;
	display:block;
}

table.shop_table th.product-total,
.woocommerce table.shop_table th.product-total {
	text-align:right;
}

table.shop_table td.product-total,
.woocommerce table.shop_table td.product-total {
	text-align:right;
	font-size:14px;
	font-weight:900;
}

table.shop_table {
	/*border-bottom:1px solid #ccc;*/
}

table.shop_table tfoot th,
.woocommerce table.shop_table tfoot th {
	text-align:right;
	border:0 !important;
	font-size:12px;
	font-weight:900;
	color:#8d8d8d;
	padding:0 20px 0 0;
}

table.shop_table tfoot td,
.woocommerce table.shop_table tfoot td {
	text-align:right;
	border:0;
	font-size:14px;
	font-weight:900;
}

table.shop_table tr:last-child td {
	/*border-bottom:2px solid #000;*/
}

table.shop_table tfoot tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child td {
	border:0;
}

table.shop_table tfoot .shipping td,
.woocommerce table.shop_table tfoot .shipping td {
	text-align:right;
	font-size:12px;
	color:#8d8d8d;
	font-weight:normal;
	text-transform:none;
	font-style:italic;
}

.gbtr_billing_address_content {
	display:none;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
}

.gbtr_shipping_address_content {
	display:none;
  
}

.gbtr_order_notes_content {
	display:none;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
}

.gbtr_order_review_content {
	display:none;
	/*border-bottom:1px solid #ccc;*/
	padding-bottom:10px;
}

#order_review #shipping_method li {
	text-align:right !important;
}

.gbtr_payment_content {
	display:none;
}

.gbtr_create_account_content {
	display:none;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
}

.gbtr_checkout_method_content {
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
}

.gbtr_checkout_method_content .title {
	color: #000;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
	text-decoration:none;
	padding:15px 0 !important;
	border-bottom:1px solid #ccc;
	margin:0;
}

.gbtr_checkout_method_content .first_col {
	width:297px;
	float:left;
  border-left: 1px solid #c3c3c3;
  padding-left: 60px;
}
.gbtr_checkout_method_content .first_col .title {
  margin-bottom: -4px;
}

.gbtr_checkout_method_content .sec_col {
	width:210px;
  margin: 0 0 0 60px;
	float:left;
  
}

.sec_col #checkout_method_radio_guest_wrapper,
.sec_col #checkout_method_radio_account_wrapper {
	padding:13px 0 0;
	margin:0;
	/*height:17px;*/
}

.sec_col #checkout_method_radio_guest_wrapper input,
.sec_col #checkout_method_radio_account_wrapper input {
	display: inline;
	margin: 0 20px 0 0;
	text-align: center;
	vertical-align: middle;
}

.sec_col #checkout_method_radio_guest_wrapper label,
.sec_col #checkout_method_radio_account_wrapper label {
	vertical-align:middle;
}

.gbtr_checkout_login .button_checkout_login {
	background:#000 !important;
	color:#fff !important;
	margin:30px 15px 0 0 !important;
	display:inline-block !important;
	width:160px !important;
}

.lost_password {
	color:#a7a9ac !important;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal !important;
}

.lost_reset_password .button {
	margin-top:20px !important;
}

.lost_reset_password .button:hover {

}

#createaccount_wrapper {
	display:none;
}

.gbtr_create_account_content p {
	padding:15px 0 0 0 !important;
	/*font-style:italic;*/
	color:#777 !important;
}

.gbtr_create_account_content p.form-row {
	padding:0 !important;
}

.button_checkout_method_continue {
	background:#000 !important;
	color:#fff !important;
	margin:30px 15px 0 0 !important;
	display:inline-block !important;
	width:160px !important;
}

.button_create_account_continue,
.button_billing_address_continue,
.button_shipping_address_continue,
.button_order_review_continue,
#place_order
{
	background:#000;
	color:#fff !important;
	margin:40px 0 0 0 !important;
	width:250px !important;
	float:right;
}

.button_create_account_continue:hover,
.button_billing_address_continue:hover,
.button_shipping_address_continue:hover,
.button_order_review_continue:hover,
#place_order:hover
{
	background:#9c867a !important;
}

.button_order_review_continue_wrapper {
	/*display:none;*/
	border-top: 1px solid #CCC;
	padding-bottom: 30px;
}

.gbtr_checkout_header_nonactive {
	/*background:#fff url(images/sprites.png) right -22px no-repeat !important;*/
	color:#ccc !important;
	border-bottom:2px solid #ccc !important;
}

.gbtr_checkout_header_nonactive:after {
	/*content:"";
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	right:0;
	background:url(images/sprites.png) -350px 0 no-repeat;*/
}

#payment {
	background: #fff !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*
#payment div.payment_box {
	position: relative;
	width: 80%;
	padding: 1em 2%;
	margin: 20px 0 20px 29px !important;
	font-size: 0.92em;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	line-height: 1.5em;
	background: #fff !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
	background: -webkit-linear-gradient(#fff,#fff) !important;
	background: -moz-linear-gradient(center top,#fff 0%,#fff 100%) !important;
	background: -moz-gradient(center top,#fff 0%,#fff 100%) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	color: #5e5e5e;
	text-shadow: 0 0 0 rgba(255,255,255,0.8) !important;
	border:1px solid #ccc;
}


#payment div.payment_box:after, #payment div.payment_box:before {
	bottom: 100% !important;
	border: solid transparent !important;
	content: " " !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
}

#payment div.payment_box:after {
	border-color: rgba(255, 255, 255, 0) !important;
	border-bottom-color: #fff !important;
	border-width: 8px !important;
	left: 70px !important;
	margin-left: -8px !important;
}
#payment div.payment_box:before {
	border-color: rgba(204, 204, 204, 0) !important;
	border-bottom-color: #d6d6d6 !important;
	border-width: 9px !important;
	left: 70px !important;
	margin-left: -9px !important;
}
*/

#payment div.payment_box {
	position: relative;
	width: 80%;
	border: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}
#payment div.payment_box:after, #payment div.payment_box:before {
	border: none !important;
  display: none !important;
}


#payment div.payment_box:after {
	border: none !important;
  display: none !important;
}
#payment div.payment_box:before {
	border: none !important;
  display: none !important;
}
#payment ul.payment_methods {
	text-align: left;
	padding: 0 !important;
	border-bottom: 0 !important;
	margin: 0;
	list-style: none outside;
}

#payment ul.payment_methods li {
	border-bottom:1px dotted #ccc !important;
	padding:7px 0 5px 0 !important;
}

/* /CHECKOUT */


/* ORDER RECEIVED */

ul.order_details {
	width:100% !important;
	max-width:940px !important;
	padding:0 !important;
	margin:0 0 20px 0 !important;
}

ul.order_details li {
	list-style:none !important;
	padding:0 60px 0 0 !important;
	margin:0 !important;
	border:0 !important;
}

ul.order_details li strong {
	font-size:16px;
}

/*/ ORDER RECEIVED */


/* MY ACCOUNT */

.gbtr_left_column_my_account {
	margin:0 30px 0 0;
	padding:0 50px 0 0;
	border-right: 1px solid #ccc;
	position: relative;
}

.gbtr_left_column_my_account:after, .gbtr_left_column_my_account:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.gbtr_left_column_my_account:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 8px;
	top: 60px;
	margin-top: -8px;
}
.gbtr_left_column_my_account:before {
	border-color: rgba(184, 184, 184, 0);
	border-left-color: #b8b8b8;
	border-width: 9px;
	top: 60px;
	margin-top: -9px;
}

.gbtr_left_column_my_account ul.menu_my_account {
	font-size:12px !important;
	text-transform:uppercase !important;
	font-weight:900;
	color:#000;
	padding-bottom:100px;
}

.gbtr_left_column_my_account ul.menu_my_account {
	margin:0 !important;
	padding:0 0 100px 0 !important;
}

.gbtr_left_column_my_account ul.menu_my_account li {
	display:block;
	border-bottom:1px solid #ccc;
	color:#8d8d8d;
	font-size:12px !important;
	padding:0;
}

.gbtr_left_column_my_account ul.menu_my_account li a {
	display:inline-block;
	padding:12px 0 8px 0;
	text-decoration:none;
	color:#8d8d8d;
	border-bottom:2px solid #fff;
}

.gbtr_left_column_my_account ul.menu_my_account li.current-menu-item a {
	border-bottom:2px solid #000;
	color:#000;
}

.gbtr_my_account_wrapper_parent {
	margin:30px 0;
}

.gbtr_my_account_wrapper_parent .gbtr_left_column_my_account_parent {
	display:none;
}

#billing_address_2_field,
#shipping_address_2_field {
	margin-top:20px !important;
}

.gbtr_my_account_wrapper_parent .gbtr_my_account_wrapper {
	padding:0;
	margin:0;
}

.gbtr_no_recent_orders {
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}

.gbtr_my_account_wrapper h2 {
	display:block;
	font-size:24px;
	color:#000;
	font-weight:normal;
	padding-bottom:30px !important;
	border-bottom:2px solid #000;
}

.gbtr_my_account_wrapper ul {
	margin:0 !important;
	padding:0 !important;
}

.gbtr_my_account_wrapper li {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

.gbtr_my_account_wrapper table.shop_table {
	border-top: 0;
	border-bottom:1px solid #ccc;
	padding-bottom:50px;
	margin-bottom:30px;
}

.gbtr_my_account_wrapper table.shop_table th {
	border-bottom: 1px solid #ccc;
}

table.my_account_orders {
	font-size:inherit !important;
}

table.my_account_orders td {
	padding: 20px 0 !important;
}

table.my_account_orders .order-number {
	width:25%;
}

table.my_account_orders .order-number a {
	font-size: 30px;
	color: #9c867a;
	border-bottom: 2px solid #000;
	display:inline-block;
	text-decoration:none;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

table.my_account_orders .order-number a:hover {
	color:#555;
}

table.my_account_orders .order-number time {
	width:80px;
	display:block;
}

table.my_account_orders .order-shipto,
table.my_account_orders .order-shipto address {
	/*width:30%;*/
	color:#555;
	font-style:normal;
}

table.my_account_orders .order-total {
	width:15%;
}

table.my_account_orders td.order-total {
	font-size:13px;
	text-transform:uppercase;
	font-weight:900;
	color:#000;
}

table.my_account_orders td.order-actions {
	white-space:nowrap;
	color:#000;
}

table.my_account_orders td.order-actions a {
	color:#000;
}

table.my_account_orders td.order-actions a:hover {
	color:#9c867a;
}

table.my_account_orders .order-status {
	width:20%;
	color:#555;
	white-space:nowrap;
}

table.my_account_orders .order-details {
	width:15%;
}

ul.digital-downloads {
	padding:20px 0 40px 0 !important;
	margin-bottom:30px !important;
	border-bottom:1px solid #ccc;
}

ul.digital-downloads li {
	padding:0;
	background:none;
}

ul.digital-downloads li span {
	padding: 5px 0;
	font-size:12px;
}

ul.digital-downloads li a {
	padding: 5px 0 5px 20px;
	display:inline-block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
	color:#555;
	font-size:12px;
	/*text-decoration:none;*/
}

ul.digital-downloads li a:hover {
	color:#9c867a
}

.myaccount_user,
.order-info {
	display:block;
	background:#9c867a;
	padding:25px 30px !important;
	color: #fff !important;
	position: relative;
	font-size:12px !important;
	max-width:880px;
	margin-bottom:20px !important;
}

.myaccount_user:after,
.order-info:after {
	bottom: 100%;
	left: 25px;
	margin-left: -8px;
	border: solid transparent;
	border-color: rgba(179, 153, 100, 0);
	border-bottom-color: #9c867a;
	border-width: 8px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
}

.myaccount_user a,
.order-info a {
	color: #fff;
	text-decoration:underline !important;
}

.myaccount_user span,
.order-info span {
	display:block;
	font-size: 18px;	
	text-transform:capitalize;
}

.gbtr_my_account_wrapper {
	background: #f4f4f4;
  border-top: 1px solid #ccc;
  margin-top: 21px;
}


.myaccount_address {
	display:block;
	padding:15px 0;
	border-bottom:1px solid #ccc;
}

.addresses {
	/*border-bottom:1px solid #ccc;
	padding-bottom:40px;*/
}

.addresses a {
	color:#000;
}

.addresses a:hover {
	color:#9c867a;
}

.addresses .title h3 {
	float:none;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
	color:#000;
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}

.addresses address {
	/*padding:15px 0;*/
	font-style:normal;
	color:#555;
	line-height:1.5em;
}

.gbtr_my_account_wrapper .input-text {
	padding:5px 9px !important;
	font-size:12px;
	color:#777;
}

.gbtr_my_account_wrapper select {
	padding:7px 9px 8px 9px !important;
	font-size:12px;
	color:#777;
}

.gbtr_my_account_wrapper p {
	padding:15px 0 !important;
	font-size:12px !important;
	color:#777 !important;
}

.gbtr_my_account_wrapper form p {
	padding:0 !important;
	margin:0 !important;
}

.gbtr_my_account_wrapper select {
	padding:8px 8px 8px 4px;
	font-size:12px;
	color:#777;
}

.gbtr_my_account_button input {
	width:100%;
	color:#fff;
	margin:30px 0 0 0 !important;
}

.gbtr_my_account_button input:hover {
	background:#9c867a !important;
}

.order-info mark {
	background:none;
	color:#fff;
	font-weight:bold;
}

.gbtr_track_order_button {
	color:#fff;
	width:250px;
	margin:30px 0 0 0 !important;
}

.gbtr_track_order_button:hover {
	background:#9c867a !important;
}

form.login, form.checkout_coupon, form.register {
	border: 0 !important;
	padding: 0px !important;
	margin:0 !important;
	text-align: left !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.gbtr_login_register_wrapper {
	width:500px;
	position:relative;
	height:445px;
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
}

.gbtr_login_register_wrapper h2 {
	display:block;
	font-size:24px;
	color:#000;
	font-weight:normal;
	padding:0 0 30px 0;
	border-bottom:2px solid #000;
	margin:0 0 10px 0;
}

.gbtr_login_register_wrapper input {
	padding:5px 9px;
	font-size:12px;
	color:#777;
	border:1px solid #ccc;
}

.gbtr_login_register_wrapper .lost_password {
	display:block;
	padding:20px 0 0 0;
}

.gbtr_login_register_wrapper .button {
	border:0;
	width:100%;
	color:#fff;
	margin:30px 0 0 0 !important;
}

.gbtr_login_register_wrapper .button:hover {
	background:#9c867a !important;
}

.gbtr_login_register_slider {
	width:1000px;
	position:absolute;
	top:0;
	left:0;
}

.gbtr_login_register_slide_1,
.gbtr_login_register_slide_2
{	
	padding:50px;
	width:400px;
	float:left;	
}

.gbtr_login_register_switch {
	float:left;
	width:400px;
	min-height:500px;
	position:relative;
	overflow:hidden;
	/*border:1px solid #F00;*/
	margin-left:33px;
}

.gbtr_login_register_switch h2 {
	display:block;
	font-size:24px;
	color:#000;
	font-weight:normal;
	padding:0 0 30px 0;
	border-bottom:2px solid #000;
	margin:0 0 20px 0;
}

.gbtr_login_register_switch h3 {
	color:#555;
	font-size:15px !important;
	line-height:1.7em !important;
}

.gbtr_login_register_switch ul li {
	font-size:12px !important;
	color:#9c867a !important;
	padding:0 !important;
}

.gbtr_login_register_switch .button {
	margin-top:25px;
	width:300px;
	background:#fff;
	color:#000;
	border:1px solid #ccc !important;
}

.gbtr_login_register_switch .button:hover {
	background:#9c867a;
	color:#fff;
}

.gbtr_login_register_label_slider {
	width:300px;
	padding:50px;
	min-height:900px;
	position:absolute;
	top:0;
	left:0;
}

.gbtr_login_register_reg,
.gbtr_login_register_log
{
	height:500px;
}

.gbtr_login_register_reg
{
	/*background:#ccc;*/
}

.gbtr_login_register_log
{
	/*background:#06F;*/
}

.gbtr_login_register_reg .button,
.gbtr_login_register_log .button
{
	color:#000 !important;
	margin-top:10px !important;
}

.gbtr_login_register_reg .button:hover,
.gbtr_login_register_log .button:hover
{
	color:#fff !important;
	background:#9c867a !important;
}


/* /MY ACCOUNT */



/* /BLOG LISTING */

h1.entry-title.gbtr_post_title_listing,
h1.page-title.gbtr_post_title_listing,
h1.entry-title.gbtr_post_title_listing a,
h1.page-title.gbtr_post_title_listing a
{
	text-transform:none !important;
	padding:13px 0 !important;
	margin-top:10px !important;
	line-height:1.2em !important;
}

/*
article:first-child h1.entry-title.gbtr_post_title_listing,
article:first-child h1.page-title.gbtr_post_title_listing:first-child,
article:first-child h1.entry-title.gbtr_post_title_listing a,
article:first-child h1.page-title.gbtr_post_title_listing:first-child a
{
	padding:0 0 13px 0 !important;
	margin-top:0px !important;
}
*/

.content-area {
	margin:0 0 30px 0;
}

.content-area .entry-meta {
	display:block;
	padding:15px 0;
}

.entry-content {
	margin:0;
	/*padding:0 20px 0 0;*/
}

.entry-content table {
	width:100%;
	margin:0 0 30px 0;
}

.entry-content table th {
	/*background:#f4f4f4;
	padding:5px;*/
	font-weight:bold;
}

.entry-content table.shop_attributes th {
	/*background:#fff;
	padding:8px;*/
}

.entry-content table td {
	/*padding:5px;*/
}

.entry-content dl {
	margin:0 0 20px 0;
}

.entry-content dt {
	margin:5px 0;
	font-weight:bold;
}

.entry-content .wp-caption {
	max-width:620px !important;
	/*width:100% !important;*/
	height:auto;
}

.entry-content-portfolio {
	margin-top:4px;
}

.entry-content-portfolio img {
	max-width:590px !important;
	width:100%;
	height:auto;
}

.entry-content iframe {
	/*max-width:620px !important;*/
	/*width:100% !important;*/
}

.entry-content-portfolio iframe {
	max-width:590px !important;
	width:100% !important;
}

.entry-content-aside {
	font-size:13px;
	line-height:1.7em;
	color:#555;
}

.entry-content-aside-title {
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
	margin:20px 0 10px 0;
	color:#000;
}

.entry-content.gbtr_blog_listing {
	margin:0;
}

.entry-meta a {
	color:#9c867a;
	text-transform:capitalize;
	position:relative;
}

.entry-meta a:hover {
	color:#9c867a;
}

.entry-thumbnail {
	margin:30px 0 30px 0;
}

.page-blog .entry-thumbnail {
	margin:0 0 30px 0 !important;
}

.entry-thumbnail.gbtr_blog_listing {
	margin:0 0 20px 0;
}

.entry-thumbnail img {
	max-width:100%;
	height:auto;
}

.attachment {
	width:100%;
}

.entry-content img {
	max-width:100%;
	height:auto;
}

.gallery-item {

}

.gallery-item img {
	border:0 !important;
}

.gallery-icon {
	padding:0 20px 10px 0 !important;
}

.gallery-icon img {
	width:100%;
	height:auto;
}

.entry-content .wp-caption-text {
	}

.entry-content h1 {
	padding: 10px 0 5px 0;
font-size: 30px;
line-height: 1.3em;
font-weight: bold;
color:#9d8679;
}

.entry-content h2 {
	padding:0px 0 10px 0;
	font-size:24px;
	line-height:1.3em;
	font-weight:900;
	color:#457286;
}

.entry-content h3 {
	padding:10px 0 5px 0;
	display:block;
	font-size:18px;
	line-height:1.3em;
	font-weight:900;
	color:#457286;
}

.red {color:#950200;}
.entry-content h3.red {color:#950200;}

.entry-content h4
{
	padding:0 0 15px 0;
	font-size:16px;
	line-height:1.4em;
	font-weight:normal;
	color:#000;
}

.entry-content h5
{
	padding:0 0 15px 0;
	font-size:14px;
	line-height:1.4em;
	font-weight:normal;
	color:#000;
}

.entry-content h6
{
	padding:0 0 15px 0;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	color:#000;
}

.entry-content {
	font-size:13px;
	line-height:1.7em;
	color:#666;
}

.entry-content p {
	padding:0 0 15px 0;
	font-size: 14px;
	line-height: 1.4em;
	color:#666;
}

.entry-content ul {
	padding:0 0 20px 20px;
	list-style:disc;
}

.entry-content ul li {
	padding:0px;
	list-style:disc;
	font-size:13px;
	line-height:1.7em;
	color:#fff;
}

.entry-content ol {
	padding:0 0 20px 20px;
}

.entry-content ol li {
	padding:0;
	font-size:13px;
	line-height:1.7em;
	color:#555;
	list-style:decimal;
}

ol.commentlist {
	padding:0 !important;
}

ol.commentlist li {
	list-style:none !important;
}

.entry-content .wp-caption {
	padding:0 0 30px 0;
}

.entry-content .wp-caption-text {
	font-style:italic;
	color:#8d8d8d;
	padding:0;
	text-align:left;
}

.entry-content .alignleft {
	float:left;
	margin:0 30px 0 0;
}

.entry-content .alignright {
	float:right;
	margin:0 0 0 30px;
}

.entry-content .aligncenter {
	display:block;
	margin:0 auto;
}

.bypostauthor {
}

.gallery-caption {
}

.sticky {
}

.more-link {
	display:inline-block;
	padding:2px 8px;
	background:#9c867a;
	color:#fff;
	text-decoration:none;
	margin:20px 0 0 0;
}

.more-link:hover {
	background:#000;
	color:#fff;
}

footer.entry-meta {
	border-top:1px solid #ccc;
	border-bottom:2px solid #c3c2c2;
	position: relative;
	background: #ffffff;
}

footer.entry-meta:after, .entry-meta:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

footer.entry-meta:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	left: 25px;
	margin-left: -7px;
}

footer.entry-meta:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #b8b8b8;
	border-width: 8px;
	left: 25px;
	margin-left: -8px;
}

footer.entry-meta a {
	padding:0 20px 0 17px;
}

footer.entry-meta a:before {
	content:"";
	width:15px;
	height:11px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	left:0;
}

footer.entry-meta .author a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:0 -100px;
	background-repeat:no-repeat;
}

footer.entry-meta .entry-date:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-50px -100px;
	background-repeat:no-repeat;
}

footer.entry-meta .comments-link {
	float:right;
}

footer.entry-meta .comments-link a {
	padding:0 0 0 17px !important;
	color:#9c867a;
}

footer.entry-meta .comments-link a:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-100px -100px;
	background-repeat:no-repeat;
}

footer .sep {
	display:none;
}

#nav-below.post-navigation {
	border-top:2px solid #000;
	border-bottom:1px solid #ccc;
	vertical-align:middle !important;
	font-size:1px;
	margin-bottom:30px;
}

#nav-below .nav-previous-single {
	display:inline-block;
	width:310px;
	vertical-align:middle !important;
	font-size:13px;
}

#nav-below .nav-previous-single a {
	padding:25px 15px 25px 50px;
	display:inline-block;
	position:relative;
	color:#000;
}

#nav-below .nav-previous-single a:hover {
	color:#9c867a;
}

#nav-below .nav-previous-single a .meta-nav {
	width:35px;
	height:35px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-18px;
	left:0;

	background:none;
	background-image:url(images/sprites.png);
	background-position:-50px 0;
	background-repeat:no-repeat;
}

#nav-below .nav-previous-single a:hover .meta-nav {
	background:none;
	background-image:url(images/sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#nav-below .nav-next-single {
	display:inline-block;
	width:308px;
	vertical-align:middle !important;
	font-size:13px;
	text-align:right;
	border-left:1px solid #ccc;
}

#nav-below .nav-next-single a {
	padding:25px 50px 25px 15px;
	display:inline-block;
	position:relative;
	color:#000;
}

#nav-below .nav-next-single a:hover {
	color:#9c867a;
}

#nav-below .nav-next-single a .meta-nav {
	width:35px;
	height:35px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-18px;
	right:0;

	background:none;
	background-image:url(images/sprites.png);
	background-position:-150px 0;
	background-repeat:no-repeat;
}

#nav-below .nav-next-single a:hover .meta-nav {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-100px 0;
	background-repeat:no-repeat;
}

/* /BLOG LISTING */



/* DARK FOOTER */

.gbtr_dark_footer_wrapper {
	background:#000;
	padding:30px 0 0 0;
	color:#fff;
}

.gbtr_dark_footer_wrapper label {
	color:#fff;
}


.gbtr_dark_footer_wrapper .widget_nav_menu ul li {
	width:40%;
	display:inline-block;
	margin-right:20px;
	border:0 !important;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:900;
	font-size:10px;
}

.gbtr_dark_footer_wrapper .widget_nav_menu ul li a:hover {
	color:#9c867a;
	text-decoration:none;
}

.gbtr_dark_footer_wrapper .widget ul li ul li {
	border:0;
	border-top:1px dotted #3d3d3d;
}

.gbtr_dark_footer_wrapper ul.product_list_widget span.amount {
	color:#fff !important;
}

.gbtr_dark_footer_wrapper ul.product_list_widget del span.amount {
	color:#555 !important;
}

.gbtr_dark_footer_wrapper ul.product_list_widget ins span.amount {
	color:#fff !important;
}

.gbtr_dark_footer_wrapper .button {
	background:#9c867a;
}

.gbtr_dark_footer_wrapper .widget.the_retailer_recent_posts li {
	border:0;
}

.gbtr_dark_footer_wrapper a:hover {
	color:#9c867a;
}

.gbtr_dark_footer_wrapper .widget.the_retailer_connect a {
	border-color:#000;
}

/*.gbtr_dark_footer_wrapper .button:hover {
	background:#3d3d3d;
	color:#fff;
}*/

/* custom items */

.gbtr_dark_footer_wrapper .widget h1.widget-title {
	color:#fff;
	border-bottom:2px solid #3d3d3d;
}

.gbtr_dark_footer_wrapper a {
	color:#fff;
}

.gbtr_dark_footer_wrapper .widget ul li {
	border-bottom:1px dotted #3d3d3d;
	color:#fff;
}

.gbtr_dark_footer_wrapper .widget ul li a {
	color:#fff;
}

.gbtr_dark_footer_wrapper .textwidget {
	color:#fff;
}

/* /DARK FOOTER */




/* SHORTCODES */

.content_wrapper { width:940px; }
.with_sidebar .content_wrapper { width:620px; }

.content_grid_12 { width:960px; }
.with_sidebar .content_grid_12 { width:620px; }

.page_full_width .content_grid_12 { /*margin:0 auto;*/ }

.content_grid_6 { width:460px; float:left; margin-right:20px; }
.with_sidebar .content_grid_6 { width:100%; }

.content_grid_4 { width:300px; float:left; margin-right:20px; }
.with_sidebar .content_grid_4 { width:100%; }

.content_grid_2_3 { width:690px; float:left; margin-right:20px; }
.with_sidebar .content_grid_2_3 { width:100%; }

.content_grid_3 { width:220px; float:left; margin-right:20px; }
.with_sidebar .content_grid_3 { width:100%; }

.content_grid_2 { width:140px; float:left; margin-right:20px; }
.with_sidebar .content_grid_2 { width:100%; }

.content_grid_1 { width:60px; float:left; margin-right:20px; }
.with_sidebar .content_grid_1 { width:100%; }


.content_hr,
.empty_separator
{
	margin-top:0px;
	margin-bottom:0px;
	height:1px;
	clear:both;
	max-width:940px;
}

.content_hr {
	border-top:1px solid #ccc;
}

.shortcode_big_box_txt_bg_wrapper {
	width:100%;
	background-size:cover;
	background-color:#000;
	margin-bottom:30px;
}

.shortcode_big_box_txt_bg {
	padding:7%;
}

.shortcode_big_box_txt_bg h3 {
	text-align:center;
	color:#fff !important;
	font-size:24px;
}

.shortcode_big_box_txt_bg .sep {
	width:60px;
	height:2px;
	background:#fff;
	margin:5px auto 20px auto;
}

.shortcode_big_box_txt_bg h5 {
	color:#fff !important;
	text-align:center;
	padding:0 !important;
}

.shortcode_text_block {
	margin-bottom:30px;
}
	
.shortcode_text_block h3 {
	border-bottom:1px solid #ccc;
	padding:0 30px 25px 0;
	margin-bottom:25px;
	text-transform:uppercase;
}

.shortcode_text_block p {
	padding:0 30px 0 0;
}

/* featured_1 */
.shortcode_featured_1 {
	text-align:center;
	margin-bottom:30px;
}

.shortcode_featured_1_img_placeholder {
	width:140px;
	height:140px;
	overflow:hidden;
	margin:10px auto 30px auto;
}

.shortcode_featured_1_img_placeholder img {
	max-width:140px;
}

.shortcode_featured_1 a {
	border:1px solid #ccc;
	padding:15px 40px;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
	font-size:12px;
	font-weight:900;
}

.shortcode_featured_1 a:hover {
	border-width:1px;
	border-style:solid;
	border-color:#9c867a;
	background:#9c867a;
	color:#fff;
}


/*tabs*/
.shortcode_tabgroup {
	margin:0 0 30px 0;
	border-bottom:1px solid #ccc;
	clear:both;
	width:100%;
}

.shortcode_tabgroup > h3 {
	border-bottom:2px solid #000;
	padding:0 0 20px 0;
	text-transform:uppercase;
	clear:both;
}

.shortcode_tabgroup ul.tabs {
	width:219px;
	float:left;
	padding:30px 50px 50px 0;
	border-right:1px solid #ccc;
}

.shortcode_tabgroup ul.tabs li {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}

.shortcode_tabgroup ul.tabs li a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	color:#8d8d8d;
	padding:10px 0 8px 0;
	display:inline-block;
	border-bottom:2px solid #fff;
}

.shortcode_tabgroup ul.tabs li.active a {
	border-bottom:2px solid #000;
	color:#000;
}
 
.shortcode_tabgroup .panels {
	width:620px;
	float:left;
	border-left:1px solid #ccc;
	margin-left:-1px;
	padding:40px 0 20px 50px;
}

.with_sidebar .shortcode_tabgroup .panels {
	width:300px;
}

.content_grid_6 .shortcode_tabgroup ul.tabs,
.content_grid_4 .shortcode_tabgroup ul.tabs,
.content_grid_3 .shortcode_tabgroup ul.tabs
{
	width:100%;
	float:none;
	padding:0;
	border:0;
	border-bottom:1px solid #ccc;
}

.content_grid_6 .shortcode_tabgroup ul.tabs li,
.content_grid_4 .shortcode_tabgroup ul.tabs li,
.content_grid_3 .shortcode_tabgroup ul.tabs li
{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:0;
	display:inline-block;
	border:0;
}

.content_grid_6 .shortcode_tabgroup ul.tabs li a,
.content_grid_4 .shortcode_tabgroup ul.tabs li a,
.content_grid_3 .shortcode_tabgroup ul.tabs li a
{
	padding:17px 0 15px 0;
	border-bottom:2px solid #fff;
	margin-right:20px;
}

.content_grid_6 .shortcode_tabgroup ul.tabs li.active a,
.content_grid_4 .shortcode_tabgroup ul.tabs li.active a,
.content_grid_3 .shortcode_tabgroup ul.tabs li.active a
{
	border-bottom:2px solid #000;
}

.content_grid_6 .shortcode_tabgroup .panels,
.content_grid_4 .shortcode_tabgroup .panels,
.content_grid_3 .shortcode_tabgroup .panels
{
	width:100%;
	float:none;
	border:0;
	padding:20px 0 10px 0;
	margin-left:0;
}

/* meet_the_team */
.shortcode_meet_the_team {
	text-align:center;
	margin-bottom:30px;
}

.shortcode_meet_the_team_img_placeholder {
	width:190px;
	height:190px;
	overflow:hidden;
	margin:10px auto 30px auto;
	-moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    -khtml-border-radius: 95px;
    border-radius: 95px;
}

.with_sidebar .shortcode_meet_the_team_img_placeholder img {
	max-width:140px;
}

.with_sidebar .shortcode_meet_the_team_img_placeholder {
	width:140px;
	height:140px;
	-moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    border-radius: 70px;
}

.shortcode_meet_the_team_img_placeholder img {
	max-width:190px;
}

.shortcode_meet_the_team h3 {
	padding:0 0 10px 0;
}

.shortcode_meet_the_team .small_sep {
	margin:0 auto 10px auto;
}

.shortcode_meet_the_team .role {
	color:#9c867a;
	font-size:14px;
	margin-bottom:25px;
}

/* our_services */
.shortcode_our_services {
	margin:20px 30px 50px 0;
}

.shortcode_our_services_img_placeholder {
	width:140px;
	height:140px;
	overflow:hidden;
	margin:5px 0 0 20px;
	float:right;
}

.shortcode_our_services_img_placeholder img {
	max-width:140px;
}

.shortcode_our_services h3 {
	padding:0 0 10px 0;
}

.shortcode_our_services .small_sep {
	margin:10px 0 10px 0;
}

.shortcode_our_services p {
	padding:0 0 10px 0;
}

.shortcode_our_services a {
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}

/* bold_title */
.bold_title {
	display:block;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	margin:-10px 0 60px 0;
	border-bottom:2px solid #000;
	height:30px;
	font-size:18px !important;
}

.bold_title span {
	border:2px solid #000;
	display:inline-block;
	padding:10px 30px;
	margin-top:27px;
	background:#fff;
}

/* accordion */

.accordion {
	border-bottom: 1px solid #ccc;
	margin-bottom:30px;
}

.content_grid_6 .accordion,
.content_grid_4 .accordion,
.content_grid_3 .accordion
{
	margin-right:30px;
}

.accordion_h3 {
	text-transform:uppercase;
}

.accordion .accordion-title {
	border-top: 1px solid #ccc;
	display: block;
}

.accordion .accordion-title.active {
	border-top: 2px solid #000;
}

.accordion .accordion-title a {
	display:block;
	padding:20px 0 20px 40px;
	color:#000 !important;
	font-size:14px;
	line-height:1.5em;
}

.accordion .accordion-title a:hover {
	color:#9c867a !important;
}

.accordion .accordion-title:before {
	content:"";
	width:20px;
	height:20px;

	background:none;
	background-image:url(images/sprites.png);
	background-position:-300px -100px;
	background-repeat:no-repeat;
	background-color:#999;
	
	vertical-align:middle;
	margin-right:20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-top:19px;
	float:left;
}

.accordion .accordion-title a:hover:before {
	/*background:#9c867a url(images/sprites.png) -300px -100px no-repeat;*/
}

.accordion .accordion-title.active a {

}

.accordion .accordion-title.active:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-350px -100px;
	background-repeat:no-repeat;
	background-color:#000;
}
	
.accordion .accordion-inner {
	padding:20px 0 0px 40px;
	display:none;
	border-top: 1px solid #ccc;
	font-size:13px;
	line-height:1.7em !important;
	color:#555;
}

.gbtr_cross_sells {
	margin-left:-10px; /*fix*/
}

/* banner_simple */

.shortcode_banner_simple {
	padding:10px;
	cursor:pointer;
	/*background-size: cover;*/
	background-size: 105%;
	background-position:center;
	max-width:920px;
	margin-bottom:30px;
	clear:both;
	position:relative;
	transition: background-size 0.2s linear;
	-moz-transition: background-size 0.2s linear;
	-ms-transition: background-size 0.2s linear;
	-o-transition: background-size 0.2s linear;
	-webkit-transition: background-size 0.2s linear;
}

.shortcode_banner_simple:hover {
	background-size: 115%;
}

.shortcode_banner_simple_inside {
	padding:20px;
	text-align:center;
	border:2px solid #fff;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.shortcode_banner_simple_inside:hover {
	background:#000;
	opacity:.7;
}

.shortcode_banner_simple_inside h3 {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:900;
	font-size:21px;
}

.shortcode_banner_simple_inside h3 strong {
	font-size:28px;
}

.shortcode_banner_simple_inside h3 a {
	text-decoration:underline;
}

.shortcode_banner_simple_inside h4 {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-size:14px;
}

.shortcode_banner_simple_inside h4 a {
	text-decoration:underline;
}

.shortcode_banner_simple_sep {
	width:50%;
	height:2px;
	background:#fff;
	margin:5px auto;
}

.shortcode_banner_simple_bullet {
	width:144px;
	height:144px;
	background:#000;
	position:absolute;
	top:-10px;
	right:30px;
	-moz-border-radius: 72px;
    -webkit-border-radius: 72px;
    -khtml-border-radius: 72px;
    border-radius: 72px;
	text-align:center;
	display: table;
	text-transform:uppercase;
	color:#fff;
	line-height:1.3em;
}

.shortcode_banner_simple_bullet strong {
	font-size:18px;
	line-height:1.5em;
}

.shortcode_banner_simple_bullet span {
	display: table-cell;
	vertical-align: middle;
	padding:20px;
}



/* sourcecode */

pre {
	height: auto;
	font-family: monospace;
	border: 1px solid #ccc;
	background: #f0f0f0;
	padding: 20px 20px;
	margin: 0 0 30px 0;
	overflow-x: auto;
	line-height:20px;
	max-width:898px;
}

.shortcode_code {
	height: auto;
	font-family: monospace;
	border: 0;
	background: none;
	padding: 0;
}

/* testimonials left */

.testimonial_left {
	margin-bottom:30px;
}
	
.testimonial_left_content {
	padding:30px;
	border:1px solid #ccc;
	width:70%;
	float:left;
	margin-right:30px;
	position: relative;
	font-style:italic;
}

.testimonial_left_content div:before {
	content:"";
	width:40px;
	height:40px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px -150px;
	background-repeat:no-repeat;
	
	position:absolute;
}

.testimonial_left_content span {
	padding-left:60px;
	display:block;
}

.testimonial_left_author {
	/*background:#0CF;*/
	float:left;
	padding-left:2%;
}

.testimonial_left_author img {
	/*Change*/
	margin-bottom:10px;
	max-width:100px;
	height:auto;
	display:none;
}

.testimonial_left_author h4 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#000;
	padding-top:30px;
}

.testimonial_left_author h5 {
	font-size:13px;
	padding:0;
	margin:0;
	color:#457286;
}

/* testimonials right */

.testimonial_right {
	margin-bottom:30px;
}
	
.testimonial_right_content {
	padding:30px;
	border:1px solid #ccc;
	width:70%;
	float:right;
	margin-right:30px;
	position: relative;
	font-style:italic;
}

.testimonial_right_content div:before {
	content:"";
	width:40px;
	height:40px;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px -150px;
	background-repeat:no-repeat;
	
	position:absolute;
}

.testimonial_right_content span {
	padding-left:60px;
	display:block;
}

.testimonial_right_author {
	/*background:#0CF;*/
	width:10%;
	float:right;
	padding-right:2%;
}

.testimonial_right_author img {
	margin-bottom:10px;
	max-width:100px;
	height:auto;
	display:none;
}

.testimonial_right_author h4 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#000;
	padding-top:30px;
}

.testimonial_right_author h5 {
	font-size:13px;
	padding:0;
	margin:0;
	color:#457286;
}

/* woocommerce */

ul.products {
	padding:0;
	margin:0;
	width:960px;
}

ul.products li.product {
	float: left;
	margin: 0 28px 0 0 !important;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
}

ul.products li.product a img {
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
}

ul.products li.product img {
	width:190px !important;
	height:auto !important;
}

p.product {
	padding:0 !important;
	margin:0 !important;
	background:#fff;
	border:0 !important;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	max-width:190px;
	color:#000;
}

p.product a,
p.product.woocommerce a {
	background:#000 !important;
	border:1px solid #ccc !important;
	margin-top:10px;
	color:#fff !important;
}

p.product a:hover {
	background:#9c867a !important;
	color:#fff !important;
}

/*from the blog*/

.from_the_blog_item  {	
	width:430px !important;
	padding-right:50px !important;
	list-style:none !important;
}

.from_the_blog_item:last-child  {	
	width:410px !important;
}

.from_the_blog_img {
	float:left;
	max-width:190px;
	margin-right:50px;
	position:relative;
	color:#fff;
}

.from_the_blog_img:hover {
	color:#fff;
}

.from_the_blog_noimg {
	float:left;
	width:190px;
	height:190px;
	background:#f9f9f9;
	margin-right:50px;
	display:block;
}

.from_the_blog_date {
	position:absolute;
	top:0;
	right:0;
	background:#9c867a;
	width:30px;
	height:30px;
	text-align:center;
}

.from_the_blog_date_day {
	display:block;
	margin:0;
	padding:4px 0 0 0;
	line-height:12px;
	font-size:14px;
}

.from_the_blog_date_month {
	display:block;
	margin:0;
	padding:0;
	line-height:12px;
	font-size:8px;
	text-transform:uppercase;
}

.from_the_blog_title {
	color:#000;
}

.from_the_blog_title h3 {
	padding:0;
	margin:0;
}

.from_the_blog_comments {
	padding:10px 0;
	font-size:12px;
	color:#969696;
}

.from_the_blog_excerpt {
	font-size:12px;
	line-height:1.5em;
}

/*from the portfolio*/

.from_the_portfolio {
	width:960px;
}

.from_the_portfolio_item  {	
	width:220px;
	float:left;
	margin:10px 20px 20px 0;
	list-style:none !important;
	text-align:center;
}

.from_the_portfolio_img {
	width:220px;
	height:165px;
	overflow:hidden;
	display:block;
}

.from_the_portfolio_img img {
	width:100%;
	height:auto;
}

.from_the_portfolio_title {
	color:#000;
}

.from_the_portfolio_title h3 {
	padding:10px 0;
	margin:0;
}

.from_the_portfolio_cats {
	padding:10px 0;
	margin:0;
	font-size:12px;
	color:#8d8d8d;
}

/* buttons */

.light_button {
	display:inline-block;
	padding:15px 30px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	color:#000;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	background-color:#fff;
}

.light_button:hover {
	background-color:#9c867a;
	border-color:#9c867a;
	color:#fff;
}

.dark_button {
	display:inline-block;
	padding:15px 30px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	background-color:#000;
}

.dark_button:hover {
	background-color:#9c867a;
	border-color:#9c867a;
	color:#fff;
}

.light_grey_button {
	display:inline-block;
	padding:15px 30px;
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b2;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	background-color:#b2b2b2;
}

.light_grey_button:hover {
	background-color:#9c867a;
	border-color:#9c867a;
	color:#fff;
}

.dark_grey_button {
	display:inline-block;
	padding:15px 30px;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	background-color:#666;
}

.dark_grey_button:hover {
	background-color:#9c867a;
	border-color:#9c867a;
	color:#fff;
}

.custom_button {
	display:inline-block;
	padding:15px 30px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	color:#000;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	background-color:#fff;
}

.custom_button:hover {
	background-color:#9c867a !important;
	border-color:#9c867a !important;
	color:#fff !important;
}

/*slide_everything*/

.slide_everything {
	position:relative;
	width:940px;
	margin:0 auto;
}

.slide_everything .gbtr_items_slider_wrapper {
	max-width:100%;
	height: 200px;
}

.slide_everything_item  {	
	list-style:none !important;
}

.slide_everything_content {
	width:960px;
}

.slide_everything .gbtr_items_slider {
	height: 0px;
	padding:0;
}

.slide_everything_item_img img {
	width:100%;
	height:auto;
}

.slide_everything .slide_everything_previous {
	position:absolute;
	top:50%;
	left:20px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px 0;
	background-repeat:no-repeat;
	background-color:#000;
	
	width: 64px;
	height: 64px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	opacity:.1;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.slide_everything .slide_everything_previous:hover {
	opacity:1;
}

.slide_everything .slide_everything_next {
	position:absolute;
	top:50%;
	right:20px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-700px 0;
	background-repeat:no-repeat;
	background-color:#000;
	
	width: 64px;
	height: 64px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	opacity:.1;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.slide_everything .slide_everything_next:hover {
	opacity:1;
}

/*products_slider*/

.products_slider {
	position:relative;
	width:100%;
	margin:0 auto;
}

.products_slider_item  {	
	list-style:none !important;
	display:block;
}

.products_slider .gbtr_items_slider_wrapper {
	max-width:100%;
}

.products_slider .gbtr_items_slider {
	height: 0px;
	padding:0;
	max-width:100%;
}

.products_slider_previous {
	position:absolute;
	top:50%;
	left:20px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px 0;
	background-repeat:no-repeat;
	background-color:#000;

	width: 64px;
	height: 64px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	opacity:.1;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.products_slider_previous:hover {
	opacity:1;
}

.products_slider_next {
	position:absolute;
	top:50%;
	right:20px;
	cursor: pointer;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-700px 0;
	background-repeat:no-repeat;
	background-color:#000;
	
	width: 64px;
	height: 64px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	opacity:.1;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.products_slider_next:hover {
	opacity:1;
}

/*style_1*/

.style_1 .products_slider_item  {	
	width:470px;
}

.style_1 .products_slider_content {
	position:relative;
}

.style_1 .products_slider_images {
	width:450px;
	background:#9c867a;
}

.style_1 .products_slider_images img {
	width:100%;
	height:auto;
}

.style_1 .products_slider_infos {
	position:absolute;
	bottom:50px;
	left:50px;
	padding:0 50px 0 0;
	display:none;
}

.style_1 .products_slider_category a {
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
	font-size:12px;
}

/*.style_1 .products_slider_category a:hover {
	color:#000;
}*/

.style_1 .products_slider_title a {
	color:#fff;
	font-size:30px;
	line-height:1.2em;
	padding:5px 0 10px 0;
	display:block;
}

/*.style_1 .products_slider_title a:hover {
	color:#000;
}*/

.style_1 .products_slider_price {
	color:#fff;
	font-size:30px;
	line-height:1.2em;
	font-weight:900;
}

.style_1 .products_slider_price .from,
.style_1 .products_slider_price del
 {
	color:#fff;
	font-size:16px;
	font-weight:normal;
	opacity:.7;
}

.style_1 .products_slider_price ins {
	 text-decoration:none;
}

.style_1 .products_slider_item .dark_button {
	margin-top:20px;
}

.style_1 .products_slider_item .dark_button:hover {
	background-color: #000;
	border:1px solid #000;
}

/* /SHORTCODES */


/* GRID DEMO */

.column_demo {
	width:100%;
	padding:30px 0;
	background:#09C;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

/* /GRID DEMO */

/* COMMENTS */

#respond h3 {
	font-size:24px;
	font-weight:normal;
	border-bottom:2px solid #000;
	padding:30px 0;
	margin:30px 0 30px 0;
}

#respond p {
	margin:0 0 15px 0;
}

#respond .comment-notes {
}

#respond label {
	display:block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:10px;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment
{
	width:600px;
	padding:8px 9px;
	font-size:12px;
	color:#777;
}

#respond #submit {
}

#respond #submit:hover {
	background:#9c867a !important;
}

#comments {
	font-size:13px;
}

#comments a {
	color:#000;
}

#comments a:hover {
	color:#9c867a;
}

.comments-title {
	font-size:24px;
	font-weight:normal;
	border-bottom:2px solid #000;
	/*border-top:1px solid #ccc;*/
	padding:30px 0;
	margin:60px 0 20px 0;
	line-height:1.5em;
}

.comment-author {
	font-weight:normal;
	font-style:normal;
}

.comment-author img {
	margin:10px 0 0 0;
}

.comment-author cite {
	font-size:18px;
	font-style:normal;
	padding:0 15px;
}

.comment-content {
	padding:0 0 0 60px;
	color:#555;
	line-height:1.7em;
}

.comment-content h1 {
	padding: 0 0 20px 0;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
}

.comment-content h2 {
	padding: 0 0 20px 0;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
}

.comment-content h3 {
	padding: 0 0 20px 0;
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
}

.comment-content h4 {
	padding: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
}

.comment-content h5 {
	padding: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
}

.comment-content h6 {
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
}

.comment-content p {
	padding: 0 0 20px 0;
}

.comment-content table {
	width:100%;
	margin:0 0 30px 0;
}

.comment-content table th {
	background:#f4f4f4;
	padding:5px;
	font-weight:bold;
}

.comment-content table td {
	padding:5px;
}

.comment-content dl {
	margin:0 0 20px 0;
}

.comment-content dt {
	margin:5px 0;
	font-weight:bold;
}

.comment-content ul {
	padding:0 0 20px 20px;
	list-style:disc;
}

.comment-content ul li {
	padding:0;
	list-style:disc !important;
	font-size:13px;
	line-height:1.7em;
	color:#555;
}

.comment-content ol {
	padding:0 0 20px 20px;
}

.comment-content ol li {
	padding:0;
	font-size:13px;
	line-height:1.7em;
	color:#555;
	list-style:decimal !important;
}

.comments-area .pingback {
	padding:10px;
	margin:0 0 15px 0;
	background:#f4f4f4;
}

.page #comments {
	margin-bottom:100px;
}

.reply {
	padding:20px 0 25px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 60px;
	text-decoration:underline;
}

ul.children {
	margin:0 0 0 60px;
}

.comment-meta a {
	color:#8d8d8d !important;
}

#cancel-comment-reply-link {
	float:right;
	font-size:13px;
	color:#555 !important;
	text-decoration:underline;
}

/* /COMMENTS */


/* /CONTACT */

#map_container {
	position:relative;
}

#map_canvas {
	height:450px;
	/*margin:-30px 0 60px 0;*/
}

#map_overlay_top {
	height:20px;
	width:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	pointer-events:none;
	background: #ccc;	
	background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	opacity:.2;
}

#map_overlay_bottom {
	height:20px;
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	pointer-events:none;
	background: #ccc;	
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	opacity:.2;
}

.ie #map_overlay_top {
	display:none;
}

.ie #map_overlay_bottom {
	display:none;
}

.map_button_wrapper {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

.map_button_wrapped {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:right;
}

.map_button_wrapped {

}

a#map_button {
	/*width:50px;
	height:50px;*/
	background:#000;
	z-index:2;
	color:#fff;
	display:inline-block;
	padding:20px 60px;
	text-decoration:underline;
}

.content_grid_12 input[type=text],
.content_grid_12 input[type=email]
{
	/*padding:8px 9px;*/
	font-size:12px;
	color:#777;
	width:920px;
	border:1px solid #ccc;
}

.content_grid_12 textarea {
	/*padding:8px 9px;*/
	font-size:12px;
	color:#777;
	width:920px;
	border:1px solid #ccc;
}

.content_grid_12 select {
	padding:8px 9px;
	font-size:12px;
	color:#777;
	width:940px;
	border:1px solid #ccc;
}

.content_grid_6 input[type=text],
.content_grid_6 input[type=email]
{
	padding:8px 9px;
	font-size:12px;
	color:#777;
	width:418px;
	border:1px solid #ccc;
}

.content_grid_6 textarea {
	padding:8px 9px;
	font-size:12px;
	color:#777;
	width:420px;
	border:1px solid #ccc;
}

.content_grid_6 select {
	padding:8px 9px;
	font-size:12px;
	color:#777;
	width:440px;
	border:1px solid #ccc;
}

.section_title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #457286;
	display:block;
	padding:0 0 15px 0;
	border-bottom:2px solid #c3c2c2;
	margin:0 0 0px 0;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	right: 5px;
	z-index: 100;
	background: none;
	border: 0;
	font-size: 10pt;
	width: 340px;
	padding: 2px;
	color:#e42e2c;
	text-align:right;
}


div.wpcf7-validation-errors {
	border: 0;
	color:#e42e2c;
}

div.wpcf7-response-output {
	margin: 0 0 30px 0;
	padding: 0;
}

/* /CONTACT */



/* PORTFOLIO */

.portfolio_section {
	/*text-align:center;*/
	margin-top:20px;
}

.portfolio_1_col_item_wrapper {
	width:940px;
	margin-right:17px;
	display:inline-block;
	vertical-align:top;
}

.portfolio_2_col_item_wrapper {
	width:460px;
	margin-right:17px;
	display:inline-block;
	vertical-align:top;
}

.portfolio_3_col_item_wrapper {
	width:300px;
	margin-right:17px;
	display:inline-block;
	vertical-align:top;
}

.portfolio_4_col_item_wrapper {
	width:220px;
	margin-right:17px;
	display:inline-block;
	vertical-align:top;
}

.portfolio_item {
	width:100%;
	/*background:#0CF;*/
	/*height:400px;*/
	margin-bottom:30px;
	text-align:center;
}

.portfolio_item h3 {
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	
}

.portfolio_1_col_item_wrapper .portfolio_item_img_container {
	width:100%;
	max-height:300px;
	overflow:hidden;
}

.portfolio_2_col_item_wrapper .portfolio_item_img_container {
	width:100%;
	max-height:350px;
	overflow:hidden;
}

.portfolio_3_col_item_wrapper .portfolio_item_img_container {
	width:100%;
	max-height:230px;
	overflow:hidden;
}

.portfolio_4_col_item_wrapper .portfolio_item_img_container {
	width:100%;
	max-height:169px;
	overflow:hidden;
}

.portfolio_item img {
	width:100%;
	height:auto;
}

.portfolio_item a {
	color:#000;
	display:block;
	padding:10px 0;
}

.portfolio_item a:hover {
	color:#9c867a;
}

.portfolio_item h3 {
	padding:0;
}

.portfolio_sep {
	width:60px;
	height:2px;
	background:#9c867a;
	margin:0 auto;
}

.portfolio_item_cat {
	color:#8d8d8d;
	text-transform:capitalize;
	padding:10px 0;
}

.portfolio_detail_img_wrapper {
	margin-bottom:40px;
}

.portfolio_detail_img_wrapper img {
	max-width:590px !important;
	height:auto;
}

.portfolio_item_title {
	text-transform:none !important;
	margin-bottom:10px;
}

.aside_portfolio {
	border:0;
	margin-bottom:30px;
}

.portfolio_details_sep {
	width:60px;
	height:2px;
	background:#9c867a;
}

.portfolio_details_item_cat {
	color:#8d8d8d;
	text-transform:capitalize;
	padding:12px 0;
}

.portfolio_details_item_cat span {
	color:#000;
}

/* /PORTFOLIO */

.mobiles_menus_wrapper {
	margin:5px 0 0 0;
	float:right;
	max-width:270px;
	height:0px;
}

.gbtr_menu_mobiles {
	float:left;
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

.gbtr_menu_mobiles select {
	display:none;
}

.gbtr_menu_mobiles_inside {
	visibility:hidden;
	opacity:0;
}

.gbtr_little_shopping_bag_wrapper_mobiles
{
	visibility:hidden;
	height:0px;
}

.gbtr_menu_mobiles select {
	width:205px;
}

.gbtr_menu_mobiles_inside_catalog_mode select {
	width:260px;
}


.gbtr_little_shopping_bag_wrapper_mobiles {
	width:48px;
	height:48px;
	border:1px solid #ccc;
	float:left;
	margin-left:10px;
	display:block;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px -100px !important;
	background-repeat:no-repeat;
	background-color:#fff;
	
	position:relative;
	color:#fff;
}

.gbtr_little_shopping_bag_wrapper_mobiles:hover {
	background-image:url(images/sprites.png);
	background-position:-600px -100px;
	background-repeat:no-repeat;
	background-color:#9c867a;
	color:#fff;
}

.gbtr_little_shopping_bag_wrapper_mobiles span {
	width:20px;
	height:20px;
	background:#9c867a;
	display:block;
	position:absolute;
	top:-10px;
	right:3px;
	text-align:center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	font-size:10px;
	font-weight:900;
	line-height:19px;
	overflow:hidden;
}

.gbtr_little_shopping_bag_wrapper_mobiles:hover span {
	background:#000;
}

.menu_select { 
	padding:0px 15px 0px 60px;
	border:1px solid #ccc;
	font-weight:900;
	text-transform:uppercase;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-950px -100px !important;
	background-repeat:no-repeat;
	background-color:#fff;
	
	text-align:center;
	overflow:hidden;
	display:block;
	height:48px;
}

.menu_select.customSelectOpen {
/* Styles for when the select box is open */
}

.menu_select.customSelectFocus {
/* Styles for when the select box is in focus */
}

.menu_select .customSelectInner {
	padding:15px 0 0 0;
	height:18px;
	overflow:hidden;
}

.theretailer_product_sort { 
	padding:3px 60px 3px 20px;
	border:1px solid #ccc;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:right -452px;
	background-repeat:no-repeat;
	background-color:#fff;
	
	text-align:center;
	overflow:hidden;
	display:block;
	height:35px;
	color:#000;
	text-transform:uppercase;
	font-weight:900;
}

.theretailer_product_sort.customSelectHover {
	background-color:#f4f4f4;
}

.theretailer_product_sort.customSelectOpen {
/* Styles for when the select box is open */
}

.theretailer_product_sort.customSelectFocus {
/* Styles for when the select box is in focus */
}

.theretailer_product_sort .customSelectInner {
	padding:9px 0 0 0;
	height:18px;
	overflow:hidden;
	width:100% !important;
}

.img_404 {
	width:257px;
	height:257px;
	margin:0 auto;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:0px -300px;
	background-repeat:no-repeat;
}

.page_404 {
	text-align:center;
	margin-bottom:50px;
}

.gbtr_footer_wrapper {
	/*background:#000;*/
	background: #fff !important;
}

.bottom_wrapper {
	padding:11px 0;
	border-top: none !important;
	/*border-top: 2px solid #3d3d3d;*/
}
.bottom_wrapper img {
    margin-left: 10px;
}
.bottom_wrapper .left {
    float: left;
}
.bottom_wrapper .right {
    float: right;
}
.bottom_wrapper .middle {
    width: 350px;
    margin: 0 auto;
}

.gbtr_footer_widget_credit_cards {
	width:600px;
	float:left;
}

.gbtr_footer_widget_credit_cards img {
	max-width:600px;
	height:auto;
}

.gbtr_footer_widget_copyrights {
	text-transform:uppercase;
	color:#a8a8a8;
	text-align:right;
	float:right;
	width:340px;
}

.page_full_width {
	margin-top:-30px;
}

.page_full_width .entry-content {
	margin:0;
	padding:0;
}

.shortcode_container {
	width:960px;
	margin:0 auto;
	padding:0 0 0 20px;
}

/*.home .shortcode_container {
	padding:0;
}*/

/* pagination */

.emm-paginate {
	text-align:center;
	margin:30px 0;
}
.emm-paginate a {
	color:#555;
	font-size:16px;
}
.emm-paginate a span {
	display:inline-block;
	height:30px;
	width:30px;
	margin:0 5px 0 5px;
	border:1px solid #fff;
}
.emm-paginate a:hover span,
.emm-paginate a:active span {
	background:#fff;
	color:#9c867a;
	border-width:1px;
	border-style:solid;
	border-color:#9c867a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height:22px;
	width:28px;
	margin:0 6px 8px 6px;
	padding:5px 0 0 0;
}
.emm-paginate .emm-title {
	color:#555;
	padding-right:20px;
	display:none;
}
.emm-paginate .emm-gap {
	color:#999;
}
.emm-paginate .emm-current {
	font-size:16px;	
}
.emm-paginate .emm-current span {
	color:#fff;
	background:#000;
	display:inline-block;
	height:23px;
	width:29px;
	margin:0 5px 0 6px;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:6px 0 0 0;
}
.emm-paginate .emm-page {
	border-left:1px solid #e5e5e5;
	text-align:center;
	padding:0;	
	height:30px;
	width:30px;
}
.emm-paginate .emm-page-1 {
	border:0;
}
.emm-paginate .emm-prev,
.emm-paginate .emm-next {
	padding:3px 5px;
	margin:10px;
}

.emm-paginate .emm-prev:hover,
.emm-paginate .emm-next:hover {
	color:#9c867a;
}

.page-links {
	padding:50px 0 0 0;
}

/*.tp-caption iframe {
	width:871px !important;
}*/

/* revolution slider navigation - square-old */

.tp-leftarrow.large,
.tp-leftarrow.default {
	z-index: 100;
	cursor: pointer;
	position: relative;
	
	background:none;
	background-image:url(images/sprites.png);
	background-position:-600px 0;
	background-repeat:no-repeat;
	
	width: 64px;
	height: 64px;
	margin-left: 0px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
  opacity: 0.6;
}

.tp-rightarrow.large,
.tp-rightarrow.default {
	z-index: 100;
	cursor: pointer;
	position: relative;

	background:none;
	background-image:url(images/sprites.png);
	background-position:-700px 0;
	background-repeat:no-repeat;
	
	width: 64px;
	height: 64px;
	margin-left: -20px;
	margin-top: -32px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
  opacity: 0.6;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #a1a1a1;
	width: 8px;
	height: 8px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:2px solid #fff;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #343434;
}

/* mailchimp */

#mc_subheader {
	color:#000;
}

.gbtr_dark_footer_wrapper #mc_subheader {
	color:#fff;
}

.mc_merge_var {
	margin:10px 0 10px 0;
}

.mc_var_label {
	color:#000;
}

.gbtr_dark_footer_wrapper .mc_var_label {
	color:#fff;
}

.mc_input {
	margin-bottom:5px;
	color:#b8b8b8;
}

.mc_help {
	color:#fff;
	font-size:11px;
	display:none;
}

#mc_signup_submit {
	border:0px !important;
	background:#666;
	padding:10px !important;
	width:100px;
}

#mc_signup_submit:hover {
	background:#9c867a;
}

.mc_var_label {
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}

.mc_input {
	background:none;
	/*border:1px solid #4d4d4d !important;*/
}

.mc_error_msg {
	display:block;
	margin:10px 0;
	color:#e42e2c;
}

.mc_success_msg {
	display:block;
	margin:10px 0;
	color:#9c867a;
	font-weight:normal;
}

/* archive */

.page-archive li {
	position:relative;
	padding:20px 0;
	border-bottom:1px dotted #ccc;
}

.page_archive_date {
	position:absolute;
	top: 25px;
	left: 0;
	background: #9c867a;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	color: #fff;
}

.page_archive_items {
	padding:0 0 0 40px;
}

.page_archive_items a {
	color:#000;
	font-size:13px;
	line-height:1.7em;
}

.page_archive_items a:hover {
	color:#9c867a;
}

.page_archive_items a h3 {
	font-weight:normal;
}

.page_archive_items .comments {
	color:#8d8d8d;
}

.page_archive_content_hr {
	margin:30px 0 30px 0;
	border-bottom:1px solid #ccc;
}

.page_archive_subtitle {
	font-weight:900;
	text-transform:uppercase;
	border-bottom:2px solid #000;
	padding:0 0 10px 0;
}

/* WPML */

#lang_sel {
	z-index: 10;
}

#lang_sel li {
	width: 100% !important;
	border:0;
}

#lang_sel li span {
	padding:0 0 0 5px;
}

#lang_sel ul ul {
	width: 100% !important;
}

#lang_sel a, #lang_sel a:visited {
	padding:4px 0 3px 10px;
	color:#777 !important;
	font-size:12px;
}

#lang_sel ul ul a,
#lang_sel ul ul a:visited {
	line-height:1.7em;
}

#lang_sel ul {
margin: 6px 0 !important;
list-style-type: none !important;
}

#lang_sel img.iclflag {
	top: -1px;
}

#lang_sel a.lang_sel_sel {
	background-position: right -456px;
	background-repeat: no-repeat;
}


/* UBERMENU */

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator, .megaMenuToggle {
	font-size: 12px;
	color: #eeeeee;
	padding: 7px 20px 7px 15px !important;
	font-weight: bold;
}

#megaMenu ul li.ss-nav-menu-mega ul li.ss-nav-menu-item-depth-1{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

#megaMenu ul.megaMenu {
	z-index:10000 !important;
}




/**********************************************************************
 * UberMenu Skin: Black & White
 *
 * UberMenu - WordPress Mega Menu Plugin http://wpmegamenu.com
 * Copyright: Chris Mavricos, SevenSpark http://sevenspark.com
 **********************************************************************/
/* Menu Bar */
#megaMenu {
  border: none;
  border-bottom: none;
  background-color: none;
  background:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
}
/* Top Level Items */
#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator, .megaMenuToggle {
  font-size: 12px;
  color: #000;
  padding: 12px 15px;
  font-weight: bold;
}
/* Horizontal Menu Items */
#megaMenu.megaMenuHorizontal ul.megaMenu > li > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li > span.um-anchoremulator {
  border-left: 0;
  padding-top:5px !important;
  padding-bottom:5px !important;
  margin-top:4px !important;
  -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0);
}
/* Vertical Menu Items */
#megaMenu.megaMenuVertical ul.megaMenu > li > a, #megaMenu.megaMenuVertical ul.megaMenu > li > span.um-anchoremulator {
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
}
/* Menu Items with Dropdowns */
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a,
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator,
#megaMenu ul li.mega-with-sub > a,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega > a,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator {
  padding-right: 20px;
}
/* Top Level Menu Item Titles */
#megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
  text-transform: uppercase;
  text-shadow: none;
  font-weight:900;
}

#megaMenu ul.megaMenu > li > ul > li > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li > ul > li > span.um-anchoremulator span.wpmega-link-title {
  text-transform: uppercase;
  text-shadow: none;
  font-weight:900;
}

/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li:hover > a,
#megaMenu ul.megaMenu > li > a:hover,
#megaMenu ul.megaMenu > li.megaHover > a,
#megaMenu ul.megaMenu > li:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.megaHover > span.um-anchoremulator {

}
/* Top Level Items Title - Hover */
#megaMenu ul.megaMenu > li:hover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li:hover > span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu > li > a:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li > span.um-anchoremulator:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li.megaHover > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: none;
}
/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.current-menu-item > a, #megaMenu ul.megaMenu > li.current-menu-parent > a, #megaMenu ul.megaMenu > li.current-menu-ancestor > a {
  color: #9c867a;
}
/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
 /* border-color: #f9f9f9;
  color: #666666;
  text-shadow: none;
  -webkit-box-shadow: 1px 1px 1px #ff0000;
  -moz-box-shadow: 1px 1px 1px #ff0000;
  box-shadow: 1px 1px 1px #ff0000;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -moz-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -ms-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -o-linear-gradient(top, #f9f9f9, #f9f9f9);*/
  background:#fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-width:3px !important;
  border-top-style:solid !important;
}
#megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a {
	color: #666666;
}
/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.ss-nav-menu-reg > ul.sub-menu {
  border-top: none;
}
/* Sub Menu Columns */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1 > li {
  min-width: 100px;
}
/* Sub Menu Headers */#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li:hover > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a,
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > span.um-anchoremulator,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator,
.wpmega-widgetarea h2.widgettitle {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  padding-bottom: .4em;
  border-bottom: 1px dotted #e9e9e9;
  margin-bottom: 0.6em;
}
/* Sub Menu Links & Fake Links */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > a,
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li > span.um-anchoremulator,
#megaMenu ul ul.sub-menu li > a,
#megaMenu ul ul.sub-menu li > span.um-anchoremulator {
  color: #000;
  font-size: 12px;
  text-shadow: none;
  background-color: transparent;
}
/* Sub Menu Link Hover */
#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a:hover, #megaMenu ul ul.sub-menu > li:hover > a {
  color: #000;
  background-color: transparent;
}
/* Top Level Search Bar */
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform {
  padding-top: 2px;
}
/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
  color: #4d90fe !important;
}
/* Image Spacing */
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description {
  padding-left: 25px;
}
.ss-nav-menu-with-img {
  min-height: 16px;
}
/* Item Description */
#megaMenu ul.megaMenu li a span.wpmega-item-description, #megaMenu ul.megaMenu li span.um-anchoremulator span.wpmega-item-description {
  font-size: 9px;
  color: #bbbbbb;
  text-transform: uppercase;
}
/* Arrow Colors */
#megaMenu ul li.mega-with-sub > a:after,
#megaMenu ul li.ss-nav-menu-mega > a:after,
#megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-top-color: #bbbbbb;
}
#megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after, #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}
/* HR */
#megaMenu .wpmega-divider {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/* Vertical */
#megaMenu.megaMenuVertical > ul > li > a, #megaMenu.megaMenuVertical > ul > li > span.um-anchoremulator {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff);
}
#megaMenu.megaMenuVertical ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after,
#megaMenu.megaMenuVertical ul li.mega-with-sub > a:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-mega > a:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.mega-with-sub > span.um-anchoremulator:after,
#megaMenu.megaMenuVertical ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-left-color: #bbbbbb;
}
#megaMenu.megaMenuVertical ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.ss-nav-menu-reg > ul.sub-menu {
  border-left: none;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
  *border-bottom: none;
}
#megaMenu.megaMenuVertical ul.megaMenu {
  *border-right: none;
}

#megaMenu .megaMenuToggle-icon,
.megaMenuToggle-icon:before,
.megaMenuToggle-icon:after{
  background: #222;
  background: rgba( 0, 0, 0, .8 );
}

#megaMenu ul.megaMenu li li li a span, #megaMenu ul.megaMenu li li li span.um-anchoremulator span {
	/*color:#777;*/
}


/*****************************************************************************************************/
/******************************************* /Common styles ******************************************/
/*****************************************************************************************************/







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

/* ************************************************************** */
/* All Screens under 960px */
/* ************************************************************** */
@media screen and (max-width: 959px) {
	
	/* SHORTCODES */
	.f_blocks {
	 margin-left: 0 !important;
   margin-right: 43px;
	}
  .f_blocks.last {
    float: none !important;
  }
  ul.why_list {
	 padding-left: 0 !important;
	}
  .copyright_block {
    margin: 11px 0 0 !important
  }
  .homefeatured,
  .size_block {
    display: none;
  }
  
  .bottom_wrapper .middle {
    width: 330px !important;
  }
  .bottom_wrapper img {
    margin-left: 0 !important;
  }
	.shortcode_tabgroup ul.tabs {
		width:100%;
		float:none;
		padding:0;
		border:0;
		border-bottom:1px solid #ccc;
	}
	
	.shortcode_tabgroup ul.tabs li {
		list-style:none;
		margin:0;
		padding:0;
		border-bottom:0;
		display:inline-block;
		border:0;
	}
	.credit_cards {
	   float: left !important;
	}
  
	.shortcode_tabgroup ul.tabs li a{
		padding:17px 0 15px 0;
		border-bottom:2px solid #fff;
		margin-right:20px;
	}
	
	.shortcode_tabgroup ul.tabs li.active a{
		border-bottom:2px solid #000;
	}
	
	.shortcode_tabgroup .panels{
		width:100%;
		float:none;
		border:0;
		padding-left:0;
		padding-top:0;
		margin-left:0;
	}
	
	.with_sidebar .shortcode_tabgroup .panels{
		width:100%;
		float:none;
		border:0;
		padding-left:0;
		padding-top:0;
		margin-left:0;
	}
	
	.shortcode_our_services {
		margin:10px 0px 30px 0;
	}
	
	.shortcode_our_services_img_placeholder {
		margin:5px 0 10px 20px;
	}
	
	/* /SHORTCODES */
	
	.content_wrapper,.content_grid_12,.content_grid_6,.content_grid_4,.content_grid_3,.content_grid_2,.content_grid_1,.content_grid_2_3,
	.with_sidebar .content_wrapper,.with_sidebar .content_grid_12,.with_sidebar .content_grid_6,.with_sidebar .content_grid_4,.with_sidebar .content_grid_3,.with_sidebar .content_grid_2,.with_sidebar .content_grid_1,.with_sidebar .content_grid_2_3
	{
		width:100% !important;
		/*padding:0 10px;*/
	}
	
	.side_column {
		width:100%;
		margin:0;
		float:none;
		clear:both;
	}
	
	.listing_products_no_sidebar {
		/*width:710px;*/
	}
	
	.listing_products_no_sidebar .category_header {
		margin:0 0px 0 0;
	}
	
	table.shop_table tbody tr {
		/*background:#fbf8e9;*/
	}
	
	.gbtr_checkout_method_content .first_col {
		width:100%;
		float:none;
	}
	
	.gbtr_checkout_method_content .sec_col {
		width:100%;
		float:none;
	}
	
	.gbtr_checkout_login .button_checkout_login {
		width:100% !important;
	}
	
	.lost_password {
		text-align:center;
		display:block;
		padding:20px 0;
	}
	
	.button_checkout_method_continue,
	.button_create_account_continue,
	.button_billing_address_continue,
	.button_shipping_address_continue,
	.button_order_review_continue,
	#place_order
	{
		width:100% !important;
	}
	
	.gbtr_first_menu,
	.gbtr_second_menu,
	.gbtr_little_shopping_bag_wrapper
	{
		display:none;
	}
	
	.listing_products {
		width:300px;
		padding-left:0px;
		text-align:center;
		margin:0 auto;
	}
	
	.listing_products .category_header {
		margin:0 10px 0 0;
	}
	
	.gbtr_aside_column_left {
		margin:0;
	}
	
	.gbtr_aside_column_left .widget #searchform {
		width:160px;
	}
	
	.gbtr_aside_column_left .widget input[type=text],
	.gbtr_aside_column_left .widget input[type=password] {
		width:116px;
	}
	
	.gbtr_aside_column_left .widget select {
		width:160px;
	}
	
	.product_navigation.desktops {
		display:none;
	}
	
	.product_main_infos span.onsale {
		top: 70px;
		left: 477px;
	}
	
	.gbtr_poduct_details_left_col {
		float:none;
		margin:0 auto;
	}
	
	.gbtr_poduct_details_right_col {
		float:none;
		margin:30px auto 0 auto;
		width:510px;
	}
	
	.grtr_product_header_desktops {
		display:none;
	}
	
	.grtr_product_price_desktops {
		display:none;
	}
	
	.grtr_product_header_mobiles {
		text-align:center;
		margin:20px 0 40px 0;
	}
	
	.grtr_product_header_mobiles .price {
		font-size:36px !important;
		color:#000 !important;
		font-weight:900;
		padding:15px 0 0 0;
	}
	
	.grtr_product_header_mobiles .after_title_reviews {
		width:160px;
		margin:0 auto;
	}
	
	.grtr_product_header_mobiles .price {
		font-size:18px;
		color:#000 !important;
		padding:20px 0 0 0 !important;
		font-weight:bold;
	}
	
	.grtr_product_header_mobiles span.price,
	.grtr_product_header_mobiles p.price,
	.grtr_product_header_mobiles span.price,
	.grtr_product_header_mobiles p.price {
		color: #000 !important;
		font-size: 36px;
		font-weight:900 !important;
		padding:25px 0 30px 0;
	}
	
	.grtr_product_header_mobiles span.price .from,
	.grtr_product_header_mobiles p.price .from,
	.grtr_product_header_mobiles span.price .from,
	.grtr_product_header_mobiles p.price .from {
		font-size:14px;
		color:#8d8d8d;
		font-weight:normal;
	}
	
	.grtr_product_header_mobiles span.price del,
	.grtr_product_header_mobiles p.price del,
	.grtr_product_header_mobiles span.price del,
	.grtr_product_header_mobiles p.price del {
		font-size:14px !important;
		color:#8d8d8d !important;
		font-weight:normal;
	}
	
	.grtr_product_header_mobiles span.price ins,
	.grtr_product_header_mobiles p.price ins,
	.grtr_product_header_mobiles span.price ins,
	.grtr_product_header_mobiles p.price ins {
		text-decoration:none;
	}
	
	.big_arrow_left,
	.big_arrow_right
	{
		display:none;
	}
	
	.gbtr_product_share ul li {
		margin:0 20px;
	}
	
	.entry-content {
		padding: 0;
	}
	
	.entry-content .wp-caption {
		max-width:100% !important;
		height:auto;
	}
	
	.entry-content img {
		max-width:100% !important;
		height:auto;
	}
	
	.rev_slider_wrapper img {
		max-width:inherit !important;
	}
	
	.widget input[type="text"], .widget input[type="password"] {
		width: 75% !important;
	}
	
	.widget #searchform {
		width: 100% !important;
	}
	
	.widget select {
		width: 100%;
	}
	
	.widget #searchform input[type="submit"] {
		width: 20px !important;
	}
	
	#respond #author, #respond #email, #respond #url, #respond #comment {
		width: 95% !important;
	}
	
	.gbtr_aside_column {
		margin: 0;
		padding: 0;
		border:0;
	}
	
	.sidebar_left .gbtr_aside_column {
		margin: 0;
		padding: 0;
		border:0;
	}
	
	.tagcloud {
		width:95%;
		overflow:hidden;
	}
	
	.gbtr_footer_widget_credit_cards {
		width:90%;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.gbtr_footer_widget_credit_cards img {
		max-width:100%;
	}
	
	.gbtr_footer_widget_copyrights {
		text-align:center;
		float:none;
		width:100%;
		margin:20px 0 0 0;
	}
	
	.shortcode_container {
		width:inherit;
		margin:0;
		padding:0 10px;
		clear:both;
	}
	
	.gbtr_dark_footer_wrapper .widget_nav_menu ul li {
		width:100%;
		margin:0;
	}
	
	.shortcode_banner_simple_bullet {
		display:none;
	}
	
	.listing_products .filter_wrapper {
		position:relative;
		margin-top:10px;
	}
	
	.listing_products .filter_wrapper .navigation {
		display:none !important;
	}
	
	.entry-content p iframe {
		max-width: 100% !important;
	}
	
	.content_grid_6 .accordion, .content_grid_4 .accordion, .content_grid_3 .accordion {
		margin-right: 0px;
	}
	
	.slide_everything {
		width:100%;
	}
	
	.slide_everything_content {
		width:100%;
	}
	
	.gbtr_left_column_cart {
		margin:0;
		padding:2px 0 0 0;
		border-left: 0;
	}
	
	table.shop_table .product-name a {
		padding:10px 0 0 0 !important;
		display:inline-block;
	}
	
	.portfolio_1_col_item_wrapper {
		width:100%;
		height:auto;
		margin:0;
	}
	
	.portfolio_2_col_item_wrapper {
		width:100%;
		height:auto;
		margin:0;
	}
	
	.portfolio_3_col_item_wrapper {
		width:100%;
		height:auto;
		margin:0;
	}
	
	.portfolio_4_col_item_wrapper {
		width:100%;
		height:auto;
		margin:0;
	}
	
	.portfolio_1_col_item_wrapper .portfolio_item_img_container {
		max-height:400px;
	}
	
	.portfolio_2_col_item_wrapper .portfolio_item_img_container {
		max-height:400px;
	}
	
	.portfolio_3_col_item_wrapper .portfolio_item_img_container {
		max-height:400px;
	}
	
	.portfolio_4_col_item_wrapper .portfolio_item_img_container {
		max-height:400px;
	}
	
	.aside_portfolio {
		padding-left:0;
	}
	
	


	.gbtr_login_register_wrapper {
		width:300px;
		position:relative;
		height:445px;
		overflow:hidden;
		border:1px solid #ccc;
		float:none;
		margin:0 auto;
	}
	
	.gbtr_login_register_slider {
		width:1000px;
		position:absolute;
		top:0;
		left:0;
	}
	
	.gbtr_login_register_slide_1,
	.gbtr_login_register_slide_2
	{	
		padding:30px;
		width:240px;
		float:left;	
	}
	
	.gbtr_login_register_switch {
		float:none;
		margin:0 auto;
		width:230px;
		height:520px;
		position:relative;
		overflow:hidden;
		/*border:1px solid #F00;*/
	}
	
	.gbtr_login_register_switch .button {
		width:230px;
	}
	
	.gbtr_login_register_label_slider {
		width:230px;
		padding:50px 0;
		height:520px;
		position:absolute;
		top:0;
		left:0;
	}
	
	.wpcf7-form input,
	.wpcf7-form textarea {
		width:90% !important;
	}
	
	.gbtr_menu_mobiles {
		visibility:visible;
		height:auto;
	}
	
	.gbtr_little_shopping_bag_wrapper_mobiles
	{
		visibility:visible;
	}
	
	.pp_content_container input {
		width:100% !important;
		border:1px solid #ccc !important;
	}
	
	.pp_content_container textarea {
		width:100% !important;
		border:1px solid #ccc !important;
	}
	
	#nav-below .nav-next-single {
		width:100%;
		border-left:0;
	}
	
	.gbtr_menu_mobiles select {
		display:block;
	}

}

/* ************************************************************** */
/* Big Screens > 960px */
/* ************************************************************** */
@media screen and (min-width: 960px) {

.bottom_wrapper .middle {
    width: 330px !important;
  }
  .bottom_wrapper img {
    margin-left: 0 !important;
  }
/* Grid */
body{min-width:960px}.container_12{margin-left:auto;margin-right:auto;width:980px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:320px;}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}

.product_navigation.mobiles {
	display:none;
}

.grtr_product_header_mobiles {
	display:none;
}

.testimonial_left_content:after, .testimonial_left_content:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_left_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	top: 50px;
	margin-top: -15px;
}
.testimonial_left_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #999999;
	border-width: 16px;
	top: 50px;
	margin-top: -16px;
}

.testimonial_right_content:after, .testimonial_right_content:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_right_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	top: 50px;
	margin-top: -15px;
}

.testimonial_right_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #999999;
	border-width: 16px;
	top: 50px;
	margin-top: -16px;
}

}

/* ************************************************************** */
/* Tablet 720px - 960px */
/* ************************************************************** */
@media only screen and (min-width: 720px) and (max-width: 959px) {

  .f_blocks.last {
    float: none !important;
  }
  .bottom_wrapper .middle {
    width: 330px !important;
  }
  .bottom_wrapper img {
    margin-left: 0 !important;
  }
  ul.why_list {
	 padding-left: 0 !important;
	}
  .copyright_block {
    margin: 11px 0 0 !important
  }
  .homefeatured,
  .size_block {
    display: none;
  }
/* Grid */
body{min-width:720px}.container_12{margin-left:auto;margin-right:auto;width:720px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:40px}.container_12 .grid_2{width:100px}.container_12 .grid_3{width:160px}.container_12 .grid_4{width:220px}.container_12 .grid_5{width:280px}.container_12 .grid_6{width:340px}.container_12 .grid_7{width:400px}.container_12 .grid_8{width:460px}.container_12 .grid_9{width:520px}.container_12 .grid_10{width:580px}.container_12 .grid_11{width:640px}.container_12 .grid_12{width:700px}.container_12 .prefix_1{padding-left:60px}.container_12 .prefix_2{padding-left:120px}.container_12 .prefix_3{padding-left:180px}.container_12 .prefix_4{padding-left:240px}.container_12 .prefix_5{padding-left:300px}.container_12 .prefix_6{padding-left:360px}.container_12 .prefix_7{padding-left:420px}.container_12 .prefix_8{padding-left:480px}.container_12 .prefix_9{padding-left:540px}.container_12 .prefix_10{padding-left:600px}.container_12 .prefix_11{padding-left:660px}.container_12 .suffix_1{padding-right:60px}.container_12 .suffix_2{padding-right:120px}.container_12 .suffix_3{padding-right:180px}.container_12 .suffix_4{padding-right:240px}.container_12 .suffix_5{padding-right:300px}.container_12 .suffix_6{padding-right:360px}.container_12 .suffix_7{padding-right:420px}.container_12 .suffix_8{padding-right:480px}.container_12 .suffix_9{padding-right:540px}.container_12 .suffix_10{padding-right:600px}.container_12 .suffix_11{padding-right:660px}.container_12 .push_1{left:60px}.container_12 .push_2{left:120px}.container_12 .push_3{left:180px}.container_12 .push_4{left:240px}.container_12 .push_5{left:300px}.container_12 .push_6{left:360px}.container_12 .push_7{left:420px}.container_12 .push_8{left:480px}.container_12 .push_9{left:540px}.container_12 .push_10{left:600px}.container_12 .push_11{left:660px}.container_12 .pull_1{left:-60px}.container_12 .pull_2{left:-120px}.container_12 .pull_3{left:-180px}.container_12 .pull_4{left:-240px}.container_12 .pull_5{left:-300px}.container_12 .pull_6{left:-360px}.container_12 .pull_7{left:-420px}.container_12 .pull_8{left:-480px}.container_12 .pull_9{left:-540px}.container_12 .pull_10{left:-600px}.container_12 .pull_11{left:-660px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}

.content_wrapper,.content_grid_12,.content_grid_6,.content_grid_4,.content_grid_3,.content_grid_2,.content_grid_1,.content_grid_2_3
{
	width:700px !important;
	margin:0 auto !important;
	float:none; 
	/*padding:0 10px;*/
}
.credit_cards {
  float: left !important;
}

.listing_products_no_sidebar {
	max-width:720px !important;
}

.listing_products {
	width:500px;
	padding-left:30px;
	text-align:left;
	margin:0 auto;
}

.gbtr_aside_column {
	margin: 0;
	padding: 2px 0 0 20px;
	border-left:1px dotted #ccc;
}

.sidebar_left .gbtr_aside_column {
	margin: 0;
	padding: 2px 20px 0 0;
	border:0;
	border-right:1px dotted #ccc;
}

.gbtr_aside_column .widget input[type="text"],
.gbtr_aside_column .widget input[type="password"] {
	width: 155px !important;
}

.gbtr_light_footer_wrapper .widget input[type="text"],
.gbtr_dark_footer_wrapper .widget input[type="password"]
{
	width: 115px !important;
}

.widget select {
	width: 199px;
}

.widget #searchform {
	width: 100% !important;
}

#mc_signup_submit {
	width:100px !important;
}

#respond #author, #respond #email, #respond #url, #respond #comment {
	width: 100%;
}

.widget input[type="submit"] {
	width: 200px !important;
}
	
.testimonial_left_content {
	width:65%;
}

.testimonial_left_author {
	width:18%;
}


.testimonial_left_content:after, .testimonial_left_content:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_left_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	top: 50px;
	margin-top: -15px;
}
.testimonial_left_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #999999;
	border-width: 16px;
	top: 50px;
	margin-top: -16px;
}
	
.testimonial_right_content {
	width:65%;
}

.testimonial_right_author {
	width:18%;
}

.testimonial_right_content:after, .testimonial_right_content:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_right_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	top: 50px;
	margin-top: -15px;
}

.testimonial_right_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #999999;
	border-width: 16px;
	top: 50px;
	margin-top: -16px;
}

.from_the_portfolio {
	width:720px;
}

ul.products {
	width:720px;
}

.gbtr_left_column_cart {
	margin:0;
	padding:2px 0 0 20px;
	border-left: 1px solid #ccc;
}

.coupon .input-text {
	padding: 8px 69px 8px 9px;
	width: 119px;
}

.aside_portfolio {
	padding-left:20px;
}



.gbtr_login_register_wrapper {
	width:400px;
	position:relative;
	height:445px;
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
}

.gbtr_login_register_slider {
	width:1000px;
	position:absolute;
	top:0;
	left:0;
}

.gbtr_login_register_slide_1,
.gbtr_login_register_slide_2
{	
	padding:50px;
	width:300px;
	float:left;	
}

.gbtr_login_register_switch {
	float:left;
	width:250px;
	height:500px;
	position:relative;
	overflow:hidden;
	/*border:1px solid #F00;*/
	margin-left:33px;
}

.gbtr_login_register_switch .button {
	width:250px;
}

.gbtr_login_register_label_slider {
	width:250px;
	padding:50px 0;
	height:500px;
	position:absolute;
	top:0;
	left:0;
}

.product_list_widget_img_wrapper {
	margin-bottom: 20px;
}

.gbtr_header_wrapper {
	/*margin-bottom: 15px;*/
	height:60px;
}

}

/* ************************************************************** */
/* Mobile 0px - 720px */
/* ************************************************************** */
@media only screen and (max-width: 719px) {
	
  .f_blocks.last {
    float: none !important;
  }
  .bottom_wrapper .middle {
    width: 330px !important;
  }
  .bottom_wrapper img {
    margin-left: 0 !important;
  }
  ul.why_list {
	 padding-left: 0 !important;
	}
  .copyright_block {
    margin: 11px 0 0 !important
  }
  .homefeatured,
  .size_block {
    display: none;
  }
/* Grid */
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{margin-left:10px;margin-right:10px;clear:both}.alpha,.omega{margin-left:0;margin-right:0}.align_center,.align_right{text-align:left}

.gbtr_tools_info {
	display:none;
}

.mobiles_menus_wrapper {
	float:none;
	max-width:270px;
	margin:0px auto 0 auto;
	height:auto;
}

.credit_cards {
  float: left !important;
}
.gbtr_poduct_details_left_col {
	width:300px;
	float:none;
	margin:0 auto;
}

.gbtr_poduct_details_left_col {
	width:300px;
	float:none;
	margin:0 auto;
}

.doubleSlider-1 img {
	width:300px;
	height:auto;
}

.gbtr_poduct_details_right_col {
	width:300px;
	float:none;
	margin:0 auto;
}

.product_navigation.mobiles .nav-back {
	display:none;
}

.gbtr_product_share ul li {
	margin:0 5px;
	width:50px;
	overflow:hidden;
}

.gbtr_product_share ul li a {
	padding: 38px 0 0;
}

div.product .woocommerce_tabs ul.tabs, #content div.product .woocommerce_tabs ul.tabs,
div.product .woocommerce-tabs ul.tabs, #content div.product .woocommerce-tabs ul.tabs {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-right: 0px !important;
	width: 100% !important;
	padding: 20px 0 20px 0 !important;
}

div.product .woocommerce_tabs .panel, #content div.product .woocommerce_tabs .panel,
div.product .woocommerce-tabs .panel, #content div.product .woocommerce-tabs .panel {
	padding: 0 !important;
	border-left: 0;
}

div.product .woocommerce_tabs ul.tabs li, #content div.product .woocommerce_tabs ul.tabs li,
div.product .woocommerce-tabs ul.tabs li, #content div.product .woocommerce-tabs ul.tabs li {
	width: 100% !important;
}

.product_main_infos span.onsale {
	top: -20px;
	left: 220px;
}

.single_add_to_cart_button {
	width:160px;
}
	
.testimonial_left_content {
	width:89%;
	padding:5%;
	float:none;
}

.testimonial_left_author {
	width:95%;
	float:none;
	margin-top:30px;
}

.testimonial_left_author img {
	float:left;
	margin-right:20px;
	max-width:50px !important;
}

.testimonial_left_author h4 {
	padding-top:5px;
}

.testimonial_left_content:after, .testimonial_left_content:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_left_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	left: 50px;
	margin-left: -15px;
}

.testimonial_left_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 16px;
	left: 50px;
	margin-left: -16px;
}

.testimonial_right_content {
	width:89%;
	padding:5%;
	float:none;
}

.testimonial_right_author {
	margin-top:30px;
	width:95%;
	float:none;
}

.testimonial_right_author img {
	float:left;
	margin-right:20px;
	max-width:50px !important;
}

.testimonial_right_author h4 {
	padding-top:5px;
}

.testimonial_right_content:after, .testimonial_right_content:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial_right_content:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	left: 50px;
	margin-left: -15px;
}

.testimonial_right_content:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 16px;
	left: 50px;
	margin-left: -16px;
}

.listing_products_no_sidebar {
	max-width:100% !important;
	text-align:center;
}

.listing_products_no_sidebar .filter_wrapper {
	right: 0px;
}

.listing_products_no_sidebar .category_header {
	padding: 0;
}

#mc_signup_submit {
	width:100px !important;
}

.widget input[type="text"], .widget input[type="password"] {
	width: 84% !important;
}

.from_the_portfolio {
	width:100%;
	text-align:center;
}

.from_the_portfolio_item  {	
	float:none;
	display:inline-block;
	margin:10px 0 20px 0 !important;
}

ul.products {
	width:100%;
	text-align:center;
}

.product_item {
	float:none;
	display:inline-block;
	margin:0 0px 30px 0px !important;
}

/*.featured_products_slider .gbtr_items_slider {
	height: 500px;
}

.featured_products_slider_item  {	
	width:220px;
}*/

.style_1 .products_slider_item  {	
	width:320px;
}

.style_1 .products_slider_images {
	width:300px;
}

.gbtr_left_column_my_account {
	margin:0;
	padding:0;
	border-right: 0;
}

.gbtr_left_column_my_account:after, .gbtr_left_column_my_account:before {
	content:normal;
}

.gbtr_left_column_my_account ul.menu_my_account {
	padding: 0 0 30px 0 !important;
}

.entry-title {
	text-align:center;
}

.gbtr_logo {
	padding:0 0;
	display:block;
	margin:20px auto -20px auto;
	width:270px;
	position:relative;
	max-height:100px;
	overflow:hidden;
}

.listing_products_no_sidebar .filter_wrapper {
	position:relative;
	margin:10px 0 0 0 !important;
	text-align:center;
}

footer.entry-meta .comments-link {
	display:none;
}

.edit-link {
	display:none;
}

.gbtr_logo {
	left:0px;
}

.gbtr_items_slider.from_the_blog
{
	/* required */
	height: 400px;
}

.from_the_blog_item  {	
	width:250px !important;
	padding-right:0px !important;
	list-style:none !important;
}

.from_the_blog_item:last-child  {	
	width:200px;
}

.from_the_blog_content {
	width:190px;
}

.from_the_blog_img {
	margin-bottom:10px !important;
}
	
}

/* ************************************************************** */
/* Mobile 480px - 720px */
/* ************************************************************** */
@media only screen and (min-width: 480px) and (max-width: 719px) {
	.newsimg {display: block; width:220px;}

  .f_blocks.last {
    float: none !important;
  }
  .bottom_wrapper .middle {
    width: 330px !important;
  }
  .bottom_wrapper img {
    margin-left: 0 !important;
  }
  ul.why_list {
	 padding-left: 0 !important;
	}
.gbtr_poduct_details_left_col {
	width:460px;
	float:none;
	margin:0 auto;
}
.homefeatured,
  .size_block {
    display: none;
  }
.copyright_block {
    margin: 11px 0 0 !important
  }

.gbtr_poduct_details_right_col {
	width:460px;
	float:none;
	margin:0 auto;
}
.credit_cards {
  float: left !important;
}

.product_main_infos span.onsale {
	top: -20px;
	left: 380px;
}

.doubleSlider-1 img {
	width:480px;
	height:auto;
}

.gbtr_product_share ul li {
	margin:0 20px;
}

.listing_products {
	width:473px;
	padding-left:0px;
	text-align:center;
}

.from_the_portfolio_item  {	
	float:none;
	display:inline-block;
	margin:10px 20px 20px 0 !important;
}

.product_item {
	float:none;
	display:inline-block;
	margin:0 50px 30px 0px !important;
}

.filter_form .first {
width: 100%;
background: #d3d4d5;
}

}

/* ************************************************************** */
/* Mobile 0px - 479px */
/* ************************************************************** */
@media only screen and (max-width: 479px) {

.f_blocks.last {
    float: none !important;
  }
.credit_cards {
  float: left !important;
}
ul.why_list {
 padding-left: 0 !important;
}
.copyright_block {
  margin: 11px 0 0 !important
}
.homefeatured,
.size_block {
  display: none;
}

.filter_form .first {
width: 100%;
background: #d3d4d5;
}
	
}

.pricing-note {
font-size: medium;
font-weight: normal;
display: block;
margin-top: 10px;
color: #882222;
}

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

#freeshipping {
	width:102px;
	height:100px;
	background:url(https://www.rugpadcorner.com/wp-content/uploads/2013/08/free-shipping.png);
}

#freeshipping:hover {
	background:url(../../uploads/2013/08/free-shipping-over.png);
}

#customcut {
	width:102px;
	height:100px;
	background:url(../../uploads/2013/08/custom-cut.png);
}

#customcut:hover {
	background:url(../../uploads/2013/08/custom-cut-over.png);
}

#secureshopping {
	width:120px;
	height:100px;
	background:url(../../uploads/2013/08/secure-shopping.png);
}

#secureshopping:hover {
	background:url(../../uploads/2013/08/secure-shopping-over.png);
}

#returnpolicy {
	width:120px;
	height:100px;
	background:url(../../uploads/2013/08/30-day.png);
}

#returnpolicy:hover {
	background:url(../../uploads/2013/08/30-day-over.png);
}

.rpuRepostUsButtonWrap {display:none;}

.entry-content .homeheader {
padding-bottom: 10px;
font-size: 14px;
font-weight: 900;
color: #457286;
text-transform: uppercase; }

.entry-content .hometext {
margin-top:-7px;
font-size: 12px;
line-height: 1em;
color: #999;
border-bottom: 1px solid #ccc;
}


.hupso-share-buttons {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.from_the_blog_content, .from_the_blog_excerpt strong{
	color: #666 !important;
}
.gbtr_items_sliders_header .gbtr_items_sliders_nav{
	display: none;
}
.posts_widget .gbtr_items_sliders_nav{
	display: block;
}
/*
https://redmine.a2a.co/issues/2970 Flip to have the buttons on top of the products in the shopping cart drop down
*/
.gbtr_minicart_wrapper a.button.gbtr_minicart_cart_but{
	position: absolute;
	top: 40px;
	width: 258px;
}
.gbtr_minicart_wrapper a.button.gbtr_minicart_checkout_but{
	position: absolute;
	top: 100px;
	width: 258px;
}
.gbtr_minicart_wrapper ul.cart_list li:first-child{
	margin-top: 170px;
	border-top: 1px dotted #ccc;
}
.minicart_total_checkout{
	position: absolute;
	top: 0;
	width: 258px;
}
.gbtr_minicart_wrapper ul.cart_list li:last-child{

	border-bottom: 0px dotted #ccc;
}

.highlighted_cart .gbtr_little_shopping_bag{
	background: #457286 !important;
}
.highlighted_cart .gbtr_little_shopping_bag a,.highlighted_cart .gbtr_little_shopping_bag span{
	color: #fff !important;
}

/*NEW HOMEPAGE*/
.full_width.teal{
background-color: #486d7f;
background-image: -webkit-linear-gradient(top, #3e5d6d, #466a7c 16%, #486d7f);
background-image: -moz-linear-gradient(top, #3e5d6d, #466a7c 16%, #486d7f);
background-image: -o-linear-gradient(top, #3e5d6d, #466a7c 16%, #486d7f);
background-image: linear-gradient(to bottom, #3e5d6d, #466a7c 16%, #486d7f);
padding: 5px 0;
}
.full_width.brown{
height: 29px;
line-height: 29px;
background-color: #948175;
background-image: -webkit-linear-gradient(bottom, #948175, #665951);
background-image: -moz-linear-gradient(bottom, #948175, #665951);
background-image: -o-linear-gradient(bottom, #948175, #665951);
background-image: linear-gradient(to top, #948175, #665951);
}
.sub_title_on_teal{
text-align: center;
color: #fff;
font-size: 13px;
margin-bottom: 12px;
}
.sub_title_on_main{
color: #486d7f;
text-align: center;
font-size: 13px;
font-weight: 900;
margin-left: -15px;
}
.sul_sub_title_on_main{
text-align: center;
color: #999999;
}
.white_block{
min-height: 60px;
margin-top: -5px;
}

.fullwidthabanner{
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
.full_width .list_of_items .content_grid_2{
text-align: center;
}
.full_width .list_of_items a{
width: 110px;
height: 110px;
overflow: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
}
.full_width .list_of_items a .a_title{
background: rgba(0,0,0,0.3);
text-align: center;
padding: 5px 0;
color: #fff;
font-size: 12px;
width: 100%;
line-height: 13px;
position: absolute;
height: 26px;
top: 50%;
margin-top: -18px;
left: 0;
}

.product_home_title_top{
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.full_width.teal{
/*display: none;*/
}
.full_width.teal .sub_title_on_teal{
margin-left: -20px;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select{
	width: 80%;
}

/*some unknown CSS fixes, that where not uploaded to SVN yet*/
.lpbox {
	width: 100%;
	border: solid;
	border-color: #a7a9ac;
	display: block;	
	margin-bottom:20px;
}

.lpheader {
	padding: 0px 0 0px 0 !important;
	font-size: 1.75em !important;
	line-height: 1.3em !important;
	font-weight: 600 !important;
	color: #457286 !important;
	margin-top: 10px;
}

.lpsubheader {
	padding: 0px 0 0px 0 !important;
	font-size: 1.5em !important;
	line-height: 1.3em !important;
	font-weight: 600;
	color: #000000;	
}

.lplisttitle {
	padding: 10px 0 2px 0 !important;
	font-size: 1.25em !important;
	line-height: 1.3em;
	font-weight: 600;
	color: #457286 !important;
}

.lplist li {
	list-style: disc !important;
	padding: 0px 0 0px 0 !important;
	font-size: 12px !important;
	color: #000000 !important;
	line-height: 1.5em;
	list-style-position: inside !important;
}

.lplist {
	color: #457286 !important;
	margin-bottom:10px;
}


.lpbold {
	text-transform:uppercase;
	color: #457286;
	font-weight: 800;
	font-size:12px
}

.lpbutton {
background-color: #457286;
color: #FFFFFF;
text-transform: uppercase;
font-weight: 800;
font-size: 14px;
padding: 5px;
float: right;
min-width: 50%;
text-align: center;
margin-top: -30px;
margin-right: 20px;
display: block;
}

.lpbutton:hover {
background-color: #9d8679;
}

.lpimage {
float: left;
margin: 0 30px 0 0;
display: block;
width: 226px;
max-width: 100% !important;
height: auto;
}


@media only screen and (max-width: 719px) {
.lpimage {
float: none;
margin: 0 30px 0 0;
display: block;
width: 229px;
max-width: 100% !important;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.lpheader {
margin-left:20px;
}

.lpsubheader {
margin-left:20px;
}

.lplisttitle {
margin-left:20px;
}
}

/*urgent buttons fix*/
#post-8955 .button.cancel {
width: 120px;
float: left;
margin: 20px 0;
background-color: rgb(195, 188, 188);
}
#post-8955 input.button {
width: 200px;
margin: 20px 0;
float: right;
background-color: #910C20;
}
#post-8955 input.button:hover,#post-8955 .button.cancel:hover{
	background: #9c867a;
}

#post-8955 tfoot td,#post-8955 tfoot th{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#post-8955 th.product-name,#post-8955 td.product-name{
	width: 720px !important;
}
.hidden {
    display: none !important;
}
html,
body {
 /*  font-family: 'Lato', Arial, Helvetica, sans-serif !important;*/
font-family: 'Lato', sans-serif;
}


/* ======================<<<Home====================== */
.image_container a {
  display: block;
  width: 208px;
  height: 270px;
  overflow: hidden;
}
.rev_slider_wrapper {
    padding: 0 !important;
}
#rev_slider_3_2_wrapper {
  width: auto !important;
  display: inline-block !important;
}
.product_item {
    position: relative;
}
.product_item .corner {
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 42px;
    height: 42px;
    background: url('images/sprites.png') no-repeat -650px -100px;
}
.rev_slider_wrapper {
  position: relative !important;
  overflow: visible !important;
}
.fullwidthabanner {
  -webkit-box-shadow: 0 8px 11px rgba(0,0,0, 0.31);
  box-shadow: 0 8px 11px rgba(0,0,0, 0.31);
}

.product_item {
    text-align: center;
    padding: 6px !important;
    -webkit-box-shadow: inset 0 0 43px rgba(6,6,7, 0.11);
            box-shadow: inset 0 0 43px rgba(6,6,7, 0.11);
}
.homefeatured1237 {
    background: #457286;
}
.homefeatured1244 {
    background: #9c867a;
}
.homefeatured1248 {
    background: #a7a9ac;
}
.homefeatured1249 {
    background: #c3c2c2;
}
.product_1237 .gbtr_tools_wrapper,
.product_1237 .page_footer {
    background: #457286;
}
.product_1244 .gbtr_tools_wrapper,
.product_1244 .page_footer {
    background: #9c867a;
}
.product_1248 .gbtr_tools_wrapper,
.product_1248 .page_footer {
    background: #a7a9ac;
}
.product_1249 .gbtr_tools_wrapper,
.product_1249 .page_footer {
    background: #c3c2c2;
}

/* ==================<<<Filter================= */
.filter_form {
    background: #e9e9ea;
}
.filter_block {
    float: left;
    height: 76px;
    margin-right: 10px;
}
.filter_block .hint {
    color: #a7a9ac;
    font-size: 12px;
}
.filter_form .first {
    width: 220px;
    margin-right: 20px;
    background: #d3d4d5;
}
.filter_form .first .icon {
    width: 50px;
    height: 50px;
    margin: 13px 6px 0 14px;
    background: url('images/sprites.png') no-repeat -700px -150px;
    float: left;
}
.filter_form .first strong {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 900;
    color: #457286;
    text-transform: uppercase;
}
.filter_form .first span {
    display: block;
    margin-top: -7px;
    font-size: 14px;
    color: #999;
}
.single-product .filter_form {
    margin: 0 0 0 10px !important;
    width: 100%;
}
.single-product .filter_form .first span,
.error404  .filter_form .first span,
.single-post .filter_form .first span,
.blog .filter_form .first span,
.archive .filter_form .first span {
  margin-top: 0;
}
.blog .content_grid_12,
.archive .content_grid_12 {
  margin-left: 10px;
  margin-right: 10px;
}
.filter_form .filter_submit {
    width: 75px;
    padding: 5px 0px 5px 15px;
    margin: 18px 11px 0 0;
    float: right;
    border: 1px solid #a7a9ac;
    color: #eaeaea;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    background: #457286 url('images/sprites.png') no-repeat -895px -144px;
}
@-moz-document url-prefix()
{
  .filter_form .filter_submit {
      padding: 5px 0px 4px 10px;
  }
}

.filter_form .filter_submit:hover {
    background: #4d7f95 url('images/sprites.png') no-repeat -895px -144px;
}

/* ============== <<<Select ================ */
.select_wrapper {
    width: 194px;
    height: 30px;
    margin-top: 18px;
    position: relative;
    z-index: 15;
}
.select_wrapper.active {
    z-index: 2000;
}
.select {
    width: 183px;
    height: 27px;
    padding-left: 7px;
    border: 1px solid #a5a7aa;
    color: #a7a9ac;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 171;
}
.select .arrow {
    display: block;
    width: 36px;
    height: 29px;
    background: url('images/sprites.png') no-repeat -700px -100px;
    position: absolute;
    right: 0;
    top: 0;
}
.select_content {
    padding-top: 3px;
    height: 25px;
}
.select_popup {
    display: none;
    width: 172px;
    max-height: 263px;
    overflow: auto !important;
    padding: 9px 18px 10px 0;
    border: 1px solid #a5a7aa;
    border-top: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 2;
}
.select_popup ul,
.select_popup li {
    list-style: none !important;
    padding: 0 !important;
}
.select_popup a {
    font-size: 14px;
    line-height: 16px;
    margin-left: 10px;
    padding-top: 2px;
    text-decoration: none;
    color: #a7a9ac;
    font-size: 13px;
}
.select_popup .first a {
    display: block;
    height: 20px;
    width: 220px;
    margin: 0;
}
.select_popup li {
    margin-top: 7px;
}
.select_popup ul li:first-child {
    margin-top: 0;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
/* ====================Select>>>===================== */
/* ====================Filter>>>===================== */


.sect_title {
    margin: -4px 0 15px;
	padding-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    color: #a7a9ac;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.why_list {
    min-width: 390px;
    padding: 17px 0 0 37px !important;
}
.why_list li {
    float: left;
    margin-left: 23px;
    text-align: center;
    list-style-type: none !important;
}
.why_list p {
    margin-top: 10px;
}
.why_list li:first-child {
    margin-left: 0;
}
.why_list .icon {
    width: 102px;
    height: 100px;
    background-image: url('images/why_icons.png');
    background-repeat: no-repeat;
}
.why_list .type1 {
    background-position: 0 0;
}
.why_list .type2 {
    background-position: -137px 0;
}
.why_list .type3 {
    background-position: -274px 0;
}
.why_list li:hover .type1 {
    background-position: 0 -110px;
}
.why_list li:hover .type2 {
    background-position: -137px -110px;
}
.why_list li:hover .type3 {
    background-position: -274px -110px;
}
.why_list .descr {
    margin-top: 10px;
    color: #a7a9ac;
    font-size: 13px;
    text-transform: uppercase;
}
.why_list li:hover .descr {
    color: #457286;
}
.tp-bannershadow.tp-shadow2 {
    display: none;
}

/* ======================Home>>>====================== */


/* ======================<<<Product====================== */
.summary .product_title {
    font-size: 24px !important;
    color: #457286 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
.patent {
  margin-top: 7px;
  float: right;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
.patent span {
  display: block;
}
.price {
	margin-top:20px;
}
.price .amount {
    color: #457286 !important;
    font-size: 30px !important;
}
.price .text {
    margin-right: 5px;
    color: #666 !important;
    font-weight: normal!important;
    font-size: 14px !important;
    vertical-align: middle;
}
.price .selectforpricing {
	margin-right: 5px;
    color: #666 !important;
    font-weight: bold!important;
    font-size: 14px !important;
    text-transform: uppercase;
    vertical-align: middle;
}
.price .from {
  display: inline-block;
  vertical-align: middle;
  color: #666 !important;
}
#global_wrapper .cart .single_add_to_cart_button,
#reviews a.button {
    background: #990000 url('images/sprites.png') no-repeat -805px -134px !important;
    font-size: 13px !important;
    width: 176px;
    padding: 0 !important;
    border: 1px solid #999 !important;
    font-weight: bold !important;
}
#reviews a.button {
  background-image: none !important;
  display: block !important;
  padding: 19px 30px !important;
}
.gbtr_add_to_cart_simple .cart .single_add_to_cart_button:hover {
    background: #4d7f95 url('images/sprites.png') no-repeat -805px -134px !important;
}
.quantity.buttons_added input {
    background: #9c867a !important;
    color: #fff !important;
    font-size: 12px;
}
.quantity.buttons_added input:hover {
    background: #4d7f95 !important;
}
.product_links {
  min-width: 382px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 !important;
}
.product_links li {
    float: left;
    margin-left: 39px;
    text-align: center;
    padding: 0 !important;
}
.product_links li:first-child {
    margin-left: 0;
}
.product_links a {
    font-size: 10px;
    color: #a7a9ac;
    text-transform: uppercase;
}
.product_links a:hover {
    color: #457286;
}
.woocommerce-breadcrumb {
  margin-bottom: 7px !important;
  margin-top: 3px !important;
  font-size: 11px !important;
  color: #666 !important;
  font-weight: bold;
}
.page-id-35 .woocommerce-breadcrumb,
.page-id-1471 .woocommerce-breadcrumb,
.page-id-1473 .woocommerce-breadcrumb {
  margin-top: 17px !important;
}
.single-product .woocommerce-breadcrumb {
  margin: 3px 10px 7px !important;
}
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  font-weight: normal !important;
  color: #9c867a !important;
}
.product_links .icon,
.pop_left .icon,
.pop_green .icon {
    display: block;
    width: 65px;
    height: 65px;
    background-image: url('images/product_links.png');
    background-repeat: no-repeat;
}
.measure_link .icon {
    background-position: 0 0;
}
.video_link .icon {
    background-position: -105px 0;
}
.compare_link .icon {
    background-position: -210px 0;
}
.green_link .icon {
    background-position: -315px 0;
}
.measure_link:hover .icon,
.pop_measure .icon {
    background-position: 0 -70px;
}
.video_link:hover .icon {
    background-position: -105px -70px;
}
.compare_link:hover .icon,
.pop_compare .icon {
    background-position: -210px -70px;
}
.green_link:hover .icon,
.pop_green .icon {
    background-position: -315px -70px;
}
.pop_compare .descr {
    height: 180px;
}

#global_wrapper ul.tabs {
    padding-top: 0 !important;
    margin: 0 !important;
}
#global_wrapper ul.tabs a {
    color: #666;
    font-size: 12px;
    font-weight: 900;
    margin-left: 10px !important;
}
#global_wrapper ul.tabs li {
    position: relative !important;
    width: 100% !important;
}
#global_wrapper ul.tabs .active {
    background: #efefef !important;
}
#global_wrapper ul.tabs .active a:before {
    display: block;
    width: 8px;
    height: 14px;
    content: "" !important;
    position: absolute;
    right: -8px;
    top: 13px;
    background: url('images/tabs_triangle.gif') no-repeat 0 0;
    z-index: 10;
}
#global_wrapper ul.tabs .active a {
    border: none !important;
    color: #4d7f95;
}
#global_wrapper ul.tabs {
    overflow: visible !important;
}
/*
.woocommerce-tabs .grid_4 {
    width: 244px;
}
.woocommerce-tabs .grid_8 {
    width: 696px;
}*/
.woocommerce-tabs .panel,
.woocommerce-tabs .entry-content ul li {
    color: #666 !important;
    font-size: 12px !important;
}
.woocommerce-tabs .entry-content ul {
    padding: 0 !important;
}
#tab-description.panel {
    padding-top: 31px !important;
}
.product_main_infos .woocommerce-message {
  background: none !important;
  color: #4d7f95 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  float: left !important;
  padding: 10px 0 0 46px !important;
  margin: 0 !important;
  width: auto !important;
}
.product_main_infos .woocommerce-message:before {
  left: 0 !important;
  top: 1px !important;
}
.product_main_infos .woocommerce-message a.button {
  display: none;
}
.to_cart {
  float: right;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin: 16px 0 0 0;
  text-decoration: underline;
}
.rating {
  font-size: 11px;
  color: #8d8d8d;
  text-decoration: underline;
}
.tabs .icon {
  margin-left: 4px;
}
.stock_variations {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #b1b1b1;
  padding: 0 7px;
  display: inline-block;
  margin-bottom: 9px;
}
.stock_variations.out {
  background: #990000;
}
.label_descr {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  display: inline-block;
}

/* ==============Popups=============== */
div.pp_overlay {
  background: url('images/popups_bg.png') 0 0;
}
.pp_content_container {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0, 0.9) !important;
  box-shadow: 0 0 25px rgba(0,0,0, 0.9) !important;
}
.pp_content {
  font-size: 14px;
  color: #666;
  height: auto !important;
}
.pp_content p {
  margin-bottom: 12px;
}
.pop_left {
  float: left;
  width: 227px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.pop_left .icon {
  margin: 15px auto 20px;
}
.pop_green .icon {
  margin: 3px auto 15px;
}
.pop_green .descr {
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
.pop_right {
  width: 225px;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: -1px;
}
.pp_details {
  padding: 0 !important;
}
div.pp_woocommerce .pp_content_container {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.pp_left {
  padding-left: 20px !important;
}
.pp_right {
  padding-right: 20px !important;
}
div.pp_woocommerce .pp_close {
    width: 18px;
    height: 18px;
    background: url('images/close.jpg') no-repeat 0 0;
    top: 6px;
    right: 6px;
    border: none !important;
    box-shadow: none !important;
}
div.pp_woocommerce .pp_close:hover {
  background: url('images/close.jpg') no-repeat 0 0;
}
div.pp_woocommerce .pp_close:before,
div.pp_woocommerce .pp_close:after {
  content: '';
}
.more_link {
  font-size: 16px;
  text-transform: uppercase;
  color: #3f6c81;
  text-decoration: underline;
}
.pp_video {
  width: 500px !important;
}
.pp_video .pp_content_container {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pp_video,
.pp_video * {
  padding: 0 !important;
}
.pop_green {
  text-align: center;
}
.more_wr {
  margin: 15px 0 15px;
}
.pp_green .pp_left {
  padding-left: 40px !important;
}
.required {
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
  top: -1px;
  margin-right: 2px;
}
.radio2 {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
}
.radio_wr {
  margin-bottom: 7px;
}
.label_descr2 {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 !important;
}
.size_wr {
  float: left;
  margin-left: 3px;
}
.size_wr.type2 {
  float: right;
  margin-left: 0;
}
.add_sizes .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #457286;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 2px;
}
.add_sizes select {
  display: inline-block;
  vertical-align: middle !important;
  width: 52px !important;
  float: none !important;
  margin-right: 1px;
  color: #666;
  padding: 7px 4px 7px 2px !important;
  /*
  font-size: 18px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  font-weight: 900;
  */
}


/* ======================Product>>>====================== */

/* ======================<<<Compare====================== */
.compare {
  margin-top: 25px !important;
  margin-bottom: 19px !important;
}
.compare thead td {
  text-align: center;
  padding-bottom: 10px;
}
.compare td {
  padding: 0 6px;
  position:  relative;
}
.compare tr td:last-child {
  padding-right: 0;
}
.compare thead .pr_wr {
  display: block;
  padding: 5px 5px 10px;
}
.compare .head_col1 {
  padding-left: 0;
  padding-right: 0;
  width: 170px;
  text-align: center;
  vertical-align: middle;
}
.head_col1 .wr {
  background: #f2f2f2;
  width: 175px;
  padding-top: 23px;
  height: 133px;
}
.head_col1 .wr div {
  height: 108px;
  line-height: 108px;
  background: url('images/compare_icon.png') no-repeat center 0;
  color: #457286;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.compare .title {
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}
.compare .note {
  font-weight: 900;
  font-size: 10px;
  color: #990000;
  text-transform: uppercase;
  position: absolute;
  left: 113px;
  top: 1px;
  font-style: normal
}
.compare .col1 {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e0e0e0;
}
.compare tbody .col1 div { 
  color: #666;
  font-weight: 900;
  font-size: 9px;
  text-transform: uppercase;
  background: none;
  border-top: none;
  margin-left: 32px;
  width: auto;
}
.compare tbody div {
  width: 100%;
  height: 30px;
  padding-top: 3px;
  line-height: 30px;
  background: #f3f3f4;
  border-top: 1px dashed #b9b9b9;
  position: relative;
}
.compare tbody tr:first-child div {
  border-top: none;
}
.compare tbody tr:first-child .col1 { 
  border-top: 1px solid #e0e0e0;
}
.compare .icon {
  display: none;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  background: url("images/sprites.png") no-repeat -550px -50px;
}
.compare .active .icon {
  display: block;
}
.compare_title {
  font-size: 18px;
  color: #457286;
  font-weight: bold;
}
.compare_subtitle {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #a7a9ac;
}
.competitor {
  padding: 0 !important;
}
.competitor li {
  padding: 0 !important;
  float: left;
  width: 316px;
  margin-left: 6px;
  list-style: none !important;
}
.competitor .last {
  width: 133px;
}
.competitor li:first-child {
  margin-left: 0;
}
.competitor .title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.competitor .top {
  padding: 8px 12px 0;
}
.competitor .right {
  margin-left: 12px;
}
.competitor .top div {
  text-align: center;
}
.competitor .descr {
  padding: 16px 15px 10px;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 16px;
  height: 66px;
  color: #666;
  border: 1px solid #ccc;
  border-top: none;
}
.competitor .left {
  float: left;
}
.competitor .right{ 
  float: left;
}

/* ======================Compare>>>====================== */

/* ======================<<< Context====================== */
article.page .content_wrapper {
  width: 960px;
}
.context_block {
  padding: 10px;
  margin-bottom: 10px;
  color: #666;
  background: #f7f7f7;
}
.context_block  .footnote {
  color: #457286;
  font-size: 15px;
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
}
.patent_big {
  float: right;
  margin-top: -39px;
}
.context_block.green {
  background: #efefef;
}
.context_block.stamp {
  background: #f7f7f7;
  text-align: center;
  padding: 24px 10px;
}
.context_block .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}
.context_block .descr {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 12px;
  line-height: 16px;
}
.context_block .descr a {
  color: #457286;
}
.context_right {
  margin-top: 43px;
}
.context_title1 {
  margin: 0 0 9px;
  color: #457286;
  font-size: 22px;
  font-weight: 300;
}
.context_title2 {
  color: #457286;
  font-size: 27px;
  font-weight: bold;
}
.entry-content .context_descr {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
  color: #666 !important;
  font-size: 13px;
}
.entry-content .context_descr p {
  color: #666 !important;
  padding-bottom: 13px;
  line-height: 17px;
}
.context_descr .title {
  font-size: 14px;
  color: #4d7f95;
  font-weight: 900;
}

/* ======================Context >>>====================== */

/* ======================<<< Cart====================== */
.product-price .amount,
.product-subtotal .amount {
  font-size: 14px;
  color: #666;
  font-weight: 900;
  position: relative;
  top: -6px;
}
.shop_table {
  border-bottom: 1px solid #ccc !important; 
}
.taxes_block {
  width: 96%;
  margin-top: 22px;
  padding: 0 21px;
  color: #666;
  font-size: 14px;
  background: #f4f4f4;
}
.taxes_block p {
  border-top: 1px solid #c3c3c3;
  padding: 14px 0 12px !important;
  line-height: 17px;
}
.taxes_block p:first-child {
  border-top: none;
}
.taxes_block img {
  float: left;
  margin-right: 12px;
}
.taxes_block a {
  color: #666 !important;
  text-decoration: underline;
}
.important {
  color: #990000;
  font-weight: bold !important;
}
.cart_totals th,
.cart_totals strong,
.order_details th,
.order_details strong {
  text-align: right;
  font-size: 14px !important;
  color: #457286 !important;
  font-weight: 900 !important;
}
.order_details thead th {
  text-align: left;
}
.gbtr_my_account_wrapper .order_details tfoot td {
  padding: 1px 0 0 0 !important;
  text-align: right !important;
}
.gbtr_my_account_wrapper .order_details .product-total {
  text-align: right !important;
  padding-right: 0 !important;
}
.cart_totals th,
.order_details th {
  padding-right: 17px !important;
}
.entry-content .cart_totals td,
.entry-content .order_details td {
  text-align: left !important;
  color: #666 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}
.cart_totals td .amount,
.order_details td .amount {
  color: #666 !important;
}
.cart_separator {
  height: 1px;
  background: #ccc;
  margin: 82px 0 12px;
}
.cart_table tbody .product-name .wrapper a {
  color: #666 !important;
  font-weight: 900;
  font-size: 14px;
}
.cart_table tbody .product-name .wrapper {
  height: 165px;
}
.cart_table tbody .product-name .edit {
  font-size: 14px;
  color: #666 !important;
  text-decoration: underline !important;
}
.cart_table tbody dt,
.cart_table tbody dd {
  float: none !important;
  display: block !important;
  font-size: 14px;
  line-height: 15px;
  margin: 0 !important;
  text-transform: none !important;
}
.cart_table tbody dt {
  color: #457286;
  font-weight: 900 !important;
}
.cart_table tbody dd {
  color: #666;
  font-weight: normal;
}


/* ======================Cart >>>====================== */


/* ======================Order >>>====================== */
.woocommerce-error {
  margin-top: 15px !important;
}
#payment ul.payment_methods .woocommerce-error li {
  padding: 0 !important;
}

.page_title {
  padding: 10px 0 7px;
  color: #457286;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.page_title.type2 {
  margin-bottom: 21px;
}
.checkout h3,
.gbtr_checkout_method_header {
  padding: 19px 0 20px 60px !important;
  color: #a7a9ac !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  border-bottom: 1px solid #ccc !important;
}
.gbtr_billing_address_content {
  padding-top: 30px !important;
}
.accordion_content,
.gbtr_checkout_method_content {
  background: #f4f4f4;
  color: #a7a9ac !important;
  font-size: 14px !important;
  font-weight: bold;
}
.accordion_content {
  padding-left: 20px;
  padding-right: 20px;
}
.gbtr_checkout_method_content{
  padding: 10px 0 10px;
}
.gbtr_checkout_method_content .title {
  padding: 10px 0 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #a7a9ac !important;
  font-size: 14px !important;
  border: none;
}
.entry-content .gbtr_checkout_method_content .button,
.entry-content .checkout .button_billing_address_continue,
.entry-content .checkout .button_shipping_address_continue,
.entry-content .checkout .button_create_account_continue {
  margin: 19px 0 0 !important;
  padding: 5px 0 !important;
  background: #457286 url('images/arrow2.png') no-repeat 110px center !important;
  border: 1px solid #999 !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  width: 144px !important;
}
.entry-content .checkout .button_billing_address_continue,
.entry-content .checkout .button_shipping_address_continue {
  margin: 19px 42px 0 0 !important;
}

.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
  background: #fff !important;
  height: 25px;
}
.chzn-container-single .chzn-single span {
  height: 25px;
  line-height: 25px;
  color: #777 !important;
}

#billing_country_chzn,
#shipping_country_chzn {
  width: 535px !important;
  vertical-align: middle;
}
#billing_email_field,
#billing_phone_field {
  display: block !important;
  width: auto !important;
  float: none;
}
#billing_email.input-text,
#billing_phone.input-text {
  width: 538px !important;
}
#billing_city_field,
#shipping_city_field {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  float: left;
}
#billing_state_field,
#shipping_state_field {
  display: inline-block;
  vertical-align: top;
  width: 236px !important;
}
#billing_state_field label,
#shipping_state_field label {
  width: 39px !important;
  height: 9px !important;
  position: relative;
  text-align: left;
  overflow: hidden;
}
#billing_state_field label .required,
#shipping_state_field label .required {
  position: absolute;
  left: 34px;
  top:2px;
}
#billing_state_chzn a,
#shipping_state_field a {
  width: 183px;
  display: inline-block;
  margin-top: -2px !important;
}
#billing_postcode_field {
  margin-left: 3px !important;
}
#billing_postcode_field label,
#shipping_postcode_field label {
  width: 39px !important;
  height: 9px !important;
  position: relative;
  text-align: left;
  overflow: hidden;
}
#billing_state.input-text,
#shipping_state.input-text {
  /*width: 300px !important;*/
  width: 193px !important;
  vertical-align: top;
  margin-top: 2px !important;
  display: inline-block;
}
#billing_city,
#shipping_city {
  width: 297px !important;
}
#billing_state_chzn,
#shipping_state_chzn {
  width: 182px !important;
  vertical-align: middle;
}
#billing_postcode.input-text,
#shipping_postcode.input-text {
  width: 182px !important;
  vertical-align: top;
  margin-top: 2px !important;
  display: inline-block;
}
#billing_postcode_field,
#shipping_postcode_field {
 width: 233px !important;
 float: left;
}
#billing_postcode_field label,
#shipping_postcode_field label {
  width: 40px !important;
}
#billing_address_2_field,
#shipping_address_2_field {
  margin: 0 !important;
}
#billing_address_2_field label,
#shipping_address_2_field label {
  margin-right: 12px !important;
  width: 108px;
}
.woocommerce #payment, .woocommerce-page #payment {
  background: transparent !important;
}
#account_password-2_field {
  display: block !important;
  width: 100%;
}

.thanks {
  color: #a7a9ac;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
.for_print {
  margin-top: -8px;
  float: right;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 12px;
}
.addresses h3 {
  color: #a7a9ac !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  border: none !important;
  padding: 0 !important;
}
.addresses address p {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 0 0 !important;
}
.addresses .col-1 {
  margin: 19px 0 0 26px;
  width: 170px !important;
}
.addresses .col-2 {
  margin: 19px 0 0 37px;
  width: 170px !important;
  float:  left !important;
}

table.order_details {
  padding-bottom: 15px !important;
  margin: 7px 25px 9px !important;
  width: 891px !important;
  border-bottom: none !important;
}
.order_details2 {
  float: right;
  margin: 22px 23px 0 0;
}
.order_details2 div {
  margin-top: 16px;
}
.order_details2 strong {
  display: block;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  line-height: 14px;
}
table.order_details td.order_footnote {
  color: #990000 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: left !important;
  text-transform: none !important;
  position: relative;
}
table.order_details td.order_footnote span {
  position: relative;
  left: 0;
  top: -22px;
}
.order_details .product-name a {
  font-size: 14px !important;
  color: #666 !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  background: #457286;
  float: none !important;
  font-size: 13px !important;
  margin-top: 15px !important;
  width: 207px !important;
  padding: 16px 0 !important;
}
#payment {
  margin-top: 12px;
}
#payment li > label {
  margin-left: 10px;
}
#payment li > label .radio2 {
  margin-right: 2px !important;
}
#payment li > label img {
  margin-top: -3px !important;
}
#payment li > label.first {
  margin-left: 155px;
}
#payment p > label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 140px;
  margin-right: 4px !important;
  text-align: right !important;
}
#payment .form-row {
  display: block;
  margin-bottom: 5px !important;
  float: none !important;
  width: auto !important;
}
#payment ul.payment_methods {
  float: left;
  width: 550px !important;
}
#payment .form-row.place-order {
  padding-left: 639px !important;
  float: right;
  border: none !important;
}
.bill_addr {
  margin-top: -20px;
  margin-bottom: 15px;
}
.bill_addr p,
.ship_addr p  {
  line-height: 14px;
}
#payment ul.payment_methods li  {
  border: none !important;
}
#payment p.form-row input,
#payment .form-row select {
  width: 337px !important;
  margin: 0 !important;
  border: 1px solid #999 !important;
  height: 27px !important;
}
#payment #expmonth {
  width: 166px !important;
  margin-right: 5px !important;
}
#payment #expyear {
  width: 167px !important;
}
#payment .title {
  font-size: 14px;
  font-weight: 900;
  color: #a7a9ac;
  text-transform: uppercase;
  border: none !important;
}
.for_edit {
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  color: #a7a9ac;
}

/* ======================Order >>>====================== */

/* ======Search======= */
.filtered_sub_textual_shit {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-top: 11px;
}
.filtered_sub_textual_shit + .pr_title {
  margin-top: 3px !important;
  margin-bottom: 4px !important;
  line-height: 12px;
}
.filtered_sub_textual_shit + .pr_title a {
  padding: 0;
}
.search_img_wr {
    position: relative;
    float: left;
}
.search_img_wr img {
    padding-top: 6px;
    margin-top: -10px;
}
.search_img_wr > div {
   position: absolute;
   background: #fff;
   color: #000;
   font-size: 14.3px;
}
.search_width {
    padding: 0 11px;
    left: 64px;
    top: -20px;
}
.search_height {
    padding: 8px 0;
    left: -10px;
    top: 34px;
}
.search_right {
    padding-left: 180px;
    color: #457286;
}
.search_right .title {
    margin: 30px 0 7px;
    font-size: 27px;
    font-weight: bold;
}
.search_right .descr {
    font-size: 18px;
    font-weight: 300;
}
.search_title {
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-top: 42px;
}

.message_404 {
  margin-bottom: 245px;
  padding: 19px 14px 16px;
  background: #990000;
  font-size:  18px;
  font-weight: bold;
  color: #a7a9ac;
  text-align: left;
}
.message_404 a {
  color: #a7a9ac;
  text-decoration: underline;
}
.message_404 div {
  padding: 6px 0 0 50px;
}
.message_404 strong {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.message_404 .icon {
  float: left;
  width: 35px;
  height: 35px;
  background: url('images/sprites.png') no-repeat -400px -200px;
}


/* ======================<<<Footer====================== */
/*
.page_footer.type1 .grid_2 {
    margin-right: 25px;
}
.page_footer.type1 .grid_10 {
    width: 765px;
}
*/
.page_footer {
    padding: 14px 0 20px;
    background: #457286;
    -webkit-box-shadow: inset 0 8px 8px rgba(6,6,6, 0.24);
            box-shadow: inset 0 8px 8px rgba(6,6,6, 0.24);
}
.page_footer .title {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.page_footer .title.type2 {
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 2px solid #6d8c9a;
}
.page_footer .descr {
    padding-top: 3px;
    color: #ccc;
    font-size: 11px;
    line-height: 15px;
}
.f_blocks {
    float: left;
    margin-left: 43px;
}
.f_blocks.first {
    margin-left: 0;
}
.f_blocks.last {
    margin-left: 0;
    float: right;
}
.f_blocks a {
    color: #ccc;
    font-size: 9.5px;
    font-weight: 900;
    text-transform: uppercase;
}
.f_blocks a:hover {
    color: #ccc !important;
    text-decoration: underline;
}
.f_blocks ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.f_blocks .title + ul,
.f_blocks ul:first-child {
    margin-left: 0;
}

.f_blocks ul li {
margin-top: 0px;
}

.f_blocks ul li:first-child {
    margin-top: 0;
}
.social {
    margin-top: 6px;
    min-width: 0px;
}
.social a {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px !important;
    margin-bottom: 10px;
    background-image: url('images/social_icons.png');
    background-repeat: no-repeat;
}
.social .break {
    margin-right: 0;
}
.fb {
    background-position: 0 0;
}
.pi {
    background-position: -46px 0;
}
.in {
    background-position: -92px 0;
}
.tw {
    background-position: -137px 0;
}
.gp {
    background-position: -183px 0;
}
.social .ig {
    background: url('images/social_instagram.jpg') no-repeat 0 0; !important
     -webkit-border-radius: 36px;
    border-radius: 36px;
}
.social .ig:hover {
    background: url('images/social_instagram_a.jpg') no-repeat 0 0; !important
     -webkit-border-radius: 36px;
    border-radius: 36px;
}
.social .bb {
    background: url('images/social2.png') no-repeat 0 0;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}
.social .hz {
    background: url('images/social1.png') no-repeat 0 0;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}
.fb:hover {
    background-position: 0 -40px;
}
.pi:hover {
    background-position: -46px -40px;
}
.in:hover {
    background-position: -92px -40px;
}
.tw:hover {
    background-position: -137px -40px;
}
.gp:hover {
    background-position: -183px -40px;
}
.social .bb:hover {
    background-position: -44px 0;
}
.social .hz:hover {
    background-position: -44px 0;
}
.f_blocks .info {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.f_blocks .info a {
    color: #fff;
    font-weight: normal;
}
.copyright_block {
    padding-top: 23px;
    margin: 11px 10px 0;
    border-top: 2px solid #6d8c9a;
}
.copyright {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.credit_cards {
    float: right;
    margin-top: -2px;
}
.credit_cards img {
    margin-left: 3px;
}


.ie7 .f_blocks ul {
    display: inline;
    zoom: 1;
}



.leftnav.sf-menu a {
padding: 8px 22px 5px 2px !important;
text-decoration: underline;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 300;
color: #666666 !important;
line-height: 1.3em;
margin-bottom: -10px;
margin-left: -2px;
display: block;
}
#leftnav {list-style:none;
	padding:0; }
	
#leftnav ul li{list-style:none;
	padding:0; }

h5.leftnav {
	padding: 0 20px 0px 0;
font-size: 18px;
line-height: 1.4em;
text-transform: uppercase;
font-weight: 700;
color: #a7a9ac;
margin-top: 20px;
}
hr.leftnav {
	padding-bottom:20px;
}
.leftnav.sf-menu a:hover {
padding: 8px 22px 5px 2px !important;
text-decoration: none;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
color: #457286 !important;
line-height: 1.3em;
margin-bottom: -12px;
margin-left: -2px;
display: block;
}


/* ======================Footer>>>====================== */


.gbtr_aside_column {
  margin-top: 45px !important;
}
.single-post .gbtr_aside_column {
  margin-top: 121px !important;
}

div.pp_pic_holder{
	overflow: visible !important;
}

.form-row select {
height: 30px;
background-color: white;
box-sizing: border-box;
outline: 0;
line-height: 1em;
font-size: 12px !important;
color: #777 !important;
border: 1px solid #ccc !important;
display: inline-block; /*!important;*/
background-image: none !important;
}

#shipping_state select {
width: 70px !important;
}

.gbtr_shipping_address_content.accordion_content,.gbtr_shipping_address_content.accordion_content .shipping_address{
	overflow: visible !important;
}
.gbtr_order_notes_content.accordion_content{
	width: 960px;
	padding-left: 0;
	padding-right: 0;
}
.gbtr_order_notes_content.accordion_content textarea#order_comments{
	margin-left: 22px !important;
}

@media only screen 
and (min-device-width : 120px) 
and (max-device-width : 1024px){

	#billing_first_name_field, 	#billing_last_name_field, #shipping_first_name_field, #shipping_last_name_field,#billing_city_field, #shipping_city_field{
	width: 100%;
	float: none;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label,#billing_last_name_field label, #shipping_last_name_field label{
	width: 40% !important;
}
#billing_first_name, #billing_last_name, #shipping_first_name, #shipping_last_name, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea,#billing_country_chzn, #shipping_country_chzn,#billing_city, #shipping_city{
	width: 58% !important;
}
#billing_address_2_field label, #shipping_address_2_field label{
margin-right: 3px !important;
}
.gbtr_order_notes_content.accordion_content{
	width: 100% !important;
}
.gbtr_order_notes_content.accordion_content textarea#order_comments{
	width: 55% !important;
	margin-left: 0 !important;
}
#billing_state_field, #shipping_state_field{
	width: 100% !important;
}
#billing_state_field label .required, #shipping_state_field label .required{
right: 0;
}
#billing_email.input-text, #billing_phone.input-text,#billing_email.input-text, #billing_phone.input-text{
width: 58% !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
width: 100% !important;
}
#billing_state_chzn, #shipping_state_chzn{
	width: 54% !important;
}
#billing_state_chzn a, #shipping_state_chzn a{
	width: 100% !important;
}
#billing_state_field label, #shipping_state_field label{
	width: 40% !important;
}
#billing_postcode_field, #shipping_postcode_field{
	width: 100% !important;
}
#billing_postcode_field label, #shipping_postcode_field label{
	width: 40% !important;
}
#billing_postcode.input-text, #shipping_postcode.input-text{
	width: 58% !important;
padding: 5px 8px !important;
margin-bottom: 4px !important;
}
.form-row.form-row-first.validate-required.validate-select label:last-child{
	width: 100% !important;
}
.payment_methods.methods{
	width: 100% !important;
}
#payment li > label.first{
	margin-left: 10px !important;
}
#payment #expyear{
	width: 30% !important;
}
#payment #expmonth{
	width: 60% !important;
}
#payment p.form-row input, #payment .form-row select{
	width: 100% !important;
}
#payment ul.payment_methods{
	width: 100% !important;
}
#billing_state_field label, #shipping_state_field label,#billing_postcode_field label, #shipping_postcode_field label{
	padding-right: 10px !important;
text-align: right;
box-sizing: border-box;
height: 18px !important;
}
#payment .form-row.place-order{
	padding-left: 0px !important;
	width: 100% !important;
}
#payment .form-row.place-order .bill_addr,#payment .form-row.place-order .ship_addr{
	width: 50%;
	float: left;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	clear: both;
}
}
@media only screen 
and (min-width : 120px) 
and (max-width : 1024px){
#menu-item-1492{
display: none;
}
	#billing_first_name_field, 	#billing_last_name_field, #shipping_first_name_field, #shipping_last_name_field,#billing_city_field, #shipping_city_field{
	width: 100%;
	float: none;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label,#billing_last_name_field label, #shipping_last_name_field label{
	width: 40% !important;
}
#billing_first_name, #billing_last_name, #shipping_first_name, #shipping_last_name, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea,#billing_country_chzn, #shipping_country_chzn,#billing_city, #shipping_city{
	width: 58% !important;
}
#billing_address_2_field label, #shipping_address_2_field label{
margin-right: 3px !important;
}
.gbtr_order_notes_content.accordion_content{
	width: 100% !important;
}
.gbtr_order_notes_content.accordion_content textarea#order_comments{
	width: 55% !important;
	margin-left: 0 !important;
}
#billing_state_field, #shipping_state_field{
	width: 100% !important;
}
#billing_state_field label .required, #shipping_state_field label .required{
right: 0;
}
#billing_email.input-text, #billing_phone.input-text,#billing_email.input-text, #billing_phone.input-text{
width: 58% !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
width: 100% !important;
}
#billing_state_chzn, #shipping_state_chzn{
	width: 54% !important;
}
#billing_state_chzn a, #shipping_state_chzn a{
	width: 100% !important;
}
#billing_state_field label, #shipping_state_field label{
	width: 40% !important;
}
#billing_postcode_field, #shipping_postcode_field{
	width: 100% !important;
}
#billing_postcode_field label, #shipping_postcode_field label{
	width: 40% !important;
}
#billing_postcode.input-text, #shipping_postcode.input-text{
	width: 58% !important;
padding: 5px 8px !important;
margin-bottom: 4px !important;
}
.form-row.form-row-first.validate-required.validate-select label:last-child{
	width: 100% !important;
}
.payment_methods.methods{
	width: 100% !important;
}
#payment li > label.first{
	margin-left: 10px !important;
}
#payment #expyear{
	width: 30% !important;
}
#payment #expmonth{
	width: 60% !important;
}
#payment p.form-row input, #payment .form-row select{
	width: 100% !important;
}
#payment ul.payment_methods{
	width: 100% !important;
}
#billing_state_field label, #shipping_state_field label,#billing_postcode_field label, #shipping_postcode_field label{
	padding-right: 10px !important;
text-align: right;
box-sizing: border-box;
height: 18px !important;
}
#payment .form-row.place-order{
	padding-left: 0px !important;
	width: 100% !important;
}
#payment .form-row.place-order .bill_addr,#payment .form-row.place-order .ship_addr{
	width: 50%;
	float: left;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	clear: both;
}
}
.entry-content{
min-width: 300px;
}

.intflag {
margin-left: 0px;
margin-top: -2px;
width: 21px;
height: 16px;
border: 0;
margin-right: 3px;
}
.textcolorwhite{
	color: #fff;
}
.textcolorwhite:hover{
	color: #fff;
	text-decoration: underline;
}
.usflagicon{
	margin-top: -2px;width: 21px;height: 16px;border: 0;margin-right: 3px;
}
.gbtr_tools_info{
	padding-top: 9px;width: 750px;
}

#shipping_method li label{
	width: 75%;
	float: left;
	margin-left: 5%;
	text-align: left;
	color: #666666;
}

#shipping_method li input{
	float: left;
	width: 10%;
}

#shipping_method li label .amount{
	
	display: block;
	color: #457286;
}

tr.shipping th{
	vertical-align: top !important;
	padding-top: 5px !important;
}
.descriptionoooo{
	display: block;
font-weight: normal;
/* text-transform: none; */
color: #457286;
}