/*

Theme Name: Armour Wear

Theme URI: https://72.9.148.203/~creativa/leevan/armour-wear/

Author: Ing. Leevan Abon Cepeda

Author URI: mailto: leevan1983@gmail.com

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 1.2

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: twentyfourteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html

 * along with Nicolas Gallagher and Jonathan Neal

 * https://necolas.github.com/normalize.css/ and Blueprint

 * https://www.blueprintcss.org/

 *

 * -----------------------------------------------------------------------------

 */



 @font-face {

    font-family: 'FiraSansBoldItalic';

    src: url('fonts/firasans-bolditalic.eot');

    src: url('fonts/firasans-bolditalic.eot') format('embedded-opentype'),

         url('fonts/firasans-bolditalic.woff2') format('woff2'),

         url('fonts/firasans-bolditalic.woff') format('woff'),

         url('fonts/firasans-bolditalic.ttf') format('truetype'),

         url('fonts/firasans-bolditalic.svg#FiraSansBoldItalic') format('svg');

}



@font-face {

    font-family: 'FontAwesomeRegular';

    src: url('fonts/fontawesome-webfont.eot');

    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),

         url('fonts/fontawesome-webfont.woff2') format('woff2'),

         url('fonts/fontawesome-webfont.woff') format('woff'),

         url('fonts/fontawesome-webfont.ttf') format('truetype'),

         url('fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');

}



@font-face {

    font-family: 'FiraSansLight';

    src: url('fonts/firasans-light.eot');

    src: url('fonts/firasans-light.eot') format('embedded-opentype'),

         url('fonts/firasans-light.woff2') format('woff2'),

         url('fonts/firasans-light.woff') format('woff'),

         url('fonts/firasans-light.ttf') format('truetype'),

         url('fonts/firasans-light.svg#FiraSansLight') format('svg');

}



@font-face {

    font-family: 'AgencyFBBold';

    src: url('fonts/3913467301.eot');

    src: url('fonts/3913467301.eot') format('embedded-opentype'),

         url('fonts/3913467301.woff2') format('woff2'),

         url('fonts/3913467301.woff') format('woff'),

         url('fonts/3913467301.ttf') format('truetype'),

         url('fonts/3913467301.svg#AgencyFBBold') format('svg');

}



@font-face {

    font-family: 'AgencyFBRegular';

    src: url('fonts/4822485673.eot');

    src: url('fonts/4822485673.eot') format('embedded-opentype'),

         url('fonts/4822485673.woff2') format('woff2'),

         url('fonts/4822485673.woff') format('woff'),

         url('fonts/4822485673.ttf') format('truetype'),

         url('fonts/4822485673.svg#AgencyFBRegular') format('svg');

}



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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}



audio,

canvas,

video {

	display: inline-block;

	max-width: 100%;

}



html {

	overflow-y: scroll;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



/* firefox responsive image blurry fix */

/* @-moz-document url-prefix() {

	img {

		-moz-transform: rotate( .001deg );

		transform: rotate( .001deg );

	}

} */

span.screen-reader-text { display: none; }



body,

button,

input,

select,

textarea {

	color: #2b2b2b;

	font-family: Lato, sans-serif;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



body {

	background: #f5f5f5;


}



a {

	color:#465e0d;

	text-decoration: none;

}



a:focus {

	outline: thin dotted;

}



a:hover,

a:active {

	outline: 0;

}





h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

	font-weight: 700;

}



h1 {

	font-size: 26px;

	line-height: 1 !important;

}



h2 {

	font-size: 24px;

	line-height: 1;

	font-family: 'AgencyFBBold', Arial;

	margin-bottom: 15px !important;

	color: #465e0d;

	text-transform: uppercase;

}



h3 {

	font-size: 22px;

	line-height: 1.0909090909;

}



h4 {

	font-size: 20px;

	line-height: 1.2;

}



h5 {

	font-size: 18px;

	line-height: 1.3333333333;

}



h6 {

	font-size: 16px;

	line-height: 1.5;

}



address {

	font-style: italic;

	margin-bottom: 24px;

}



abbr[title] {

	border-bottom: 1px dotted #2b2b2b;

	cursor: help;

}



b,

strong {

	font-weight: 700;

}



cite,

dfn,

em,

i {

	font-style: italic;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



p {

	margin-bottom: 24px;

}



code,

kbd,

tt,

var,

samp,

pre {

	font-family: monospace, serif;

	font-size: 15px;

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	line-height: 1.6;

}



pre {

	border: 1px solid rgba(0, 0, 0, 0.1);

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	margin-bottom: 24px;

	max-width: 100%;

	overflow: auto;

	padding: 12px;

	white-space: pre;

	white-space: pre-wrap;

	word-wrap: break-word;

}



blockquote,

q {

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

	content: none;

}



blockquote {

	color: #767676;

	font-size: 19px;

	font-style: italic;

	font-weight: 300;

	line-height: 1.2631578947;

	margin-bottom: 24px;

}



blockquote cite,

blockquote small {

	color: #2b2b2b;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



blockquote em,

blockquote i,

blockquote cite {

	font-style: normal;

}



blockquote strong,

blockquote b {

	font-weight: 400;

}



small {

	font-size: smaller;

}



big {

	font-size: 125%;

}



sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	bottom: 1ex;

}



sub {

	top: .5ex;

}



dl {

	margin-bottom: 24px;

}



dt {

	font-weight: bold;

}



dd {

	margin-bottom: 24px;

}



ul,

ol {

	list-style: none;

	margin: 0 0 24px 20px;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin: 0 0 0 20px;

}



img {

	-ms-interpolation-mode: bicubic;

	border: 0;

	vertical-align: middle;

}



figure {

	margin: 0;

}



fieldset {

	border: 1px solid rgba(0, 0, 0, 0.1);

	margin: 0 0 24px;

	padding: 11px 12px 0;

}



legend {

	white-space: normal;

}



button,

input,

select,

textarea {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 100%;

	margin: 0;

	max-width: 100%;

	vertical-align: baseline;

}



button,

input {

	line-height: normal;

}



input,

textarea {

	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



input[type="search"] {

	-webkit-appearance: textfield;

}



input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

	vertical-align: top;

}



table,

th,

td {

	border: 1px solid rgba(0, 0, 0, 0.1);

}



table {

	border-collapse: separate;

	border-spacing: 0;

	border-width: 1px 0 0 1px;

	margin-bottom: 24px;

	width: 100%;

}



caption,

th,

td {

	font-weight: normal;

	text-align: left;

}



th {

	border-width: 0 1px 1px 0;

	font-weight: bold;

}



td {

	border-width: 0 1px 1px 0;

}



del {

	color: #767676;

}



hr {

	background-color: rgba(0, 0, 0, 0.1);

	border: 0;

	height: 1px;

	margin-bottom: 23px;

}



/* Support a widely-adopted but non-standard selector for text selection styles

 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.

 */

::selection {

	background: #24890d;

	color: #fff;

	text-shadow: none;

}



::-moz-selection {

	background: #24890d;

	color: #fff;

	text-shadow: none;

}





/**

 * 2.0 Repeatable Patterns

 * -----------------------------------------------------------------------------

 */



/* Input fields */



input,

textarea {

	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 2px;

	color: #2b2b2b;

	padding: 8px 10px 7px;

}



textarea {

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid rgba(0, 0, 0, 0.3);

	outline: 0;

}



/* Buttons */



button,

.button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	background-color: #465e0d;

	border: 0;

	border-radius: 2px;

	color: #fff;

	font-size: 12px;

	font-weight: 700;

	padding: 10px 30px 11px;

	text-transform: uppercase;

	vertical-align: bottom;

	-webkit-transition: background 0.5s ease-in-out;

	   -moz-transition: background 0.5s ease-in-out;

	    -ms-transition: background 0.5s ease-in-out;

	     -o-transition: background 0.5s ease-in-out;

	    	transition: background 0.5s ease-in-out;

}



button:hover,

button:focus,

.button:hover,

.button:focus,

input[type="button"]:hover,

input[type="button"]:focus,

input[type="reset"]:hover,

input[type="reset"]:focus,

input[type="submit"]:hover,

input[type="submit"]:focus {

	background-color: #41a62a;

	color: #fff;

}



button:active,

.button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	background-color: #55d737;

}



.search-field {

	width: 100%;

}



.search-submit {

	display: none;

}



/* Placeholder text color -- selectors need to be separate to work. */



::-webkit-input-placeholder {

	color: #939393;

}



:-moz-placeholder {

	color: #939393;

}



::-moz-placeholder {

	color: #939393;

	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */

}



:-ms-input-placeholder {

	color: #939393;

}



/* Responsive images. Fluid images for posts, comments, and widgets */



.comment-content img,

.entry-content img,

.entry-summary img,

#site-header img,

.widget img,

.wp-caption {

	max-width: 100%;

}



/**

 * Make sure images with WordPress-added height and width attributes are

 * scaled correctly.

 */



.comment-content img[height],

.entry-content img,

.entry-summary img,

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"],

#site-header img {

	height: auto;

}



img.size-full,

img.size-large,

.wp-post-image,

.post-thumbnail img {

	height: auto;

	max-width: 100%;

}

.wp-post-image{

	float: right;

	width: 600px !important;

	height: auto !important;

	margin: 0 0 20px 45px;

	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.7);

	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.7);

	box-shadow: 1px 2px 3px rgba(0,0,0,.7);

}





div > a > img.wp-post-image {

	-webkit-box-shadow:none;

	-moz-box-shadow:none;

	box-shadow:none;

	margin: 0;

}



/* Make sure embeds and iframes fit their containers */



embed,

iframe,

object,

video {

	margin-bottom: 24px;

	max-width: 100%;

}



p > embed,

p > iframe,

p > object,

span > embed,

span > iframe,

span > object {

	margin-bottom: 0;

}



/* Alignment */



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



blockquote.alignleft,

figure.wp-caption.alignleft,

img.alignleft {

	margin: 7px 24px 7px 0;

}



.wp-caption.alignleft {

	margin: 7px 14px 7px 0;

}



blockquote.alignright,

figure.wp-caption.alignright,

img.alignright {

	margin: 7px 0 7px 24px;

}



.wp-caption.alignright {

	margin: 7px 0 7px 14px;

}



blockquote.aligncenter,

img.aligncenter,

.wp-caption.aligncenter {

	margin-top: 7px;

	margin-bottom: 7px;

}



.site-content blockquote.alignleft,

.site-content blockquote.alignright {

	border-top: 1px solid rgba(0, 0, 0, 0.1);

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	padding-top: 17px;

	width: 50%;

}



.site-content blockquote.alignleft p,

.site-content blockquote.alignright p {

	margin-bottom: 17px;

}



.wp-caption {

	margin-bottom: 24px;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0;

}



.wp-caption {

	color: #767676;

}



.wp-caption-text {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 12px;

	font-style: italic;

	line-height: 1.5;

	margin: 9px 0;

}



div.wp-caption .wp-caption-text {

	padding-right: 10px;

}



div.wp-caption.alignright img[class*="wp-image-"],

div.wp-caption.alignright .wp-caption-text {

	padding-left: 10px;

	padding-right: 0;

}



.wp-smiley {

	border: 0;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}





.hide {

	display: none;

}







html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	

	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;

}



/* My Styles */



.home header#head {

    width: 100%;

    background-image: url(images/back-header.jpg);

    min-height: 576px;

    background-position: center;

    background-size: cover;

}



header#head {

    width: 100%;

    background-image: url(images/back-header.jpg);

    height: auto;

    background-position: center;

}



.banner {

    width: 100%;

    height: 103px;

    background-image: url(images/backbanner.png);

    background-position: center;

}



.line-green {

    width: 100%;

    height: 8px;

    background-color: #465e0d;

}



.logo {

    margin-top: 11px;

    float: left;

    margin-right: 88px;

}



.warrior {

    float: left;

    margin-top: -4px;

    margin-right: 16px;

}



.warrior a {

    font-family: 'FiraSansBoldItalic',Arial;

    color: #b28a34;

    font-size: 16px;

    margin-top: -46px;

    text-decoration: none;

    display: block;

    margin-left: 94.5px;

}



.warrior a i { color: #f2c853; }

.warrior a:hover {

    color: #f2c853;

}



.warrior span {

    font-family: 'FiraSansBoldItalic',Arial;

    color: #FFF;

    font-size: 16px;

    margin-top: 3px;

    text-decoration: none;

    display: block;

    margin-left: 77px;

    font-weight: bold;

    font-style: italic;

}



.header-right {

  position: absolute;

  margin-left: 723px;

}

.header-right img { float: left; display: block; margin-top: -13px; }

.cart {

    margin-left: -14px;

    margin-top: -15px !important;

}



body .search { margin-left: -14px; margin-top: -15px !important; }



.header-right span {

    font-family: 'FiraSansLight', Arial;

    color: #FFF;

    font-size: 18px;

    margin-left: -126px;

    float: left;

    position: relative;

    z-index: 100;

}



.menu {

    background: rgba(70,94,13,0.4);

    width: 100%;

    height: 35px;

    margin-top: 9px;

}

.nav-menu {padding-top: 10px; margin-left: 10px;}

.nav-menu li {

    float: left;

    list-style: none;

    border-right: 1px solid #fdc653;

    margin-right: 21px;

    padding-right: 20px;

    line-height: 0.9em;

    

}

.nav-menu li:last-child {

        border-right: none;

    margin-right: 0px;

    padding-right: 0px;

}

.nav-menu li a {

    font-family: 'FiraSansLight', Arial;

    color: #FFF;

    font-size: 16px;  

    text-decoration: none;

    text-transform: uppercase;



}

.nav-menu li a:hover {color: #fdc653}

.nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 999;
}

.nav-menu .sub-menu li a {
	color: #fff;
	padding: 10px 20px;
	
	width: 250px;
}

.home .slider { 

  width: 100%;

  height: 650px;

  position: absolute; 

  display: block; 

}



.slider {

    display: none;

}



.slide {

    width: 100%;

    height: 568px; 

    background-repeat: no-repeat;

    background-position: 308px -9px;

}



.slide .back-slider {

    width: 100%;

    max-width: 1378px;

    height: 568px; 

    background-repeat: no-repeat;

    background-position: 308px -9px;

    padding-top: 1px;

    margin: 0 auto;

    display: block;

}



.slider h2{transition: all .7s ease-in-out .8s; -webkit-transition: all .4s ease-in-out .2s; margin-top:  58px; margin-left: -93px; }

.slider h2.med {margin-left: 671px; position: absolute; z-index: 800; margin-top: -281px; }

.slider  a{transition: all .7s ease-in-out .8s; -webkit-transition: all .7s ease-in-out .8s; display: block; margin-top: -42px;

margin-left: 269px;  }

.slider .hidden h2{margin-left: -2000px;}

.slider .hidden h2.med{margin-left: 3000px;}

.slider .hidden a{margin-left: -2000px;}

.products {

    margin-top: 102px;

}
.related.products {
	margin-top:0px;
}


.products h1.title-product, .featured-products h1.title-product, .about-armour h1.title-product {

    font-family: 'AgencyFBBold', Arial;

    font-size: 48px;

    color: #465e0d;

    margin-bottom: -6px;

    line-height: 1em;

    text-transform: uppercase;

}



.content-product {

    background-position: center;

    background-image: url(images/back-prod.png);

    height: 461px;

    width: 100%;

}



ul.list-left {

    padding-top: 30px;

    margin-left: 190px;

    float: left;

}



ul.list-left li, ul.list-right li {

    background-repeat: no-repeat;

    width: 372px;

    height: 37px;

    background-image: url(images/back-list-product.png);

    list-style: none;

    margin-bottom: 20px;

    padding-left: 30px;

    line-height: 35px;

    position: relative;

    z-index: 10;

}



ul.list-left li:hover, ul.list-right li:hover {

    background-image: url(images/back-list-product-hover.png);

}



ul.list-left li a, ul.list-right li a {

    color: #FFF;

    font-family: 'AgencyFBBold', Arial;

    font-size: 19px;

    text-decoration: none;

    text-transform: uppercase;

}

/*ul.list-left li a:hover, ul.list-right li a:hover { color:#465e0d}*/

li.list2 { margin-left: -30px; }

li.list3 { margin-left: -60px; }



.soldier { float: left; margin-left: -485px;  position: relative; width: 791px; height: 460px;}



ul.list-right {

    padding-top: 30px;

    margin-left: -362px;

    float: left;

    

}

ul.list-right li { 

    text-align: right;

    padding-right: 60px; 

    width: 312px;}



li.list2r { margin-left: -30px; }

li.list3r { margin-left: -60px; }



.featured-products {

    margin-top: 100px;

}



img.all-product {

  display: block;

  margin-left: 410px;

  margin-top: 440px;

  position: absolute;

  z-index: 10000;

}



img.accesories {

position:absolute;

  top:215px;
  left:647px;


  z-index: 1000;


 /* margin-left: 715px;*/

 /* transition: all .3s ease-in-out; 
 
  -webkit-transition: all .3s ease-in-out;*/

}



.slider-product {

    margin-top: 30px;

    width: 100% !important;

    

}

.slider-product .item {width: 100% !important; min-height: 350px;}

.product {border-right: 1px solid #878f8b; padding-right: 70px; margin-bottom: 30px; }

.product:last-child { border-right: none; margin-right: 0px; padding-right: 0px;}

.product h2 {

    color: #444444;

    font-family: 'AgencyFBBold', Arial;

    font-size: 20px;

    font-weight: bold;

    width: 205px;

    display: block;

    margin: 0 auto;

    text-align: center;

    margin-bottom: 15px;

    min-height: 40px;

}
.related.products h2 {
	height:65px;
}


.product img.prod {

    display: block;

    margin: 0 auto;   

}



.product span {

    color: #465e0d;

    font-family: 'AgencyFBBold', Arial;

    font-size: 26px;

    font-weight: bold;

    margin-right: 5px;

    padding-top: 4px;

    margin-left: 10px;

}



.view-prod {

    width: 64%;

    float: left;

}



.navigation {

    position: absolute;

    margin-top: -245px;

}



.navigation #next { margin-left: -50px; position: absolute;}

.navigation #prev {  margin-left: 1050px; position: absolute; }



.about-armour { margin-top: 30px; margin-bottom: 110px;}



.content-about {

    width: 100%;

    background-image: url(images/back-about.png);

    height: 468px;

    background-position: center top;

}



.text-about { width: 376px; padding-top: 30px;}

.text-about p {

    font-family: 'FiraSansLight';

    color: #FFF;

    font-size: 14px;

    line-height: 1.7em;

    text-align: justify;

}



.view-video { float: right; margin-top: -115px;}

.learn-more { margin-top: -30px; margin-left: 70px;}



.content-footer {

    width: 100%;

    height: 450px;

    background-image: url(images/back-footer.jpg);

    background-position: center top;

}



.menu-footer { 

    padding-top: 30px;

    float: left;

    margin-right: 30px;

    padding-right: 39px;

    background-position: right 30px;

    background-image: url(images/divider-line.png);

    background-repeat: no-repeat;

}

.menu-footer.end {background-image: none;     margin-right: 0px; padding-right: 0px;}

.menu-footer h3 {

    font-family: 'AgencyFBBold', Arial;

    color: #fdc653;

    font-size: 24px;

    margin-bottom: 20px;

    text-transform: uppercase;

}



.menu-footer ul li {

    list-style: none;

    margin-bottom: 21px;

    

}

.menu-footer ul li a {

    font-family: 'AgencyFBRegular', Arial;

    font-weight: 500;

    color: #FFF;

    font-size: 18px;

    text-decoration: none;

}

.menu-footer ul li a:hover {

    color: #fdc653;

}







.menu-footer ul li a i{

    margin-right: 3px;

    width: 23px;

}



.menu-footer input#email, input#search , input#s{

    background-repeat: no-repeat;

    width: 224px;

    height: 35px;

    background-image: url(images/input.png);

    background-color: transparent;

    border: none;

    padding-left: 35px;

    display: block;

    margin-bottom: 5px;

    font-family: 'AgencyFBRegular', Arial;

}



.form-search input#search, input#s {width: 324px; background-size: cover;}



.menu-footer input[type="submit"] {

    background-color: transparent;

    border: none;

    background-image: url(images/submit.png);

    background-repeat: no-repeat;

    width: 230px;

    height: 47px;

    color: transparent;

    cursor: pointer;

    margin-left: -2px;

    margin-bottom: 20px;

}



.menu-footer input[type="submit"]:hover {

    background-image: url(images/submit-hover.png);

}



.menu-footer p {

    font-family: 'FiraSansLight';

    color: #FFF;

    font-size: 14px;

}



.made-usa {

    display: block;

    margin-left: 53px;

}



.warrior-footer {

    width: 216px;

    height: 241px;

    background-repeat: no-repeat;

    background-image: url(images/warrior-footer.png);

}



.warrior-footer p {

     font-family: 'FiraSansLight';

    color: #FFF;

    font-size: 12px;

    text-align: center;

    padding-top: 88px;

    margin-bottom: 10px;

}



.logo-footer {

    margin: 0 auto;

    display: block;
	margin-top:10px;

}



p.copy {

    font-family: 'FiraSansLight';

    color: #939090;

    font-size: 12px;

    text-align: center;

    margin-top: 15px;

}



.content-product i {

    color: #f2c853;

}



#nav {display: none; }

.home #nav {

    margin-top: 446px;

    position: absolute;

    margin-left: -5px;

    display: block;

}



#nav a {

color: transparent;

width: 51px;

height: 44px;

background-image: url(images/nav.png);

display: block;

float: left;

margin-right: -10px;

position: relative;

z-index: 1000000;

}



#nav a.activeSlide {background-image: url(images/nav-hover.png);}

img.head-soldier {

  margin-left: 195px;

  display: block;

  position: relative;

  z-index: 100;

}



.form-search { 

    position: absolute;

    margin-top: 28px;

    margin-left: -24px; 

    display: none;

}



h1.entry-title {

  font-family: 'AgencyFBBold', Arial;

  font-size: 48px;

  color: #465e0d;

  margin-bottom: -6px;

  line-height: 0.7em;

  text-transform: uppercase;

  margin-top: 40px;

  border-bottom: 5px solid #465e0d;

  padding-bottom: 0px;

  margin-bottom: 6px;

} 



#content article.page h1.entry-title {

	border:none;

	color:#daaa44;

	margin:4px 0;

}

#content article.page h1.entry-title span {

	color:#fff;

}



.parallelo {

	float: left;

	position: relative;

	padding: 0px 34px;

	margin-top: 33px;

	z-index: 10;

}





.content-area {

/*     margin-bottom: 40px; */

}



.content-area p {

  font-family: 'FiraSansLight';

  color: #333;

  font-size: 15px;

  line-height: 1.8em;

  text-align: justify;

  margin-bottom: 24px;

}



#productsWrap > ul > li.product > div > div > p {display:none}



img.header-bg {

	position: absolute;

	top: -11px;

	left: -49px;

	z-index: 1;

	width: 356px;

	max-width: 356px;

}





.wcps-container {

  margin: 0 0 20px 0;

  overflow: hidden;

  padding: 40px 0;

  position: relative;

}







	/* woo commerce */

	#cartSecWrap {}

		#content-sidebar {

			width: 250px;

			min-height:20px;

			background: #111;

			border:9px solid #465e0d;

			padding: 10px;

			position: relative;

			float: left;

		}

			#content-sidebar h2{

				position:relative;

				z-index:2;

				color: #465e0d;

				font-family: 'AgencyFBBold', Arial;

				font-size: 30px;

				margin-top: -10px !important;

				text-transform:uppercase;

			}

			#content-sidebar h2.widget-title span {color:#fff}

			

			#content-sidebar ul.product-categories,

			#content-sidebar ul.product-categories li,

			#content-sidebar ul.product-categories li ul.children,

			#content-sidebar ul.product-categories li ul.children li,

			#content-sidebar .menu-sidebar-menu-container ul,

			#content-sidebar .menu-sidebar-menu-container ul li {

				margin:0;

				padding:0;

				list-style:none;

				font-family: 'AgencyFBRegular', Arial;

			}

			#content-sidebar aside > ul.product-categories {padding:10px 10px 0 10px;}

			#content-sidebar ul.product-categories li a,

			#content-sidebar .menu-sidebar-menu-container a,

			#productLeftNav a {

				display: block;

				font-size: 145%;

				color: #fff;

				background: transparent url(images/nav-icon.png) 0% 50% no-repeat;

				padding: 18px 10px 18px 29px;

				border-top: solid 1px #222;

				font-family: 'AgencyFBRegular', Arial;

			}	

			

			#content-sidebar ul.product-categories li a:hover,

			#content-sidebar .menu-sidebar-menu-container  a:hover,

			#productLeftNav a:hover {

				background: #2a3808 url(images/nav-icon.png) 9% 50% no-repeat;

				padding-left: 50px;

			}

			

		#content {

			text-align: justify;

			float: right;

			width: 720px;

		}

		

		#content .entry-content {

			padding-bottom:33px;

			position:relative;

		}

		#content article.page .entry-content {

			padding: 33px;

			background:#fff;

			background:rgba(255,255,255,.85);

			margin-top:20px;

		}

		

		#content h2.entry-title {

			position: relative;

			z-index: 2;

			padding-top: 12px;

			color: #465e0d;

			font-family: 'AgencyFBBold', Arial;

			font-size: 27px;

			text-transform: uppercase;

		}

		#content .selector {

		   width: 200px;

		   height: 25px;

			position: absolute;

			top: 6px;

			left: 320px;

		   overflow: hidden;

		   background: #fff url(images/select-button.png) no-repeat right center;

		   border: 1px solid #ccc;

		   padding-bottom:7px;

		   vertical-align:middle;

		}

		

		#content table td .selector {

			position:relative;

			top:initial;

			left:initial;

			width:208px;

		}

		

		#content .selector select {

		   background: transparent;

		   width: 200px;

		   padding: 0 5px 5px 5px;

		   font-size: 16px;

		   line-height: 1;

		   border: 0;

		   border-radius: 0;

		   height: 35px;

		   -webkit-appearance: none;

		}

		#content table td .selector select {

			width: 208px;

		}

		

		#content .productRightTop {

			position:relative;

		}

		

		#content .woocommerce-result-count {display:none}





		

				#viewsWrap {

					color: #666;

					font-size: 17px;

					line-height: 45px;

					position:absolute;

					top:0px;

					left: 533px;

					z-index:100;

					font-family: 'AgencyFBBold', Arial;

				}

				#viewsWrap table {

					padding:0;

					margin:0;

					border:0;

				}

				#viewsWrap table td {

					vertical-align:middle;

				}

				

					#gridView,

					#listView {

						display: block;

						width: 35px;

						height: 34px;

						cursor:pointer;

					}

					#gridView {background:#fff url(images/view-btn-grid.png) top center no-repeat;margin-left:5px}

					#listView {background:#fff url(images/view-btn-list.png) top center no-repeat}

					#gridView.active,

					#gridView:hover{background:#ddd url(images/view-btn-grid.png) top center no-repeat}

					#listView.active,					

					#listView:hover {background:#ddd url(images/view-btn-list.png) top center no-repeat}

					

				#content .woocommerce ul.products li.product, 

				#content .woocommerce-page ul.products li.product,

				#content .product {

					float: left;

					width: 208px;

					height: 380px;

					padding: 15px;

					position: relative;

					border: 1px solid #cfcfcf;

					text-align: center;

					border-top:1px solid transparent;

					border-left:1px solid transparent;

					margin:0 0 20px 0;

				}

					#content .woocommerce ul.products li.product.alt, 

					#content .woocommerce-page ul.products li.product.alt,

					#content .product.alt {

						float: none;

						width: 95%;

						height: auto;

						border: 1px solid #cfcfcf;

						text-align: left;

						border-top:1px solid transparent;

						border-left:1px solid transparent;

						border-right:1px solid transparent;

						clear: both;

						position: relative;

						height: 250px;

					}

					#content .woocommerce ul.products li.product  .product-logo-image, 

					#content .woocommerce-page ul.products li.product  .product-logo-image,

					#content .product .product-logo-image {

						position:absolute;

						top: -35px;

						left: 200px;

					}

					

					#content .woocommerce ul.products li.product.alt  .product-logo-image, 

					#content .woocommerce-page ul.products li.product.alt  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(1)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(1)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(2)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(2)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(3)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(3)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(6)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(6)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(9)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(9)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(12)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(12)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(15)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(15)  .product-logo-image,

					#content .woocommerce ul.products li.product:nth-child(18)  .product-logo-image, 

					#content .woocommerce-page ul.products li.product:nth-child(18)  .product-logo-image,	

					#content .product.alt .product-logo-image,

					#content .product:nth-child(1) .product-logo-image,

					#content .product:nth-child(2) .product-logo-image,

					#content .product:nth-child(3) .product-logo-image,

					#content .product:nth-child(6) .product-logo-image,

					#content .product:nth-child(9) .product-logo-image,

					#content .product:nth-child(12) .product-logo-image,

					#content .product:nth-child(15) .product-logo-image,

					#content .product:nth-child(18) .product-logo-image {

						display:none;

					}

				#content .woocommerce ul.products li.product:nth-child(3n+3), 

				#content .woocommerce-page ul.products li.product:nth-child(3n+3),

				#content .product:nth-child(3n+3) {

					border-right:1px solid transparent;

				}

				

				#content .woocommerce ul.products li.product.alt h2,

				#content .woocommerce-page ul.products li.product.alt h2,

				#content .product.alt h2 {

					width: 357px;

					min-height:20px !important;

					text-align:left;

					margin:0;

				}

				#content .woocommerce ul.products li.product.alt  .prodInfo ,

				#content .woocommerce-page ul.products li.product.alt  .prodInfo ,

				#content .product.alt .prodInfo {

					float: right;

					width: 100%;

					max-width: 430px;

				}

				#content .woocommerce ul.products li.product  .prodInfo div,

				#content .woocommerce-page ul.products li.product  .prodInfo div,

				#content .product.prodInfo div {height:40px}

				#content .woocommerce ul.products li.product.alt  .prodInfo div,

				#content .woocommerce-page ul.products li.product.alt  .prodInfo div,

				#content .product.alt .prodInfo div {height:auto}

				

				#content .woocommerce ul.products li.product.alt  .wp-post-image,

				#content .woocommerce-page ul.products li.product.alt  .wp-post-image,

				#content .product.alt .wp-post-image {

					max-width: 235px !important;

					margin-right: 15px !important;

				}

				#content .woocommerce ul.products li.product .prodInfo p,

				#content .woocommerce-page ul.products li.product .prodInfo p,

				#content .prodText {

					display:none;

					color:#333;

				}

				

				#content .woocommerce ul.products li.product.alt span.price,

				#content .woocommerce-page ul.products li.product.alt span.price,

				#content .product.alt span.price {

					position: absolute;

					top: 7px;

					right: 0px;

				}

				

				#productsWrap  ul.products li.product.alt img.view-slider,

				#productsWrap .product.alt img.view-slider {

					position: absolute;

					top: 200px;

					left: 506px;

					max-width:194px;

					margin: 0 !important;

					-webkit-box-shadow: none;

					-moz-box-shadow: none;

					box-shadow: none;

				}

				#productsWrap > ul.products li.product a img.view-slider, 

				#productsWrap > ul > li.product > a > img {

					margin: 0 !important;

					-webkit-box-shadow: none;

					-moz-box-shadow: none;

					box-shadow: none;

				}

		

		

				.related.products #productsWrap > ul.products li.product {

					width: 315px;

					border-bottom:none !important;

					height: 367px;

				}

		

				.related.products #productsWrap > ul > li.product > a > span.price {

					/*float:right;*/

				}

				.related.products #productsWrap > ul > li.product > a > div.info {

					width:194px;
					margin:0 auto;

				}		

		

[id^='tab'] > ul {

	text-align:left;

	font-family: 'FiraSansLight';

	color: #767676;

	font-size: 16px;

	list-style:square;

	padding-left:20px;

}

[id^='tab'] > ul li {

	margin-bottom:10px;

}

		

ul > li.cat-item a, .transition, .trans, #productLeftNav a {

	-webkit-transition: all 0.5s ease-in-out;

	   -moz-transition: all 0.5s ease-in-out;

	    -ms-transition: all 0.5s ease-in-out;

	     -o-transition: all 0.5s ease-in-out;

	    	transition: all 0.5s ease-in-out;

}







.woocommerce #content div.product div#owl.thumbnails a, 

.woocommerce div.product div#owl.thumbnails a, 

.woocommerce-page #content div.product div#owl.thumbnails a, 

.woocommerce-page div.product div#owl.thumbnails a {

	width: 90px !important;

	padding:10px !important;

}



.woocommerce #content div.product div#owl.thumbnails a img, 

.woocommerce div.product div#owl.thumbnails a img, 

.woocommerce-page #content div.product div#owl.thumbnails a img, 

.woocommerce-page div.product div#owl.thumbnails a img {

	border:1px solid #c6c6c6 !important;

	

}



#content div.product {

	border-right: 1px solid transparent !important;

	border-bottom: 1px solid transparent !important;

}



#content .cart {

	margin-left: 0px !important;

	margin-top: 0px !important;

}



#owl {

	clear: both;

}



#owl .owl-prev,

#owl .owl-next  {

	position: absolute;

	top: 53px;

	left: -35px;

}

#owl .owl-next  {

	left: 433px;

}





.single_add_to_cart_button {

	background: url(images/add-to-cart.png) no-repeat !important;

	border-color: transparent !important;

	color: transparent !important;

	text-shadow: none !important;

	height:55px !important;

	border: none !important;

	width:345px !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	-webkit-transition: all 0.5s ease-in-out;

	   -moz-transition: all 0.5s ease-in-out;

	    -ms-transition: all 0.5s ease-in-out;

	     -o-transition: all 0.5s ease-in-out;

	    	transition: all 0.5s ease-in-out;

}

.single_add_to_cart_button:hover {

	opacity:.9;

	filter:Alpha(Opacity=90);

}



#content div.images > a > img {

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	border: 7px solid #eee !important;

}



#content div.summary.entry-summary > div > p > span.amount {

	margin-left: 0 !important;

	display:block !important;

	font-size: 200% !important;

	width:100% !important;

	height:63px !important;
	line-height:66px !important;

	border-top:1px solid #e0e0e0 !important;

	border-bottom:1px solid #e0e0e0 !important;

}

#content div.summary.entry-summary div  p.price {

	padding-top:15px !important;

}

#content div.summary.entry-summary div  p.price > span.amount {

	display:block !important;



}



#main > div.featured-products > div > div.slider-product > div > div > a > img {

	max-width:200px;

	height:auto !important;

}



.shortDescription {

	border-bottom:1px solid #e0e0e0 !important;

	margin-bottom: 30px;

}



#content h1.product_title.entry-title {

	height: auto;

	text-align: left;

	border: none;

	font-size: 28px;

}





/* plus minus */



.woocommerce .quantity .plus, 

.woocommerce .quantity .minus, 

.woocommerce #content .quantity .plus, 

.woocommerce #content .quantity .minus, 

.woocommerce-page .quantity .plus, 

.woocommerce-page .quantity .minus, 

.woocommerce-page #content .quantity .plus, 

.woocommerce-page #content .quantity .minus {

	display: inline !important;

	padding: 0;

	margin: 0;

	position: relative  !important;

	text-align: center;

	vertical-align: middle !important;

	width: 29px !important;

	height: 33px !important;

	text-decoration: none;

	overflow: visible;

	font-weight: bold;

	cursor: pointer;

	line-height:1;

	font-size: 12px;

	-webkit-border-radius:  0 !important;

	border-radius: 0 !important;

	color: transparent !important;

	text-shadow: none !important;

	border: none !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	background: #fff url(images/select-button.png) no-repeat center center !important;

}

.woocommerce .quantity .plus, 

.woocommerce #content .quantity .plus, 

.woocommerce-page .quantity .plus, 

.woocommerce-page #content .quantity .plus{

	background: #fff url(images/select-button-up.png) no-repeat center center !important;

}



.woocommerce .quantity input.qty, 

.woocommerce #content .quantity input.qty, 

.woocommerce-page .quantity input.qty, 

.woocommerce-page #content .quantity input.qty {

	width: 150px !important;

	display:inline !important;

	height: 33px;

	float: left !important;

	padding: 0;

	margin: 0;

	text-align: center;

	border: none !important;

	border-right: 0;

	-webkit-border-top-right-radius: 0;

	-webkit-border-bottom-right-radius: 0;

	border-top-right-radius: 0;

	border-bottom-right-radius: 0;

	box-shadow: none !important;

	-webkit-box-shadow: none !important;

	font-weight: bold;

	-webkit-border-top-left-radius: 0 !important;

	-webkit-border-bottom-left-radius: 0 !important;

	border-top-left-radius: 0 !important;

	border-bottom-left-radius: 0 !important;

	-moz-appearance: textfield;

}





#variations_clear {

	float: left;

	padding: 5px 0 5px 84px;

	width: 100%;

	text-align: left;

}

#quantity_table {

	margin-bottom:15px !important;

}

#quantity_table div.quantity {

	width:208px !important;

	float:none !important;

	border:1px solid #ddd !important;

}

#quantity_table div.quantity input{

	float:left;

}

#content .variations-table td {vertical-align:middle}



.woocommerce div.product .woocommerce-tabs ul.tabs:before, 

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, 

.woocommerce-page div.product .woocommerce-tabs ul.tabs:before, 

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {

	border:0 !important;

}

#content div.woocommerce-tabs > ul {

	text-align:left !important;

	border:0 !important;

}



#content div.woocommerce-tabs > ul > li {

	position:relative;

/* 	width: 190px !important; */

	background:none !important;

	border:none !important;

	text-align:center !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	border-bottom-right-radius: 0 !important;

	border-width: 0 !important;

	margin-right: 15px !important;

}

#content div.woocommerce-tabs > ul > li:last-child,

#content div.woocommerce-tabs > ul > li:last-of-type {

	margin-right: 0 !important;

}



.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 

.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, 

.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, 

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {

	border: none  !important;

	position: absolute;

	bottom: -1px;

	width: 0px;

	height: 0px;

	content: "" !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	opacity:0;

	filter:Alpha(Opacity=0);

}



#content div.woocommerce-tabs > ul > li :before,

#content div.woocommerce-tabs > ul > li :after {

	background:none !important;

	border:none !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	-webkit-box-shadow: none !important;

	-moz-box-shadow: none !important;

	box-shadow: none !important;

	opacity:0;

	filter:Alpha(Opacity=0);

}



#content div.woocommerce-tabs > ul > li a {

	color:#fff !important;

	text-transform:uppercase !important;

	text-align:center;

	font-size: 24px !important;

	display:block !important;

	width:100% !important;

	padding-left:5px !important;

	padding-right:33px !important;

	font-family: 'AgencyFBBold', Arial !important;

}



div.panel.entry-content > h2{display:none}



.parallelogram2,

.parallelogram {

	position:absolute;

	z-index:-1;

	top:0;

	left:0;

	width: 100%;

	height: 70px;

	-webkit-transform: skew(-33deg);

	   -moz-transform: skew(-33deg);

	     -o-transform: skew(-33deg);

	background: #ddd;

	-webkit-transition: background 0.5s ease-in-out;

	   -moz-transition: background 0.5s ease-in-out;

	    -ms-transition: background 0.5s ease-in-out;

	     -o-transition: background 0.5s ease-in-out;

	    	transition: background 0.5s ease-in-out;

}

.parallelogram2 {

	height:58px;

}

.parallelogram2,

li:hover .parallelogram,

li.active .parallelogram{ background: #465e0d; }



#content div.related.products {

	text-align:left !important;

	border-top: 1px solid #e0e0e0 !important;

	padding-top: 33px !important;

}

#content div.related.products > h2 {

	text-align:left !important;

	font-size:280% !important;

	text-transform:uppercase;

	width:100% !important;

	color:#465e0d;

}



#content .woocommerce .related ul li.product, 

#content .woocommerce .related ul.products li.product, 

#content .woocommerce .upsells.products ul li.product, 

#content .woocommerce .upsells.products ul.products li.product, 

#content .woocommerce-page .related ul li.product, 

#content .woocommerce-page .related ul.products li.product, 

#content .woocommerce-page .upsells.products ul li.product, 

#content .woocommerce-page .upsells.products ul.products li.product {

	width: auto;

}



.woocommerce .star-rating,

.woocommerce-page .star-rating {

	float: left !important;

	overflow: hidden;

	position: relative;

	height: 40px !important;

	line-height: 40px !important;

	font-size: 20px !important;

	width: 5.5em !important;

	font-family: 'star';

}



aside.widget{position:relative;padding: 0 0 20px 0;font-family: 'AgencyFBBold', Arial !important;}



aside.widget h4 {

	font-family: 'AgencyFBBold', Arial !important;

	text-transform:uppercase;

}

aside.widget h4 a{

	color:#465e0d;

}

aside.widget h4:first-child,

aside.widget h4:first-of-type {

    margin-top: 23px;

}



aside.widget > ul  > li > a > img.wp-post-image {

	float:left;

	margin:0 5px 2px 5px;

	width:50px !important;

	height:auto !important;

}



aside.widget > ul  > li > a > div > span.title {

	color:#fff;

	display:block;

	padding-top:3px;

	font-family: 'AgencyFBRegular';

}

aside.widget > ul  > li > a > div > span.price {

	color:#ddac45;

	font-size: 110%;

}



.topProducts {

	background:transparent;

	padding: 6px 0 5px 0;

	border-top:1px solid #222;

	-webkit-transition: background 0.5s ease-in-out;

	   -moz-transition: background 0.5s ease-in-out;

	    -ms-transition: background 0.5s ease-in-out;

	     -o-transition: background 0.5s ease-in-out;

	    	transition: background 0.5s ease-in-out;

}

.topProducts:hover{

	background:#2a3808;

}



body.page #main {

	background-image: url(images/Shell.jpg);

	background-position: top center;

	background-repeat: no-repeat;

}

body.home #main{background-image:none}

 

div.wpcf7-response-output {

	position: absolute;

	top: 4px;

	font-size: 80%;

	left: 0px;

	margin: 0 !important;

	padding: 0 !important;

	border: none !important;

	color: #fff;

}



.variations_button {

	clear:both;

}



td.product-thumbnail img{

	height:90px !important;

	width:90px !important;

}



div.summary.entry-summary > div.product_meta span {

	font-size:90%;

	text-align:left;

}



div.summary.entry-summary:first-child > div  > span,

div.summary.entry-summary:first-of-type> div  > span {

	font-size:20px

}



#productsWrap > ul li a div.info {

	clear:both; 
	width:194px !important;
	margin:0 auto;

}							

		

div.select,		

div.select div.select-option.swatch-wrapper,

div.select div.select-option.swatch-wrapper a {

	outline:none;

}

#content > div > form > label > input.search-field {

	max-width:550px;

	margin-bottom:10px;

	border:4px solid #eee;

	background: #eee url(images/search-icon-hi.png) right center no-repeat;

	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);

	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);

	box-shadow: 0px 0px 3px rgba(0,0,0,.3);

}

#content > div > form > label > input.search-field:hover {



}
.variations-table tr {
	padding:5px 0px !important;
	display:block;
}
.variations-table tr td:first-child {
	width:100px !important;
}
.variations .label {
	width:100px !important;
	line-height:34px;
	height:34px;
	padding-bottom:8px !important; 
	padding-right:0px !important;
}
.variations .reset_variations {
	padding-top:10px !important;
	display:block;
}
#variations_clear {
	padding:0px 0px 5px 100px !important;
}
.related.products .wp-post-image {
	width:auto !important;
	height:auto !important;
	text-align:center !important;
	float:none !important;
	margin:0 auto !important;
	display:inline-block !important;
}
.entry-content h2.gb {
	color:#ffffff;
	background-color:#465e0d;
	padding:10px;
}
#contactFormWrap {
	padding:20px;
	background-color:rgba(0,0,0,0.03);
	border-radius:5px;
	-moz-border-radius:5px;
}
.wpcf7 p {
	margin-bottom:10px;
}
.wpcf7 p:last-child {
	margin-bottom:0px;
}
.wpcf7 .ajax-loader {
	position:absolute;
}
.wpcf7 input {
	width:100% !important;
}
.wpcf7 textarea {
	height:80px !important;
}
#viewAllVideosBtn {
	position:absolute;
	top:10px;
	right:13px;
	color:#ffffff;
    font-family: 'AgencyFBBold';
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
}
#viewAllVideosBtn .fa {
	color:#fdc653;
}
.product .price.smallFont,
.product .price.smallFont .amount {
	font-size:16px !important;
	line-height:29px !important;
}
#copy2 {
	font-size:12px;
	text-align:center;
	opacity:0.5;
	padding-top:5px;
}

#tab-description > div > ul {
	text-align: left;
font-family: 'FiraSansLight';
color: #767676;
font-size: 16px;
list-style: square;
padding-left: 20px;
}

#tab-description > div > ul > li {
	margin-bottom:10px;
}