/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Top Navigation
2. Main navigation dropdown menus
3. Containers & Columns
4. Header
5. Footer
6. Widgets

*/
/* 1. TOP NAVIGATION */


#top {
	background: #000;
	font-size: 0.8751em;
}

#top #top-nav {
	display: block;
}

#top .nav a {
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: none;
	color: #afafaf;
}

#top .nav a:hover {
	background: #222;
}

#top .nav a.sf-with-ul {
	padding-right: 35px;
}

#top .nav li {
	position: relative;
}

#top .nav li.current_page_item a, #top .nav li.current_page_parent a, #top .nav li.current-menu-ancestor a, #top .nav li.current-cat a, #top .nav li.li.current-menu-item a, #top .nav li.sfHover a {
	background: #222;
}

#top .nav li ul {
	background: #222;
	margin: 0;
	padding: 0px;
	width: 180px;
	border: none;
	z-index: 9999999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
}

#top .nav li ul:last-child a {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#top .nav li ul li a {
	padding: 8px 10px;
	width: 160px;
	color: #ddd;
	background: none;
	font-size: 0.9em;
}

#top .nav li ul li a:hover {
	background: black;
}

#top .nav li ul li a.sf-with-ul {
	padding-right: 10px;
}

#top .nav li ul li ul {
	margin: -34px 0 0 180px;
}

/* 2. MAIN NAVIGATION DROPDOWN MENUS */


#navigation {
	margin-bottom: 0;
}

#navigation .nav li a {
	/*background-color:rgba(193, 37, 51, 0.6);
    */
	background-color: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#navigation .nav li:first-child a {
	border-left: none;
}

#navigation .nav li ul {
	background: #c12533;
	margin: 0px;
	padding: 5px 5px;
	position: absolute;
	width: 180px;
	z-index: 9999999;
	font-size: 15px;
	font-weight: 400;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}

#navigation .nav li ul .sf-sub-indicator {
	background: url(../images/arrow-superfish-right.png) no-repeat;
	top: 38%;
}

#navigation .nav li ul li a {
	padding: 5px 0px;
	width: 180px;
	color: #fbfbfb !important;
	background: none;
	font-size: 0.9em;
	text-indent: 5px;
	border: none;
	font-weight: 400;
}

#navigation .nav li ul li a:hover {
	text-decoration: underline;
	background: #9a1d28;
	text-decoration: none;
}

#navigation .nav li ul li a.sf-with-ul {
	padding-right: 0;
}

#navigation .nav li ul li ul {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #383838;
}

#navigation .nav li ul li ul li ul {
	background: #494949;
}

#navigation .nav li ul li.current_page_item a, #navigation .nav li ul li.current_page_parent a, #navigation .nav li ul li.current-menu-ancestor a, #navigation .nav li ul li.current-cat a, #navigation .nav li ul li.li.current-menu-item a, #navigation .nav li ul li.sfHover a {
	background: none;
}

#navigation .nav li ul ul {
	margin: -37px 0 0 140px;
}

/* 3. CONTAINERS & COLUMNS */


#main.fullwidth, .layout-full #main, .col-full {
	width: 980px;
	margin: 0 auto;
}
#main.fullwidth{
	float: right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	width: 960px;
}

#main {
	width: 764px;
	float: right;
}

#main h1 {
	padding: 13px 10px;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 24px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: 400;
}

#sidebar {
	margin-top: 0;
	width: 170px;
	float: left;
	padding-top: 3em;
}

#sidebar .widget h2 {
	padding: 10px 0 8px 0;
	border-top: 1px solid #dfdfdf;
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar .widget h3 {
	padding: 10px 0 8px 0;
	border-top: 1px solid #dfdfdf;
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar .widget:first-child h3 {
	padding-top: 0;
	border-top: none;
}

#sidebar .widget h3.first {
	padding-top: 0;
	border-top: none;
}


#sidebar .widget ul {
	padding-left: 5px;
	margin-bottom: 15px;
}

#sidebar .widget .twitter {
	border-top: none;
	color: #808080;
	font-weight: 400;
	padding-left: 5px;
}

#sidebar .widget_product_categories ul li, #sidebar .widget_layered_nav ul li {
	display: block;
	list-style: none;
	line-height: 13px;
	margin-bottom: 12px;
}

#sidebar .widget_product_categories ul li a, #sidebar .widget_layered_nav ul li a {
	display: block;
	padding-left: 20px;
	color: #808080;
	background-image: url(../images/checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	word-spacing: normal;
    white-space: nowrap;
}

.cat-item.current-cat > a {
		background-position: bottom left!important;
}

#sidebar .widget_product_categories ul li a:hover, #sidebar .widget_layered_nav ul li a:hover {
	display: block;
	padding-left: 20px !important;
	color: #c53e49 ;
	background-image: url(../images/checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar .widget_product_categories ul li.chosen a, #sidebar .widget_layered_nav ul li.chosen a {
	display: block;
	padding-left: 20px !important;
	color: #707070 !important;
	background-image: url(../images/checkbox.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#sidebar .widget_product_categories ul li span, #sidebar .widget_layered_nav ul li span {
	display: block;
	padding-left: 20px !important;
	color: #A8A8A8 !important;
	background-image: url(../images/checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	opacity: 0.5;
	height: 13px;
}


#sidebar .widget_product_categories ul ul.children, #sidebar .widget_layered_nav ul ul.children {
	margin-bottom: 0;
}

ul.brand-collections  li.current-cat a {
	color: #707070 !important;
	background: url(../images/checkbox.png) bottom left no-repeat !important;
}

ul.brand-collections  li.current-cat a:hover {
	color: #707070 !important;
}

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

.layout-full .entry img {
	max-width: 100%;
}

.layout-right-content #main {
	float: right;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	
}

.layout-right-content #sidebar {
	float: left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
}

.layout-right-content #sidebar .widget {
	width: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.layout-right-content #sidebar #tabs ul.wooTabs {
	margin-right: -20px;
}

.layout-right-content #sidebar .widget_product_categories ul li, .layout-right-content #sidebar .widget_layered_nav ul li {
	width: 180px;
	padding-left: 0;
}

#sidebar .widget_layered_nav ul li {
	width: auto !important;
}

.layout-right-content #sidebar .widget_product_categories ul li a, .layout-right-content #sidebar .widget_layered_nav ul li a {
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.layout-right-content #sidebar .widget_product_categories ul li a:hover, .layout-right-content #sidebar .widget_layered_nav ul li a:hover {
	padding-left: 0em;
}

.layout-right-content #sidebar .widget_product_categories ul li.chosen a, .layout-right-content #sidebar .widget_layered_nav ul li.chosen a {
	padding-left: 0em;
}

.layout-right-content #sidebar .widget_product_categories ul li ul.children li a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li a, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen a {
	padding-left: 1em;
}

.layout-right-content #sidebar .widget_product_categories ul li ul.children li a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li a:hover, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen a:hover {
	padding-left: 1.5em;
}

.layout-right-content #sidebar .widget_product_categories ul li ul.children li ul.children li a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li ul.children li a, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen ul.children li a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen ul.children li a, .layout-right-content #sidebar .widget_product_categories ul li ul.children li ul.children .chosen a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li ul.children .chosen a, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen ul.children .chosen a, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen ul.children .chosen a {
	padding-left: 1.5em;
}

.layout-right-content #sidebar .widget_product_categories ul li ul.children li ul.children li a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li ul.children li a:hover, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen ul.children li a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen ul.children li a:hover, .layout-right-content #sidebar .widget_product_categories ul li ul.children li ul.children .chosen a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children li ul.children .chosen a:hover, .layout-right-content #sidebar .widget_product_categories ul li ul.children .chosen ul.children .chosen a:hover, .layout-right-content #sidebar .widget_layered_nav ul li ul.children .chosen ul.children .chosen a:hover {
	padding-left: 2em;
}

.layout-left-content #main {
	float: left;
}

.layout-left-content #sidebar {
	float: right;
	background: url(../images/layout-sidebar-right.png) top left no-repeat;
	border-left: 1px solid #e0e0e0;
}

.layout-left-content #sidebar .widget {
	float: right;
	clear: right;
	padding-left: 20px;
	width: 150px;
}

.layout-left-content #sidebar .widget_product_categories li .count {
	right: 10px;
}

.layout-left-content #sidebar #tabs ul.wooTabs {
	margin-left: -20px;
	padding-left: 20px;
}

.layout-left-content #sidebar .widget_product_categories ul li, .layout-left-content #sidebar .widget_layered_nav ul li {
	margin-left: -30px;
}

.layout-left-content #sidebar .widget_product_categories ul li a, .layout-left-content #sidebar .widget_layered_nav ul li a {
	padding-left: 30px;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.layout-left-content #sidebar .widget_product_categories ul li ul.children, .layout-left-content #sidebar .widget_layered_nav ul li ul.children {
	margin-left: 30px;
}

.layout-left-content #sidebar .widget_product_categories ul li ul.children li a, .layout-left-content #sidebar .widget_layered_nav ul li ul.children li a {
	padding-left: 40px;
}

.layout-left-content #sidebar .widget_product_categories ul li ul.children li ul.children li a, .layout-left-content #sidebar .widget_layered_nav ul li ul.children li ul.children li a {
	padding-left: 50px;
}

.layout-full #main {
	/*width: 100%;*/
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.col2-set {
	clear: both;
}

.col2-set:after {
	content: "";
	display: block;
	clear: both;
}

.col2-set .col-1 {
	width: 49%;
	float: left;
}

.col2-set .col-2 {
	width: 49%;
	float: right;
}

.form-row {
	width: 49%;
	float: left;
	margin-bottom: 1.618em;
}

.form-row label {
	display: block;
}

.form-row .input-text, .form-row select {
	width: 100%;
 *width:90%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;/* Opera/IE 8+ */
}

.form-row input[type=checkbox] {
	float: left;
}

.form-row.notes {
	width: 100%;
	float: none;
}

.form-row.notes textarea {
	width: 100%;
 *width:90%;
}

.form-row.notes + h3 {
	clear: both;
}

.form-row-first {
	clear: left;
}

.form-row-last {
	float: right;
}

.form-row-wide {
	float: left;
	width: 100%;
	clear: both;
}

header.title {
	overflow: hidden;
	zoom: 1;
}

header.title h1, header.title h2, header.title h3, header.title h4, header.title h5 {
	float: left;
}

header.title a.edit {
	float: right;
	font-size: 0.9em;
	padding: 0 .6em;
	display: inline-block;
	margin-top: 1.142em;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

/* 4. HEADER */


#header hgroup {
	width: 48%;
	float: left;
}

#header hgroup h1.site-title {
	padding: 0;
}

#header #logo {
/* padding-top:1em;
    */
}

#header .woocommerce-nav, #header #search-top {
	width: auto;
	float: right;
	clear: right;
}

#header .woocommerce-nav {
	margin-bottom: 0;
	margin: 5px 0 0 0;
}

#header .woocommerce-nav ul {
	float: right;
	margin-bottom: 0;
	height: 15px;
}

#header:after {
	content: "";
	display: block;
	clear: both;
}

/* 5. FOOTER */


#footer-widgets .block {
	float: left;
	margin-right: 3.16%;
}
/*moz css fix*/
@-moz-document url-prefix() {
 #footer-widgets .block {
 margin-right:2.4%;
}
}

#footer-widgets .block ul.product_list_widget img {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	padding: 0;
}

#footer-widgets .block ul.product_list_widget.cart_list {
	margin-top: 0;
}

#footer-widgets.col-1 .block {
	width: 100%;
	float: none;
}

#footer-widgets.col-1 .footer-widget-1 {
	margin-right: 0;
}

#footer-widgets.col-2 .block {
	width: 48%;
}

#footer-widgets.col-2 .footer-widget-2 {
	margin-right: 0;
}

#footer-widgets.col-3 .block {
	width: 30.75%;
}

#footer-widgets.col-3 .footer-widget-3 {
	margin-right: 0;
}

#footer-widgets.col-4 .block {
	width: 22.05%;
}

#footer-widgets.col-4 .footer-widget-4 {
	margin-right: 0;
}

/* 6. Widgets */


.widget ul.product_list_widget li img, .widget ul.cart_list li img {
	width: 1.618em;
}

/* 7. Checkout */

#customer_details {
	padding: 0;
	background-color: #f1f1f1;
	margin: 10px 0 15px 0;
}

#customer_details .col-1, #customer_details .col-2 {
	width: 48%;
	padding: 1%;
	padding-bottom: 0;
}

#customer_details .col-1 label, #customer_details .col-2 label {
	color: #707070;
}


#customer_details .col-1 .input-text, #customer_details .col-1 select, #customer_details .col-2 .input-text, #customer_details .col-2 select {
	height: 30px;
}

#customer_details .col-1 select, #customer_details .col-2 select {
	color: #707070;
	border: 1px solid #cfcfcf;
}

#customer_details .col-1 h3, #customer_details .col-2 h3 {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	color: #707070;
	border-bottom: 1px solid #dfdfdf;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

#customer_details .col-1 {
 background:url(../images/sep.png) right repeat-y;
/* 1px transparent png */
}

#customer_details #shiptobilling {
	display: block;
	float: right;
    width: 265px !important;
    margin-bottom: 0;
	white-space: nowrap;
}

#customer_details #shiptobilling label {
	color: #a26161;
	font-size: 12px;
}

#customer_details .create-account {
	float: left;
	width: 940px;
	background: #f1f1f1;
	padding-top: 10px;

}

/* 8. Section */

.section-style {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
}

.sectioniner-style {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}

#section-slide-products {
	height: 280px;
	width: 960px;
	margin: auto;
	margin-top: -50px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	white-space: nowrap;
}

#section-watch-brands {
	height: 44px;
	width: 960px;
	margin: auto;
	margin-bottom: 20px;
	padding: 17px 10px 0 10px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.logos-archive-page  {
	padding-top: 0px;
	border-top: none;
}
#section-info-content {
	height: 280px;
	width: 980px;
	margin: auto;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#section-info-content .news {
	width: 360px;
	margin-right: 20px;
	float: left;
}

#section-info-content .history {
	width: 260px;
	margin-right: 20px;
	float: left;
}

#section-info-content .fb_iframe_widget iframe {
	width: 260px !important;
	height: 260px !important;
}

#section-info-content .fb_iframe_widget iframe ._rw {
	border: 1px solid #C96 !important;
}

#section-info-content .news, .history, .facebook {
	height: 260px;
}

#section-info-content .widget {
	list-style: none;
	margin-bottom: 0;
	font-size: 0.9em;
}

#section-connected {
	height: 42px;
	width: 960px;
	margin: auto;
	margin-bottom: 20px;
	padding: 17px 10px 0 10px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size: 12px;
	text-transform: uppercase;
}

#section-footer-menu {
	width: 960px;
	margin: auto;
	margin-bottom: 20px;
}

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


.border-top {
	border-top: 1px solid #DFDFDF;
	padding-top: 1.618em;
}

.layout-right-content #sidebar .widget_nav_menu ul {
	padding: 0 !important;
	margin: 0;
}

.layout-right-content #sidebar .widget_nav_menu ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 5px;
	text-transform: uppercase;
}

.layout-right-content #sidebar .widget_nav_menu ul li a {
	color: #808080;
}

.layout-right-content #sidebar .widget_nav_menu ul li a:hover {
	color: #c53e49 !important;
}

.logos-archive-page {
	border-top: none !important;
	margin-top: -20px !important
}
iframe[src^="//assets.pinterest.com/pidget.html"]{display:none}