@font-face {
	font-family: 'liberation_sansregular';
	src: url('fonts/liberationsans-regular-webfont.eot');
	src: url('fonts/liberationsans-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('fonts/liberationsans-regular-webfont.woff') format('woff'),
		url('fonts/liberationsans-regular-webfont.ttf') format('truetype'),
		url('fonts/liberationsans-regular-webfont.svg#liberation_sansregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff')
		format('woff'), url('fonts/roboto-regular-webfont.ttf')
		format('truetype'),
		url('fonts/roboto-regular-webfont.svg#roboto-regular-webfont')
		format('svg');
	font-weight: normal;
}

:focus {
	outline: none;
}

.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/icon.png');
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

::-webkit-scrollbar {
	width: 12px;
	/* for vertical scrollbars */
	height: 12px;
	/* for horizontal scrollbars */;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
}

.nav-tabs>li>a {
	padding: 0;
	margin: 0;
}

.tabs-right>.nav-tabs>li>a {
	border-radius: none;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	margin-right: 0;
	min-width: 40px;
}

.tabs-right>.nav-tabs {
	border-left: none;
	float: right;
	margin-left: 0;
}

.tabs-right>.nav-tabs>li.active {
	margin-right: 400px;
}

a,input,select,textarea {
	outline: none !important;
}

body {
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'robotoregular';
	min-width: 250px;
	height: 100%;
	width: 100%;
}

html {
	width: 100%;
	overflow-x: hidden;
}

#wrapper {
	min-height: 100%;
}

.header {
	padding: 0;
	background-image: url('../images/header_bg5.png');
}

#headerRow {
	margin-bottom: 15px;
}

.usernavRow {
	background-color: rgba(0, 0, 0, 0.65);
}

.usernavSection {
	display: inline-block;
	width: 100%;
	line-height: 28px;
	border: 1px solid transparent;
	height: 28px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
}

.usernavSection span:first-of-type {
	padding: 3px 0 0 10px;
}

.usernavSection a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}

.usernavFlag,.usernavCart {
	display: inline-block;
	margin: 12px;
	height: 11px;
	width: 16px;
}

.usernavCart {
	margin-left: 10px;
	height: 17px;
	margin-top: 10px;
	width: auto !important;
}

#cartText {
	padding: 0;
}

#modalCart {
	display: none;
}

#modalCart p:not (.prodName ):first-of-type {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.openModalCart {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 3px #000000;
	position: absolute;
	right: 90px;
	top: 85px;
	width: 250px;
	z-index: 100001;
}

.hdr_email-optIn {
	padding: 3px 0 0 10px;
}

/*ModalCart*/
.openModalCart {
	position: fixed;
	display: inline-block;
	top: 42px;
	width: 270px;
	z-index: 100001;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	padding-bottom: 20px;
}

#modalCart #miniCartContent {
	max-height: 470px;
	padding-top: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.openModalCart>div>h6,.openModalCart>div>h6.modalCartSubtotal {
	background-color: #333;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin: 0;
	vertical-align: top;
	font-weight: 100;
}

.openModalCart>div>h6.modalCartSubtotal {
	margin-bottom: 20px;
}

h2.modalCartSubtotal span {
	font-weight: 600;
	padding-left: 10px;
}

.modalCartProd {
	border-bottom: 1px dotted #666;
	display: inline-block;
	margin: 10px;
	padding-bottom: 6px;
}

.modalCartProdImg {
	width: 75px;
}

.modalCartProdImg  img {
	width: 100%;
	vertical-align: bottom;
}

.modalCartProdInfo {
	width: 150px;
}

.modalCartProdInfo p {
	padding: 0;
	margin: 0;
}

.modalCartProdInfo p.prodName {
	font-weight: bold;
	margin-bottom: 8px;
}

.modalCartProdInfo label {
	float: right;
	font-size: 11px;
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	margin: 4px 0;
}

.modalCartProdInfo input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -3px;
	*overflow: hidden;
}

#modalCart button {
	margin-right: 10px;
}

.inp_search {
	border: 1px solid #000000 !important;
	color: #999999 !important;
	font-family: Arial;
	font-size: 11px !important;
	height: 25px;
	margin: 2px;
	opacity: 1;
	padding: 2px`  9px 5px !important;
	text-transform: uppercase;
	width: 210px;
}

#search_header_form {
	display: inline-block;
}

.mobile-only #search_m_header_form,.mobileNav,.mobileHeader {
	display: none;
}

.mobileNav {
	width: 20px;
	float: left;
	margin-right: 25px;
}

.mobileNav:last-of-type {
	float: right;
	margin-right: 15px;
}

#mobileSearch {
	text-align: center;
}

#contentLayer {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	min-height: 1062px;
	background-color: rgba(0, 0, 0, 0.35);
}

#searchText::-ms-clear,#m_searchText::-ms-clear {
	display: none;
	height: 0;
	width: 0;
}

#search_header_form  button,#search_m_header_form button {
	background: url("../images/magnify.png") no-repeat scroll 100% center
		transparent !important;
	overflow: visible;
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 25px;
	width: 15px;
	margin-top: -9px;
	left: -25px;
}

.logo {
	width: 345px;
	margin: 35px 0 0 10px;
	display: inline-block;
}

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

.headerPromoContainer {
	display: block;
	width: 350px;
	height: 40px;
	margin: 35px 0 0 0;
}

.free {
	float: left;
	display: inline-block;
	background: url(../images/i_free.png) no-repeat left top;
	height: 38px;
	width: 63px;
	margin-left: 10px;
}

.headerPromo {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 125%;
	font-weight: 100;
	margin: 13px 0 0 5px;
}

.header_socialLinks {
	float: right;
	display: inline-block;
	text-align: right;
	padding: 10px 4px 9px 0;
	margin-top: 35px;
}

.mobile_search_icon {
	display: inline-block;
	float: right;
	margin: -17px 0px 0px 6px;
}

.navbar {
	margin: 0;
	overflow: visible;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 19px !important;
}

.navbar-default .navbar-nav>li>a:first-child {
	margin-left: 5px;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle
	{
	background-color: #fff;
	color: #000;
}

.navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	border-color: #fff;
}

.navbar {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0;
	min-height: 40px;
	position: relative;
}

.megaMenuContainer {
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.grid-panel [class*="col-"] {
	border-right: 2px solid #D1D1D1;
	font-size: 1em;
	line-height: 2;
	margin: 10px 0;
	text-align: left;
}

.grid-panel [class*="col-"] ul {
	list-style: none;
	margin: 0 0 0 -15px;
	padding: 0px 10px 5px;
}

.grid-panel [class*="col-"] ul:first-of-type {
	padding: 10px;
}

.grid-panel
 
[
class
*=
"col-"
]
 
li
:not
 
(
.title
 
)
{
margin-left
:
 
-15
px
;


}
.grid-panel [class*="col-"] li.title {
	clear: both;
	border-bottom: 2px black solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: black;
	font-size: 11px;
}

.grid-panel [class*="col-"] li.image {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.noline {
	border: none !important;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 0 !important;
}

.grid-panel [class*="col-"] li.title span {
	float: left;
	font-size: 120%;
	font-weight: bold;
}

.grid-panel [class*="col-"] li.title span:first-of-type {
	margin-left: -15px;
}

.grid-panel [class*="col-"] a {
	text-decoration: none;
}

.grid-panel [class*="col-"] span.all,.grid-panel [class*="col-"] .all a
	{
	color: #ae2f26;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 11px !important;
}

.grid-panel .row {
	margin: 0;
	padding: 0;
	width: 100%;
}

.grid-panel .row .right {
	float: right;
	margin-right: 0;
	border-right: none !important;
}

.grid-panel .row .col-sm-12 {
	margin: 0;
	/*padding: 6px 0;*/;
}

.grid-panel .row .col-sm-6 {
	width: 45%;
}

.grid-panel .row .col-sm-4 {
	width: 30%;
	margin-right: 4px;
}

.grid-panel .row .col-sm-4:last-of-type {
	margin-right: 0;
}

.grid-panel .row .col-sm-3 {
	width: 21.2%;
	margin-right: 4px;
	min-height: 405px;
}

.grid-panel .row .col-sm-3:last-of-type {
	margin-right: 0;
}

.grid-panel .row .col-sm-2 {
	width: 13.535%;
	margin-right: 4px;
}

.grid-panel .row .col-sm-2:last-of-type {
	margin-right: 0;
}

.grid-panel .row .col-sm-1 {
	width: 5.18%;
	margin-right: 4px;
}

.grid-panel .row .col-sm-1:last-of-type {
	margin-right: 0;
}

.dropdown-menu {
	padding: 5px;
}

.grid-panel .row .noborder {
	border-right: none !important;
}

.navbar .nav>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu:after
	{
	border: none;
	background-color: transparent;
}
/*nav*/
#main_menu {
	margin: 4px 0 0 0;
	display: inline-block;
	/* border-top: 5px solid #000;
    border-bottom: 5px solid #000; */
	width: 100%;
}

#main_menu select {
	display: none;
	font-family: Arial;
	font-size: 12px;
}

.sub-menu>a {
	position: relative;
}

/*HomePage Specific*/
#main_slider {
	border-bottom: 3px solid #000;
}

/*HP-Collections*/
.homepage_collections h2 {
	font-weight: 100;
	font-size: 22px;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 3px solid #000;
	text-transform: uppercase;
}

.homepage_single {
	float: left;
	max-width: 1160px;
}

.collectionsPanel {
	display: inline-block;
	width: 23.25%;
	border: 1px solid transparent;
	height: auto;
	margin: 0 9px;
}

.collectionsPanel img {
	width: 100%;
}

.collectionsPanel:first-of-type {
	margin-left: 0;
}

.collectionsPanel:last-of-type {
	margin-right: 0;
}

.homepage_collections_2x2 .collectionsPanel {
	width: 48.5%;
}

.homepage_collections_2x2 .collectionsPanel img {
	width: 100%;
}

.collection-header {
	text-align: center;
}
/*Content Overlay */
.img-wrap,.img-wrap-static {
	height: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

.img-overlay { /*background-color:#444927;*/
	bottom: 0;
	padding: 0 6px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity =     0);
	position: absolute;
	width: 100% !important;
	z-index: 1000;
	height: 120px;
}

.collection-original>.img-overlay {
	background-color: #2e330f;
}

.collection-white>.img-overlay {
	background-color: #fff;
}

.collection-brothers>.img-overlay {
	background-color: #192554;
}

.collection-mills>.img-overlay {
	background-color: #000;
}

.collection-mills>.img-overlay>h3 {
	padding-top: 20px;
}

.img-overlay h3 {
	font-weight: 100;
	text-align: center;
	padding: 0;
	opacity: 1;
}

.img-overlay h3,.img-overlay p {
	padding: 0 10px;
	color: #fff;
}

.img-overlay p {
	display: none;
}

.collection-white>.img-overlay h3,.collection-white>.img-overlay p,.collection-white>.img-overlay a
	{
	color: #000 !important;
}

.collection-white>.img-overlay a:after {
	content: url(../images/arrow_white_coll.png);
}

.img-wrap:hover .img-overlay {
	opacity: 0.75;
	filter: alpha(opacity =     75);
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

.img-wrap-static .img-overlay {
	opacity: 0.75;
	filter: alpha(opacity =     75);
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

.img-wrap-static:hover .img-overlay {
	opacity: 0.75;
	filter: alpha(opacity =     75);
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	height: 100%;
}

.img-wrap-static:hover .img-overlay p {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}

.img-wrap-static:hover .img-overlay a {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 20px 40px 0 0;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.img-wrap-static:hover .img-overlay a:hover {
	text-decoration: none;
}

.img-overlay a:after {
	content: url(../images/arrow_all_coll.png);
}

/*breadcrumb*/
.breadcrumb {
	padding: 3px 0;
	margin: 10px 0 10px;
	list-style: none;
	background: #fff;
	color: #999;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.breadcrumb .wrap,#searchWrap {
	padding-top: 0;
}

.breadcrumb span {
	color: #1e1e1e;
	padding: 0 5px;
}

.breadcrumb a {
	color: #000;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/*PDP*/
.pdp {
	width: 100%;
	margin: 0;
	/*border: 1px solid green;*/
	display: inline-block;
}

.pdp .row {
	margin: 0;
	padding: 0;
}

.pdp .span7,.pdp .span6 {
	margin: 0;
	padding: 0;
}

.pdp .span7 {
	width: 60%;
}

.pdp .span6 {
	padding-left: 25px;
}

.giftCard .span9 {
	margin-left: 10px !important;
}

#giftcardAmountForm {
	max-width: 300px;
}

.pdp #pdpDetails {
	border-left: 3px solid #c8c8c8;
	padding-bottom: 10px;
	min-height: 600px;
	margin-left: 0;
}

.pdp h1 {
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 100;
}

.pdp_prodCarouselContainer {
	height: auto;
	padding-right: 20px;
	border: 1px solid transparent;
}

.pdp_prodCarouselContainer p {
	color: #444928;
	font-size: 11px;
	text-align: right;
	margin: 60px 0 0 0;
	font-family: 'robotolight', Helvetica, Arial, sans-serif;
}

.pdp .badges,.quickView .badges {
	margin: 0;
	padding: 0;
	float: left;
	z-index: 9;
	width: 100%;
	height: 90%;
}

.badge_Woolrich-John-Rich-n-Bros {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/pdp-badge_bros.png);
}

.badge_Woolrich-Woolen-Mills {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/pdp-badge_mills.png);
}

.badge_Woolrich-Original {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/pdp-badge_orig.png);
}

.badge_Woolrich-White-Collection {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/pdp-badge_white.png);
}

#resultsList .hover_img .badges {
	margin: 0;
	padding: 0;
	float: left;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.b_new {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/b_new.png);
}

.b_sale {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/b_sale.png);
}

.b_exclusive {
	position: absolute;
	background-position: top left !important;
	background-repeat: no-repeat;
	background-image: url(../images/b_exclusive.png);
}

.prodImgZoomLinks {
	float: left;
	display: inline-block;
	width: 300px;
	text-align: center;
	margin-top: 10px;
}

.pdp .span6 .dividers {
	width: 450px;
	min-height: 20px;
	height: auto;
	border-bottom: 3px solid #c8c8c8;
	display: inline-block;
	padding: 10px 20px;
}

.pdp .span6 .dividers:first-of-type {
	padding-top: 0;
}

.pdp .span6 .dividers:last-of-type {
	border-bottom: none;
	padding-right: 0;
	padding-bottom: 0;
}

.pdp .span6 .dividers .dropdown_qty {
	margin-bottom: 20px;
}

.pdp .span6 .dividers .pdp_cta,.quickView .span4 .dividers .pdp_cta {
	width: 100%;
	clear: both;
	display: inline-block;
	margin-right: 20px;
}

.pdp .span6 .dividers .pdp_cta {
	margin-top: -10px;
}

.pdp .span6 .dividers .pdp_cta a {
	padding-top: 10px;
}

.pdp #addToCart,.pdp #wishlistForm {
	margin-bottom: 0;
}

.pdp .span6 .dividers>p,.quickView .span4 .dividers>p,.dropdown_qty p,#pdp_reviews_cta p,.pdp_socialLinks p
	{
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444928;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
}

.pdp .span6 .dividers>h2 span.price_reg,.quickView .price_reg {
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
}

.pdp .span6 .dividers>h2 span.price_sale,.quickView .price_sale {
	color: #b50000 !important;
}

.strikethrough {
	text-decoration: line-through;
}

.pdp .price,.pdp .pdp_save {
	font-weight: bold !important;
}

.pdp .price_sale {
	color: #b50000 !important;
}

.pdp .span6 .dividers>p>span,.dropdown_qty>p>span,.quickView .span4 .dividers>p>span
	{
	padding-right: 6px;
	color: #444444;
}

/*color*/
.pdp .span6 .dividers>p span.colorName {
	padding-left: 10px;
	font-style: italic;
	color: #7b7b79;
	text-transform: capitalize;
	font-weight: 100;
}

.pdp .dividers.last {
	padding-left: 0;
}

.pdp_title h2 {
	margin: -15px 0 0 0;
	font-size: 12px;
}

.pdp_title h1 {
	margin-top: 0;
}

.pdp_title {
	margin-left: -5px;
}

#productDetails {
	margin-left: -25px;
}

.pdp_save {
	clear: both !important;
	color: #b50000 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	margin-top: 5px !important;
}

ul.colorlist,.item_description>ul.colorlist {
	float: left;
	width: 95%;
	margin: 4px 0 4px 14px;
	list-style-type: none;
}

.eGift ul.colorlist {
	width: 100%;
}

#resultsList ul.colorlist {
	margin-left: 0px;
}

ul.colorlist li,.item_description>ul.colorlist li {
	display: inline;
}

ul.colorlist li a,.item_description>ul.colorlist li a {
	margin: 1px 0 10px 1px;
	height: 37px;
	width: 37px;
	list-style: none !important;
	float: left;
	margin: 6px;
	border: 2px double transparent;
	/*background-color: #ddd;
    text-indent: -9999px; */;
}

.eGift ul.colorlist li a,.eGift .item_description>ul.colorlist li a {
	height: 78px;
	width: 125px;
}

#quickviewDetails .eGift ul.colorlist li a,.eGift .item_description>ul.colorlist li a
	{
	height: 46px;
	width: 75px;
}

.item_description>ul.colorlist {
	width: 100%;
	margin-left: -1px;
}

.colorlist img {
	width: 100%;
	height: 100%;
}

ul.colorlist li a:hover,.item_description>ul.colorlist li a:hover {
	outline: 3px red solid !important;
	border: 2px white solid;
}

ul.colorlist li a.selected,.item_description>ul.colorlist li a.selected
	{
	outline: 3px red solid !important;
	border: 2px white solid;
}

ul.colorlist li .onSale {
	background-image: url('../images/onSale.png');
	position: relative;
	background-position: top left !important;
	background-repeat: no-repeat;
	height: 38px;
	width: 37px;
	top: -38px;
	background-size: 38px 38px;
}

.item_description>ul.colorlist li a img {
	border: 2px solid transparent;
	width: 100%;
}

.item_description>ul.colorlist li a.selected {
	border: 2px groove red;
}
/*plp colorlist*/
p span.colorName {
	padding-left: 10px;
	font-style: italic;
	color: #7b7b79;
	text-transform: capitalize;
	font-weight: 100;
}

.plp>ul.colorlist li a {
	border: 1px solid transparent !important;
	width: 19px;
	height: 19px;
	margin: 3px;
}

.plp>ul.colorlist li .onSale {
	height: 19px;
	width: 19px;
	top: -19px;
	background-size: 19px 19px;
}

.plp>ul.colorlist li a img {
	width: 100%;
}

.plp>ul.colorlist li a:hover,.plp>ul.colorlist li a.selected {
	border: 1px solid transparent !important;
}

.plp h2 a {
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
}

#resultsList h2 a {
	text-transform: none !important;
}

/*size & dimensions*/
ul.sizelist,ul.dimensionslist {
	float: left;
	width: 100%;
	margin: 4px 0 10px 15px;
	list-style-type: none;
}

.quickviewDetails ul.sizelist,.quickviewDetails ul.dimensionslist {
	width: 210px !important;
}

ul.sizelist li,ul.dimensionslist li {
	display: inline;
	line-height: 9px;
}

ul.sizelist li a,ul.dimensionslist li a {
	height: 24px;
	min-width: 30px;
	list-style: none !important;
	float: left;
	background-color: #e8e8e8;
	padding: 0;
	margin: 4px;
	text-align: center;
	color: #535353;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	line-height: 26px;
}

ul.dimensionslist li a {
	width: inherit;
	padding: 0 10px;
}

ul.sizelist li a:hover,ul.dimensionslist li a:hover,ul.sizelist li a.selected,ul.dimensionslist li a.selected
	{
	text-decoration: none;
	color: #fff;
	background-color: #3A3F15;
}

ul.sizelist li a.disabled,ul.dimensionslist li a.disabled,ul.sizelist li a.disabled:hover,ul.dimensionslist li a.disabled
	{
	opacity: 0.55;
	cursor: not-allowed;
	background-color: #e8e8e8;
	color: #535353;
	background-image: url('../images/soldout.png');
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

ul.colorlist li a.disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background-color: #e8e8e8;
	color: #535353;
	background-repeat: no-repeat;
}

ul.colorlist li a .overlay {
	position: absolute;
	width: 41px;
	height: 41px;
	background-image: url('../images/soldout_color.png');
	background-position: -3px 0px;
	background-repeat: no-repeat;
}

/*quantity*/
.dropdown_qty select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #e0dfdf url('../images/selectBox_arrow.png') no-repeat;
	background-position: 78px 7px;
	width: 100px;
	text-indent: 0.01px;
	text-overflow: "";
	margin-left: 20px;
	padding-top: 6px;
}

/*PDP Reviews CTA */
.pdp_cta,#pdp_reviews_cta,.pdp_socialLinks {
	width: 100%;
	display: inline-block;
	margin: 7px 0 0 0;
}

.pdp_cta.contacts {
	width: 450px !important;
	visibility: hidden;
}

.pdp_cta.contacts span.bcText {
	float: left;
	min-width: 115px;
}

.bcText a:first-of-type {
	display: none;
}

#pdp_reviews_cta,.pdp_socialLinks {
	margin-top: 8px;
}

#quickView #pdp_reviews_cta .reviews {
	width: auto;
	margin: 5px 0 5px 10px;
}

#quickView #pdp_reviews_cta .pr-snippet-stars {
	margin-left: 3px;
}

.plp .pr-snippet-stars {
	margin-top: 10px;
}

#quickView #pdp_reviews_cta .pr-snippet-read-reviews,#quickView #pdp_reviews_cta .pr-snippet-write-review
	{
	width: auto;
	float: left;
}

#quickView #pdp_reviews_cta .pr-snippet-read-reviews {
	border-right: 1px dotted #cbcbcb;
}

#quickView #pdp_reviews_cta .reviews p {
	text-transform: none !important;
	font-size: 11px !important;
}

#quickView #pdp_reviews_cta .reviews a {
	text-transform: none !important;
	font-size: 11px !important;
	color: #0072bc;
}

#quickView #pdp_reviews_cta .reviews .pr-snippet-stars,#quickView #pdp_reviews_cta .pr-snippet-write-first-review,#quickView #pdp_reviews_cta .pr-snippet-read-write
	{
	border: 0;
}

#quickView #pdp_reviews_cta .reviews .pr-snippet-read-write {
	margin-left: -15px;
}

#quickView #pdp_reviews_cta p {
	margin-left: 5px;
}

#pdp_reviews_cta p {
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.pr-snippet-review-count {
	text-transform: normal !important;
	font-size: 12px !important;
}

#pdp_reviews_cta a {
	padding: 0 8px;
}

#pdp_reviews_cta>.stars_Container {
	display: inline-block;
	width: 90px;
}

.stars_Container {
	width: 100%;
}
/*PDP Social Links */
.pdp_socialLinks,.footer_socialLinks {
	margin-top: 20px;
	display: inline-block;
}

.footer_socialLinks {
	width: 240px;
	margin: 0;
	padding: 0;
}

#footer .row {
	background: url(../images/_woolrich/footer_HQ-image.png) no-repeat 58%;
}

.pdp_socialLinks h2 {
	float: left;
}

.pdp_socialLinks ul,.footer_socialLinks ul {
	width: inherit;
}

.pdp_socialLinks ul li,.header_socialLinks ul li,.footer_socialLinks ul li
	{
	padding: 0;
	margin: 0 0 0 5px;
	display: inline-block;
	line-height: 30px;
}

.pdp_socialLinks {
	float: right;
	width: 180px;
	padding: 0 10px 10px 0;
	position: relative;
}

.pdp_socialLinks span {
	padding: 0;
	margin: 0 0 0 5px;
	display: inline-block;
	float: right;
}

.header_socialLinks a,.footer_socialLinks a {
	background-image: url(../images/PDP_Social2.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	text-align: left;
}

.pdp_socialLinks a {
	background-image: url(../images/socialIcons.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display: block;
	text-indent: -9999px;
	text-align: left;
}

.pdp_socialLinks a.facebook {
	background-position: 0 0;
}

.footer_socialLinks a.facebook {
	background-position: 0 0;
}

.header_socialLinks a.facebook {
	background-position: 0 -58px;
}

.header_socialLinks a.facebook:hover {
	background-position: 0 -29px;
}

.pdp_socialLinks a.facebook:hover {
	background-position: 0 -29px;
}

.footer_socialLinks a.facebook:hover {
	background-position: 0 -29px;
}

.pdp_socialLinks a.twitter {
	background-position: -64px 0;
}

.pdp_socialLinks a.twitter:hover {
	background-position: -64px -29px;
}

.footer_socialLinks a.twitter {
	background-position: -46px 0;
}

.header_socialLinks a.twitter {
	background-position: -46px -58px;
}

.header_socialLinks a.twitter:hover,.footer_socialLinks a.twitter:hover
	{
	background-position: -46px -29px;
}

.pdp_socialLinks a.instagram,.footer_socialLinks a.instagram {
	background-position: -92px 0;
}

.pdp_socialLinks a.emailLink {
	background-position: -94px 0;
}

.pdp_socialLinks a.emailLink:hover {
	background-position: -94px -29px;
}

.header_socialLinks a.instagram {
	background-position: -92px -59px;
}

.pdp_socialLinks a.instagram:hover,.header_socialLinks a.instagram:hover,.footer_socialLinks a.instagram:hover
	{
	background-position: -92px -29px;
}

.pdp_socialLinks a.pinterest {
	background-position: -31px 0;
}

.footer_socialLinks a.pinterest {
	background-position: -138.5px 0;
}

.header_socialLinks a.pinterest {
	background-position: -138px -58px;
}

.header_socialLinks a.pinterest:hover {
	background-position: -138px -28px;
}

.pdp_socialLinks a.pinterest:hover {
	background-position: -31px -29px;
}

.footer_socialLinks a.pinterest:hover {
	background-position: -139px -29px;
}

.pdp_socialLinks a.google,.footer_socialLinks a.google {
	background-position: -184px 0;
}

.header_socialLinks a.google {
	background-position: -184px -59px;
}

.pdp_socialLinks a.google:hover,.header_socialLinks a.google:hover,.footer_socialLinks a.google:hover
	{
	background-position: -184px -29px;
}

/*PDP Specifications*/
.pdp_specs {
	border-top: 3px solid #c8c8c8;
}

.pdp_specs .span4 {
	border-right: 3px solid #c8c8c8;
	padding-right: 13px;
}

.pdp_specs .span4,.pdp_specs .span2 {
	min-height: 260px;
	padding-top: 20px;
}

.pdp_specs .span4 h3,.pdp_specs .span2 h3,.pdp_specs .span10 h3,.quickView .span7 h3
	{
	color: #444928;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
}

.eGftCardContainer span.terms h3,.termsAndConditions h3 {
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

.quickView.giftCard .termsAndConditions {
	border-top: 3px solid #c8c8c8;
}

.span4.giftCard {
	width: 100% !important;
}

.giftCardSpecs.mobile {
	display: none;
}

.pdp_specs .span4 h3>img {
	float: right;
}

.pdp_specs .span4 p {
	clear: both;;
	display: block;
}

.pdp_specs .span2 {
	width: 110px;
}

.pdp .carousel_block {
	margin-top: 20px;
	background-color: #e4e4e4;
}

.pdp .carousel_block h3 {
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 10px 0 0 20px;
}

#pdp_reviewsWriter {
	margin-top: 20px;
	width: 100%;
	margin: auto;
	display: none;
}

#pdp_reviewsWriter iframe {
	width: 100%;
	height: 100%;
	min-height: 2400px;
	border: none;
}

#pdp_reviewsReader {
	margin-top: 20px;
	display: block;
	width: 100%;
}

.reviews {
	width: 600px;
	margin: 10px auto;
}

/*Product Listing / Search*/
h1.plp_heading {
	color: #ae2f26;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 100;
	padding: 0 0 0;
	margin-top: 0;
}

.nav-pills .dropdown-menu {
	border-radius: 1px;
	max-width: 620px;
	width: 500px;
	margin-top: 0;
}

.nav-pills .mobile-header {
	display: none;
}

.nav-pills .mobile-header .btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
}

.sortBy {
	float: right !important;
}

.dropdown .sortBy {
	width: 150px !important;
	margin-left: -100px;
}

.nav-pills>li>a {
	border-radius: 1px;
	margin-bottom: -1px;
	margin-top: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.nav-tabs>li>a,.nav-pills>li>a {
	line-height: 14px;
	margin-right: 2px;
	padding: 8px 12px 8px;
}

.nav-tabs>li.completed a {
	color: #555555;
}

.nav-tabs>li.disabled a {
	pointer-events: none;
	cursor: default;
	color: #ddd;
}

.facetGroup {
	padding: 0;
	margin: 25px 0 0;
}

.facetGroup.relatedCats {
	margin-top: 30px;
}

.facetGroup h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

.nav .nav-header {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}

.nav-nocat .nav-header {
	padding-right: 0;
}

.facetGroup ul {
	list-style-type: none;
}

.facetGroup ul li a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

.prodListingBanner {
	border: 1px solid tranparent;
	display: inline-block;
	width: 100%;
}

.prodListingBanner img {
	width: inherit;
}

#options {
	display: inline-block;
	margin: 0 0 0 -10px;
}

#filterSort {
	position: relative;
	padding: 0;
	margin: 0;
}

#filterSort li {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	padding: 0;
	list-style: none;
}

a.btn {
	text-decoration: none;
}

#filterSort li a.btn:hover {
	background-color: #B1B3B5;
}

#filterSort li a.btn {
	background-color: #eee;
	text-decoration: none;
}

#filterSort li a.btn:after {
	content: url('../images/filter_arrows.png');
}

#filterSort li a.selected {
	background: #d00b01;
	text-decoration: none;
}

.filters {
	margin-left: 0 !important;
}

.filters .btn {
	text-align: center;
	background: #ddd;
	width: 80%;
}

.atg_store_facetOptions li.btn {
	background: #ddd;
	margin: 5px;
	width: 80%;
	text-align: left;
}

#selectedFacets a {
	background: #3A3F15;
	color: white;
	margin: 5px;
	min-width: 55px;
	text-align: left;
	text-decoration: none;
}

#selectedFacets a.remove-btn {
	border: 1px solid #ddd;
	background: #fff;
	color: black;
	margin: 5px;
	min-width: 55px;
	text-align: left;
	text-decoration: none;
}

.atg_store_facetOptions li.disabled {
	opacity: 0.35;
}

.atg_store_facetOptions li.selected {
	color: #fff;
	background-color: #3A3F15;
}

.atg_store_facetOptions li.selected a {
	color: #fff;
}

.atg_store_facetOptions li.btn a {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	text-decoration: none;
}

.atg_store_facetOptions li .remove,#selectedFacets a .remove {
	text-align: right;
	float: right;
	margin-left: -10px;
}

#selectedFacets a .remove {
	margin-left: -10px;
}

#selectedFacets a strong {
	padding-right: 10px;
}

/*Product Listing -> Product Fragment*/
.projects>.span3,projects>[class*="span"] {
	margin-left: 0;
	margin: 10px 8px;
	width: 23%;
	float: left;
	height: 375px;
}

.productCount {
	color: #aaa;
}

/*Account*/
.acc_panels {
	border: 1px solid transparent;
	margin-top: -10px;
}

.orderReview.acc_panels {
	border-top: 0 !important;
}

.loginForm {
	display: inline-block;
	margin-left: 10px;
	padding-left: 0;
	width: 100%;
}

.loginForm h4 {
	margin-top: 0;
}

.registerFormPanel {
	width: 300px;
	display: inline-block;
	padding-bottom: 20px;
	margin-left: 30px;
	border: 1px solid transparent;
	border-left: 1px solid #ddd;
	min-height: 490px;
	float: left;
}

#retailStoreFinder .registerFormPanel {
	min-height: 320px;
}

.guestPanel {
	widht: 225px;
	float: left;
}

.loginForm.loginPage .span3 {
	width: 225px;
	margin-left: 0;
}

#checkout .span3,.acc_panels .span3,.loginForm .span3 {
	min-width: 225px;
}

.registerFormPanel .span3:first-child {
	margin: 0 0 0 40px;
	padding: 0;
}

.registerFormPanel .span3 {
	margin-left: 0px;
}

select.span1 {
	min-width: 75px;
}

ul.nav-account li a {
	text-decoration: none;
}

ul.nav-account li a.selected {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	background-color: #EEEEEE;
}

#changePasswordForm_Container>form>label,#personalInfoForm_Container>form>label
	{
	font-size: 12px;
}

#changePasswordForm_Container>form>h2,#acc_addresses h2,#acc_SavedCreditCardsPanel h2,#personalInfoForm_Container>form>h2,#bilingAddressDiv h5
	{
	font-weight: 100;
}

#changePasswordForm_Container>form>p,#personalInfoForm_Container>form>p
	{
	margin: 0 0 20px 20px;
}

h2.optionalFormHeading {
	font-weight: 100;
	margin: -10px 0 2px 0;
}

.profileGenderLabel {
	margin: 10px 40px 10px 0;
}

span.genderFields,span.dobFields {
	display: inline;
	width: inherit;
}

.radio.inline {
	padding-top: 0;
}

.profileGenderLabel span.genderField {
	vertical-align: middle;
}

span.dobFields select {
	width: auto;
	padding: 4px;
}

#personalInfoForm_Container,#changePasswordForm_Container,#acc_newBillingAddrFormContainer,#acc_savedAddressPanelsContainer,#acc_useThisBillingAddressContainer
	{
	display: none;
}

#personalInfoForm_Container .span3 {
	min-width: 250px;
}
/*addresses*/
#acc_addresses,.cart_myCart {
	margin-bottom: 30px;
	/*min-height: 300px;*/;
}

#acc_newAddressFormPanel,#acc_newBillingAddressFormPanel,#acc_newCreditCardFormPanel
	{
	margin-top: 10px;
}

#acc_useThisBillingAddressContainer {
	margin-left: -16px;
	width: 250px;
}

.saveAddressDetails:hover {
	background-color: #f5f5f5;
}
/*Wishlists*/
.acct_ordersTable {
	border-bottom: 1px dotted #999999;
	width: 100%;
}

table.cartTable td p.prodName {
	font-weight: 100;
	font-size: 14px;
}

td.imageRow img {
	width: 100px;
}

.miniCartContainer  td.imageRow img {
	width: 90px;
}

td.actionRow {
	width: 125px;
	margin: auto;
}

table.cartTable hr:last-child {
	text-align: center;
}

table.cartTable .total {
	max-width: 150px;
	text-align: right;
}

table.cartTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table.cartTable th {
	background: #554F4F;
	color: white;
	font-weight: bold;
}

table.cartTable td,table.cartTable th {
	padding: 6px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.cartTable td label {
	margin-top: 80px;
}

table.cartTable td p:first-of-type,table.cartTable input[type="text"].cartQty,table.cartTable input.cartItemActions,table.cartTable button.cartItemActions
	{
	margin: 20px 0 0 0;
}

table.cartTable input[type="text"].cartQty {
	width: 30px;
}

table.cartTable input[type="text"].inputCoupon,input[type="text"].inputCoupon,table.cartTable input[type="select"].inputCoupon,input[type="select"].inputCoupon
	{
	width: 190px;
	display: inline-block;
}

p.cartTotals,p.cartHeadings {
	font-weight: 600;
	border-bottom: 1px solid #C9C9C9;
	padding: 2px 0 0;
	margin: 0 0 10px 0;
}

p.cartHeadings {
	border: none;
}

p.cartTotals.disabled {
	color: #999;
}

p.cartTotals.rebates {
	color: #B71215;
}

p.cartTotals span {
	font-weight: 100;
	float: right;
}

p.cartEstTotal {
	margin-top: -6px;
	border-top: 2px solid #000;
	padding-top: 8px;
	font-size: 14px;
	margin-bottom: 30px;
}

p.cartEstTotal span {
	float: right;
}

#cartTotalFragement {
	width: 295px;
}

.chkout_footer {
	border-top: 3px solid #C1C3C4;
	display: inline-block;
}

.cart_cc-imgs h4,h4.cartSummary,h4.estShipping,h4.cartSummary {
	font-weight: 100;
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 14px;
}

input.estShipping_btn {
	vertical-align: top;
	margin-top: 3px;
}

.cart_cc-imgs p {
	margin-bottom: 20px;
	max-width: 300px;
}

.cart_cc-imgs img {
	width: 15%;
	max-width: 50px !important;
}

#giftItemFormContainer span.fright {
	float: right;
	display: inline-block;
}

.giftItem_modal.disabled {
	color: #ccc;
	margin-bottom: 0px;
}

.allgifts {
	float: right;
	color: #aaa;
}

.giftbox {
	word-wrap: break-word;
}

.disclaimer {
	color: #aaa;
}

.giftbox .outOfStock {
	margin: 0px 0px 10px !important;
}

#cartFooter p,#cartFooter a {
	color: #aaa;
	text-decoration: none;
}

#cartFooter h4 a {
	color: #b94a48;
}

#cartFooter h4 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #b94a48;
}

#cartFooter {
	width: 100%;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}

.sendAsGift textarea {
	float: left;
	width: 80%;
	height: 40px;
	min-height: 40px !important;
	display: block;
}

.sendAsGift:not (#quickView ) #giftMessage {
	display: none;
}

/*CHECKOUT*/
#packingSlipMsgPanel {
	display: none;
}

.optional,#savedCreditCardPanelsContainer,.savedBillingAddress {
	display: none;
}

#chkout_expMonth,#user_expMonth {
	margin-right: 10px;
}

.chkoutNextStep_btns,.chkoutStep2_btn,.chkoutStep3_btn,.chkoutGiftcardForm_btn3,.chkoutStep4_btn
	{
	display: inline-block;
	float: right;
	margin-right: 15px;
}

.chkout-ups-logo, ups-logo {
	display: block;
}

.chkout-disclaimer {
	color: #606060;
	display: block;
	float: left;
	margin: 5px 0px 15px 25px;
	width: 100%;
}

.tab-pane h2 {
	font-weight: 100;
}

#orderConf {
	width: 95%;
	margin-left: auto;
	margin-right: auto;l
	float: none;
}

#orderConf .span3 {
	min-width: 200px;
}

#orderItemInfo_Container.span10 {
	width: 95%;
}

.savedAddressPanel,.savedCreditCardPanel {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 15px 0 !important;
	width: 200px;
}

label[for=saveCreditCard] {
	margin-top: 10px;
}

.saveAddressDetails {
	margin: 6px 10px 10px 16px;
	border: 1px solid #efefef;
	padding: 8px;
	min-height: 165px;
}

.savedAddressDetails p {
	margin: 0;
	padding: 0;
}

.savedAddressPanel a {
	color: #2D5E31;
}

.savedAddressPanel a:first-of-type {
	margin-left: 25px;
}

#promoCodeForm_btn {
	margin-bottom: 9px;
}

#applyGiftCard {
	margin-top: 4px;
}

.cardNumber {
	width: 120px;
}

.cardPin {
	width: 30px;
}

.cardBalance,.cardAmount {
	width: 50px;
}

#promoCodeDetailsPanel {
	margin-top: 10px;
}

form#promoCodeForm {
	margin-bottom: 0 !important;
}

form#promoCodeForm>div.control-group>div.controls,form#estShippingForm>div.control-group>div.controls
	{
	display: inline !important;
	float: left;
	margin-right: 6px;
}

#promoCodeDetailsPanel p,#estShippingPanel p {
	margin: 0;
	padding: 0;
}

span.righthand_link a {
	float: right;
	font-size: 11px;
	color: #9B070A;
	text-decoration: none;
	font-weight: 600;
}

span.righthand_link a:after {
	content: ' >';
}

.chkout_cc-imgs,.chkout_cc-cvs {
	width: 250px;
	display: inline-block;
	margin: 24px 0 0 60px;
}

.chkout_cc-imgs img {
	width: 20%;
}

.bw {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.chkout_cc-cvs {
	margin-left: 5px;
	max-height: 25px;
}

.giftcardLeft {
	float: left;
	margin-right: 10px;
}

fieldset>.orderReviewPanel {
	border: 1px solid #6E8268;
	margin-bottom: 30px;
	background-color: blue;
}

fieldset>.orderReviewPanel>.legend {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: red;
}

/*GENERAL*/
.req:after {
	content: '    *';
	color: red;
}

p.req_prepend {
	margin-left: 0 !important;
}

p.req_prepend:before {
	content: '* ';
	color: red;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	height: 0;
	clear: both;
	font-size: 0;
}

.clear5 {
	height: 5px;
	clear: both;
	font-size: 0;
}

.clear10 {
	height: 10px;
	clear: both;
	font-size: 0;
}

.clear20 {
	height: 20px;
	clear: both;
	font-size: 0;
}

.hidden {
	display: none;
}

img {
	outline: 0;
	vertical-align: top;
}

.logo {
	padding-bottom: 6px;
}

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

.page_container {
	padding-bottom: 20px;
	background: #FFF;
}

.block {
	padding-bottom: 0px;
}

h2.title,h3.title {
	padding: 0;
	margin: 0 0 19px 0;
	line-height: 28px;
	text-transform: uppercase;
	color: #313131;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

h2.title a {
	font-size: 21px;
	color: #313131;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

h2.title a:hover {
	color: #d00b01;
	text-decoration: none;
}

p.last {
	margin-bottom: 15px;
}

.block [class*="span"] {
	margin-bottom: 15px;
}

[class*="span"] img,[class*="span"] iframe {
	max-width: 100%;
}

.grey {
	color: #9d9d9d;
}

.block ul.the-icons {
	margin-left: 0;
	margin-bottom: 5px;
}

.upper {
	text-transform: uppercase;
}

.capt {
	text-transform: capitalize;
}

h2.upper {
	margin-bottom: 12px;
	margin-top: 0;
}

.hover_img {
	position: relative;
	text-align: center;
	background-color: #fff;
}

.hover_img img,.post_carousel img {
	border-radius: 3px;
}

.portfolio_zoom1 {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 2;
}

.hover_img:hover .portfolio_zoom1 {
	display: block;
}

.post_carousel { /*padding-bottom:12px;*/
	color: #1e1e1e;
}

.post_carousel h2 {
	text-align: center;
}

.block:last-child {
	padding-bottom: 0;
}

.block ul,.follow_us ul,#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.block li,#footer li {
	padding: 0;
	margin: 0;
}

#footer {
	padding-top: 0;
	border-top: 4px #313131 solid;
	color: #1e1e1e;
	line-height: 16px;
}

#footer .span3 {
	padding-bottom: 30px;
}

#footer li {
	padding: 0 0 15px 0;
	border-bottom: 1px #eaeaea solid;
	line-height: 16px;
}

#footer li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer .wrap {
	padding-top: 20px;
	background-color: #e5e4e4;
}

.wrap {
	padding-top: 5px;
}

#footer a {
	color: #000;
}

#footer h2.title {
	color: #313131;
	font-size: 21px;
	background: none;
}

.footer_leftLinks {
	width: 80%;
	font-weight: 600;
	margin-top: 5px;
	line-height: 24px;
	float: left;
}

.footer_rightLinks {
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}

.footer_rightLinks h6 {
	font-size: 14px;
}

#footer .span4:nth-child(2) h2.title {
	text-align: center;
}

#footer .span4:nth-child(2) form {
	margin-left: 56px;
}

#footer .span4:nth-child(2) form input,#footer .span4:nth-child(2) form textarea
	{
	background-color: #fff;
	opacity: 0.95;
}

#footer .span4:nth-child(2) form input:focus,#footer .span4:nth-child(2) form textarea:focus
	{
	background-color: #fff;
	opacity: 1;
	border: 1px solid #000;
}

#footer .span4:nth-child(2) form input[type="submit"],#footer .span4:nth-child(2) form input[type="reset"]
	{
	opacity: 1;
}

#footer .span4:nth-child(2) form input[type="reset"] {
	background-color: #eee;
	color: #000;
}

#footer .span4:nth-child(2) {
	display: inline-block;
}

#footer .span4:nth-child(2) img {
	width: 80%;
}

.footer_ContactForm form {
	display: none;
}

#footer .span4:nth-child(3) {
	float: right;
}

#footer .span4 {
	padding-bottom: 30px;
	width: 46%;
}

#footer .footer_block {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
	vertical-align: middle;
	width: 235px;
	font-style: normal;
}

#footer .footer_block img {
	margin: 0 6px;
}

#footer li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer_bottom {
	background: #1e1e1e;
	/*margin-top:20px;*/
	padding: 23px 0 26px 0;
}

.foot_right_block {
	text-align: right;
	padding-top: 15px;
}

.foot_right_block .fright {
	margin-left: 20px;
}

.foot_menu {
	text-align: right;
}

.foot_menu li {
	display: inline-block;
	padding: 0 16px 0 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

.foot_menu li:last-child {
	padding: 0 !important;
}

.foot_menu li a {
	text-transform: uppercase;
	color: #444444 !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: normal !important;
}

.foot_menu li a:hover,.foot_menu li a.current {
	color: #5f5f5f !important;
	text-decoration: none;
}

#footer .footer_bottom,#footer .footer_bottom a {
	color: #fff;
}

#footer ul.moreBrands {
	list-style-type: none;
	margin: 0 0 10px 5px;
	padding: 0;
	overflow: hidden;
}

#footer ul.moreBrands li {
	width: 19.85%;
	float: left;
}

/*Modal Windows*/
.modalDialog {
	position: fixed;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	min-width: 225px;
	max-width: 320px;
	width: 30%;
	min-height: 216px;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
}

.modalDialog>div.giftCardEdit {
	margin: 5% auto;
}

.modalDialog>div.unavailable {
	min-width: 225px;
	max-width: 320px;
	width: 30%;
	min-height: 0;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
}

.modalDialog>div.quickView {
	padding: 10px;
	min-width: 620px;
	min-height: 470px;
	margin-left: -310px;
	margin-top: -210px;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	border: 2px solid #9A1227;
	border-radius: 8px;
	box-shadow: 0 4px 8px 2px rgba(0, 65, 101, 0.35);
	left: 50%;
	opacity: 1 !important;
	position: fixed;
	top: 38%;
	visibility: visible !important;
	z-index: 1550;
}

.modalDialog>div.subscription {
	min-width: 500px;
	min-height: 375px;
}

.modalDialog>div.preview {
	min-width: 711px;
	min-height: 463px;
}

.modalDialog div.quickviewContainer {
	max-height: 700px;
	overflow-y: scroll;
}

.modalDialog #sizeChartImage {
	width: 100%;
}

#sizeGuide {
	display: none;
}

/*PDP Carousel & Thumbnails -also includes QuickView styles */
#slideshow-main {
	float: left;
	margin: 0px 3px 10px 0;
	border: 1px solid transparent;
	width: 77%;
}

.quickOrder #slideshow-main {
	height: auto !important;
	padding-bottom: 0px;
}

.quickOrder #slideshow-main li {
	width: 260px !important;
}

.noax #slideshow-main {
	width: 100%;
}

#slideshow-main ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#slideshow-main li {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

#slideshow-main li img {
	margin: auto;
}

.noax #slideshow-main ul {
	margin: 0;
	padding: 0;
	width: 99%;
}

.noax #slideshow-main li {
	width: 100%;
	height: inherit;
	display: none;
	position: relative;
	text-align: center;
}

input.prod_qty_field {
	margin-left: 16px !important;
	max-width: 110px;
	margin-bottom: 0;
}

.quickView #slideshow-main li {
	width: 300px;
	height: 380px;
	display: none;
	position: relative;
}

#slideshow-main li.active,#cartMessage {
	display: block !important;
}

#slideshow-main li span.opacity {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	background: #000;
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 500;
}

#slideshow-main li span.content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1000;
}

#slideshow-main li span.content h1 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0 10px;
	color: #42e2e8;
}

#slideshow-main li span.content p {
	font-size: 11px;
	margin: 5px 0;
	padding: 0 10px;
	color: #42e2e8;
}

#slideshow-main li span.opacity,#slideshow-main li span.content {
	display: none;
}

#slideshow-carousel {
	float: right;
	position: relative;
	width: 18%;
	margin: 10px 10px 0 0;
	overflow: hidden;
}

#slideshow-carousel ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	max-height: 500px;
}

#alt-views {
	text-align: center;
	padding-left: 10px;
	font-size: 10px;
}

#slideshow-carousel li {
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}

#slideshow-carousel li .arrow {
	left: 36px;
	top: -30px;
	position: absolute;
	width: 20px;
	height: 40px;
	background: url(../images/pdp-thumbnail-arrows.png) no-repeat 0 0;
	display: none;
	margin-bottom: 30px;
}

#slideshow-carousel li a {
	display: block;
	width: 85px;
	height: 78px;
	text-align: center;
}

#slideshow-carousel .active {
	filter: alpha(opacity =   100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.quickView .pdp_prodCarouselContainer {
	height: 429px;
	border: 1px solid transparent;
}

.quickView #slideshow-main {
	height: 400px;
	border: 1px solid transparent;
}

.quickView h1 {
	font-size: 18px;
}

.quickView .dividers {
	margin-bottom: 10px;
}

.quickView .dividers p {
	font-size: 13px;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

.quickView #pdp_reviews_cta,.quickView .pdp_socialLinks {
	margin: 10px 30px;
}

.quickView .dividers .pdp_cta {
	margin-left: 0 !important;
}

.quickView .dividers .pdp_cta p {
	font-size: 12px;
}

.quickView
 
.dividers
 
.pdp_cta
 
a
:not
 
(
.tel
 
)
{
margin-right
:
 
35
px
;


}
.qvUSA,.qvUSA img,.qvUSA p {
	float: left;
}

.qvUSA p {
	padding: 2px 10px 10px;
}

.close,.closeSml {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	opacity: 0.9;
}

.closeSml {
	line-height: none;
	font-weight: normal;
	top: -5px;
}

.close:hover,.closeSml:hover {
	background: #d00b01;
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.modalDialog div.loginForm {
	padding: 10px 40px;
	min-width: 550px;
	max-height: 260px;
}

#giftItemFormContainer textarea {
	min-height: 100px;
	max-height: 100px;
	width: 95%;
}

.profile {
	text-align: center;
}

.profile_title {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3a3a3a;
}

.profile img {
	margin: 10px auto 15px auto;
	width: 169px;
	border-radius: 3px;
}

/* Portfolio */
.portfolio_zoom,.portfolio_link {
	display: none;
	width: 120px;
	height: 33px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 10px;
	background-image: url(../images/zoom.png);
	background-position: 0 -33px;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 0.65;
}

.device .portfolio_zoom {
	display: none !important;
}

.portfolio_link {
	display: none;
	margin: -13px 0 0 1px;
}

.portfolio_zoom:hover,.portfolio_link:hover {
	background-position: 0 0;
	opacity: 1;
}

.portfolio_zoom a,.portfolio_link a {
	display: block;
	width: 120px;
	height: 33px;
	text-indent: -9999px;
}

.hover_img:hover .portfolio_zoom,.hover_img:hover .portfolio_link,.hover_img:hover .item_description
	{
	display: block;
}

.item_description {
	text-align: left;
	color: #313131;
}

.item_description h2 {
	font-weight: 100;
	margin: 0 0 5px 10px;
	height: 20px;
	text-align: left;
}

.item_description h2 a {
	text-decoration: none;
}

.item_description h2 a:hover {
	text-decoration: underline;
}

.item_description .descr {
	display: none;
}

.element {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

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

.preloader {
	background: url(../images/preload_img.gif) center center no-repeat;
	display: block;
}

#portfolio_carousel {
	margin-bottom: 20px;
}

#portfolio_carousel img {
	border-radius: 3px;
}

#portfolio_carousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	background-image: url(../images/portfolio_nav.png);
	background-position: 0 -33px;
	background-repeat: no-repeat;
	outline: none;
}

#portfolio_carousel .carousel-control.right {
	background-position: -102px -33px;
	left: auto;
	right: 15px;
}

#portfolio_carousel .carousel-control.right:hover {
	background-position: -102px 0;
}

#portfolio_carousel .carousel-control:hover {
	background-position: 0 0;
}

.pad25 {
	padding-top: 25px;
}

.pad5 {
	padding-top: 5px;
}

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

.post {
	padding-bottom: 40px;
}

.post h2.title {
	margin-bottom: 21px;
}

ul.links {
	margin-bottom: 15px;
}

ul.links li {
	padding: 0 0 3px 17px;
	margin: 0;
	color: #313131;
}

ul.links li a {
	color: #313131;
}

ul.links li a:hover {
	color: #d00b01;
}

.post img {
	margin-bottom: 18px;
	max-width: 100%;
}

.post img {
	border-radius: 3px;
}

.sidebar {
	padding-top: 4px;
}

.sidebar .tweet_arrows {
	display: none;
}

.widget {
	margin-bottom: 25px;
}

.sidebar h2.title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

ul.recent_post,ul.tweets,ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.recent_post li {
	padding: 0 0 8px 0;
	margin-bottom: 13px;
	border-bottom: 1px #dadada dotted;
	color: #313131;
}

ul.recent_post li:last-child {
	border-bottom: 0;
	margin-bottom: 18px;
}

ul.recent_post li img {
	float: left;
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.recent_post div {
	padding: 3px 0 2px 0;
}

ul.recent_post div a {
	color: #313131;
}

ul.recent_post div a:hover {
	color: #d00b01;
}

.tags a {
	display: inline-block;
	margin: 0 14px 16px 0;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/tag_bg.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 26px 0 11px;
	border-left: 1px #e3e3e3 solid;
	color: #646464;
}

.tags a:hover {
	background-position: 100% -33px;
	border-left: 1px #d00b01 solid;
	color: #fff;
	text-decoration: none;
}

.comment_right {
	display: table;
}

#map {
	margin: 0 0 15px 0;
	padding-top: 6px;
}

.contact_form {
	padding-top: 6px;
}

.contact_form textarea {
	min-height: 260px !important;
}

#slideshow-carousel #smallImg {
	width: 70px;
}

#YMAL .jcarousel-list li,#YMAL .jcarousel-item,#recentViews .jcarousel-list li,#recentViews .jcarousel-item
	{
	height: 300px;
	padding-top: 10px;
}

#YMAL .price,.acc_panels .price,#recentViews .price {
	padding: 0 0 0 10px;
	font-size: 12px;
}

#YMAL .price_reg,#searchWrap .price_reg,.acc_panels .price_reg,#recentViews .price_reg
	{
	padding-right: 5px;
}

#YMAL .price_sale,#searchWrap .price_sale,.acc_panels .price_sale,#recentViews .price_sale
	{
	color: #b50000;
}

#YMAL h6,#recentViews h6 {
	margin-left: 10px;
}

.carousel_block .span9 {
	width: 100%;
	max-width: 1090px;
}

.price_reg.ymal {
	color: black !important;
}

.emailPanel .price_reg {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.emailPanel h2.price {
	font-size: 14px;
}
/*Forms*/
.sizes .help-inline,.eGift .help-inline,.dropdown_qty .help-inline,#acc_SavedCreditCardsPanel .help-inline,#select br,#select .help-inline,#acc_savedAddressPanelsContainer .help-inline,.holdDate .help-inline
	{
	display: none;
}

#acc_SavedCreditCardsPanel .help-inline {
	margin-top: -10px;
	padding-bottom: 10px;
}

.sizes .error .help-inline,.eGift .error .help-inline,.dropdown_qty .error .help-inline,#acc_SavedCreditCardsPanel .error .help-inline,#select.error .help-inline.required,#acc_savedAddressPanelsContainer .error .help-inline,.holdDate.error .help-inline
	{
	display: block !important;
}

.control-list.error input,.control-list.error select {
	border-color: #B94A48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea,.control-list.error>label,.control-list.error .help-block,.control-list.error .help-inline
	{
	color: #B94A48;
}

.help-inline {
	padding-left: 0;
}

.help-inline .failure {
	font-weight: bold;
}

.quickviewDetails .help-inline {
	float: left;
}

.error {
	color: #b94a48 !important;
	text-transform: none !important;
}

.warningMessage {
	display: none;
}

.prodInfo {
	max-width: 400px;
}

.controls br {
	display: none;
}

.error br {
	display: block;
}

.sent-form-msg {
	display: none;
	margin-bottom: 10px;
	color: #444;
	max-width: 330px;
}

#cart.sent-form-msg {
	width: 100%;
	background: white;
	max-width: 700px;
	padding: 20px;
	float: left;
}

/*Change Country PopUp*/
.openModalCountry {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 3px #000000;
	position: absolute;
	right: 90px;
	top: 85px;
	width: 568px;
	height: auto;
	z-index: 100001;
	display: none;
	border-top: 1px solid #BBAA9B;
	float: left;
	background: none repeat-x scroll left top #FFFFFF;
	padding: 10px 8px;
	overflow: auto;
}

#isoSelectTitle {
	clear: left;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

.countryLink {
	color: #000000 !important;
	float: left;
}

.isoCountryContainer {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 168px;
}

.isoCountry {
	float: left;
	padding-right: 5px;
	width: 134px;
}

.isoCountryContainer img {
	float: right;
}

.closeCountry {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px !important;
	width: 24px;
	text-decoration: none;
	font-weight: bold !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	opacity: 0.9;
}

.closeCountry {
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 20px;
	float: right;
}

.closeCountry:hover {
	background: #d00b01;
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.titleCase {
	text-transform: capitalize;
}

.dob {
	width: auto;
}

.orderDetails {
	border-bottom: 1px solid #ccc;
}

#openModalCountries,#openModalCountries {
	display: none;
}

.leftMenuCompanyHeadline {
	width: 160px;
	text-transform: uppercase;
	color: #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 2px 0;
	margin-top: 10px;
}

.leftMenuCompanyHeadline a {
	text-decoration: none;
	color: #aaa;
}

.leftMenuCompanyLink {
	color: #636363;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
}

.outOfStock img {
	width: 15px;
	height: 15px;
	padding-top: 2px;
}

.notransientInCart {
	margin: 20px 0 0 0;
	color: #333333;
	text-decoration: none;
	background-color: #c0c0c0;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -45px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.sent-form-Cartmsg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #E81E75;
	color: #444444;
	display: block;
	margin-bottom: 10px;
	max-width: 230px;
	padding: 5px 10px;
	margin-left: 90px;
}

.sent-form-WishListmsg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #E81E75;
	color: #444444;
	display: block;
	margin-bottom: 10px;
	max-width: 230px;
	padding: 5px 10px;
}

.sent-form-msgOutOfStock {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #E81E75;
	color: #444444;
	display: none;
	margin-bottom: 10px;
	max-width: 315px;
	padding: 5px 10px;
}

.cancel_btn {
	background-color: buttonface;
	box-sizing: border-box;
	text-decoration: none;
}

.cancelAddress_btn {
	box-sizing: border-box;
	color: #ffffff;
	background-color: #d00b01;
	text-decoration: none;
	display: none;
}

.cancelAddress_btn_show {
	box-sizing: border-box;
	color: #ffffff;
	background-color: #d00b01;
	text-decoration: none;
}

.savedCC {
	height: auto;
	min-height: inherit;
}

#checkout .savedCC {
	height: 275px;
	width: 150px;
}

#checkout .tab-content .span3.first {
	margin-left: 0px;
}

#addressPanel fieldset {
	width: 600px;
}

.miniCartContainer {
	max-height: 492px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div.orderReviewContainer:first-of-type,#savedAddressPanelsContainer .saveAddressDetails,#bilingAddressDiv .saveAddressDetails,#checkout .savedCC,#savedAddressPanelsContainer .savedAddressPanel a:first-of-type,#checkout .savedAddressPanel a:first-of-type
	{
	margin-left: 0px;
}

#controls br,br[id*='parsley-id-multiple-'],span[id*='parsley-id-multiple-']
	{
	display: none;
}

.freeShiping {
	margin-top: -2px;
	height: 25px;
}

div.orderReviewContainer {
	border: 1px solid #eee;
	padding: 10px;
	min-height: 280px;
	position: relative;
}

.acc_panels div.orderReviewContainer {
	min-height: 331px;
	margin-bottom: 10px;
}

div.orderReviewContainer button {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 10px;
}

img.csv-popup {
	position: relative;
	height: 200px;
	top: -80px;
	z-index: 1000;
}

.head {
	font-weight: bold !important;
	margin-top: 20px;
	font-family: 'robotoregular', Helvetica, Arial, sans-serif;
}

h1.head {
	font-size: 18px !important;
}

div.refinements {
	margin: 0 10px;
	width: 140px;
}

.collections.refinements {
	width: 240px;
	margin-right: 0;
}

#results .hover_img {
	min-height: 140px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.tr_more,.tr_less {
	font-weight: bold;
}

div.loadingMore {
	clear: both;
	width: 100%;
	height: 50px;
	position: relative;
	background-color: #FFF;
	zoom: 1;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	text-align: center;
}

#currentRefinements span.btn,#scrollToTopContainer div.btn {
	background-color: #c0c0c0;
	margin-right: 10px;
}

#currentRefinements a,#scrollToTopContainer a {
	text-decoration: none;
}

#currentRefinements span.remove {
	margin-left: 10px;
}

#scrollToTopContainer {
	bottom: 10px;
	right: 100px;
	height: 50px;
	width: 100px;
	overflow: visible;
	position: fixed;
	z-index: 500;
}

.scrollToTop {
	display: none;
}

#scrollToTopContainer .scrollToTopDiv {
	margin: 0 auto;
	max-width: 1010px;
	position: relative;
	-webkit-box-shadow: -3px 0px 5px -2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: -3px 0px 5px -2px rgba(50, 50, 50, 0.5);
	box-shadow: -3px 0px 5px -2px rgba(50, 50, 50, 0.5);
}

#resultsContainer {
	border-left: 1px solid #ddd;
	margin-top: 20px;
}

#slideOutContainer.fixed {
	position: fixed;
	top: 20%;
}

#slideOutContainer {
	position: absolute;
	top: 450px;
	height: 260px;
	right: 0;
}

#slideOutContainer.active {
	z-index: 1;
}

#slideOutContainer .house {
	right: -280px;
	position: relative;
}

#slideOutContainer .active {
	z-index: 10000;
}

#slideOutContainer #whiteHouse {
	top: -310px;
}

#slideOutContainer #blueHouse {
	top: -620px;
}

#slideOutContainer #blackHouse {
	top: -930px;
}

#slideOutContainer #textHouse {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

.slide-trigger {
	width: 102px;
	float: left;
}

.slideContent {
	background: #000;
	width: 280px;
	height: 365px;
	float: right;
	color: #fff;
	text-align: left;
}

.slideContent .img-overlay h3>img {
	width: 40%;
}

.slideContent>.img-wrap-static:hover .img-overlay {
	height: 120px !important;
}

.slideContent .img-overlay p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
}

.slideContent.img-wrap-static:hover .img-overlay p {
	display: inline-block;
	font-size: 12px !important;
	color: red !important;
	line-height: 18px;
	padding: 0;
}

.slideContent a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.slideContent a:hover {
	text-decoration: none;
}

.slideContent a:after {
	content: '';
}

#checkout.span7 {
	width: 60%;
}

#checkoutMiniCart.span4 {
	width: 34%;
}

/*Email Popup*/
.emailPanel {
	float: left;
	width: 50%;
}

.giftCardEdit .emailPanel {
	width: 100%;
}

.emailToFriend .span3 {
	float: right;
	width: 40%;
}

.addRemoveStoreSuccess,.addRemoveStoreFailure {
	background-color: white;
	border: 1px solid #e81e75;
	color: #e81e75;
	display: none;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 160px;
	z-index: 999;
}

.prwrapper {
	width: 100% !important;
}

.quickView .pr-stars-small,#searchWrap .pr-stars-small {
	float: left;
	height: 15px;
	line-height: 15px;
	width: 83px;
	background-image:
		url(http://www.woolrich.com/pwr/engine/images/stars_small.gif);
}

#searchWrap .rating-0,#openModal_QV .rating-0 {
	background-position: 0px 0px;
}

#searchWrap .rating-0-5,#openModal_QV .rating-0-5 {
	background-position: 0px -18px;
}

#searchWrap .rating-1,#openModal_QV .rating-1 {
	background-position: 0px -36px;
}

#searchWrap .rating-1-5,#openModal_QV .rating-1-5 {
	background-position: 0px -54px;
}

#searchWrap .rating-2,#openModal_QV .rating-2 {
	background-position: 0px -72px;
}

#searchWrap .rating-2-5,#openModal_QV .rating-2-5 {
	background-position: 0px -90px;
}

#searchWrap .rating-3,#openModal_QV .rating-3 {
	background-position: 0px -108px;
}

#searchWrap .rating-3-5,#openModal_QV .rating-3-5 {
	background-position: 0px -126px;
}

#searchWrap .rating-4,#openModal_QV .rating-4 {
	background-position: 0px -144px;
}

#searchWrap .rating-4-5,#openModal_QV .rating-4-5 {
	background-position: 0px -162px;
}

#searchWrap .rating-5,#openModal_QV .rating-5 {
	background-position: 0px -180px;
}

.pr-snippet-stars {
	border: 0 !important;
}

.errorPage h1 {
	font-weight: normal;
	font-size: 2em;
}

.errorPage {
	width: 80%;
	text-align: center;
	margin: 20px auto;
}

.visible {
	display: block;
}

.inVisible {
	display: none;
}

.acc_tabs {
	width: 15%;
	min-width: 120px;
}

.orderSearch {
	margin-top: 29px;
	margin: 29px 0 0 -45px;
}

.reviewForm {
	display: none;
	width: 90%;
	max-width: 600px;
	margin: -450px auto 0px;
}

.prWriteDivBlock {
	background-color: #e4e4e4;
	margin-top: 20px;
	width: 67%;
	padding-left: 20px;
}

.prWriteDivBlockH2 {
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 10px 0 0 20px;
}

.footerMarginTop {
	margin-top: 20px;
}

.errorPage {
	width: 100%;
	text-align: center;
	height: 215px;
	margin: 100px 0;
}

.footerPwr {
	margin-top: 10px;
}

.international .registerFormPanel {
	border-left: 0px;
}

.international .usaOnly:not(.productCard ), .plp.usaOnly {
	display: none !important;
}

.span10.product-specs {
	width: 95%;
	padding-top: 20px;
	margin: 0 auto;
	float: none;
}

.span10.product-specs img {
	float: left;
	padding-right: 10px;
}

.dropdown_qty .controls {
	position: relative;
}
/* Arrow*/
#inventoryThreshold {
	position: absolute;
	top: 0px;
	left: 135px;
	height: 30px;
	background: #3a3f15;
	color: #fff;
	width: 130px;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
}

#inventoryThreshold:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	left: -30px;
	top: 0;
	border: 15px dotted transparent;
	border-right: 15px dotted #3a3f15;
}

#qv_addToCart #inventoryThreshold {
	left: 105px;
}

#inventoryThresholdTable {
	color: #3a3f15;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.4px;
}

#inventoryThresholdTable img {
	height: 20px;
	padding-right: 5px;
}

.pdp_specs .span4.giftCard {
	border-right: 0;
	width: 100%;
}

.edit_giftcard {
	margin-right: 10px;
}

.emailPanel .pdp_title {
	margin-left: 0;
}

#giftcardpreview {
	height: 463px;
}

#giftCardMessage {
	min-height: 50px !important;
}

#formErrors
:not
 
(
.hidden
 
)
{
padding
:
 
10
px
 
0;
}
.ecardQty {
	margin-top: 20px;
	float: left;
}

#giftcardpreview #banner {
	background-image: url('../images/header_bg5.png');
	height: 50px;
	width: 100%;
}

#giftcardpreview .head {
	margin-left: 20px;
}

#giftcardpreview b {
	width: 125px;
	float: left;
}

#giftcardpreview .logo {
	width: 215px;
	margin: 13px 0 0 10px;
	float: left;
}

#giftcardpreview #headerText {
	width: 60%;
	float: right;
	color: white;
	text-align: center;
}

#giftcardpreview #headerText h2 {
	margin: 5px 0 0;
	color: white;
	font-weight: bold;
}

#giftcardpreview #headerText p {
	
}

#giftcardpreview .span5 {
	width: 42% !important;
}

#giftcardpreview .span5#text {
	line-height: 34px;
	font-size: 16px;
	padding-left: 20px;
}

#giftcardpreview .span11 {
	font-size: 14px;
	margin-top: 50px;
	width: 90%;
}

.giftcard_option_container img {
	padding-right: 10px;
}

.giftCardSelection {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.giftCardSelection a {
	width: 50%;
	float: left;
	height: 100%;
}

.giftCardSelection img {
	width: 100%;
	float: left;
	height: auto;
}

#subscriptionContainer {
	height: 450px;
	background-image:
		url('http://www.woolrich.com/media/popup/popup-background.jpg');
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#subscriptionContainer .placholder {
	position: absolute;
	bottom: 85px;
	left: 80px;
}

#subscriptionContainer.pageView {
	background-image: none;
	height: auto;
	max-width: 500px;
	margin: auto;
}

#subscriptionContainer.pageView img {
	float: left;
}

#subscriptionContainer.pageView .placholder {
	position: static;
	float: left;
	margin-top: -135px;
}

#subscriptionContainer .placholder #noThanks {
	margin-left: 10px;
	margin-top: 5px;
}

#subscriptionContainer.pageView .successMessage {
	margin-left: 10px;
}

#subscriptionContainer.pageView #subscribeEmailForm {
	width: 100%;
}

#subscriptionContainer #subscribeEmailForm {
	width: 475px;
}

#subscriptionContainer .placholder .formElements,#subscriptionContainer .placholder .actionItems
	{
	float: left;
	width: 50%;
}

#subscriptionContainer.pageView .placholder .formElements,#subscriptionContainer.pageView .placholder .actionItems
	{
	float: left;
	width: 100%;
	margin-left: 45px;
	margin-top: -10px !important;
}

#subscriptionContainer .placholder .actionItems {
	margin-top: 25px;
}

#formErrors {
	padding-bottom: 10px;
}

.cartItemActions.open_preview,.action-btns {
	width: 125px;
	float: right;
}

#checkoutButton_red.disabled {
	background-color: #ccc;
}

.internationalContainer {
	height: 470px;
	background-image:
		url('http://www.woolrich.com/media/international/background.png');
	background-position: center top;
	background-size: 100% auto;
}

.int-header {
	width: 90%;
	margin: auto;
}

.int-header div {
	width: 48%;
	float: left;
}

.internationalContainer .logo {
	margin: 30px 0 0 0;
	width: 300px;
}

.int-body {
	background: white;
	width: 90%;
	height: 350px;
	margin: auto;
	font-size: 18px;
	line-height: 30px;
}

.int-body p:first-of-type {
	margin: 30px 0 0 30px;
}

.int-body p {
	margin: 20px 0 0 30px;
}

.int-body p span,.int-body p a {
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}

.int-body p a {
	font-weight: normal;
}

#int-logo {
	width: 181px;
	margin: 70px auto 0px;
}

.header_socialLinks.international {
	padding: 0;
}

.estimated-delivery {
	color: green;
	display: inline-block;
}

.estimated-delivery-free {
	display: inline-block;
}

.sizeChartLink {
	color: #0072bc;
	font-size: 77%;
}

@media ( min-width :1200px) {
	.chkout-ups-logo, .ups-logo {
		display: inline-block;
		float: right;
		margin-right: 15px;
	}
	.chkout-ups-logo-lg-only, .ups-logo-lg-only {
		display: inline-block !important;
		visibility: visible !important;
	}
}