Theme Name: Carhartt
Theme URI: 
Description: Twenty Ten Child Theme
Template: twentyten
Version: 1.0.0
Author: Longevity Graphics
Author URI: https://www.longevitygraphics.com/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#container {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}
.single-product #container {
    display: block;
}
#content {
	margin: 0 0px 0 0px;
}
.archive #content{
    margin-top: -12px;
}
/*#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 250px;
}*/
#primary, #secondary {
   
    display: table-cell;
    min-width: 250px;
    width: 250px;
}


.ie8 #primary, #secondary {
	display:block;
     min-width: 250px;
    width: 250px;
}


#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Roboto, Georgia, "Bitstream Charter", serif !important;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Roboto, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: Roboto, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1040px;
}
#wrapper {
    background: url("./images/shopbg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0 20px;
	margin-bottom: 280px;
	position:relative;
	z-index: 999;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	width: 360px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
  background: url(./images/bg.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important; 
  -o-background-size: cover !important; 
  background-size: cover !important; 
    margin: 0;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0;
        padding: 0;
}
.entry-content ul li {
    background: url("./images/bullet.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    padding-left: 15px;
}
form.checkout ul.payment_methods li, form.checkout ul.woocommerce-error li:hover{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 0 !important;
}
form.checkout li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
form.checkout li:hover {
    background: #A11D20 !important;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
    font-weight: 600;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 0 0 8px !important;
    padding: 4px 6px;
}
a:link, a:visited {
	color: #A11D20;
	text-decoration: none;
}
a:active,
a:hover {
	color: #8fae1b;
	text-decoration: none;
}
.entry-content a:link, .entry-content a:visited, .entry-content a:active, .entry-content a:hover,
#footerwrap a, #footerwrap a:hover, input:hover, input{
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

cursor:pointer;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Menu
-------------------------------------------------------------- */

#access .menu-header > ul > li,
#access .menu-header > ul > li > a,
.ubermenu-target {
font-family: Roboto Condensed !important;
font-size: 17px !important;
font-weight: 500 !important;
}

.ubermenu-skin-grey-white {
background: transparent !important;
}

#menu-item-159 {
float: right !important;
}

#ubermenu-main-13-primary {
float: right !important;
width: 100% !important;
}

#access {
	background: none;
	display: block;
	width: 100%;
	position: relative;
	top: -85px;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
   /* color: #AAAAAA;*/
    display: inline-block;
    font-weight: bold;
    /*line-height: 38px;*/
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
}

#access ul ul {
    background: none repeat scroll 0 0 #000000 !important;
    border-color: #A11F23 -moz-use-text-color -moz-use-text-color !important;
    border-left: medium none !important;
    border-radius: 0 !important;
    border-right: medium none !important;
    border-style: solid none none !important;
    border-width: 5px medium medium !important;
   /* display: none;*/
    float: left;
    /* left: 0 !important; */
    padding: 15px 0 !important;
    position: absolute;
    top: 103px;
    /*width: 180px;*/
    z-index: 99999;
}
#access ul ul span {
    color: #BBBBBB !important;
    font-weight: 500;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;	
	border-top: none !important;
}
#access ul ul a {
    border-bottom: 1px solid #666666;
    font-family: Roboto !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: auto;
    line-height: 1em;
    padding: 10px 6px 6px !important;
    width: 100%;
}
#access li:hover > a {
    background: none repeat scroll 0 0 #a11d20;
}
#access ul ul :hover > a {
    background: none repeat scroll 0 0 #222;
}
.ubermenu li:hover span.ubermenu-target {
    background: none repeat scroll 0 0 #a11d20 !important;
    cursor: pointer !important;
}
.ubermenu-submenu {
width: 100%;
}
.ubermenu-item {
height: 100px;
}
.ubermenu-nav > li > .ubermenu-target-title,
.ubermenu-nav > li > .ubermenu-target {
	padding: 55px 25px 24px 13px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	top: 65px !important;
}

#access li:hover > a span,
#access ul ul :hover > a span{
    color: #fff !important;
}

#access ul li:hover > ul {
	display: block;
}

.ubermenu-submenu {
overflow: auto;
min-height: 200px !important;
}

.ubermenu .ubermenu-retractor {
text-align: right !important;
}

.ubermenu-submenu > .ubermenu-column-1-2 {
padding-left: 20px !important;
width: 260px !important;
}

ul.ubermenu-content-block.ubermenu-widget-area.ubermenu-row.ubermenu-autoclear {
width: 540px !important;
float: right !important;
left: 520px !important;
}

.ubermenu-widget-area {
font-size: 15px !important;
line-height: 21px !important;
color: #e1e1e1 !important;
}

.ubermenu-widget-area .textwidget a {
border: 0 !important;
display: inline-block !important;
background: none !important;
padding: 0 !important;
margin-top: 15px !important;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
   /* background: none repeat scroll 0 0 #a11d20;*/
}
#access ul li.current_page_item > a span,
#access ul li.current_page_ancestor > a span,
#access ul li.current-menu-ancestor > a span,
#access ul li.current-menu-item > a span,
#access ul li.current-menu-parent > a span {
    color: #fff !important;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
	min-height: 600px;	
}
#content {
	margin-bottom: 36px;
}
#content, #content input, #content textarea {
    color: #45423E;
    font-size: 15px;
    line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
h2 {
    color: #A11D20 !important;
    font-family: roboto condensed;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px !important;
    text-transform: capitalize;
    clear: none;
}
h3{
    font-weight: 500;
    text-transform: uppercase;
}
h3.heading, .widget-title, .variations-table label {
    border-bottom: 1px solid #E7E7E7;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
h3.heading span{
    color: grey;
    font-size: 12px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 40px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 10px;
}
#content tr td {
    border-top: 1px solid #E7E7E7;
    padding: 6px 10px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: -3px;
    text-transform: uppercase;
    max-width: 345px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
    border: 1px solid #e7e7e7;
    max-width: 100%;
    padding: 8px 0;
    width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 28px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul.sub-menu {
    list-style: none outside none;
    margin-left: 12px;
}
#primary {
    margin-top: -20px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/*************************************************HEADER*************************************************/

#cta {
    background: #000 none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 1080px;
    z-index: 9999;
}
#cta .telephone {
    background: transparent url("./images/icon_tel.png") no-repeat scroll left center;
    color: #fff;
    font-size: 16px;
    padding: 8px 25px 8px 32px;
    position: absolute;
    right: 140px;
}
#cta .shopnow{
    background: #a11d20 none repeat scroll 0 0;
    color: #fff;
    font-family: Roboto Condensed !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 8px 25px;
    position: absolute;
    right: 0;

-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.home .metaslider{
    margin-top: 100px !important;
}
#headerwrap {
    background: none repeat scroll 0 0 #000;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 15px #000000;
}
#header {
    margin: 0 auto;
    width: 1080px;
    /*height: 100px;*/
}
#logo {
    display: block;
    height: 82px;
    width: 450px;
    position: relative;
    z-index: 999;
}
#logo h1 {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    z-index: -1;
}

/*************************************************TOPBAR*************************************************/

#topbar {
    background: none repeat scroll 0 0 rgba(161, 31, 35, 0.9);
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-size: 13px;
    margin: 100px auto 0px;
    padding: 8px 20px;
    text-transform: uppercase;
    overflow: auto;
    box-sizing: border-box;
    width: 1080px;
    display: table;
}
#breadcrumbs {
    vertical-align: top;
    display: table-cell;
    margin-top: 0;
}
.accountbar {
    display: table-cell;
    text-align: right;
}
#topbar p{
    margin-bottom: 0px;
}
#breadcrumbs span:last-child{
    text-transform: Capitalize !important;
    font-weight: bold !important;
}
.woocommerce .woocommerce-breadcrumb {
    color: #fff !important;
}
#topbar a{
    color: #FFFFFF;
}
#logged {
    display: inline-block;
    margin-right: 20px;
}

.menu-account-bar-container {
    display: inline-block;
    position: relative;
    top: -2px;
}
#menu-account-bar {
    list-style: none outside none;
    margin: 0;
}
#menu-account-bar li {
    display: inline-block;
}
#menu-account-bar li a{}

/*************************************************FOOTER*************************************************/

#footerbg {
    bottom: 0;
    display: block;
    position: fixed;
    z-index: 999;
}
#footerwrap {
    background: url("https://www.canadaworkwear.com/wp-content/themes/carhartt/images/footerbg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: -100px;
    color: #FFFFFF;
    display: none;
    height: 280px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
#footerwrap #footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    min-height: 210px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 1080px;
    z-index: 10;

    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline; 
}

#site-info {
    bottom: 0;
    color: #E7E7E7;
    font-size: 10px;
    left: 0;
    margin: 0 auto 10px;
    position: fixed;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    width: 1040px;
    z-index: 9999;
    padding: 0 20px;
}
#site-info a {
    color: #E7E7E7;
    text-decoration: none;
}
#site-info a:hover {
   color: #a11d20;
}

.fmenu {
    float: left;
    margin-right: 30px;
    width: 15%;
}
.fmenu.f1 {
    width: 100px;
}
.fmenu.f2{
	width: 100px;
}
.fmenu.f3 {
    margin-right: 10px;
    width: 125px;
}
.fmenu.f4 {
    margin-left: 50px;
    width: 355px;
}
.fmenu.f5 {
    width: 145px;
}
.fmenu.f5 a{
    color: #fff;
}


.fmenu .menu li a {
    color: #FFFFFF;
    font-size: 13px;
}
.fmenu .menu li a:hover{
    color: #ccc;
}
.footer-widget-title {
    color: #CCCCCC;
    font-family: roboto condensed;
    margin-bottom: 10px;
    margin-top: 0px;
}

.social {
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 40px;
    margin-top: 6px;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.social:hover{
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.social#facebook{
    background: url('./images/facebook.png') no-repeat 0 0 transparent;
}
.social#twitter{
    background: url('./images/twitter.png') no-repeat 0 0 transparent;
}
.social#google{
    background: url('./images/g+.png') no-repeat 0 0 transparent;
}


#footerwrap input[type="text"], #footerwrap input[type="password"], #footerwrap input[type="email"], #footerwrap input[type="url"], #footerwrap input[type="number"], #footerwrap textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #E7E7E7 !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    float: left;
    margin-bottom: 0 !important;
    padding: 8px !important;
    width: 250px;
    height: 17px;
    margin-top: 2px;
}
#footerwrap input[type="submit"], #footerwrap input[type="reset"] {
    float: right;
}
#footerwrap div.wpcf7 img.ajax-loader{
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #a11d20 !important;
}


/*************************************************NO SIDEBAR PAGES*************************************************/

.single-product #wrapper{
    background: none #fff;
}
.single-product #container {
    width: 100%;
}

/*************************************************MAIN PRODUCT PAGE*************************************************/

.archive .sku{
    display: none;
}   
.archive ul.products li.product .price {
    font-size: 15px !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    font-size: 12px;
    margin-bottom: 5px !important;
}
form.products-per-page[style]{
    position: relative;
    right: 10px;
}
.woocommerce nav.woocommerce-pagination {
    float: left;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #a11d20 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    color: #a11d20 !important;
}
#woocommerce_brand_nav-2 .count,
#woocommerce_layered_nav-2 .count,
#woocommerce_layered_nav-3 .count{
    display: none;
}

/*************************************************SINGLE PRODUCT*************************************************/

.single-product #container{
    padding: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    margin-left: 20px;
    padding-top: 0;
    position: relative;
    width: 58% !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 {
    border: 1px solid #E7E7E7;
    box-shadow: none !important;
}
.single-product .entry-summary{
    clear: none;
}

.variation_form_section{
    margin-top: 20px;
}
#pa_size .swatch-wrapper, #pa_size-width .swatch-wrapper, #pa_size-length .swatch-wrapper{
    background: none repeat scroll 0 0 #e7e7e7;
    border: 1px solid #fff;
    border-radius: 4px;
    float: left;
    margin: 0 5px 5px 0;
    padding: 1px;
}
#pa_size div.swatch-wrapper.selected, #pa_size-width div.swatch-wrapper.selected, #pa_size-length div.swatch-wrapper.selected {
    background: none repeat scroll 0 0 #45423E;
    padding: 1px;
}
div.swatch-wrapper.disabled, div.swatch-wrapper.disabled a {
    cursor: pointer !important;
    opacity: 1 !important;
}


#pa_color .swatch-wrapper {
    border: 1px solid #45423E;
    border-radius: 3px;
    padding: 0px;
}
#pa_color div.swatch-wrapper a, #pa_size div.swatch-wrapper a, #pa_size-width div.swatch-wrapper a, #pa_size-length div.swatch-wrapper a {
    height: 33px !important;
    margin: 0;
    width: 33px !important;
}
#pa_color div.swatch-wrapper.selected a, #pa_size div.swatch-wrapper.selected a, #pa_size-width div.swatch-wrapper.selected a, #pa_size-length div.swatch-wrapper.selected a {
    height: 29px !important;
    margin: 2px;
    width: 29px !important;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: left !important;
    float: left !important;
    position: relative !important;
}
#tab-description[style] {
    clear: none;
    display: block !important;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    width: 415px;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
    background: none repeat scroll 0 0 #E7E7E7 !important;
}
.omsc-toggle-inner {
    padding: 0 10px 0 22px !important;
}


.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart{
    margin-bottom: 0px !important;
}


.postid-1432 .product_size_chart a,
.postid-2003 .product_size_chart a,
.postid-4268 .product_size_chart a,
.postid-4250 .product_size_chart a,
.postid-4199 .product_size_chart a,
.postid-4283 .product_size_chart a,
.postid-4312 .product_size_chart a,
.postid-4366 .product_size_chart a,
.postid-4402 .product_size_chart a,
.postid-1495 .product_size_chart a{
    margin-top: -154px;
}
.postid-4384 .product_size_chart a,
.postid-4339 .product_size_chart a{
    margin-top: -200px;
}
.product_size_chart a {
    display: block;
    font-size: 12px;
    margin-top: -114px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    color: #45423e !important;
}
.product_features .legend a {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    color: #45423e;
}

.product_features .feature {
    margin-right: 7px;
}
.product_features .feature:hover{
    cursor: pointer;
}



.single_variation_wrap {
    float: right;
    position: absolute;
    right: 0;
    top: -5px;
    display: none;
}
.single_variation_wrap p {
    color: #a11d20;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    text-align: right;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    -moz-appearance: textfield;
    border: 2px solid #E7E7E7 !important;
    border-radius: 3px !important;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
}
div.quantity {
    white-space: nowrap;
}
.single-product div.quantity{
    border-right: 4px double #E8E4E3;
    float: left;
    margin-right: 1.2em !important;
    padding-left: 30px !important;
    padding-right: 46px;
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
    background: url("./images/plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    bottom: 0 !important;
    box-shadow: none !important;
    height: 20px !important;
    margin-top: 5px !important;
    right: 16px;
    text-indent: -9999px;
    width: 20px !important;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
    background: url("./images/minus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    bottom: 15px !important;
    box-shadow: none !important;
    height: 20px !important;
    right: 100px;
    text-indent: -9999px;
    width: 20px !important;
}




html .woocommerce .woocommerce-message, html .woocommerce .woocommerce-error, html .woocommerce .woocommerce-info, html .woocommerce-page .woocommerce-message, html .woocommerce-page .woocommerce-error, html .woocommerce-page .woocommerce-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 3.5em !important;
    position: absolute !important;
    right: 20px !important;
    /*top: 119px !important;*/
    top: 20px !important;
}
html .single-product.woocommerce .woocommerce-message, html .single-product.woocommerce .woocommerce-error, html .single-product.woocommerce .woocommerce-info, html .single-product.woocommerce .woocommerce-message, html .single-product.woocommerce .woocommerce-error, html .single-product.woocommerce .woocommerce-info{
    top: 119px !important;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top: medium none !important;
    color: #8FAE1B !important;
    font-size: 12px !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
    box-shadow: none !important;
    padding-top: 2px !important;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #8FAE1B !important;
    content: "✓";
    font-size: 14px !important;
    top: -2px !important;
}
.woocommerce-message a.wc-forward{
    display: none !important;
}


h1.product_title .sku {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

div.pp_woocommerce div.ppt, .pp_description, .pp_gallery {
    display: none !important;
}

.out-of-stock{
    color: #a11d20 !important;
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
    color: #8FAE1B !important;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    border-radius: 0;
    color: #fff !important;
    font-family: Roboto,"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-weight: 400;
    padding: 8px 10px !important;
    text-transform: uppercase;
}

/*.single_variation_wrap[style] {
    display: block !important;
}*/

/*************************************************HOMEPAGE*************************************************/

.home #wrapper {
    background-image: none !important;
    background: #fff;
}
.home #container {
    display: block;
    padding: 0;
    width: 100% !important;
}
.home #content {
    width: 100% !important;
    position: relative;
}
.home p {
    margin: 0 !important;
    padding: 0 !important;
}
#featured-categories {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
}
#featured-categories div{
    width: 32%;
}
#featured-categories .category {
    display: inline-block;
    position: relative;
}
#featured-categories .category:hover{
    cursor: pointer;
    opacity: 0.8;
}
#featured-categories .category:nth-child(3) {
    margin-right: 0 !important;
}
#featured-categories .category h2 a {
    color: #fff !important;
    display: block;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    padding: 0 !important;
    position: relative !important;
    text-align: right !important;
    text-transform: uppercase;
}
#featured-categories .category img{
    display: block;
    height: auto;
    max-height: 340px;
    max-width: 340px;
    transition: all 0.5s ease 0s;
    width: 100%;
}
#featured-categories .category h2 {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 5px #333;
    text-transform: uppercase;
    top: 70%;
    transform: translateY(-50%);
    z-index: 9999;
    right: 10%;
}
#featured-categories .category .browse {
    color: #c72125 !important;
    display: block;
    font-family: Roboto Condensed;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    position: absolute;
    right: 10%;
    text-align: right;
    text-shadow: 1px 1px 1px #000;
    top: 80%;
    transform: translateY(-50%);
}
#featured-categories .category:hover .browse {
    color: #ef4b4f !important;
}
/*#featured-categories .category.one {
    background: url("/wp-content/uploads/2015/06/workwear.jpg") top center no-repeat;
}
#featured-categories .category.two {
    background: url("/wp-content/uploads/2015/06/jackets.jpg") top center no-repeat;
}
#featured-categories .category.three {
    background: url("/wp-content/uploads/2015/06/knits.jpg") top center no-repeat;
}*/
#featured-categories .category.one,
#featured-categories .category.two {
    margin-right: 10px;
}

#grey-bar {
    clear: both;
    display: block;
    padding: 20px;
    background: #404040;
    overflow: auto;
    margin: 20px 0 20px 0;
    box-sizing: border-box;
}
#grey-bar ul li {
    list-style: none;
    display: inline-block;
    width: 32%;
    margin: 0 2% 0 0 !important;
    padding: 0;
    float: left;
}
#grey-bar ul li:last-child {
    margin: 0 !important;
}
#grey-bar ul li h3 {
    margin: 0 0 15px 0 !important;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid #525252;
    width: 100%;
    font-family: Roboto Condensed;
}
#grey-bar ul li {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    background: none;
}
#grey-bar ul,
#brands ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#brands ul {
    display: table;
    width: 100%;
}
#brands ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: table-cell;
    vertical-align: middle;
    width: 16.66%;
}

.read-more,
input[type="submit"],
a input[type="submit"],
input[type="reset"],
a input[type="reset"] {
    display: inline-block;
    background: #a11d20;
    color: #fff !important;
    font-size: 15px;
    line-height: 16px;
    padding: 8px 10px !important;
    position: relative;
    text-transform: uppercase;
    top: 1px;
    border: 0 !important;
}
input[type="submit"]:hover,
a input[type="submit"]:hover, 
input[type="reset"]:hover,
a input[type="reset"]:hover,
.read-more:hover{
    background: #8fae1b;
}
.read-more {
    margin-top: 15px !important;
}
.browse:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 18px;
    margin-left: 5px;
}

/*************************************************HOMEPAGE PRODUCT SLIDER*************************************************/

.homeslider figure {
    margin: 0 10px;
}
.homeslider figure:hover img{
    opacity: 0.6;
}
div.grid_no_animation figcaption {
    background: #fff none repeat scroll 0 0 !important;
}
div.grid_no_animation figcaption h3.pro_title {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    margin-bottom: 0px !important;
}
div.grid_no_animation figcaption .pro_price_area .amount{
    color: #8fae1b !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0.5em !important;
}
.owl-carousel {
    border-top: 2px solid grey;
    padding-top: 40px;
}
.wpb_area_title {
    background: #fff none repeat scroll 0 0 !important;
    display: inline-block;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    margin: 0 !important;
    padding: 0 10px 0 1px !important;
    position: relative;
    text-transform: uppercase;
    top: 18px;
    z-index: 9999;
}
div.owl-buttons {
    background: #fff none repeat scroll 0 0;
    padding-left: 5px;
    right: 0 !important;
    top: -20px !important;
}

/*************************************************HOMEPAGE SLIDESHOW*************************************************/

.metaslider{}
.metaslider .nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    opacity: 1;
    padding: 0;
    overflow: visible;
    position: initial;
    max-width: 600px;
}
.metaslider .nivo-caption .left.bottom,
.metaslider .nivo-caption .left.top,
.metaslider .nivo-caption .right.bottom,
.metaslider .nivo-caption .right.top{
    z-index: 99999;
    position: absolute;
}
.metaslider .nivo-caption .left.bottom {
    bottom: 12%;
    left: 10%;
    text-align: left;
}
.metaslider .nivo-caption .right.bottom{
    text-align: right;
    bottom: 12%;
    right: 10%;
}
.metaslider .nivo-caption .left.top{
    text-align: left;
    top: 12%;
    left: 10%;
}
.metaslider .nivo-caption .right.top{
    text-align: right;
    top: 14%;
    right: 10%;
}
.metaslider .nivo-caption h3 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto Condensed;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 2px 10px;
    width: auto;
}
.metaslider .nivo-caption span {
    background: #a11d20 none repeat scroll 0 0;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 2px 10px;
    text-transform: uppercase;
    display: block;
}
.nivo-controlNav {
    margin-bottom: -52px;
    position: relative;
    top: -40px;
}

/*************************************************PRODUCT DESIGNER*************************************************/

.fpd-views-selection > div {
    height: 40px !important;
    padding: 0px !important;
    margin-bottom: 7px !important;
    width: 40px !important;
}
.fpd-menu-bar > div > * {
    padding: 0 10px !important;
}
#designer .fpd-menu-bar span, #designer .fpd-menu-bar span .fa {
    font-family: Roboto !important;
    font-size: 13px !important;
}
#designer .fa-photo::before, #designer .fa-image::before, #designer .fa-picture-o::before {
    background: transparent url("./images/d_upload.png") no-repeat scroll center top;
    content: "Upload Image" !important;
    padding-top: 28px;
}
#designer .fa-font::before {
    content: "Add Text" !important;
    background: transparent url("./images/d_text.png") no-repeat scroll center top;
    padding-top: 28px;
}
#designer .fpd-remove-image-background {
    padding-top: 28px;
    width: auto !important;
}
#designer span .fpd-remove-image-background::before {
    content: "Remove Background" !important;
    display: block;
    margin-top: -4px;
    text-align: center;
    width: 70px;
}
#designer .fa-cloud-download::before {
    content: "Save Image";
    background: transparent url("./images/d_save.png") no-repeat scroll center top;
    padding-top: 28px;
}
#designer .fa-file-o::before {
    content: "Save PDF";
    background: transparent url("./images/d_pdf.png") no-repeat scroll center top;
    padding-top: 28px;
}
#designer .fa-print::before {
    content: "Print";
    background: transparent url("./images/d_print.png") no-repeat scroll center top;
    padding-top: 28px;
}
#designer .fa-save::before, #designer .fa-floppy-o::before {
    content: "Save Product";
    background: transparent url("./images/d_save.png") no-repeat scroll center top;
    padding-top: 27px;
}

.fpd-product-container > .fpd-menu-bar {
    height: 80px !important;
}
.fpd-menu-bar > div > * {
    line-height: 100px !important;
}
.fpd-product-container > .fpd-product-stage {
    top: -15px !important;
}
.fpd-saved-products .menu {
    top: 80px !important;
}
.fpd-sidebar[style] {
    height: 762px !important;
}

.fpd-container[style] {
    margin-top: 1px;
    width: 100%;
}
section.fpd-sidebar[style]{
    width: 27% !important;
}
section.fpd-product-container[style] {
    width: 69% !important;
}
section.fpd-sidebar .fpd-navigation[style]{
    width: 20% !important;
}
section.fpd-sidebar .fpd-content[style]{
    width: 80% !important;
}
.fpd-product-stage[style]{
    min-height: 675px;
}
.fpd-product-container > .fpd-product-stage {
    background-color: #fff !important;
    background-image: none !important;
}


/*************************************************CART PAGE*************************************************/

dl.variation dd {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
dl.variation dd p{
    margin: 0 !important;
}
.woocommerce-cart table.cart img {
    width: 85px !important;
}
.woocommerce-cart .quantity {
    overflow: visible !important;
}
.page.woocommerce-cart .minus{
    right: 65px !important;
}
.woocommerce-cart .plus{
    right: -10px !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    background: #8fae1b none repeat scroll 0 0 !important;
    font-weight: normal !important;
    color: #fff !important; 
}

html .woocommerce-cart .woocommerce-message, html .woocommerce-cart .woocommerce-error, html .woocommerce-cart .woocommerce-info, html .woocommerce-cart .woocommerce-message, html .woocommerce-cart .woocommerce-error, html .woocommerce-cart .woocommerce-info{
    top: 20px !important;
}

.woocommerce table {
    border: medium none !important;
}
.woocommerce table thead {
    background: #a11d20 none repeat scroll 0 0;
    color: #fff;
}

.woocommerce ul#shipping_method li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


/*************************************************CHECKOUT PAGE*************************************************/

.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields {
    margin-top: -18px;
}
.woocommerce-checkout .woocommerce-error{
    display: none;
}
.woocommerce-checkout .entry-content h3 {
    color: #a11d20 !important;
}
.woocommerce-checkout .woocommerce-info{
    display: none;
}
.woocommerce-checkout ul.order_details li{
    background: none;
}

/*************************************************MARKS PRODUCT DESIGNER*************************************************/

body.postid-5922 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
body.postid-5922 #wrapper{
    margin-bottom: 0px;
}

/*************************************************MISC*************************************************/

.wpcf7-captchac {
    margin-left: -80px;
    position: relative;
    top: 6px;
    z-index: 99999;
}
.woocommerce div.product p.stock {
    position: relative;
    top: -30px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: medium none !important;
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    color: #8FAE1B;
    clear: both;
}
mark.count{
    display: none;
}
mark {
    background-color: #b7d64b !important;
    padding: 0 5px;
}
.canvas-container[style]{
    background: #fff !important;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 1px;
        float:left;
        list-style:none;
    }
 
.tab-links a {
    background: none;
    border-radius: 3px 3px 0 0;
    color: #45423e !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 2px 10px;
    text-transform: uppercase;
    transition: all 0.15s linear 0s;
    border: 1px solid #fff;
}
        .tab-links a:hover {
            background:#e9e9ea;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
	border: 1px solid #e7e7e7;
    }
 
    /*----- Content of Tabs -----*/
.tab-content {
    position: relative;
    top: -18px;
}
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
.fpd-icon-sb-left .fpd-sidebar {
    margin-right: 0 !important;
    margin-left: 20px !important;
}
.fancy-product .fpd-container {
    margin-right: 0 !important;
}
.quote {
    background: none repeat scroll 0 0 #e9e9ea;
    font-size: 13px;
    line-height: 21px;
    padding: 10px;
}
.quote a {
    float: right;
}
.single_variation_wrap .single_variation {
    margin-top: 40px !important;
}
/*SORRY PRODUCT NOT AVAILABLE*/
.single_variation_wrap .single_variation {
    left: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 250px;
}

/* Products Listing */

ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30% !important;
}
ul.products li.product img {
    padding: 3px;
    border: 1px solid #e1e1e1;
}
.product a h3 {
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 3px !important;
    padding: 0 !important;
}

/* Homepage */

.home #topbar {
    display: none;
}
.home .entry-content {
    padding-top: 0 !important;
}
.home h2.entry-title {
    display: none !important;
}
.home .flexslider {
    margin-bottom: 65px !important;
}


/* Top Bar */

li.wpmenucartli a.wpmenucart-contents span {
    font-size: 13px;
}
#logged a:hover,
.cartcontents a:hover,
.amount a:hover,
#breadcrumbs a:hover {
    color: #000 !important;
}
.widget-area a:active, .widget-area a:visited {
    color: #A11D20 !important;
}



.woocommerce-page .page-title {
    display: none;
}

.ubermenu-content-block .textwidget input{
    position: relative;
    margin-left: -5px;
}

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before{
    content: '' !important;
}
.woocommerce .woocommerce-info {
    border-top-color: transparent !important;
}

/***********************************RESPONSIVE MENU***********************************/

#responsive-menu-container {
    top: 31px !important;
    z-index: 999 !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    border-radius: 0 !important;
}
button#responsive-menu-button .responsive-menu-box {
    float: left !important;
}
.responsive-menu-label {
    float: left !important;
}

/**********************************RESPONSIVE STYLES**********************************/
#brands, #grey-bar, .homeslider{
    width: 1040px;
}

@media screen and (max-width: 1096px) {
#header, #cta, #access ul ul, #topbar, #wrapper, #main, #footerwrap #footer, #site-info, #brands, #grey-bar, .homeslider {
    width: 100%;
    box-sizing: border-box;
}

#logo {
    margin-left: 10px;
    width: 340px;
}
#logo img{
    padding-top: 14px;
    width: 340px;
}
#cta .shopnow {
    margin-right: 10px;
}
.ubermenu-widget-area .textwidget {
    box-sizing: border-box !important;
    padding-right: 60px !important;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    display: block;
    float: none !important;
    width: 100%;
}
#tab-description[style] {
    width: 40%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 57% !important;
}

.fmenu.f4 {
    margin-left: 15px;
    width: 175px;
}
.fmenu.f5{
    margin-right: 0;
}
#footerwrap input[type="text"], #footerwrap input[type="password"], #footerwrap input[type="email"], #footerwrap input[type="url"], #footerwrap input[type="number"], #footerwrap textarea {
    width: 100%;
}
#footerwrap input[type="submit"], #footerwrap input[type="reset"] {
    margin-top: 5px;
    float: left;
}

.single_variation_wrap {
    top: 70px;
}

#featured-categories .category h2 a {
    font-size: 3.8vw !important;
}
#featured-categories .category .browse {
    font-size: 2.5vw !important;
}
.browse::after {
    font-size: 1.8vw;
}
}


@media screen and (max-width: 989px) {
#wrapper {
    background: rgba(0, 0, 0, 0) url("./images/shopbg.jpg") repeat scroll -75px 0;
}
#primary, #secondary {
    min-width: 175px;
    width: 175px;
}
#grey-bar ul li h3 {
    min-height: 48px;
}
}


@media screen and (max-width: 820px) {
.fmenu {
    margin-right: 0px;
}
html .single-product.woocommerce .woocommerce-message, html .single-product.woocommerce .woocommerce-error, html .single-product.woocommerce .woocommerce-info, html .single-product.woocommerce .woocommerce-message, html .single-product.woocommerce .woocommerce-error, html .single-product.woocommerce .woocommerce-info {
    line-height: normal;
    position: relative !important;
    text-align: center;
    top: 0 !important;
}
#brands ul li a img{
    height: auto;
    max-height: 80px;
    min-width: 100%;
    width: 100%;
}
}


@media screen and (max-width: 768px) {
#wrapper {
    background: #fff;
}
#container {
    display: block;
    width: 100%;
    padding: 0;
}
#primary, #secondary {
    display: block;
    min-width: unset;
    width: 100%;
}
#primary {
    margin-top: 0;
}

#content .customer_details tr th {
    display: block !important;
    float: left;
}
.woocommerce table.customer_details tr td::before {
    content: attr(data-title) " " !important;
}
.fmenu.f1, .fmenu.f2, .fmenu.f3 {
    display: none;
}
#secondary, #woocommerce_product_categories-2, #woocommerce_brand_nav-2{
    display: none;
}
#primary ul li {
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    width: 33%;
    text-align: center;
}
#primary ul li:last-child{
    padding-right: 0px;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
    float: left !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    clear: unset !important;
    float: left !important;
    margin: 0 3.3% 20px 0 !important;
    width: 30% !important;
    text-align: center;
}
p.woocommerce-result-count{
    display: none;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: left !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    margin-left: 0 !important;
}

#featured-categories div {
    width: 31%;
}
}


@media screen and (max-width: 667px) {
.metaslider .nivo-caption span{
    display: none;
}
.metaslider .nivo-caption .left.bottom, .metaslider .nivo-caption .left.top, .metaslider .nivo-caption .right.bottom, .metaslider .nivo-caption .right.top{
    top: unset;
    bottom: 20%;
    left: unset;
    right: unset;
    text-align: center;
    width: 100%;
}
.metaslider .nivo-caption h3 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.woocommerce div.product span.price, .woocommerce div.product p.price {
    margin-bottom: 70px !important;
    text-align: center;
}	
.single_variation_wrap {
    left: 0;
    right: unset;
    top: 115px !important;
}
.product_size_chart a {
    background: #e9e9ea none repeat scroll 0 0;
    margin-bottom: 20px;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
}
.quote a {
    float: none;
}
.quote input[type="submit"] {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
section.fpd-sidebar[style] {
    height: auto !important;
    min-height: unset !important;
    width: 100% !important;
}
section.fpd-product-container[style] {
    width: 100% !important;
}
section.fpd-sidebar .fpd-navigation[style]{
    width: 10% !important;
}
section.fpd-sidebar .fpd-content[style]{
    width: 90% !important;
}
#grey-bar ul li {
    width: 100%;
}
#grey-bar ul li h3{
    min-height: unset;
}
#grey-bar ul li:nth-child(1), #grey-bar ul li:nth-child(2) {
    padding: 0 0 24px;
}
.fpd-icon-sb-left .fpd-sidebar {
    margin-left: 0 !important;
}
}



@media screen and (max-width: 568px) {
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
#tab-description[style] {
    width: 100% !important;
}
#tab-description h3 {
    border-bottom: 1px solid #e7e7e7;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 18px;
}
.single_variation_wrap {
    top: 70px;
}
.woocommerce div.product span.price, .woocommerce div.product p.price {
    margin-bottom: 16px !important;
}	
.single_variation_wrap {
    left: unset;
    right: 0;
    top: 70px !important;
}
.product_size_chart a {
    background: none;
    margin-bottom: 0px;
    margin-top: -114px !important;
    position: absolute;
    text-align: none;
}
/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */

.woocommerce .cart_item:nth-child(2n-1){
    background: #E9E9EA;
}
.woocommerce-cart .quantity {
    margin-left: 24px !important;
}
tfoot {
    float: right;
    line-height: normal;
    text-align: right;
}
#content tr th[scope="row"] {
    margin-bottom: -14px;
}

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.woocommerce-page table.shop_table tr { 
	/*border: 1px solid #d2d3d3; */
}
.woocommerce-page table.shop_table tr.cart_item:nth-child(2n+1) { 
	/*background: #fbfbfb;*/
}


.woocommerce-page table.shop_table td { 
	/* Behave  like a "row" */
	border: 1px solid #d2d3d3; 
	position: relative;
	padding-left: 30% !important; 
}

.woocommerce-page table.shop_table {
	border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
	border-color: #FFF;
	height: 10px;
}

.woocommerce-page table.shop_table td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	/*width: 45%; */
	padding-right: 10px; 
	white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
	content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
	content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
	content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
	content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
	content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
	content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
	content: "TOTAL";
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
	margin: 0;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
	text-align: left;
	border:0;
	padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
	float: left;
	margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
	margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
	text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
	border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
	padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
	padding-left: 6px !important;
	border:0 !important;
}

.woocommerce-page table.shop_table tbody {
	padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
	padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
	clear: left;
	margin-bottom: 10px;
	border:0;
}

.woocommerce-page table.shop_table td {
    border-bottom: 1px solid #d2d3d3 !important;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none !important;
    padding-left: 35% !important;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    width: 100% !important;
}
tfoot{
    text-align: right;
}
.place-order input {
    font-size: 18px !important;
}
/* END Make the cart table responsive */
}


@media screen and (max-width: 560px) {
button#responsive-menu-button {
    height: 28px !important;
    right: -2% !important;
    top: 7px !important;
    width: 50px !important;
}
.responsive-menu-label{
    display: none !important;
}
#cta {
    padding-top: 12px;
    text-align: right;
}
#cta .telephone {
    background: transparent url("./images/icon_tel.png") no-repeat scroll 5px center;
    padding: 8px 15px 8px 37px;
    position: relative;
    right: 35px;
}
#cta .shopnow, #click-menu-label {
    display: none;
}
#logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#logo img {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px 10px 0;
    margin-top: -7px;
}
#click-menu {
    right: -2% !important;
    top: 7px !important;
}

#primary ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}
#woocommerce_layered_nav-3{
    display: none;
}
#woocommerce_layered_nav-2 {
    margin-bottom: 12px !important;
    margin-top: -5px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 45% !important;
}

.form-wppp-select select {
    border: 1px solid #e7e7e7;
    max-width: 100%;
    padding: 8px 0;
    width: 100%;
}
form.products-per-page[style] {
    float: left !important;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    position: relative;
    width: 96%;
    right: 0;
}
.form-wppp-select::before{
    content: 'Products Per Page';
    border-bottom: 1px solid #e7e7e7;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 14px;
}
}


@media screen and (max-width: 480px) {
#site-info {
    line-height: normal;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    width: 100%;
}
#site-info div {
    clear: both;
    float: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 95% !important;
}

#designer .fpd-menu-bar span, #designer .fpd-menu-bar span .fa {
    font-size: 10px !important;
    padding: 0 2px !important;
}
#designer span .fpd-remove-image-background::before {
    margin-top: 20px;
    width: 50px;
}

#brands ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
}
#brands ul li a img {
    min-width: inherit !important;
    min-width: initial !important;
    min-width: unset !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

#featured-categories div {
    margin: 0 auto !important;
    width: 100%;
}
#featured-categories .category img {
    margin: 0 auto;
}
#featured-categories .category h2 {
    right: 15%;
}
#featured-categories .category h2 a {
    font-size: 10vw !important;
}
#featured-categories .category .browse {
    right: 15%;
    font-size: 7vw !important;
}
.browse::after {
    font-size: 5vw;
}
}


@media screen and (max-width: 420px) {
#breadcrumbs {
    display: none;
}
.accountbar {
    text-align: center;
}
.metaslider .nivo-caption .left.bottom, .metaslider .nivo-caption .left.top, .metaslider .nivo-caption .right.bottom, .metaslider .nivo-caption .right.top{
    bottom: 25%;
}
.metaslider .nivo-caption h3 {
    font-size: 20px;
}

.fmenu.f4, .fmenu.f5 {
    margin: 0 0 26px;
    text-align: center;
    width: 100%;
}
#footerwrap input[type="text"], #footerwrap input[type="password"], #footerwrap input[type="email"], #footerwrap input[type="url"], #footerwrap input[type="number"], #footerwrap textarea {
    width: 95%;
    text-align: center;
}
#footerwrap input[type="submit"], #footerwrap input[type="reset"] {
    width: 100%;
}
#content .wp-pagenavi {
    float: none !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.wp-pagenavi a.page, .wp-pagenavi span.extend, .wp-pagenavi a.last, .wp-pagenavi a.first {
    display: none;
}
#content .entry-title {
    font-size: 18px;
    text-align: center;
}
h1.product_title .sku {
    display: block;
}
.single_variation_wrap {
    top: 58px;
}

.product_size_chart a {
    background: #e9e9ea none repeat scroll 0 0;
    margin-bottom: 20px;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
    margin-bottom: 70px !important;
}	
.single_variation_wrap {
    left: 0;
    right: unset;
    top: 125px !important;
}
#footerwrap[style]{
    opacity: 1 !important;
}
img.alignleft, img.alignright, img.aligncenter {
    height: auto;
    min-width: 100%;
    width: 100%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea {
    width: 95%;
}
}


@media screen and (max-width: 320px) {

}


@media only screen and (min-width:1080px){
 .scroll-back-to-top-wrapper{
 display: none;
 }
}

/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 768px) {
    .tinynav { display: block }
    #woocommerce_layered_nav-2 ul { display: none }
}

input {
    -webkit-appearance: none !important;
}