/*
	RY 6/1/2016  These styles overwrite the default css styles or
	add new styles. The default styles are left unchanged.

	force single-column site wide .single-column class added to body tag on pages via javascript.
	Changed color #a37f31 to #f05938 in themes.css

@media screen and (min-width: 768px) {
}
*/

h4 { color: #f05938; }
.button { height: auto; border-radius: 0; }
.button-square { border-radius: 0; border: 1px solid #e0e0e0; margin-bottom: 0.25rem; }
.page-title { color: #f05938; }
.navigation-set .level-1 { width: auto; padding: 0 13px; }
.navigation-set .level-2 { width: auto; }
.header.stuck { top: -156px; }
.product-carousel .h3 a span { color: #f05938; }

ul.navigation-set { height: auto; }

.geotrust { margin: 0 1rem 1rem 0 }

.button-orange {
	background-color: #f05938;
	color: white;
	white-space: normal;
	font-size: .9rem;
	padding: .25rem .5rem;
}
.button-orange a { color: #EEE; }
.button-orange a:hover { color: #FFF; }

.button-grey {
	background-color: #333;
	color: white;
	white-space: normal;
	font-size: .9rem;
	padding: .25rem .5rem;
}
.button-grey a { color: #EEE; }
.button-grey a:hover { color: #FFF; }
.button-grey:hover { 	background-color: #777;}

.nowrap {
	white-space: nowrap;
}

/* gmap1 */
a.map_link img:hover { box-shadow: .2em .2em 1em rgba(0, 0, 0, 0.5); margin-top: 1px; }
.gmap1-item { min-height: 186px; }


/* ctgy */
#js-CTGY .filter-items-container { display: none; }
.button.bg-yellow.quick-view { background-color: #335f77; }
.button.bg-yellow.quick-view:hover { background-color: #f05938; }

.popular .category-product-layout img { max-height: 350px; }


@media only screen and (max-width: 960px) {
	.voile-skis .category-product {
		min-height: 540px;
	}	
}
@media only screen and (max-width: 767px) {
	.voile-skis .category-product {
		min-height: 540px;
	}	
}
@media only screen and (max-width: 480px) {
	.voile-skis .category-product {
		min-height: 440px;
		max-height: 440px;
	}	
}


/* srch */
#js-SRCH .filter-items-container { display: none; }

/* prod */
.header-orange { color: #f05938; }
.bg-header-orange { background-color: #f05938; }
a.bg-header-orange:hover { background-color: #DD482C; }

.add-to-cart-wrap input[name="Quantity"] {
    width: 3rem;
}
#js-thumbnails div { }
#js-thumbnails div img { padding: 0; }
.product-swatches .selected-swatch { border-color: #777; }
#js-price-value { padding: 2px;}
#js-thumbnails .column {
    border: 1px solid #dfe1e1;
    line-height: 5;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    padding: 0 0.25rem;
}

.social-sharing .social {
    height: 23px;
    margin: 15px 0 5px;
    text-align: left;
    vertical-align: top;
}
.social-sharing .social .share {
    float: left;
    line-height: 20px;
    padding-right: 5px;
}
.social-sharing .social .fb-like {
    margin: 0;
}
.social-sharing .social .twitter-share-butto {
    margin: 0;
}
.social-sharing .social .g-plusone {
    margin: 0;
}
.social-sharing .social .questions {
    float: right;
}
.social-sharing .social .questions img {
    margin-left: 5px;
    vertical-align: middle;
}

#pdflinks {
	margin: 0;
}
#pdflinks div {
	margin: 0;
	padding: 0;
}
#pdflinks button {
    background-color: #7b7b7b;
    margin: 0 0 0 0;
}
#pdflinks button:hover {
    background-color: #0d9941;
}


@media screen and (min-width: 480px) {
	#js-thumbnails .column { line-height: 6.5; }
}
@media screen and (min-width: 640px) {
	#js-thumbnails .column { line-height: 8.5; }
}
@media screen and (min-width: 768px) {
	#js-thumbnails .column { line-height: 7.5; }
}

/* prod video formatting */

.product-videos {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.product-videos .thumbnail-panel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.product-videos .thumbnail-panel div {
	border: 1px solid #dfe1e1;
	margin: 0 2px;
	padding: 4px 4px;
	text-align: center;
	font-size: 10px;
}
.product-videos a {
    opacity: 0.8;
}
.product-videos a:hover, .product-videos a:active {
    opacity: 1;
}

.product-videos img {
	height: 75px;
	width:	75px;
}
.product-videos .media-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 56%;

}
.product-videos iframe {
	height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
@media screen and (min-width: 480px) {
	.product-videos { padding-top: 82%; }
}
@media screen and (min-width: 640px) {
	.product-videos { padding-top: 75%; }
}
@media screen and (min-width: 768px) {
	.product-videos { padding-top: 82%; }
}
@media screen and (min-width: 980px) {
	.product-videos { padding-top: 76%; }
}

/*
@media screen and (max-width: 767px) {
	.specs table {
	    width: 100%;
	    border-collapse: collapse;

	}
	.specs table, .specs td, .specs tr {
		display: block;
		border-style: none;
	}
	.specs tr:first-child  {
		display: none;
	}
	.specs td:first-child  {
		height: 96px;
		width: 33%;
	}
	.specs td {
		float: left;
		padding: .10rem;
		text-align: left;
		width: 67%;
	}

	.specs td:nth-of-type(2):before { content: "159 cm.  "; }
	.specs td:nth-of-type(3):before { content: "162 cm. "; }
	.specs td:nth-of-type(4):before { content: "165 cm. "; }
	.specs td:nth-of-type(5):before { content: "169 cm. "; }
}
*/

.specs table { width: 100%; border-collapse: collapse; }
.specs caption { text-align: left; font-size: 110%; padding-top: 1rem;}
.specs td { border: 1px solid #fff; padding .15rem; border-bottom-color: #dfe1e1; }
.specs p { font-weight: bold; margin: 0;  }

.tab_content { margin-bottom: 30px;}

.breadcrumbs-list { float: left }
.previous-viewed { float: right; }

/* render screen prod_basket_upsell */
.product-basket-1 {
	margin: 0;
}
.product-basket-2 {
	margin: 0;
}
.product-attributes {
	margin: 0;
	min-height: 70px;
	overflow: hidden;
	clear: both;
}
.product-quantity-input {
	margin: 0 4px;
	width: 34px !important;
}
.purchase-buttons * {
	margin: 0 10px;
	display: inline !important;
}

.product-attributes td.prompt { width: 1%; white-space: nowrap; hyphens: none; }

.product-attributes td.prompt, .product-attributes td.field { padding: 10px 5px 10px 0; }
.product-attributes td.field select { font-size: .83rem; padding: 0; }
.product-attributes td.field select option { padding: 8px; }
.purchase-buttons { padding: 3px;}

/* SFNT */
#hero_image .slick-prev { left: 16px; }
#hero_image .slick-prev::before { content: "D"; }
#hero_image .slick-next { right: 16px; }
#hero_image .slick-next::before { content: "E"; }
#hero_image .slick-slide img { min-width: 74%; }

.slick-prev::before, .slick-next::before { color: #fff; background-color: #f05938; }

#js-whats-popular-carousel .slick-prev::before { content: "D"; font-family: "ElegantIcons"; }
#js-whats-popular-carousel .slick-next::before { content: "E"; font-family: "ElegantIcons"; }
.product-carousel .slick-next, .product-carousel .slick-prev { top: 23%; }

#js-whats-popular-carousel .category-product span.flag { min-height: 200px; }


/* CTGY_build_team template */

.team_member { margin-bottom: 1.5rem; }
.team_img { padding-bottom: 1.5rem;
	opacity: 1;
	filter: alpha(opacity=100);

}
.team_img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;}
.team_text {  }
.team_category_title img { width: 100%; margin-bottom: 16px; }

.faux_ahref {
	text-decoration: underline;
	cursor: pointer;
	color:black;
}

/* Category: voile-online-dealers. Content and script in category header */

.info_content{
	text-align: center;
}
.info_content_header {
	text-align: center;
}
.info_content .link_div {
	text-align: center;
	height: 85px;
	margin: 1rem 0;
}
.info_content .link_div a {
	display: block;
	width:100%;
	text-align:center;
}
.info_content img {
	max-width: 240px;
	max-height: 85px;
	display: block;
	margin: 0 auto;
}

/* Wholesale */
.wholesale .wrap { position: static }
.wholesale table{
	border-collapse: collapse;
}
.line-item {
	width: 88%;
	font-size: 90%;
}
.line-item tr td {
	border-bottom: 1px solid #dfe1e1;
	vertical-align: top;
	padding: 6px;
	width: 1%;
	white-space: nowrap
}
.line-item .basket-header-row td {
	text-align: center;
	white-space: nowrap;
}
.line-item .item-image {
	text-align: center;
	font-weight: bold;
	white-space: normal;
	width: 10%;
}

.line-item .item-image a.img_bg {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto;
}

.line-item .item-attributes {
	padding: 0;
	width: 45%;
}
.line-item .item-attributes td {
	border-style: none;
	padding: 4px;
	border-top: 1px solid #ffffff;
}
.line-item .item-attributes tr.first td {
	border-top: 0px none #eeeeee;
}

.line-item .item-attributes .field {
	white-space: nowrap;
}
.line-item .item-attributes .attr_prompt {
	text-align: left;
	font-weight: bold;
}
.line-item .item-attributes .attr_prompt div {
	float: right;
	width: 56px;
	text-align: center;
}
.line-item .item-attributes .optn_prompt {
	clear: both;
	float: left;
	text-align: right;
	margin-right: 6px;
	min-width: 220px;
	line-height: 24px;
}
.line-item .item-attributes .optn_qty {
	float: right;
	text-align: right;
	line-height: 24px;
}

.line-item .total {
	background-color: transparent;
	min-width: 5.5rem;
	text-align: right;
	border-style: none;
	/* color: #f05938; */
	color: #0d9941;
	padding: 0;
}
.line-item .button {
	font-size: 80%;
}
#floating-button {
	background-color: #eee;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 3px #333333;
	display: block;
	font-family: arial,helvetica,sans-serif;
	position: fixed;
	right: 0;
	top: 245px;
	text-align: center;
	padding: 5px;
	z-index: 2;
	width: 110px;
}
#floating-button .button {
	background-color: #000;
	border: medium none;
	border-radius: 6px;
	font-weight: bold;
	height: auto;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 4px 0;
	white-space: normal;
	width: auto;
}
#grandtotal {
	color: #0d9941;
}


@media screen and (min-width: 1024px) {
	.line-item { font-size: 100%; }
	.line-item .item-image { width: 15%; }
	.line-item .item-attributes { width: 40%; }
}
@media screen and (min-width: 1280px) {
	.line-item { width: 95%; }
	.line-item .item-image { width: 20%; }
	.line-item .item-attributes { width: 35%; }

}
@media screen and (min-width: 1400px) {
	.line-item { width: 100%; }
	.line-item .item-image { width: 25%; }
	.line-item .item-attributes { width: 30%; }
}

/* Site map -- smap.html */
.site-map {
    margin: 0.25rem 0;
    text-align: left;
    line-height: 0.9375rem
}
.site-map a {
    padding: 0.25rem;
}


/* CTGY_compare template */

#btnCompare { background-color: #29AE5B; font-weight: 700; }
#btnCompare:hover { background-color: #0D9941; }
#btnReset { background-color: #aaaaaa; }
#btnReset:hover { background-color: #888888; }
#btnShowAll { background-color: #f24537; }
#btnShowAll:hover { background-color: #c62d1f; }

.compare
	width: 100%;
}
.compare-select {
    float: left;
    line-height: 42px;
    padding-bottom: 3px;
}
.compare-prompt, .compare-buttons {
	display: block;
}
.compare-select .imgradio {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width: 52px;
}
.compare-select .imgradio img {
	height: 24px;
	width: 50px;
	vertical-align: top;
}

.compare table {
    width: 100%;
    border-collapse: collapse;
}
.compare table, .compare td, .compare tr {
	display: block;
}
.compare td {
	float: left;
	padding: 3px;
	text-align: left;
	width: 67%;
}
.compare .header-row {
	display: none;
	border-bottom: 1px solid #dfe1e1;
}
.compare .header-row td {
	height: auto;
}
.compare .tr_row {
	clear: left;
	border-bottom: 1px solid #dfe1e1;
}
.compare .item-image {
	min-height: 170px;
	position: relative;
	vertical-align: top;
	width: 33%;
}
.compareCheckbox {
	margin: 0;
}
.compare .product-link {
	margin: 0;
}
.image-wrapper {
	margin: 0;
}
.compare .item-price {
	clear: left;
	color: #0d9941;
	text-align: center;
	width: 33%;
}

@media screen and (max-width: 767px) {
	.breadcrumbs li.hide { display: none; }
	.compare td:nth-of-type(2):before { content: "Lengths (cm):"; }
	.compare td:nth-of-type(3):before { content: "Radius (m):"; }
	.compare td:nth-of-type(4):before { content: "Tip-Waist-Tail:"; }
	.compare td:nth-of-type(5):before { content: "Weight:"; }
}
@media screen and (min-width: 480px) {
	.compare .item-image {
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	.compare table { display: table; }
	.compare tr { display: table-row; }
	.compare td { display: table-cell; width: auto; float: none; text-align: center; }
	.compare .header-row {
		background-color: #000;
		color: #fff;
		font-weight: bold;
		text-align: center;
		display: table-row;
	}
	.compare-prompt, .compare-buttons {
		display: inline;
	}
	.compare .header-row  span {
		font-weight: normal;
	}
	.compare .item-image {
		position: relative;
		vertical-align: top;
		height: auto;
		width: 262px;
	}
	.compare .product-link {
		float: left;
		font-size: 1.1em;
	}
	.image-wrapper {
		height: 130px;
		width: 262px;
	}
	.compareCheckbox {
		float: right;
		margin-right: 8px;
	}
	.compare .item-price {
		width: auto;
	}

}

/* voile-shipping-rates.html */

.voile-shipping-rates .prod-ctgy-hdft-header { padding: 1rem; }

.shipping_rates { margin: 0; padding: 0; }
.shipping_rates caption { text-align: left; font-size: 110%; padding-top: 1rem; }
.shipping_rates p { font-style: normal; font-weight: normal; }
.shipping_rates table { width: 100%; border-collapse: collapse; border-bottom: 1px solid #dfe1e1; }
.shipping_rates table, .shipping_rates tr, .shipping_rates th  .shipping_rates td { display: block; }
.shipping_rates .header-row {
	background-color: #000;
	font-weight: bold;
	text-align: center;
	display: table-row;
	border-bottom: 1px solid #dfe1e1;
	display: none;
}
.shipping_rates th { color: #fff; }
.shipping_rates td.first {
	background-color: #f8f8f8;
	height: 5.5rem;
	width: 40%;
}
.shipping_rates td {
	float: left;
	padding: 3px;
	text-align: left;
	width: 60%;
}

.shipping_rates .header-row th { height: auto; color: #fff; }
.shipping_rates tr { clear: left; border-top: 1px solid #dfe1e1; }

/* 
	This CSS moved into Category voile-shipping-rates Header above the table.
	td.first height 
		3 columns 3.8rem;
		4 columns 5.6rem;
		5 columns 7.5rem;
		6 columns 9.3rem;

*/
/*
@media screen and (max-width: 767px) {
	.shipping_rates .Continental-US td.first 			{ height: 7.5rem; }
	.shipping_rates .Continental-US td:nth-of-type(2):before 	{ content: "USPS: "; }
	.shipping_rates .Continental-US td:nth-of-type(3):before 	{ content: "Ground: "; }
	.shipping_rates .Continental-US td:nth-of-type(4):before 	{ content: "2 Day: "; }
	.shipping_rates .Continental-US td:nth-of-type(5):before 	{ content: "Next Day: "; }

	.shipping_rates .Alaska td.first 		 { height: 5.6rem; }
	.shipping_rates .Alaska td:nth-of-type(2):before { content: "Priority Mail: "; }
	.shipping_rates .Alaska td:nth-of-type(3):before { content: "UPS Ground: "; }
	.shipping_rates .Alaska td:nth-of-type(4):before { content: "UPS 2 Day: "; }

	.shipping_rates .Canada td.first		 { height: 3.8rem; }
	.shipping_rates .Canada td:nth-of-type(2):before { content: "Priority Mail: "; }
	.shipping_rates .Canada td:nth-of-type(3):before { content: "UPS Standard: "; }

	.shipping_rates .Europe td.first		 { height: 5.6rem; }
	.shipping_rates .Europe td:nth-of-type(2):before { content: "Priority Mail: "; }
	.shipping_rates .Europe td:nth-of-type(3):before { content: "Express Post: "; }
	.shipping_rates .Europe td:nth-of-type(2):before { content: "UPS Expedited: "; }

	.shipping_rates .Asia td.first			{ height: 3.8rem; }
	.shipping_rates .Asia td:nth-of-type(2):before	{ content: "Priority Mail: "; }
	.shipping_rates .Asia td:nth-of-type(3):before	{ content: "UPS Expedited: "; }
}
*/

@media screen and (min-width: 768px) {
	.shipping_rates table { display: table; }
	.shipping_rates tr { display: table-row; }
	.shipping_rates td, .shipping_rates th { display: table-cell; width: 20%; float: none; text-align: center; }
	.shipping_rates td.first { height: auto; width: 25%; }

	.shipping_rates .header-row {
		display: table-row;
	}
}

/* OSEL */
.text-image {
    background: #fafafa linear-gradient(to bottom, #fafafa, #d6d6d6) repeat scroll 0 0;
    box-sizing: border-box;
    color: #222;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 32px;
    padding: 0 5px;
    vertical-align: middle;
    width: auto;
}
.payment-method-selectors label {
    text-align: left;
    line-height: 32px;
}
.payment-method-selectors input:checked + img {
    box-shadow: 0 0 5px 5px rgba(41, 174, 91, 0.75);
    outline: 2px solid #fff;
}
.payment-method-selectors input:checked + div {
    box-shadow: 0 0 5px 5px rgba(41, 174, 91, 0.75);
    outline: 2px solid #fff;
}

.payment-method-selectors input {
    display: inline;
    height: auto;
    opacity: 1;
    position: relative;
    margin-right: 15px;
    width: auto;
}

.instructions label { margin: 0; text-align: left; }
.instructions textarea { width: 100%; margin: 10px 0; }


/* ORDS */
#js-ORDS label, #js-INVC label, #js-ORDP label { float: left; margin-right: 0.5rem; }
#js-ORDS .order-contents { border-top: 1px solid #f1f1f1; }

@media screen and (min-width: 768px) {
	#ship-to { float: left; width: 50%; }
	#bill-to { float: left; width: 50%; }
}

/* BASK */

#js-BASK .basket-contents {
    padding: 0 0 0.75rem 0.75rem;

}

@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
	.button-paypal {
		margin-top: -37px;
	}
	.button-applepay-amazon {
		margin-left: 100%;
		margin-top: -115px;
	}
}

.button-applepay-paypal table { margin-bottom: 0}

/* Contact Form */

#contact {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 30px;
}
#contact p { margin: 10px 0 }
form.contactus {
    display: inline-block;
    margin: 0;
}
#contact label {
    display: inline-block;
    clear: left;
    min-width: 100px;
    width: auto;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0;
}
#contact .message {
    margin: 0;
}

#contact .purchase_date {
	width: 160px;
	display: inline;
}
#contact .input_filename {
	float: left;
	width: 100%;
	max-width: 300px;
	border-style: none;
	padding: 2px;
	color: #29AE5B;
	font-size: .83rem;
}
#contact .chooseafile {
	background-color: #29AE5B;
	font-weight: 700;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	position: relative;
	display: inline-block;
	padding: 0 12px;
	margin: 0;
}

#form_contact .f1 {
	width: 40px;
	display: inline;
}
#form_contact label::after {
	content: " *";
	color: #ff0000;
}
#form_contact label.optional::after {
	content: "";
}

#contact .allowed {
	font-size: .83rem;
}
.fileimage_wrapper {
	background-color: #fff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
}
.fileimage_wrapper img {
	max-width: 120px;
	max-height: 80px;
}
.button_wrapper {
	float: left;
	max-width: 360px
	margin-bottom: 10px;
}

.file_upload {
	margin: 0;
}
.btn_file {
	margin: 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
	left: -1000px;
	opacity: 0;
}
#contact .errorcolor {
	color: red !important;
}


@media screen and (max-width: 767px) {
	.pre-header .pre-header--promo { height: auto; }
}
