/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_9 {
	margin:0 auto;
	width: 980px;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9 {
	display:inline;
	float: left;
	position: relative;
	margin-right: 20px;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* Grid >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .grid_1 {width:91px;}
.container_9 .grid_2 {width:202px;}
.container_9 .grid_3 {width:313px;}
.container_9 .grid_4 {width:424px;}
.container_9 .grid_5 {width:535px;}
.container_9 .grid_6 {width:646px;}
.container_9 .grid_7 {width:757px;}
.container_9 .grid_8 {width:868px;}
.container_9 .grid_9 {width:980px;}


/* Prefix Extra Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .prefix_1 {padding-left:111px;}
.container_9 .prefix_2 {padding-left:222px;}
.container_9 .prefix_3 {padding-left:333px;}
.container_9 .prefix_4 {padding-left:444px;}
.container_9 .prefix_5 {padding-left:555px;}
.container_9 .prefix_6 {padding-left:666px;}
.container_9 .prefix_7 {padding-left:777px;}
.container_9 .prefix_8 {padding-left:888px;}


/* Suffix Extra Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .suffix_1 {padding-right:111px;}
.container_9 .suffix_2 {padding-right:222px;}
.container_9 .suffix_3 {padding-right:333px;}
.container_9 .suffix_4 {padding-right:444px;}
.container_9 .suffix_5 {padding-right:555px;}
.container_9 .suffix_6 {padding-right:666px;}
.container_9 .suffix_7 {padding-right:777px;}
.container_9 .suffix_8 {padding-right:888px;}


/* Push Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .push_1 {left:111px;}
.container_9 .push_2 {left:222px;}
.container_9 .push_3 {left:333px;}
.container_9 .push_4 {left:444px;}
.container_9 .push_5 {left:555px;}
.container_9 .push_6 {left:666px;}
.container_9 .push_7 {left:777px;}
.container_9 .push_8 {left:888px;}


/* Pull Space >> 9 Columns
----------------------------------------------------------------------------------------------------*/
.container_9 .pull_1 {left:-111px;}
.container_9 .pull_2 {left:-222px;}
.container_9 .pull_3 {left:-333px;}
.container_9 .pull_4 {left:-444px;}
.container_9 .pull_5 {left:-555px;}
.container_9 .pull_6 {left:-666px;}
.container_9 .pull_7 {left:-777px;}
.container_9 .pull_8 {left:-888px;}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	/*clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;*/
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
 *//* ##################################################################################################
		PRESTASHOP CSS
################################################################################################## */

/* ****************************************************************************
				reset
**************************************************************************** */
html{color:#000;background:#FFF;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}

@font-face
{
	font-family: Karla;
	src: url(themes/azalea/fonts/Karla-Regular.ttf);
}

@font-face
{
	font-family: KarlaBold;
	src: url(themes/azalea/fonts/Karla-Bold.ttf);
}

@font-face
{
	font-family: Merriweather;
	src: url(themes/azalea/fonts/Merriweather-Regular.ttf);
}

@font-face
{
	font-family: MerriweatherItalic;
	src: url(themes/azalea/fonts/Merriweather-Italic.ttf);
}

@font-face
{
	font-family: ACaslon;
	src: url(themes/azalea/fonts/ACaslonPro-Regular.otf);
}

@font-face
{
	font-family: ACaslonSemibold;
	src: url(themes/azalea/fonts/ACaslonPro-Semibold.otf);
}

@font-face
{
	font-family: ACaslonBold;
	src: url(themes/azalea/fonts/ACaslonPro-Bold.otf);
}

@font-face
{
	font-family: TradeGothicBold;
	src: url(themes/azalea/fonts/TradeGothic-BoldTwo.otf);
}

@font-face
{
	font-family: TradeGothic;
	src: url(themes/azalea/fonts/TradeGothic.otf);
}

.cas-reg{
	font-family: "ACaslonRegular" !important;
}
.cas-semi{
	font-family: "ACaslonSemibold" !important;
}
.cas-bold{
	font-family: "ACaslonBold" !important;
}
.trade-gothic{
	font-family: "TradeGothic" !important;
}
.trade-gothic-bold{
	font-family: "TradeGothicBold" !important;
}


.ie7 input, .ie7 select{line-height:18px}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
				generic style
************************************************************************************************ */

html {
	-webkit-font-smoothing: antialiased;
}

body {
background: #fff;
margin: 25px;
font-family: 'Merriweather', Georgia, serif;
font-size: 11px;
font-weight: 400;
line-height: 1.6em;
color: #222;
}

img, img a {
	border:none;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.hide-strong {display:none !important}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	margin-bottom:20px;
	font-size:24px;
	line-height: 22px
}

h3 {
	padding-bottom:20px;
	font-size:16px
}

.title_block {
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

.hide-left-column #left_column {display:none}
.hide-left-column #center_column {width:757px}

/* text **************************************************************************************** */

p em {font-family: "MerriweatherItalic";}

.warning, .success, .error {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	padding-left: 13px;
}

/* ------------------------------
TYPOGRAPHY
------------------------------ */

a, a:visited {
	color: #222;
	text-decoration:none;
}

a:hover {
}

h1, h2, h3, h4, h5 {
	font-family: 'Karla', Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size: 20px;
	font-weight: 700;
}

h2 {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 400;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-weight: 700;
	font-size: 14px;
}

.caps {
	text-transform: uppercase;
	letter-spacing:1px;
}

.sans {
	font-family: 'Karla', Helvetica, sans-serif;
}

.bold {
	font-weight: 700;
}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#222;
	text-decoration:none;
	outline: medium none;
}


/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}


/* form **************************************************************************************** */
form.std fieldset {
	margin:20px 0;
	border:1px solid #ccc
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #ddd;
	border-bottom:none;
	background:white;
	border-collapse:inherit
}
table.std th,
table.table_block th {
	padding:14px 12px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family: proximaRegular;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
		font-family: proximaRegular;
}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
.block .title_block, .block h4 {
	padding:6px 11px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	background:#383838;
	font-weight: bold;
}
.block .title_block a, .block h4 a {color:#fff}
.block ul {list-style-type:none}
.block li.last {	border:none}
.block li a {
	display:block;
	color:#222
}

/* BLOCK .products_block *********************************************************************** */
.products_block {}
.products_block li {float:left
}
.products_block li img {border:1px solid #d1d1d1}

/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin-bottom:20px
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:20px 0;}
#center_column .sortPagiBar {
	padding:10px;
	font:normal 11px Arial, Verdana, sans-serif;
	color:#666;
	background:#eee;
}
#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

.ie7 #center_column .sortPagiBar form {display:inline;}

.sortPagiBar #productsSortForm {float:right;}
.sortPagiBar select#selectPrductSort {
	margin:0 0 0 10px;
	color:#000;
	border:1px solid #ccc
}

.sortPagiBar .bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(themes/azalea/img/bg_bt_compare.gif) repeat-x 0 0 #111;
}

.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
form.pagination {display:none;}

div.pagination {
	margin:10px 0;
	text-align: center
}
ul.pagination {
	list-style-type:none;
	margin-top: 63px;
	padding-left: 0;
}
ul.pagination li {display: inline;}
ul.pagination a, ul.pagination span {
	display: inline-block;
	height: 24px;
	width: 24px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #aaa;
	text-transform: uppercase;
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color:#222;
	border:1px solid #222
}
ul.pagination .current span {
	color:#000;
	border:1px solid #fff
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous, .pagination_previous {float:left}
#pagination_next, .pagination_next {float:right}

.ie7 #pagination_previous, .ie7 .pagination_previous,
.ie7 #pagination_next, .ie7 .pagination_next {float:none}

ul.pagination .pagination_previous a,ul.pagination .pagination_previous span,
ul.pagination .pagination_next a, ul.pagination .pagination_next span {
	padding:0 8px;
	width:auto;
}
#pagination_previous, .pagination_previous span,
#pagination_next, .pagination_next span {
	color:#ccc;
	border:1px solid #eee
}

/* CART steps *********************************************************************** */
ul#order_step {
	background-color: white;
	padding: 0;
	display: inline-block;
	margin: 0px auto 20px 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
ul.step {
	list-style-type:none;
}
ul.step li {
	text-align:center;
	display: inline-block;
	text-transform:uppercase;
	margin: 12px 0px 16px 0px;
	padding:9px 10px 6px;
	font-family: "Karla", sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #222;
}
/*ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	display: inline-block;
	font-family: "Karla", sans-serif;
	font-size: 13px;
}*/

ul.step li.step_current span {
	border-bottom: 1px solid black;
}

.step_current_end span {
	border-bottom: 1px solid black;
}

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.star, .star a { background: url(modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#222
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#222
}
.listcomment .authorcomment {}


/* ************************************************************************************************
				HEADER
************************************************************************************************ */
#header {position:relative}

#headerImage{
	width: 100%;
	margin: auto;
	text-align: center;
	display: inline-block;
	margin-top: 35px;
}

#header_right {
	position:relative;
	float: right;
	width: 10%;
}


/* ************************************************************************************************
				FOOTER
************************************************************************************************ */
.blockcategories_footer,
#footer .myaccount ,
#block_various_links_footer,
#social_block,
#block_contact_infos {
	float:left;
	width:175px
}
.blockcategories_footer {margin-left:0}
#footer .title_block {
	padding-bottom: 10px;
	text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none}
#footer li {padding:5px 0}
#footer li a {
	color:#222;
	font-size:13px;
	font-family: proximaSemiBold;
	letter-spacing: .03em;
}

#footer .myaccount {padding: 15px 10px}
#footer .myaccount .title_block, #footer .myaccount h4 {
	padding:0 0 10px 0;
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

#middleText a.small {
	font-size: 12px;
}
/* ************************************************************************************************
				PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 8px solid #f7b900
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	display:block;
	padding:10px 10px 7px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#000
}
.idTabs .selected {
	color:#000;
	background: url(themes/azalea/img/bg_li_idTabs.png) repeat-x 0 0
}

#more_info_sheets {padding-top:10px}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
				PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #center_column{
	width:757px;
	float: none;
	margin: 15px auto 65px auto;
}


/* ************************************************************************************************
				PAYMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */

#order #center_column, #order-confirmation #center_column {
	width:757px;
	float: none;
	margin: 30px auto 60px auto;
}

.cart_navigation {margin:55px 0}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right;
}
.cart_navigation .button,
.cart_navigation .button_large {
	border-color:#000;
	position:relative;
	display:inline-block;
	padding:5px 7px;
	border:1px solid #000;
	border-top: 1px solid #999;
	border-bottom:1px solid #999;
	font-weight:bold;
	color:#000;
	cursor: pointer;
	font-family: proximaRegular;
	text-transform: uppercase;
}

#cart_title{
	font-family: proximaRegular;
}

/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}


#order-detail-content .customizationUploaded li,#order-detail-content .typedText li {
	list-style: none;
}
table#cart_summary th {
	padding:14px 12px;
	color:#999;
	font-family: proximaRegular;
	text-transform:uppercase;
	background: none;
	text-shadow: none;
}

table#cart_summary{
	margin-top: -1px;
	margin-bottom: 0;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	font-size:12px;
	vertical-align:top
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff
}
table#cart_summary tr.cart_item.even {
	background-color: #f3f3f3
}

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	background-color: #f3f3f3
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary  .cart_product  img {border:1px solid #ccc}
table#cart_summary .cart_description {
	width:230px;
}
table#cart_summary .cart_unit {width:130px;text-align: center}
table#cart_summary td.cart_unit {text-align: right; border-right: none;}
table#cart_summary  .cart_quantity {width:130px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	float: left;
	width: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 0;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
}
table#cart_summary .cart_total {width:120px;text-align: center}
table#cart_summary td.cart_total {text-align: right}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center
}
table#cart_summary .cart_discount_price {text-align: right}

.cart_delete a.cart_quantity_delete {
	padding: 1px 2px;
	font-size: 12px;
	font-family: "KarlaBold";
	color: #bbb;
	position: absolute;
	top: 7px;
	right: 7px;
}

.cart_delete a.cart_quantity_delete:hover {
	color: #222;
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	vertical-align:middle
}

table#cart_summary #total_price_container {
	border-right: none;
}

table.std td.final_price {
	border-bottom: 1px solid #999;
}

.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px
}
.cart_voucher p {padding-bottom:0;}

.cart_voucher p.discount_name_block {float:left;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#666;
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher .title_offers {
	margin-top:15px;
	margin-bottom:5px
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
}
.cart_voucher input.discount_name {
	padding:0 5px;
	height:22px;
	margin-right: 10px;
	width:170px;
	border:1px solid #ccc;
	font-weight:normal;
	font-size: 16px;
	background:url(themes/azalea/img/bg_discount_name.png) repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	margin-left:2px;
	padding:2px;
	height:24px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #222;
	background:url(themes/azalea/img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:12px;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:12px;
	color:#000;

}
.cart_total_price .total_price_container span {
	display:block;
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(themes/azalea/img/bg_table_th.png) repeat-x 0 -10px #999
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:35px;}

.order_delivery ul {
	padding-left: 0;
}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

table#compare_shipping_form{
	border: none;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
	height: 20em;
	width: 49%;
	background: none;
}
#create-account_form {margin-right: 11px;}

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:8px;
	border-bottom:1px solid #ccc;
	font-family: proximaRegular;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
}
#create-account_form .title_block  {
	padding-bottom:22px;
	font-size:11px;
	color:#222
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	padding:0 5px;
	height:20px;
	width:220px;/* 230 */
	border:1px solid #ccc;
	color:#222;
	background:url(themes/azalea/img/bg_discount_name.png) repeat-x 0 0 #fff;
	line-height:20px;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float: right;
	letter-spacing: 0.08em;
	padding: 6px 12px;
	border: 1px solid #222;
}

form .field {
font-family: 'Merriweather', Georgia, serif;
font-size: 11px;
border: none;
color: #222;
padding: 5px 5px 4px 5px;
margin: 0 0 10px;
outline: none;
width: 300px;
box-shadow: 0 0 0 1px #ddd inset;
-moz-box-shadow: 0 0 0 1px #ddd inset;
-ms-box-shadow: 0 0 0 1px #ddd inset;
-o-box-shadow: 0 0 0 1px #ddd inset;
-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

.password-recovery-text {
	text-align: center;
	font-size: 12px;
}

.password-recovery-form #email {
	width: 300px;
	margin: 27px auto 0px;
	display: inherit;
}

.lost-password-submit {
	width: 310px;
	text-align: right;
	margin: -10px auto 60px;
	display: inherit;
}


a.back-to-account {
	font-family: 'Karla', sans-serif;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	color: #bbb;
}

#order-opc .lost_password {
	display: block;
	float: none;
	margin: 5px 0 10px;
	width: auto;
	font-size: 12px;
	font-family: "Karla";
	padding-left: 12.5px;
	padding-top: 40px;
	color: #888;
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:38px;
	width:686px;
	border:1px solid #ddd;
	padding: 6px;
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("themes/azalea/img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border-top: 0;
}

#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: 685px;
	display: none;
}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 300px;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(themes/azalea/img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	font-size:12px;
	color:#222;
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(themes/azalea/img/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 0;
}
#gift_div label {
	display:block;
	margin-bottom:5px;
}
#gift_div #gift_message {
	height:50px;
	width: calc(100% - 18px);
	border:1px solid #ddd;
	padding: 8px;
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */

.payment_module {
	position:relative;
	padding:30px 0 0 0 !important;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
				PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #center_column{width:757px}


#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#222;
}

#order-opc #login_form fieldset {
	background: none;
	border: 0;
	font-size: 13px;
	padding: 0;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	text-align:right
}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods textarea {
	height:60px;
	border:1px solid #ccc
}
#order-opc #opc_delivery_methods #message {
	width: calc(100% - 18px);
	padding: 8px;
	font-size: 12px;
}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}
.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
.delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	display: inline-block;
}


/* ************************************************************************************************
		express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio label {
	float:none;
	width:auto;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	height:22px;
	padding:0 5px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666
}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
				paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #center_column{width:757px}


/* ************************************************************************************************
				PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 174px;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}
#form_forgotpassword  p.text input {
	padding: 0 5px;
	height: 20px;
	width: 288px;
	border: 1px solid #ccc;
	background: url(themes/azalea/img/bg_input.png) repeat-x 0 0 #fff
}
#form_forgotpassword p.submit {
	margin-right:25px;
	padding-bottom:5px;
	text-align:right
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
				PAGE ADRESSES
************************************************************************************************ */
#addresses #center_column {
	width: 757px;
	float: none;
	margin: 0 auto 40px auto;
}

#address p.inline-infos {
	margin:0 0 0 235px !important;
	font-size:12px;
	color:#666;
}


/* ************************************************************************************************
				PAGE ADD ADRESS
************************************************************************************************ */
#module-cheque-payment #center_column {
	width: 757px;
	float: none;
	margin: 0 auto;
}

#add_address {}
#add_address fieldset {
	margin:0;
	border:1px solid #ccc;
	padding: 45px 0 20px 0;
}
#add_address h3 {
	margin:0 0 15px 0;
	padding:8px;
	font-size:14px;
	color:#000;
	font-family: proximaRegular;
}
#center_column #add_address p {margin:0; padding:0 0 10px 0}

.selectStylingWrapper select {
	color: #666;
	font-size: 11px;
	padding: 5px 0px 4px 5px;
	margin-bottom: 10px;
	background: transparent;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-appearance: none;
}

.selectStylingWrapper {
	padding: 0 !important;
	width: inherit !important;
}

.addressSelectIcon {
	margin-top: -28px;
	position: absolute;
	margin-left: 292px;
	width: 11px;
	pointer-events: none;
}

#submitAddress {
	background: transparent;
}

/* ************************************************************************************************
				PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #center_column {
	width: 757px;
	float: none;
	margin: 0 auto 40px auto;
}

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
				PAGE DISCOUNT
************************************************************************************************ */
#discount #center_column{width:757px}

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
				PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("themes/azalea/img/arrow_right_1.png") no-repeat scroll 100% 4px transparent;
	color: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

/* ************************************************************************************************
				PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
				PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #ddd;
	font-size:13px;
	background:#bbb;
	color: #fff;
	font-family: proximaRegular;
}
#search .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
				PAGE 404
************************************************************************************************ */

#pagenotfound #center_column {width:940px;}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(themes/azalea/img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#222}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #666;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
	background: url(modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	text-transform: uppercase;
	background: url("modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#222
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
				addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-family: "MerriweatherItalic";
	text-align:right
}
/* ************************************************************************************************
				addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
				addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #center_column{width:757px}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
	color: #0088cc;
	background:url(themes/azalea/img/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
				addon loyalty
************************************************************************************************ */
#module-loyalty-default #center_column{width:757px}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(themes/azalea/img/icon/info.png) no-repeat 0 8px;
	margin-top: 10px;
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
				addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
	display:inline-block;
	padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:bold 10px Arial,Verdana,sans-serif;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background: url(themes/azalea/img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
				addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: url(themes/azalea/img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(themes/azalea/img/icon/delete.gif) no-repeat 0 0
}

.star {
	position: relative;
	top:2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(modules/productcomments/img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }


/* ************************************************************************************************
				guest tracking
************************************************************************************************ */

#guest-tracking fieldset p:first-child {
	padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}



/* ************************************************************************************************
				CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center }



/*************** Block CATEGORIES ***************/
#categories_block_left  li {border-bottom:1px dotted #ccc}
#categories_block_left  li.last {	border:none;}
#categories_block_left  li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
}

#categories_block_left  li ul {margin-left:40px}
#categories_block_left  li ul li {border:none}
#categories_block_left  li ul li a {
	padding-left:0;
	background:none
}

#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:10px 10px 0;
	height:9px;
	width:9px;
	background:url(modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer .block_various_links {padding:15px 10px;}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #eee}
.informations_block_left li.last {border:none;}
.informations_block_left li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}

tr.subitem > td:first-child + td {
	padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos {padding:15px 10px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
.blockmanufacturer li {border-bottom:1px dotted #ccc}
.blockmanufacturer li.last {	border:none;}
.blockmanufacturer li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blockmanufacturer/img/arrow_right_2.png) no-repeat 10px 10px transparent
}


.blockmanufacturer form {
	margin-top: 10px;
	text-align: center;
	width: 200px;
}
.blockmanufacturer p {
	padding:0;
}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
#rss_block_left li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blockrss/img/arrow_right_2.png) no-repeat 10px 10px transparent
}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p {
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image {
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px dotted #ccc}
.blocksupplier li.last {	border:none;}
.blocksupplier li a {
	display:block;
	padding:7px 11px 5px 22px;
	color:#222;
	background:url(modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
}

.blocksupplier form {
	margin-top: 10px;
	text-align: center;
	width: 200px;
}
.blocksupplier p {
	padding:0;
}

.ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}
.ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%}
.lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}


.descriptorTags li {
	list-style:none;
}

.descriptorTags a {
	padding:5px 10px 2px;
	margin-bottom: 3px;
	display:inline-block;
	font-family: proximaBold;
	font-weight: bold;
	text-decoration:none;
}

.descriptorTags a.active {
	border-bottom: 2px solid grey;
}

#backlink{
	color: #8F8F8F;
	border: 1px solid #ccccce;
	padding: 2px 5px;
	font-family: proximaSemiBold;
	text-transform: uppercase;
	margin-right: 10px;
	display: none;
}

#product #backlink {
	display: inline;
}

#currentlink{
	color: #8F8F8F;
	padding: 1px;
	font-family: proximaSemiBold;
	text-transform: uppercase;
}

#gridWrapper{
	padding-top: 10px;
}

#center_column{
	padding-bottom: 15px;
}

#newsletterBox {
	border: 2px solid #b2b2b2;
	color: #455555;
	font-size: 24px;
	width: 281px;
}

#newsletterSubmit{
	background: #002F30;
	border: none;
	color: #FFF;
	width: 95px;
	height: 30px;
	font-family: proximaRegular;
	letter-spacing: .05em;
	position: absolute;
	margin-left: 6px;
	margin-top: 1px;
	padding-top: 2px;
}

#footer h4{
	font-weight: normal;
	padding-bottom: 30px;
	color: #222;
	font-family: proximaSemiBold;
	letter-spacing: .05em;
	font-size: 17px;
}

#social h4{
	font-weight: normal;
	color: #000000;
}


#menuTitle{
	padding-left: 10px;
	margin-left: 5px;
}

#manufacturers_block_left.affix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	padding-left: 56px;
	z-index: 2;
	background-color: #fff;
	padding-top: 10px;
}


#manufacturers_block_left.affix-top{
	width: 150px;
	margin-left: 20px;
	padding-left: 20px;
	background-color: #fff;
	padding-top: 10px;
}

#manufacturers_block_left{
	font-family: proximaBold;
}

#center_column{
	padding-top: 20px;
}


/**********
 User Info
***********/

#right_column {
	position: absolute;
	right: 0;
	z-index: 999;
}

#your_account {
	list-style-type: none;
	display: inline-block;
	float: left;
}

#your_account a img {
	margin-top: -1px;
}

#search_bar {
	float: left;
}

#shopping_cart {
	float: left;
}

#header_nav {
	float: right;
}

#address #center_column {
	width: 757px;
	float: none;
	margin: 0 auto;
}

#order-follow #center_column {
	width: 757px;
	float: none;
	margin: 10px auto 50px auto;
}

#discount #center_column {
	width: 757px;
	float: none;
	margin: 10px auto 50px auto;
}

#module-favoriteproducts-account #center_column {
	width: 757px;
	float: none;
	margin: 10px auto 50px auto;
}

#searchbox {
	float: left;
}


/*************
 Account Page
*************/

#accountPageLeft {
	text-align: left;
	float: left;
	width: 25%;
	display: inline-block;
}

#accountPageRight {
	display: inline-block;
	width: 50%;
	float: left;
}

#short_description_content {
	font-size: 12px;
	font-family: proximaRegular;
	margin-top: 15px;
}

#short_description_block #tab2 {
	font-size: 12px;
	margin: 15px 0px;
	font-family: proximaRegular;
}

#search #center_column {
	width: 941px;
	float: none;
	margin: 0 auto;
}

#search .productListBlock {
	margin-right: 10px;
}

#search .productListBlock img {
	margin-bottom: 15px;
}

.carousel-inner .next, .carousel-inner .prev {
	top: 14px !important;
}

input#zipcode {
	font-size: 16px;
	padding: 0 4px;
}

/**************
 Firefox Fixes
**************/

a:focus {
	outline:none;
}

/******************
 SCROLLBAR STYLING
******************/

.small-scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}

.small-scroll::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.small-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}


/* search fix */

#min_search_query_top {
  display: none;
}


/******************
-------------------
   AZALEA STYLES
-------------------
*******************/


header {
	margin: 0 auto;
	max-width: 1440px;
	text-align: center;
	position: relative;
}

#contentWrapper {
	margin: 0 auto 60px auto;
	max-width: 1440px;
	min-height: 500px;
}

.section {
	clear: both;
	padding: 0px;
}

/*  Column Setup  */
.col {
	float:left;
}
.col:first-child { margin-left: 0; }

/*  Grouping  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/********
 FOOTER
********/

#footer {
	max-width: 1440px;
	margin: 0 auto -25px auto;
	border-top: 1px solid #ddd;
	padding: 40px 0 10px 0;
}

#footer .col {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #222;
	padding-left: 8.333%;
	margin: 0;
	width: 25%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .col h2 {
	color: #222;
	line-height: 20px;
	margin-bottom: 5px;
}

#footer .col a, #footer .col a:visited {
	color: #999;
}

#footer .col a:hover {
	color: #222;
}

#footer form {
	margin-top:10px;
}

#footer form input {
	font-family: 'ACaslonRegular', Georgia, serif;
	font-size:11px;
	border:none;
	color: #333;
	padding: 5px 5px 4px 5px;
	margin: 0;
	outline: none;
	width: 55%;
  vertical-align: top;
	box-shadow: 0 0 0 1px #ddd inset;
		-moz-box-shadow: 0 0 0 1px #ddd inset;
		-ms-box-shadow: 0 0 0 1px #ddd inset;
		-o-box-shadow: 0 0 0 1px #ddd inset;
		-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

#footer form .btn-newsletter-submit {
	outline: none;
	border: none;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
  width: 100px;
	color: #bbb;
	background: none;
	text-align:left;
	padding: 0;
  width: 84px;
  margin-top: 0px;
  margin-left: -4px;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
}

.footer-social a {
  margin-right: 7px;
}

#footer form .btn-newsletter-submit:hover {
	cursor: pointer;
	color: #222;
}

.copyright {
	width: 100%;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	margin-top: 20px;
}


#toTop {
	font-family: 'KarlaBold', Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #222;
	width: 200px;
	margin: 0 auto;
	padding: 15px 0 12px 0;
	display: none;
	-webkit-transition: background 0.2s;
       -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
         -o-transition: background 0.2s;
            transition: background 0.2s;
}

#toTop:hover {
	cursor: pointer;
	-webkit-transition: background 0.2s;
       -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
         -o-transition: background 0.2s;
            transition: background 0.2s;
}

#scrollDown {
	width: 50px;
  position: fixed;
  bottom: 135px;
  right: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 769px) {

	#footer {
		padding: 40px 0 10px;
	}

	#footer .col {
		padding-left:0;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	#footer form input {
		width: 33.33%;
		color: #222;
		padding: 10px 2%;
	}

	#footer form .btn-newsletter-submit {
		text-align:center;
		color: #222;
	  width: 127px;
	  margin-top: 0px;
	  margin-left: -5px;
	}

	.copyright {
		width: 100%;
		text-align: center;
		color: #ccc;
		font-size: 10px;
		margin-top: 10px;
	}


}

@media only screen and (max-width: 651px) {

	#footer form input {
		font-size: 11px;
		padding: 10px 2%;
		text-indent:2px;
	}

}

/**********
 ISOTOPE
**********/

#productList {
	margin: 0 auto;
	width: 100%;
}

#productList .col {
	text-align:center;
	padding: 0;
	margin: 0;
	display: table;
	-webkit-transition: background 0.55s;
       -moz-transition: background 0.55s;
        -ms-transition: background 0.55s;
         -o-transition: background 0.55s;
            transition: background 0.55s;
}

#productList .product {
	display:table;
	margin: 0 -2px -2px 0;
	border-collapse:collapse;
	outline: 1px solid #ddd;
	background: #fff;
	width: 20%;
}

#newCategory #productList .product {
	width: 19.96%;
}

#productList .product img {
	width: 92%;
	height: auto !important;
	margin: 4% 4% 12px 4%;
}

#productList .feature {
	margin: 0 -1px -1px 0;
	display:table;
	border-collapse:collapse;
	outline: 1px solid #ddd;
	float: left;
	width: 39.99999% !important;
}

#productList .feature img {
	width: 96% !important;
	height: auto !important;
	margin: 2% 2% 1.5% !important;
}

#productList .product:hover {
	cursor: pointer;
	background: #e1e1e1;
	-webkit-transition: background 0.55s;
       -moz-transition: background 0.55s;
        -ms-transition: background 0.55s;
         -o-transition: background 0.55s;
            transition: background 0.55s;
}

#productList .product.feature:hover {
	cursor: inherit;
	background: inherit;
}

#productList .info-container {
	margin: -3px 5% 15px 5%;
	display:inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
}

#productList .info-container .brand {
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 0;
}

#productList .info-container .out-of-stock {
	font-family: "MerriweatherItalic";
}

.grid-sizer {
	width: 25%;
}

.isosize {
		width: 20%;
}


@media only screen and (max-width: 1241px) {

	#productList .product {
		width: 24.96%;
	}

	#newCategory #productList .product {
		width: 24.958%;
	}

	.isosize {
			width: 25%;
	}


	#productList .feature {
		width: 50% !important;
	}

}

@media only screen and (max-width: 1180px) {
	#newCategory #productList .product {
		width: 24.955%;
	}
}

@media only screen and (max-width: 985px) {
	#newCategory #productList .product {
		width: 24.9455%;
	}
}

@media only screen and (max-width: 769px) {
	#productList .product {
		width: 33.333%;
	}

	#newCategory #productList .product {
		width: 33.25%;
	}

	.isosize {
		width: 33.333%;
	}


	#productList .feature {
		width: 66.666% !important;
	}
}

/*@media only screen and (max-width: 769px) {

	#productList .product {
		width: 49.9%;
	}

	#newCategory #productList .product {
		width: 50%;
	}

	#productList .feature {
		width: 100% !important;
	}

}*/

@media only screen and (max-width: 649px) {

	#productList .product {
		width: 49.85%;
	}

	#newCategory #productList .product {
		width: 49.85%;
	}

	#productList .product img {
		width: 92%;
		height: auto !important;
		margin: 4% 4% 12px 4%;
	}

	.isosize {
		width: 50%;
	}

	#productList .feature {
		width: 99.83% !important;
	}
}

/* ------------------------------
SORTING MENU
------------------------------ */

.sorting-menu {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: left;
	-webkit-font-smoothing: subpixel-antialiased;
	position: absolute;
	right: 1px;
	bottom: 3px;
	z-index:5000;
	margin: 0;
	padding: 3px 5px 1px;
	outline: 1px solid #ddd;
	width: 125px;
}


.arrow-down-sort {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #222;
	position: absolute;
	z-index: 99999;
	right: 20px;
	margin-top: -13px;
	cursor: pointer;
	display: none;
}

	.sorting-menu ul {
		list-style:none;
		padding: 0;
		margin: 0;
	}

	.sorting-menu li {
		background:url('http://azaleasf.com/themes/azalea/img/arrow-down.svg');
		background-repeat:no-repeat;
		background-position: right 5px;
		margin: 0;
		cursor: pointer;
		color: #999;float: none !important;
		display: list-item !important;
		width: 125px;
	}

	.sorting-menu .drop-down ul {
		list-style:none;
		display: none;
		position:absolute;
		background: #fff;
		left: -1px;
		top: 19px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		width: 135px;
		padding: 0 0 5px 0;
	}

	.sorting-menu .drop-down ul li {
		background: none !important;
		text-align: left;
		cursor: pointer;
		margin: 5px 0 0 5px;
		float: none;
		display: list-item;
	}

	.sorting-menu .drop-down ul li:hover {
		color: #222;
	}


@media only screen and (max-width: 969px) {
	.sorting-menu {
		position:relative;
		width: calc(100% - 11px);
		margin: -2px 0 15px 0;
		right: 0;
		bottom: 0;
		padding: 10px 5px;
		text-indent: 5px;
		margin-left: 1px;
	}

	#prices-drop .sorting-menu {
		margin: 17px 0 15px 0;
	}

	.sub-sub-menu-container ul {
		width: 99%;
	}
	.sub-sub-menu-container li {
		width: 99%;
	}

	.sorting-menu li {
		margin-right: 5px;
		color: #222;
		font-size: 12px;
	}

	.sorting-menu .drop-down ul {
		width: 100%;
		top: 25px;
	}

	.sorting-menu .drop-down ul li {
		background: none !important;
		text-align:left;
		cursor: pointer;
		margin: 12px 0 10px 1.85%;
		font-size: 12px;
	}

	.arrow-down-sort {
		display: inherit;
	}

	.sorting-menu li {
		background:none;
	}

}

/* Size Guide */

#size-guide .section-main {
	margin: 40px auto 0;
	width: 60%;
}


#size-guide h2 {
	margin: 0 0 20px 0;
}


#size-guide p {
	margin: 20px auto 40px;
	text-align:left !important;
}

table.sg-clothing, table.sg-shoes {
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0 30px 0;
	text-align:left;
	font-family: 'Karla', Helvetica, sans-serif;

}

.sg-clothing td {
	width: 11%;
	padding: 5px;
	border: 1px solid #eee;

}

.sg-clothing .label, .sg-shoes .label {
	background: #f7f7f7;
	font-weight:700;

}

.sg-shoes td {
	width: 12.5%;
	padding: 5px;
	border: 1px solid #eee;
}

#size-guide .how-to-measure {
	border-top: 1px solid #ddd;
	padding: 45px 0 0 0;
	margin: 0 auto;
}

#size-guide .section {
	margin: 40px 0 0;
}

#size-guide .col {
	width: 46%;
	margin: 0 2%;
}

#size-guide .col p {
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 769px) {
	#size-guide .section-main {
		width: 80%;
	}

	#size-guide .how-to-measure {
		width: 80%;
	}

	#size-guide .col {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 421px) {
	#size-guide .section-main {
		width: 100%;
	}

	#size-guide .how-to-measure {
		width: 100%;
	}

	.arrow-down-sort {
		right: 17px;
	}

	.sorting-menu .drop-down ul li {
		margin: 12px 0 10px 2.5%;
	}
}

/* ------------------------------
	SIGN UP / LOGIN PAGE
------------------------------ */

#login {
	border-top: 1px solid #ddd;
	margin: 0 auto 0 auto;
	padding: 55px 0;
	color: #222;
	font-size: 12px;
	line-height: 1.7em;
}

#login h1 {
	margin-bottom: 50px;
	text-align: center;
}

#login h2 {
	margin-bottom: 20px;
	text-align: center;
}

#login form {
	width:310px;
	margin: 0 auto 80px;
	font-family: 'Karla', sans-serif;
}

#new-account {
	margin-bottom: 30px !important;
}

#login form label {
	display: block;
}

#login form .radio {
	margin-bottom: 15px;
	display: inline-block;
}

#login form .checkbox {
	margin-bottom: 15px;
}

#login form .field {
	font-family: 'Merriweather', Georgia, serif;
	font-size:11px;
	border:none;
	color: #222;
	padding: 5px 5px 4px 5px;
	margin: 0 0 10px;
	outline: none;
	width: 300px;
	box-shadow: 0 0 0 1px #ddd inset;
		-moz-box-shadow: 0 0 0 1px #ddd inset;
		-ms-box-shadow: 0 0 0 1px #ddd inset;
		-o-box-shadow: 0 0 0 1px #ddd inset;
		-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

#login form .btn-login-submit {
	outline: none;
	border: none;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color: #bbb;
	background: none;
	text-align:left;
	padding: 0;
	float: right;
	margin: 5px 0 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
}


#login form .btn-login-submit:hover {
	cursor: pointer;
	color: #222;
}

.login-checkout-override {
	 border-top: none !important;
	 margin: 0 auto !important;
	 padding: 0 !important;
}

/* -----------
	 Form Standards
------------- */

#azForm {
	color: #222;
	font-size: 12px;
	line-height: 1.7em;
}

#azForm h1 {
	margin-bottom: 50px;
	text-align: center;
}

#azForm h2 {
	margin-bottom: 20px;
	text-align: center;
}

#azForm form {
	width:310px;
	margin: 0 auto 80px;
	font-family: 'Karla', sans-serif;
}

#azForm form label {
	display: block;
}

#azForm form .radio {
	margin-bottom: 15px;
	display: inline-block;
}

#azForm form .checkbox {
	margin-bottom: 15px;
}

#azForm form .field {
	font-family: 'Merriweather', Georgia, serif;
	font-size:11px;
	border:none;
	color: #222;
	padding: 5px 5px 4px 5px;
	margin: 0 0 10px;
	outline: none;
	width: 300px;
	box-shadow: 0 0 0 1px #ddd inset;
		-moz-box-shadow: 0 0 0 1px #ddd inset;
		-ms-box-shadow: 0 0 0 1px #ddd inset;
		-o-box-shadow: 0 0 0 1px #ddd inset;
		-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

#azForm form .btn-azForm-submit {
	outline: none;
	border: none;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color: #bbb;
	background: none;
	text-align:left;
	padding: 0;
	margin: 5px 0 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
}


#azForm form .btn-azForm-submit:hover {
	cursor: pointer;
	color: #222;
}

#submitAddress {
	background: transparent;
	font-family: 'Karla', sans-serif;
	border: 1px solid #ddd;
	width: 100%;
}

#forgotPassword {
	font-family: 'Karla', Helvetica, sans-serif;
	padding: 0;
	margin: -3px 0 14px 0;
	display: block;
	color: #bbb;
}

#forgotPassword:hover {
	cursor: pointer;
	color: #222;
}

@media only screen and (max-width: 769px) {

		#login form {
			width: 100%;
		}

		#login form .field {
			width: 97%;
			padding: 10px 1.5%;
		}

}

/* ------------------------------
	BRANDS PAGE
------------------------------ */

.brands {
	border-top: 1px solid #ddd;
	margin: 20px 0 0 0;
	padding: 55px 0;
	text-align: center;
	color: #222;
	font-size: 12px;
	line-height: 1.7em;
}

.brands h1 {
	color: #222;

	text-align:center;
	margin: 0 auto 40px auto;
}

.brands a, .brands a:visited {
	color: #222;
	text-decoration:none;
}

.brands a:hover {
	text-decoration: underline;
}

.brands h2 {
		border-bottom: 1px solid #ddd;
		display:block;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}

.brands .section {
	width: 100%;
	margin: 0 auto;
}

.brands .col {
	width: 48%;
	margin: 0 0 0 4%;
}

.brands .col:first-child {
	margin-left: 0;
}


.brands ul {
	list-style: none;
	padding: 0;
	margin: 0 8% 0 0;
	text-align: left;
	float: left;
	width: 92%;
}

.brands ul .label {
	font-family: "KarlaBold", sans-serif;
	font-weight:700;
	text-indent: 0;
}

.brands li {
	text-indent: 10px;
}

.first-half-brands {
width: 50%;
display: inline-block;
float: left;
}

.second-half-brands {
width: 50%;
display: inline-block;
float: left;
}

div.sorting-menu.sorting-brand-page {
	position: inherit;
	float: right;
}


@media only screen and (max-width: 650px) {

		.brands .section {
			width: 100%;
		}

		.brands .col {
			width: 100%;
			margin: 0 0 20px 0;
		}
	}

/* ------------------------------
	CUSTOMER SERVICE
------------------------------ */

.customer-service {
	border-top: 1px solid #ddd;
	padding: 55px 0 0 0;
	text-align: center;
	color: #222;
	font-size: 12px;
	line-height: 1.7em;
}

.customer-service h1 {
	color: #222;
	text-align:center;
	margin-bottom: 40px;
}

.customer-service a, .customer-service a:visited {
	color: #222;
	font-family: "MerriweatherItalic";
}

.customer-service a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 651px) {

	.customer-service {
		border-top: 1px solid #ddd;
		margin: 0;
		padding: 40px 0 0 0;
	}

	.customer-service h1 {
		margin-bottom: 20px;
	}
}


/* Contact Info */


	#contact-info h2 {
		margin: 30px 0 0 0;
	}

	#contact-info .small {
		font-size: 11px;
		line-height: 1.5em;
		color: #666;
	}



/* Store Policy */

	#store-policy h2 {
		display:inline-block;
		margin: 0 0 10px 0;
	}

	#store-policy .section {
		margin: 30px 0 50px 0;
	}

	#store-policy .col {
		width: 29.33%;
		margin: 0 2%;
	}

	#store-policy .col a, #store-policy .col a:visited {
		font-style: normal !important;
		font-family: "Merriweather";
	}

	#store-policy ul {
		list-style:none;
		padding: 0;
		margin: 0;
	}

	#store-policy li {
		text-align:center;
		margin: 0 0 3px 0;
	}

	#store-policy li a {
		color: #222;
	}

	#store-policy li a:hover {
		text-decoration: underline;
	}

	.faq p {
		margin: 0 auto 20px;
		width: 60%;
		text-align: left;
	}

	.faq section {
		margin: 0 0 30px 0;
	}

	.faq h1 {
		text-align: center;
		margin: 40px 0;
		padding: 50px 0 0 0;
		border-top: 1px solid #ddd;
	}



	@media only screen and (max-width: 769px) {

		#store-policy .col {
			width: 100%;
			float: none;
			margin: 0 0 30px 0;
		}

		.faq {
			margin: -30px 0 0 0;
		}

		.faq p {
			width: 80%;
		}
	}

	@media only screen and (max-width: 421px) {

		.faq p {
			width: 100%;
		}

	}

	/* Size Guide */

	#size-guide .section-main {
		margin: 40px auto 0;
		width: 60%;
	}


	#size-guide h2 {
		margin: 0 0 20px 0;
	}


	#size-guide p {
		margin: 20px auto 40px;
		text-align:left !important;
	}

	table.sg-clothing, table.sg-shoes {
		width: 100%;
		border-collapse:collapse;
		margin: 10px 0 30px 0;
		text-align:left;
		font-family: 'Karla', Helvetica, sans-serif;

	}

	.sg-clothing td {
		width: 11%;
		padding: 5px;
		border: 1px solid #eee;

	}

	.sg-clothing .label, .sg-shoes .label {
		background: #f7f7f7;
		font-weight:700;

	}

	.sg-shoes td {
		width: 12.5%;
		padding: 5px;
		border: 1px solid #eee;
	}

	#size-guide .how-to-measure {
		border-top: 1px solid #ddd;
		padding: 45px 0 0 0;
		margin: 0 auto;
	}

	#size-guide .section {
		margin: 40px 0 0;
	}

	#size-guide .col {
		width: 46%;
		margin: 0;
	}

	#size-guide .col p {
		margin: 0 0 20px 0;
	}

	@media only screen and (max-width: 769px) {
		#size-guide .section-main {
			width: 80%;
		}

		#size-guide .how-to-measure {
			width: 80%;
		}

		#size-guide .col {
			width: 100%;
			margin: 0;
		}
	}

	@media only screen and (max-width: 540px) {
		#size-guide .section-main {
			width: 100%;
		}

		#size-guide .how-to-measure {
			width: 100%;
		}

		.password-recovery-form #email {
			width: 85%;
			padding: 10px;
		}

		.lost-password-submit {
			width: 90%;
			padding-left: 20px;
		}

		#productList .info-container .brand {
			line-height: 15px;
		}

		#productList .info-container .style {
			line-height: 15px;
			margin: 2px 0;
	}
	}

	@media only screen and (max-width: 421px) {
		#size-guide section {
			width: 100%;
		}

		#size-guide .how-to-measure {
			width: 100%;
		}
	}

/* Terms of Use */

	#terms-of-use section {
		margin: 40px 0 0 0;
	}

	#terms-of-use p {
		width: 60%;
		margin: 15px auto 20px;
		text-align: left;
	}

	#terms-of-use h2 {
		display:inline-block;
		margin: 0;
	}

	@media only screen and (max-width: 769px) {
		#terms-of-use p {
			width: 80%;
		}
	}

	@media only screen and (max-width: 421px) {
		#terms-of-use p {
			width: 100%;
		}
	}


	/* ------------------------------
	PRODUCT LIST NEW PAGE
	------------------------------ */

	.product-list {
		margin: 0 auto;
		width: 100%;
	}

	.product-list .col {
		text-align:center;
		padding: 0;
		margin: 0;
		display: table;
		-webkit-transition: background 0.55s;
	       -moz-transition: background 0.55s;
	        -ms-transition: background 0.55s;
	         -o-transition: background 0.55s;
	            transition: background 0.55s;
	}

	.product-list .product {
		display:table;
		margin: 0 -1px -1px 0;
		border-collapse:collapse;
		border: 1px solid #ddd;
		background: #fff;
		width: 20%;
		width: calc(1/5 * 100%);
		-moz-width: calc(1/5 * 100%);
		-webkit-width: calc(1/5 * 100%);
	}

	.product-list .product img {
		width: 92%;
		height: auto !important;
		margin: 4% 4% 5% 4%;
	}

	.product-list .feature {
		margin: 0 -1px -1px 0;
		display:table;
		border-collapse:collapse;
		border: 1px solid #ddd;
		float: left;
		width: 40%;
		width: calc(2/5 * 100%);
		-moz-width: calc(2/5 * 100%);
		-webkit-width: calc(2/5 * 100%);
	}

	.product-list .feature img {
		width: 96%;
		height: auto !important;
		margin: 2% 2% 1.5% 2%;
	}

	.product-list .product:hover {
		cursor: pointer;
		background: #e1e1e1;
		-webkit-transition: background 0.55s;
	       -moz-transition: background 0.55s;
	        -ms-transition: background 0.55s;
	         -o-transition: background 0.55s;
	            transition: background 0.55s;
	}

	.product-list .info-container {
		margin: 0 5% 5% 5%;
		display:inline-block;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.product-list .info-container .brand {
		font-weight: 400;
		text-transform:uppercase;
		letter-spacing:1px;

	}

	.product-list .info-container .price_org {
		text-decoration: line-through;
		color: #222;
	}

	.product-list .info-container .price_sale {
		color: red;
	}


	.product-list .info-container .out-of-stock {
		font-family: "MerriweatherItalic";
	}


/* Search */

.search-results {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	border-top: 1px solid #ddd;
	padding-top: 60px;
}


/********************
 USER ACCOUNT CUSTOM
********************/

/* global user styles */
.account-page-wrapper {
	margin: 0 auto 0 auto;
	border-top: 1px solid #ddd;
	padding: 25px 0 0 0 !important;
	position:relative;
}

.account-title {
	width: 100%;
	margin: 30px 0 50px 0;
}

.account-title h1 {
	font-family: 'Karla', Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
}

/* user-nav */

.myaccount_lnk_list {
	padding-left: 0;
	margin-top: 0;
	list-style: none;
}

.myaccount_lnk_list li {
	text-transform: uppercase;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 8px;
}

.myaccount_lnk_list a:hover {
	border-bottom: 1px solid #222;
}

.account-content {
	display: inline-block;
	width: 100%;
}

.account-page-spacer {
	display: inline-block;
	width:25%;
	float: left;
}

.account-message {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	padding-left: 13px;
}

.spacer {
	width: 100%;
	height: 20px;
}

.btn-az-standard {
	outline: none;
	border: none;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color: #bbb !important;
	background: none;
	text-align:left;
	padding: 0;
	margin: 5px 0 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
}

.btn-az-standard:hover {
	cursor: pointer;
	color: #222 !important;
}

.submit2 {
	text-align: right;
}

/******
 CART
******/

#shoppingCartWrapper {
	width: 700px;
	margin: 0 auto;
}

.cart-sub-header {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}

.cart_item {
	border: 1px solid #ddd;
	padding: 10px;
	padding-bottom: 6px;
	margin-top: -1px;
	position: relative;
}

.cart_product {
	display: inline-block;
	float: left;
	padding-right: 23px;
}

.clear {
	clear: both;
}

.cart_description {
	margin: 8px 10px 10px 20px;
	font-size: 12px;
}

.description-item {
	margin-bottom: 1px;
}

.cart_quantity {
	display: inline-block;
	float: left;
}

.cart_unit {
	display: inline-block;
	float: left;
}

.cart_total {
	display: inline-block;
	float: left;
}

.cart-total-text {
	width: 160px;
	display: inline-block;
	letter-spacing: 0.05em;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
}

.cart-total-text-container {
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 10px;
	font-size: 12px;
	color: #222;
}

.cart-attr-title {
	font-family: 'Karla', Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
}

.cart-field {
	font-family: 'Merriweather', Georgia, serif;
	font-size:11px;
	border:none;
	color: #222;
	padding: 5px;
	margin: 0 0 10px;
	outline: none;
	width: 300px;
	box-shadow: 0 0 0 1px #ddd inset;
		-moz-box-shadow: 0 0 0 1px #ddd inset;
		-ms-box-shadow: 0 0 0 1px #ddd inset;
		-o-box-shadow: 0 0 0 1px #ddd inset;
		-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

.cart-info-item {
	width: 110px;
	margin-top: 10px;
}

.cart_quantity_up {
	border: 1px solid #DDD;
	width: 5px;
	display: inline-block;
	float: left;
	width: 10px;
	text-align: center;
	height: 11px;
	line-height: 13px;
	margin-left: -1px;
	margin-right: 67px;
}

.cart_quantity_down {
	border: 1px solid #DDD;
	width: 5px;
	display: inline-block;
	float: left;
	width: 10px;
	text-align: center;
	height: 11px;
	line-height: 13px;
	margin-left: -1px;
	margin-top: -1px;
}

#voucher .title_block {
	padding: 0;
	margin: 16px 0 7px 0;
	font-size: 12px;
	text-align: left;
	font-family: 'Karla', Helvetica, sans-serif;
	letter-spacing: 0.02em;
}

#discount_name {
	width: 190px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 3px;
}

.btn-az-cart {
	outline: none;
	border: none;
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: white !important;
	background: #222;
	text-align:left;
	padding: 5px 8px 5px 9px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
}

.btn-az-cart:hover {
	cursor: pointer;
}

.right {
	float: right;
	height: 26px;
}

.left {
	float: left;
	padding: 5px 8px 4px 9px;
}


/* Cart Shipping */



.shipping-title {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	letter-spacing: 0.05em;
}

.cart-shipping-left {
	display: inline-block;
	width: 50%;
	margin-bottom: 40px;
}

.cart-shipping-right {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 40px;
}

.terms-of-service {
	clear: both;
	border: 1px solid #ddd;
	padding: 8px 8px 10px 8px;
	font-family: 'Karla', Helvetica, sans-serif;
}

.condition_title {
	font-size: 12px;
	letter-spacing: 0.04em;
}

.delivery-option {
	margin-bottom: 3px;
}

/* Hiding it on front page where should be shown */
#paymentPage .cart_quantity_up {
	display: none;
}

#paymentPage .cart_quantity_down {
	display: none;
}

#paymentPage .cart_quantity .cart_quantity_input {
	float: left;
	width: 10px;
	padding: 0;
	border: none;
	text-align: left;
	margin-top: 0;
	pointer-events: none;
}

#paymentPage .cart_delete {
	display: none;
}

/***********
 Cart block
***********/

#cart_block {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99999;
}

#cart_block .title_block {
	padding: 0;
	font-size: 11px;
	text-shadow: none;
	background: transparent;
	font-weight: normal;
	text-align: right;
	margin-bottom: 3px;
}

#cart_block .title_block a {
	color: #333;
	font-family: 'TradeGothic', Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.mini-cart-item {
	background: white;
}

.mini-cart-description {
	width: 380px;
	font-size: 11px;
	margin: 0;
	text-align: left;
}

.mini-cart-product {
padding-right: 13px;
}

.mini-cart-total-text-container {
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 10px;
	font-size: 11px;
	color: #222;
	background: white;
	text-align: left;
}

.mini-cart-total-text-container .cart-total-text {
	width: 100px;
}

.karla {
	font-family: "Karla", Helvetica, sans-serif;
}


#cart_block .title_block span {
	float: none !important;
	padding-left: 0 !important;
}

#cart_block .block_content {
	padding: 4px 0px 0px 8px !important;
}

#order #address_invoice_form .btn-az-standard {
	margin-left: 0px !important;
}

/* Promo header */

#promoContainer {
	text-align: center;
}

#azaleaPromo {
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.02em;
	height: 30px;
	width: 100%;
	background: #f7f7f7;
	text-transform: uppercase;
	padding: 0 25px;
	line-height: 30px;
	opacity: 0.75;
	margin: -25px 0 0 -25px;
}

#azaleaPromoMobile {
	font-family: "TradeGothicBold", Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.02em;
	height: 30px;
	width: 100%;
	background: #f7f7f7;
	text-transform: uppercase;
	padding: 0 25px;
	line-height: 30px;
	margin: 0 0 0 -25px;
	opacity: 0.75;
	display: none;
}

.hidePromo {
	float: right;
	cursor: pointer;
}

/* Random stuff for responsive */

.account-title-responsive {
	display: none;
	margin: 30px 0 35px 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}

.detail-button-responsive {
	width: 100%;
	padding: 12px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.07em;
	font-family: "Karla", Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	display: none;
}

/* Blockcart new item */

#tmpProduct {
	display: none;
}

#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	background: none !important;
}


/* FirstData overrides */

#shoppingCartWrapper #firstdata_form label {
	text-transform: capitalize;
	font-family: "Karla", Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1px;
}

#firstdataFrame .field {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 11px;
	border: none !important;
	color: #222;
	padding: 5px 5px 4px 5px !important;
	margin: 0 0 10px !important;
	outline: none;
	width: 100%;
	box-shadow: 0 0 0 1px #ddd inset;
	-moz-box-shadow: 0 0 0 1px #ddd inset;
	-ms-box-shadow: 0 0 0 1px #ddd inset;
	-o-box-shadow: 0 0 0 1px #ddd inset;
	-webkit-box-shadow: 0 0 0 1px #ddd inset;
}

.half-block-left {
	width: 46.5%;
	padding-right: 3.5%;
	display: inline-block;
	float: left;
	clear: left;
}

.half-block-right {
	width: 46.5%;
	padding-left: 3.5%;
	display: inline-block;
	float: right;
	clear: right;
}

#firstdata_submit {
	background: #222 !important;
	right: 0 !important;
	bottom: -81px !important;
}

#firstdataFrame input#firstdata_card_code {
	padding: 4px 5px 5px 5px !important;
	margin-top: -1px !important;
}

#securityInfo {
	border: 1px solid #ddd;
	width: 230px;
	position: absolute;
	background: white;
	padding: 10px;
	right: -40px;
	top: 0;
	display: none;
}

.card-display {
	width: 97%;
	border: 1px solid #ddd;
	height: 125px;
	margin: 10px auto;
	border-radius: 3px;
	font-family: "Karla", Helvetica, sans-serif;
}

.black-bar {
	width: 100%;
	height: 22px;
	margin: 12px 0 10px 0;
	background: #ddd;
}

.card-number {
	width: 88%;
	height: 33px;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 5px;
	text-align: right;
	color: #ddd;
}

.card-number-amex {
	color: #ddd;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.03em;
}

.info-title {
	font-family: "Karla", Helvetica, sans-serif;
	font-size: 12px;
}

.security-highlight {
	margin-top: 50px;
	width: 88%;
	margin: 46px auto 2px auto;
	text-align: right;
}

h3.stripe_title {
	font-weight: 400;
	font-size: 12px;
}

.unavailable {
	text-align:center;
	font-size:14px;
	margin-top:20px;
	display: none;
}

@media only screen and (max-width: 480px) {
	.cart_quantity_down {
		height: 10px;
	}

	.half-block-left {
		width: 100%;
		padding-right: none;
		display: inline-block;
	}

	.half-block-right {
		width: 100%;
		padding-left: none;
		display: inline-block;
		margin-top: 0 !important;
	}

	#firstdata_submit {
		bottom: -146px !important;
	}

	#firstdataFrame .field {
		padding: 8px 5px 8px 5px !important;
		font-size: 12px !important;
	}

	#firstdataFrame input#firstdata_card_code {
		padding: 8px 5px 8px 5px !important;
		margin-top: 0px !important;
	}
}

/* 404 page */

#fourOhFour {
	font-size: 30px;
	font-family: "KarlaBold", Helvetica, sans-serif;
	text-align: center;
	line-height: 455px;
	border-top: 1px solid #ddd;
}

/* color pick expand */



/* color not available */

li.colorNotAvailable {
	pointer-events: none !important;
	display: none !important;
}

li.colorNotAvailable a {
	pointer-events: none !important;
	background: none !important;
	color: #D2D2D2 !important
}

/* universal not available */

.not-available {
	pointer-events: none !important;
	color: #D2D2D2 !important;
	display: none !important;
}

#outOfStock {
	font-family: "Karla";
	font-size: 14px;
	letter-spacing: 1px;
	margin: 12px 0;
}

#store-policy .col h2 a {
	font-family: "Karla";
}

/* payment confirmation */

#order-confirmation #contentWrapper {
	border-top: 1px solid #ddd;
}

.payment-title {
	font-family: "KarlaBold";
	font-size: 22px;
	text-align: center;
	margin-top: 60px;
}

.payment-text a {
	text-decoration: underline;
}
.payment-text {
	text-align: center;
	margin: 50px 0 40px;
	font-size: 12px;
	line-height: 36px;
}

a.btn-az-cart.payment-button {
	padding: 8px 7px 8px 9px;
}

.sub-sub-menu-container.WOMEN .sorting-menu {
  display: none;
}

.sub-sub-menu-container.WOMEN {
	margin: -2px 0 17px -1px;
}

.sub-sub-menu-container.WOMEN .sub-sub-menu {
	display: none;
}

.sub-sub-menu-container.MEN .sorting-menu {
  display: none;
}

.sub-sub-menu-container.MEN {
	margin: -2px 0 17px -1px;
}

.sub-sub-menu-container.MEN .sub-sub-menu {
	display: none;
}

.paypal-error {
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	padding-top: 50px;
}

.gender-wrapper input {
		width: initial !important;
		box-shadow: none !important;
		box-shadow: none !important;
		-ms-transform: scale(2);
		-moz-transform: scale(2);
		-webkit-transform: scale(2);
		-o-transform: scale(2);
		padding: 10px !important;
		margin: 10px !important;
}

.gender-wrapper {
	margin-bottom: 25px !important;
	font-family: "Karla";
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.select-gender {
margin-bottom: 8px;
}

.collection-img {
max-width: 100%;
}
.collection-header {
text-align: center;
padding-bottom: 12px;
}
/*1001010111001101010101010111110001
1																	 1
1						MEDIA QUERIES          1
1																	 1
101100111010000110101010111000110010*/

/* General styles */

@media only screen and (max-width: 900px) and (min-width : 770px)  {
	.sg-shoes td {
		padding: 5px 0px 5px 5px;
	}
}

@media only screen and (max-width: 969px) {

	body {
		margin: 0px 15px 25px 15px !important;
		overflow-x: hidden;
	}

}

/* Shopping cart */

@media only screen and (max-width: 969px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}

	/* page specific mobile cart styles */

	#shoppingCartWrapper {
		width: 100%;
	}

	#contentWrapper .step li {
		margin: 12px 0 16px 0;
	}

	#contentWrapper .cart-info-item {
		width: 20%;
	}

	#contentWrapper .cart_quantity_up {
  	margin-right: 10%;
  }

  .last-cart-info {
		width: 10% !important;
	}

	#discount_name {
		width: 98%;
		width: calc(100% - 20px);
		padding: 10px;
		font-size: 13px;
		margin-bottom: 5px;
	}

	#shoppingCartWrapper #ordermsg .textarea textarea {
		width: 96%;
		padding: 2%;
	}

	/* account pages */

	#accountPageLeft {
		text-align: center !important;
		width: 100% !important;
	}

	#accountPageRight {
		width: 100% !important;
	}

	.account-title-responsive {
		display: inherit !important;
	}

	.account-title {
		display: none !important;
	}

	.myaccount_lnk_list {
		list-style-type: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 6px;
	}

	#contentWrapper .account-page-wrapper {
		padding: 16px 0 0 0 !important;
		margin-top: 0;
	}

	#azForm form .field {
		font-size: 12px;
		padding: 10px;
		width: 97%;
		width: calc(100% - 20px);
	}

	#azForm form {
		width: inherit;
	}

	.addressSelectIcon {
		margin-top: -34px;
		right: 10px;
		width: 13px;
	}

	.selectStylingWrapper select {
		padding: 10px;
	}

	#azaleaPromo {
		display: none;
	}

	#azaleaPromoMobile {
		display: inherit;
	}

	#prices-drop .sub-sub-menu {
		display: none !important;
	}

	/* mobile spacing fixes */
	#index .menu-container, #manufacturer .menu-container,
	#prices-drop .menu-container, #my-account .menu-container,
	#history .menu-container, #order-slip .menu-container,
	#addresses .menu-container, #identity .menu-container,
	#order .menu-container, #pagenotfound .menu-container,
	#authentication .menu-container {
		margin-bottom: 15px;
	}

	.brands {
		margin: 0 0 0 0;
	}

	#login {
		margin: 0;
	}

	.sub-sub-menu-brands {
		display: none !important;
	}

}

/* stacked tables for order details */
@media only screen and (max-width: 580px) {

	#popupBlockContent {
		width: 75% !important;
	}

	.sorting-menu {
		width: 97.5%;
	}
	/* Force table to not be like tables anymore */
		#order-list table, #order-list thead,
		#order-list tbody, #order-list th,
		#order-list td, #order-list tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#order-list thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#order-list tr {
			margin-bottom: 25px;
		}

		#order-list {
			border: none !important;
		}

		#order-list td {
			border: 1px solid #ddd !important;
			margin-top: -1px;
		}

		#order-list td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding: 5px 5px 5px 160px !important;
			background: #f7f7f7;
		}

		#order-list td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		.detail-button-responsive {
			display: inherit !important;
		}

		.detail-button {
			display: none !important;
		}

		/*
		Label the data
		*/
		#order-list td:nth-of-type(1):before {
			content: "Order Reference";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(2):before {
			content: "Date";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(3):before {
			content: "Total Price";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(4):before {
			content: "Payment";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(5):before {
			content: "Status";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(6):before {
			content: "Invoice";
			font-family: "KarlaBold";
		}
		#order-list td:nth-of-type(7) {
			width: 27%;
			padding-left: 10px !important;
			float: right;
			margin-top: -29px;
		}
}

@media only screen and (max-width: 540px) {



	#contentWrapper .step li {
		padding: 9px 4px 6px;
	}

	.cart_product a img {
		width: 120px !important;
	}

	#contentWrapper .cart_product {
		padding-right: 14px;
	}

	#shoppingCartWrapper #address_delivery {
		width: 100% !important;
	}

	#shoppingCartWrapper .cart-shipping-left {
		width: 100%;
	}

	#accountPageRight ul.address {
		width: 50% !important;
	}
}

@media only screen and (max-width: 480px) {
	#contentWrapper .step li {
	  display: block !important;
		margin: 0;
	}

	#order_step {
		padding: 10px 0 !important;
	}

	#contentWrapper .cart-info-item {
		font-size: 10px;
	}

	#contentWrapper .left {
		display: block;
		width: 96%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 13px;
		padding: 10px 2%;
		float: none;
	}

	#contentWrapper .right {
		display: block;
		width: 96%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 13px;
		padding: 10px 2% !important;
		float: none;
		height: inherit;
	}

	input.btn-az-cart.right {
		width: 100% !important;
		height: 37px;
	}


}


@media only screen and (max-width: 400px) {
	.cart_product a img {
		width: 90px !important;
	}

	.first-info-item {
		clear: left;
	}
	#contentWrapper .cart-info-item {
		width: 33%;
	}

	.sg-shoes td {
		width: 12.5%;
		padding: 5px 2px;
		border: 1px solid #eee;
	}
	.cart-total-text {
		width: 32.5%;
	}

	.cart-total-text-container {
		font-size: 11px;
	}
	#total_price_without_tax {
		margin-left: -2px;
	}
}



/* sub-sub-category fixes */

@media only screen and (max-width: 1300px) and (min-width : 969px){
	.Accessories .sorting-menu {
		position: initial !important;
		margin: 7px auto 20px!important;
	}

	.Accessories #showAll {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}

	.Accessories.sub-sub-menu-container li {
 		float: none!important;
 	}

 	.sub-sub-menu-container.Accessories {
		width: 55%;
		margin: 0 auto;
	}
	.Accessories .sorting-menu .drop-down ul {
		left: inherit;
		top: 44px;
		margin-left: -6px;
	}
}

@media only screen and (max-width: 1100px) and (min-width : 969px){
	#prices-drop .sorting-menu {
		position: initial !important;
		margin: 7px auto 20px!important;
	}

	#prices-drop #showAll {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}

	#prices-drop .sub-sub-menu-container li {
 		float: none!important;
 	}

 	#prices-drop .sub-sub-menu-container {
		width: 55%;
		margin: 0 auto;
	}

	#prices-drop .sorting-menu .drop-down ul {
		left: inherit;
		top: 44px;
		margin-left: -6px;
	}
}

#cartTerms {
	color: #999;
	font-size: 10px;
}

.returns-basics {
	width: 50%;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Karla';
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("http://media.azaleasf.com/images/wsload.gif"); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* NEW CMS CSS */


#policy {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	max-width: 1440px;
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	margin: 0 auto;
	display: inline-block;
}

#policy h1 {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom:35px;
	margin-top: 14px;
}

#policy h2 {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 19px;
	text-transform: none;
	letter-spacing: 0;
}

#policy .pol-nav {
	width: 19%;
	margin-right: 1%;
	float: left;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 22px;
	position:absolute;
	margin-top:32px;
}

#policy .pol-nav h1 {
	margin-bottom:28px;
}

#policy .pol-nav a, #policy .pol-nav a:visited {
	color: #222;
	text-decoration:none;
}

#policy .pol-nav a:hover {
	color: #999;
}

#policy .content {
	width: 59%;
	margin-left: 20%;
	float: left;
	margin-top:5px;
}

#policy .content a, #policy .content a:visited  {
	text-decoration: underline;
	color: #222;
}

#policy .content a:hover {
	color: #999;
}

#policy ul {
	list-style:none;
}

#policy li {
	border-bottom: 1px solid #dddddd;
	padding: 20px 0 20px 0;
}

#policy li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom:40px;
}

#policy li ul {
	list-style:circle;
}

#policy li ul li {
	border-bottom:none;
	padding: 0;
}

#policy li ul li:last-child {
	margin-bottom:15px;
}

@media only screen and (max-width: 850px) {
	#policy ul {
		padding-left: 0;
	}

	#policy .pol-nav, #policy .content {
		float: none;
		width:100%;
	}

	#policy .pol-nav {
		position:relative !important;
		margin: 0 0 30px;

	}

	#policy .content {
		margin: 0;
	}

}

/* User popup */

.popupBlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	z-index: 999999;
	display: none;
}

.popupBlockContent {
	width: 440px;
	margin: 0 auto;
	margin-top: 20%;
	background: white;
	padding: 2px 30px 30px 30px;
}

#popupLogin .radio {
	display: none;
}

#popupLogin input {
	height: 20px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 25px;
}

#popupLogin #referralContainer {
	display: none;
}

#popupLogin #newsletter {
	display: none;
}

#popupLogin .news-label {
	display: none !important;
}

#popupLogin #popupBlockContent {
	margin-top: 10%;
}

#popupLogin .popup-title {
	margin: 35px 0 36px 0;
}

#popupLogin .acct-title {
	display: none;
}

#popupLogin label {
	display: none;
}

#popupLogin #customer_firstname {
	display: inline-block;
	width: 178px;
	float: left;
}

#customer_lastname {
display: inline-block;
width: 178px;
float: right;
}

#popupLogin #email {
	width: calc(100% - 20px);
}

#popupLogin #passwd {
	width: calc(100% - 20px);
}

#popupLogin #first-title {
	display: inline-block;
	width: 228px;
}

#popupLogin .switch-login {
	width: 100%;
	border: none;
	background: #222;
	color: white;
	font-size: 14px;
	height: 45px;
	font-family: "Merriweather", Georgia, serif;
	outline: none;
	cursor: pointer;
}

#popupLogin .mailing-list {
	font-family: "Karla";
	color: #999;
	padding-bottom: 13px;
}

#popupLogin #forgotPassword {
	display: none;
}

#popupLogin #existingCustomerForm #passwd {
	margin-bottom: 0;
}

#popupLogin #existingCustomerForm input.btn-login-submit {
	margin-bottom: 30px;
}

#popupLogin input.btn-login-submit {
	width: 100%;
	background: white;
	border: 3px solid black;
	height: 50px;
	font-family: "KarlaBold";
	font-size: 22px;
	letter-spacing: 0.03em;
	outline: none;
	margin-bottom: 8px;
	margin-top:30px;
	cursor: pointer;
}

#popupLogin input.btn-login-submit:hover {
	color: white;
	background: black;
}

#popupLogin .login-title {
	font-family: "Karla";
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 5px;
	clear: both;
}

#friendTemplate {
	display: none;
}

.underline {
	text-decoration: underline;
}

/* give/get styling */
#giveGetWrapper {
	text-align: center;
	border-top: 1px solid #ddd;
}

.main-title {
	font-family: "KarlaBold";
	font-size: 56px;
	margin-top: 80px;
	margin-bottom: 26px;
	line-height: 40px;
	letter-spacing: 0.03em;
}

.sub-title {
	font-size: 20px;
	margin-bottom: 60px;
}

.step-wrapper {
	margin-bottom: 35px
}

.step-num {
	font-family: "KarlaBold";
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 6px;
}

.step-info {
	font-size: 14px;
}

.popup-login {
	border: 3px solid black;
	border-radius: 0;
	background: white;
	padding: 10px 42px;
	font-size: 22px;
	margin: 20px 0;
	font-family: "KarlaBold";
	letter-spacing: 0.03em;
	outline: none;
	cursor: pointer;
}

.popup-login:hover {
	color: white;
	background: black;
}

.terms-conditions {
	font-family: "Karla";
	text-decoration: underline;
}

.refer-email input {
	width: 495px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

#customMsg {
	width: 495px;
	border: 1px solid #ddd;
	padding: 10px;
	height: 100px;
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 5px;
}

#addMore {
	width: 515px;
	margin: 0 auto;
	text-align: right;
	font-family: "KarlaBold";
	font-size: 16px;
}

.ref-info {
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.italic {
	font-style: italic;
}

#redeem {
	padding-bottom: 13px;
}

.reminder-txt {
	margin: -8px 0 25px 0;
	font-size: 14px;
}

.remind-wrap {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	text-align: right;
	font-size: 14px;
}

span.remind-email {
	float: left;
}

span.remind-checkbox {
	float: left;
	padding-right: 8px;
}

.remind-invite {
	font-family: "Karla";
	display: inline-block;
	font-size: 12px;
}

.give-get-button {
	width: 100%;
	background: white;
	border: 3px solid black;
	height: 50px;
	font-family: "KarlaBold";
	font-size: 22px;
	letter-spacing: 0.03em;
	outline: none;
	margin-bottom: 8px;
	margin-top: 30px;
	cursor: pointer;
}

.give-get-button:hover {
	color: white;
	background: black;
}

.stat-title {
	font-size: 14px;
	margin-bottom: 20px;
}

#redeemInBox {
	margin-top: 26px;
	font-size: 14px;
	cursor: pointer;
}

#coupons .popup-content {
	font-size: 14px;
}

.popup-error {
	font-family: "Karla";
	color: red;
	margin-top: -35px;
	margin-bottom: 15px;
}

#remindScroll {
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.tctitle {
	margin: 30px 0 5px 0;
	text-align: left;
	font-family: "KarlaBold";
	font-size: 16px;
}

.tccontent {
	text-align: left;
}

#termsConditions {
	text-align: left;
}

#prices-drop .not-sale {
  display: none !important;
}

/* holiday shipping */

#holidayShipping .popupBlockContent {
	margin-top: 5%;
	height: 600px;
	width: 500px;
	overflow-y: scroll;
	font-family: "Karla";
	text-align: left;
}

table.shipping-table {
	font-size: 13px;
	width: 100%;
	text-align: left;
}

#footer #holidayShipping .popup-copy {
font-size: 18px;
}

span.shipping-free {
	background-color: lightcoral;
}

#holidayShipping .shipping-title {
	font-family: 'Karla', Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	letter-spacing: 0.05em;
}

#holidayShipping .shipping-title {
font-family: 'Karla', Helvetica, sans-serif;
font-size: 16px;
margin-bottom: 12px;
margin-top: 18px;
letter-spacing: 0.05em;
background: lightyellow;
}

#holidayShipping tr.shipping-header-row td {
	padding-bottom: 7px;
}

.showHoliday {
	cursor: pointer;
}


@media only screen and (max-width: 540px) {
	#holidayShipping .popupBlockContent {
		margin-top: 5%;
		height: 500px;
		width: 90%;
	}

}
.lystFlatRate {
	display: none;
}
#category #productList {
	display: none;
}
.shipping-info th, .shipping-info td {
	padding-right: 20px;
}
.shipping-info th {
  font-weight: bold;
}
.manf-link {
  border-bottom: none !important;
  font-size: 12px !important;
  display: inline-block !important;
}
.manf-view-link {
  font-size: 12px !important;
  border-bottom: none !important;
  margin: 0 !important;
}
.manf-view-link:hover {
	text-decoration: underline;
}
.continue-buttons {
  text-align: center;
  margin-top: 145px;
}
.fancybox-lock .fancybox-overlay {
  z-index: 999999;
}
.size-select-filter {
	background: white;
  border: 1px solid #333;
  width: 42px;
  height: 40px;
  font-family: Karla;
  font-size: 14px;
  margin-left: -4px;
	cursor: pointer;
	outline: none;
}

.size-select-filter:hover, .size-filter:hover, .size-clear:hover {
  background: #333;
  color: white;
}

.size-select-active {
  background: #333;
  color: white;
}
.size-filter {
  background: white;
  border: 1px solid #333;
  width: 80px;
  height: 40px;
  font-family: Karla;
  font-size: 14px;
	outline: none;
	cursor: pointer;
  margin-top: 8px;
	margin-right: 6px;
}
.size-clear {
  background: white;
  border: 1px solid #333;
  width: 80px;
  height: 40px;
  font-family: Karla;
  font-size: 14px;
	outline: none;
	cursor: pointer;
  margin-top: 8px;
}
.size-spacer {
  width: 1px;
  display: inline-block;
}
.size-filter-title {
  font-family: Karla;
  font-size: 13px;
  margin: 8px 0 4px 0;
}
.size-filter-wrap {
	display: inline-block;
	padding: 2px 5px 5px 5px;
	border: 1px solid #ddd;
	background: white;
	width: 125px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	margin-top: -4px;
  margin-left: -1px;
}
.size-filter-open {
	width: initial;
	height: initial;
	padding: 10px;
}
#sizeFilterOpen {
	background: url('http://azaleasf.com/themes/azalea/img/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: right 5px;
	margin: 0;
	cursor: pointer;
	color: #999;
	float: none !important;
  display: inline-block;
	width: 125px;
  font-family: Karla;
	letter-spacing: 0.03em;
  margin-top: -4px;
}
#sizeFilterClose {
	position: absolute;
	right: 14px;
	font-family: Karla;
	font-size: 14px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #ddd;
	border-radius: 10px;
	display: none;
	cursor: pointer;
}
.size-filter-actions {
	float: right;
}
@media only screen and (max-width: 969px) {
	#sizeFilterOpen {
		width: 100%;
		background: none;
    color: #222;
    font-size: 12px;
    padding: 0 4px;
	}
	.size-filter-wrap {
		width: calc(100% - 10px);
    margin-bottom: -8px;
    margin-top: 10px;
		position: relative;
		padding: 10px 0px 10px 10px;
	}
	.size-filter-open {
    text-align: center;
	}
	.size-filter-actions {
		float: none;
    margin: 14px 0;
	}
	.size-clear {
    margin-right: 14px;
	}
	.size-arrow-hide {
		display: none;
	}

	.lkbk-header {
		display: inherit !important;
	}
}
.lkbk-header {
    text-align: center;
    font-size: 16px;
    font-family: Karla;
    line-height: 30px;
		display: none;
}
.lookbook-arrow-down {
	width: 0;
	height: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	z-index: 99999;
	display: inline-block;
	cursor: pointer;
	margin-left: 3px;
}
.other-lookbooks {
	text-decoration: underline;
	cursor: pointer;
}
.season-title {
    font-weight: bold;
}
.other-lkbk-link:hover {
	text-decoration: underline;
}
.other-lookbook-items {
	display: none;
}
/*.more-colors {
    position: absolute;
    z-index: 999;
    bottom: 2px;
    right: 0;
    font-family: Karla;
    font-size: 12px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 2px 5px;
}*/

.more-colors {
    position: absolute;
    z-index: 999;
    bottom: 19px;
    right: calc(4% + 3px);
    font-family: KarlaBold;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 4px 8px;
}
.custom-page-header {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px 0;
    padding: 20px;
}
.image-wrap {
	position: relative;
}
/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block .title_block, #header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 10;
	display:none;
	position: absolute;
	right: 0;
	top: 65px;
	height: auto;
	width: 200px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 0 #C6C6C6;
	background:#eee
}
#cart_block.cart_block_hover {display:block}
#cart_block .title_block  span, #header  #cart_block h4 {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {padding:8px 8px 16px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	padding-right:2px;
	min-width:18px;
	vertical-align: top;
}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link, #cart_block .deleteCustomizableProduct {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	display:inline-block;
	height:12px;
	width:12px;
	background: url(modules/blockcart/img/icon/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right
}

#cart_block #cart_block_list dl {
	padding-bottom:10px
}
#cart_block #cart_block_list dt {padding:4px 0}
#cart_block #cart_block_list dt a {font-weight:bold; display: inline-block; max-width: 95px}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:10px 4px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #999
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px
}
#cart_block #cart-buttons  #button_order_cart span {
	position:absolute;
	top:-1px;
	left:-12px;
	display:block;
	height:26px;
	width:26px;
	background:url(modules/blockcart/img/icon/pict_add_cart.png) no-repeat 0 0
}
#cart_block table#vouchers {
	clear: both;
	width:100%
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{
	margin-right:5px;
	min-width:18px
}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

/* Block editorial */
.editorial_block { margin-bottom: 2em }
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block h1 {
	margin:40px 0 10px 0;
	padding: 0;
	background: none;
}
.editorial_block h2 {
	padding:0 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	text-transform: none;
	background: none;
}
#editorial_block_center p { padding-left: 0 }
#editorial_block_center .rte p {color:#666 }

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

#module-mailalerts-mailalerts-account #left_column {display:none}
#module-mailalerts-mailalerts-account #center_column {width:757px}

#mailalerts_block_account .mailalert {
	position:relative;
   margin-bottom: 14px;
   padding: 12px 8px;
	border: 1px solid #eee;
   border-radius: 3px 3px 3px 3px;
}

.mailalert a.product_img_link {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
}

.mailalert h3 {
    color: #000000;
    font-size: 13px;
    padding: 0 0 10px;
}

.mailalert  p.product_desc {
    line-height: 16px;
    overflow: hidden;
    padding: 0;
}

.mailalert .remove {
	position:absolute;
	top:10px;
	right:10px
}
.mailalert .remove .icon {cursor:pointer}


/* lnk fiche produit */

#usefull_link_block li#mailalerts_block_extra_remove {
	padding-left:20px;
	background:url(modules/mailalerts/img/del_alert.gif) no-repeat 0 0;
	cursor: pointer;
}/* General styles */

nav {
	font-family: 'Karla', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
	margin: 0;
}

nav ul {
	list-style: none;
}

#menu li a:hover, #menu li.selected a {
	border-bottom: 1px solid #222;
}



.group {
	zoom: 1;
}

/* Top Menu */

.menu-container {
	display: inline-block;
	padding: 0;
	margin: 2px 0 0 0;
}

.menu-container li {
	list-style: none;
	float: left;
}

#menu li:hover {
	border-bottom: 1px solid;
	margin-top: -1px !important;
	height: 16px;
}

.menu-container a li {
	color: #222;
	font-size: 12px;
	margin: 0 12px;
}

#menu {
	padding: 0;
}

#menu li {
	margin-top: -1px;
}

/* User Links */

#userLinks {
	font-family: 'TradeGothic', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:absolute;
	top: 8px;
	right: 52px;
	color: #999;
	text-align: right;
	-webkit-font-smoothing: subpixel-antialiased;
}

#userLinks a {
	color: #333;
}

#userLinks a:hover {
	color: #222;
}

/* email footer styles */
#emailFail {
	text-transform: none;
	letter-spacing: 0;
	display: none;
}

#emailSuccess {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(100,100,100, 0.3);
	z-index: 999999;
	display: none;
}

#emailSuccessContent {
	width: 40%;
	margin: 0 auto;
	margin-top: 20%;
	background: white;
	max-width: 420px;
	padding: 2px 55px 55px 55px;
}

.email-title {
	font-family: "KarlaBold";
	font-size: 21px;
	width: 100%;
	text-align: center;
}

.emial-content {
	width: 100%;
	text-align: center;
	margin-top: 5%;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.hide-email {
	width: 100%;
	width: calc(100% + 51px);
	display: inline-block;
	text-align: right;
	font-family: "Karla";
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	padding-bottom: 36px;
	color: #666;
}


#popupBlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	z-index: 999999;
	display: none;
}

#popupBlockContent {
	width: 440px;
	margin: 0 auto;
	margin-top: 10%;
	background: white;
	padding: 2px 30px 30px 30px;
}

.popup-title {
	font-family: "KarlaBold";
	letter-spacing: 0.03em;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
	color: #333;
}

#footer .popup-title {
	font-size: 42px;
	line-height: 40px;
}

.popup-content {
	width: 100%;
	text-align: center;
	margin-top: 33px;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.hide-popup {
	width: calc(100% + 23px);
	display: inline-block;
	text-align: right;
	font-family: "Karla";
	padding-top: 2px;
	font-size: 16px;
	cursor: pointer;
	color: #999;
}

.popup-copy {
	margin-bottom: 32px;
	font-family: "Karla";
	font-size: 18px;
	line-height: 24px;
	color: #444;
}

#footer .popup-copy {
	font-size: 20px;
}

#emailLabel {
	margin-bottom: 10px !important;
	font-family: "Karla";
	color: #333;
	font-size: 14px;
	display: inline-block;
}

#footer #emailPopupInput {
	width: calc(100% - 2px);
	padding: 0;
	height: 45px;
	margin-bottom: 20px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-family: "KarlaBold";
	border: 1px solid #ddd;
	box-shadow: none !important;
}

input#popupSubmit {
	width: 100% !important;
	background: #86D7E9;
	color: white !important;
	font-family: "KarlaBold" !important;
	height: 45px !important;
	font-size: 22px !important;
	letter-spacing: 0.03em;
	border: none;
	cursor: pointer;
}

.popup-button {
	width: calc(100% - 2px) !important;
	background: #333;
	color: white !important;
	font-family: "Karla" !important;
	height: 45px !important;
	font-size: 20px !important;
	letter-spacing: 0.03em;
	border: none;
	display: none;
	cursor: pointer;
}


@media only screen and (max-width: 969px) {

	#userLinks {
		width: 100%;
		text-align:left;
		position: relative;
	}

	#userLinks .login {
		float: left;
	}

	#userLinks .shopping-bag {
		float: right;
	}

	#userLinks, #userLinks a, #userLinks a:visited {
	color: #222;
	}

	#menu .selected {
		color: #ABABAB;
	}

}

/* Search */

#searchForm {
	position:absolute;
	left: 0;
	top: 0;
}

#searchForm form input {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 10px;
	outline: none;
	border: none;
	color: #999;
	width: 125px;
	box-shadow: 0 0 0 1px #ddd inset;
		-moz-box-shadow: 0 0 0 1px #ddd inset;
		-ms-box-shadow: 0 0 0 1px #ddd inset;
		-o-box-shadow: 0 0 0 1px #ddd inset;
		-webkit-box-shadow: 0 0 0 1px #ddd inset;
	padding: 5px 5px 4px;
}


/* Sub Menu */

.sub-menu-container {
	background: #222;
	padding: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	display: none;
	position: relative;
}

#menuFiller {
	height: 49px;
	display: block;
}

.sub-menu-container ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 11px;
	margin-top: 16px;
}

.sub-menu-container li {
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
}



.sub-menu-container a {
	font-size: 11px;
	color: #fff;
	padding: 0;
	background: none;
	margin: 0 10px;
	display: inline-block;
}

.sub-menu-container li.selected a {
	text-decoration: underline;
}

/* Sub Sub Menu */

.sub-sub-menu-container {
	position: relative;
	z-index: 1000;
	text-align: center;
	margin: 0px 0 10px -1px;
	padding: 0;
	font-family: 'Karla', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.sub-sub-menu-container ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-sub-menu-container li {
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-top: -1px;
}

.sub-sub-menu-container a {
	font-size: 11px;
	color: #222 !important;
	padding: 0;
	margin: 0 12px;
	background: none;
}


.sub-sub-menu-container a:hover {
	border-bottom: 1px solid;
	margin-bottom: -1px !important;
}



/* MOBILE NAVIGATION */
#mobileNavSelect {
	position: absolute;
	top: 29px;
	left: 15px;
	z-index: 99999;
	display: none;
	cursor: pointer;
}

#mobileNavCart {
	position: absolute;
	top: 23px;
	right: 15px;
	z-index: 99999;
	display: none;
	cursor: pointer;
}

#searchFormMobile #searchbox {
	width: 100%;
}

#mobileSearchField {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 12px;
	border: none;
	color: #aaa;
	padding: 12px 1.5% 12px 10px;
	margin: 0 5%;
	outline: none;
	width: 87%;
	display: none;
}

div#selectedItem {
	background: #222;
	color: white;
	height: 50px;
	text-align: left;
	line-height: 50px;
	padding-left: 29px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	display: none;
	cursor: pointer;
}

#subMenuToggleArrow {
	right: 34px;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	position: absolute;
	z-index: 99999;
	right: 40px;
	margin-top: -29px;
	cursor: pointer;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
	position: absolute;
	z-index: 99999;
	right: 40px;
	margin-top: -29px;
	cursor: pointer;
}
.responsive-menu-item {
	display: none;
}

#subSubMenuSelect {
	background: #222;
	color: white;
	height: 50px;
	text-align: left;
	line-height: 50px;
	padding-left: 40px;
	padding-right: 10px;
	margin-left: -25px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	display: none;
	margin-top: 2px;
	cursor: pointer;
}

#subSubMenuToggleArrow {
	right: 15px;
}
.sub-menu-wrapper {
	font-family: 'TradeGothicBold', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
	margin: 0;
}
#searchSubmit {
  font-size: 16px;
  border: none !important;
  color: #333;
  padding: 12px 1.5% 12px 10px;
  margin: 14px 5%;
  outline: none;
  width: 87%;
}

@media only screen and (min-width: 970px) {
	#selectedItem {
		display: none !important;
	}
	#subSubMenuContent {
		display: block !important;
	}
	.menu-container a li {
		display: inline-block !important;
	}
	body li.responsive-menu-item {
		display: none !important;
	}
	.sub-menu-container li:hover {
		border-bottom: 1px solid;
		height: 16px;
	}
	.selected {
		border-bottom: 1px solid;
		margin-top: -1px !important;
	margin-bottom: 0 !important;
		height: 16px;
	}

	.sub-sub-menu-container .selected {
		border-bottom: none;
		margin-top: none;
		height: inherit;
	}

	.sub-sub-menu-container li {
		border-bottom: 1px solid white;
	}

	.sub-sub-menu-container .selected a {
		border-bottom: 1px solid;
		margin-bottom: -1px !important;
	}

	#showAll.selected {
		border-bottom: none;
		margin-bottom: none;
	}

	#showAll.selected a {
		border-bottom: 1px solid;
		margin-bottom: -1px !important;
	}

	nav {
		display: inherit !important;
	}
	#searchboxNewMobile {
		display: none;
	}
	.mobile-account {
		display: none !important;
	}
	#mobileSubNav {
		display:none !important;
	}
}

@media only screen and (max-width: 969px) {
	.mobile-account {
		display: block;
	}
	#searchboxNewMobile {
		display: block;
	}

	#searchHeader {
		display: none;
	}
	li.nav-item {
	  display: block;
	  width: 100%;
	  padding: 0 !important;
	  background: #f7f7f7;
	  border-bottom: 1px solid #ddd;
	}
	ul.nav-list {
	  width: 100%;
	}
	.nav-top-header {
	  padding: 0 !important;
	  border-bottom: 0 !important;
	  width: 100%;
	}
	.nav-top-header a {
	  width: 100%;
	  display: inline-block;
	  padding: 14px 0;
	}
	#headerLinks {
		display: none;
	}

	.responsive-menu-item {
		display: block !important;
	}

	nav {
		display: none;
		width: 110%;
		margin-left: -5%;
	}

	.sub-menu-wrapper {
		margin: 0 -15px;
		margin-bottom: 3px;
	}

	#product .sub-menu-wrapper {
		margin-bottom: 15px;
	}

	.sub-menu .selected {
		color: #ABABAB;
	}

	header {
		margin: 0 auto 0px auto !important;
	}

	#headerContent {
		position: relative;
		width: 100%;
		height: 78px;
		background: white;
		left: 0;
		z-index: 99998;
	}

	#headerImage {
		margin-top: 21px;
	}

	/* cart block mobile */

	#cart_block {
		position: relative;
		margin-bottom: 0;
		top: 0;
	}

	#cart_block .title_block {
		display: none;
	}

	#cart_block .block_content {
	 padding: 0 !important;
		width: 100%;
	}

	#mobileBlockcart {
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	#mobileBlockcart .cart_item, .mini-cart-total-text-container {
		border-left: 0;
		border-right: 0;
	}

	#searchForm {
		display: none;
	}

	#userLinks {
		display: none;
	}

	#mobileSearchField {
		display: inherit;
	}

	#header_logo img {
		width: 185px !important;
	}

	#mobileNavSelect {
		display: inherit !important;
	}

	#mobileNavCart {
		display: inherit !important;
	}

	.menu-container li {
		float: none;
	}

	.menu-container li a {
		font-size: 14px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	#order_step {
		width: 112% !important;
		margin-left: -6% !important;
	}

	.menu-container.group {
		width: 100%;
		background: #f7f7f7;
	}

	#menu {
		margin: 0;
	}

	#menu li {
		border-bottom: 1px solid #ddd;
		padding: 14px 0;
		font-size: 14px;
		-webkit-font-smoothing: subpixel-antialiased;
		margin: 0;
	}

	#searchFormMobile {
		margin: 0 !important;
	}

	.sub-sub-menu li {
		border-bottom: 1px solid #ddd;
		padding: 14px 0;
		width: 100%;
		margin-left: -25px;
		padding-left: 25px;
		padding-right: 25px;
		background: #f7f7f7;
	}

	.sub-sub-menu li a {
		font-size: 14px !important;
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
	.sub-menu-container a {
		display: block !important;
	}

	.sub-sub-filter {
		margin-bottom: 12px !important;
	}

	/* sub menu */
	nav .sub-menu-container {
		margin: 0;
	}

	.sub-menu-wrapper .sub-menu-container li {
		float: none;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
		margin: 0 -10px;
		background: #f7f7f7;
	}

	.sub-menu-wrapper .sub-menu-container ul {
		width: 100%;
		margin: 0;
	}

	nav .sub-menu-container a {
		color: #222;
		font-size: 14px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.sub-menu-wrapper a {
		color: #222;
		font-size: 14px;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	nav .sub-menu-container {
		background: #f7f7f7;
	}

	nav .sub-menu-container li.selected a {
		border-bottom: none;
	}

	nav .sub-menu-container a:hover {
		text-decoration: underline;
	}

	#menu li.selected a {
		border-bottom: none;
	}

	#menu li.selected a:hover {
		border-bottom: 1px solid #222;
	}

	#subSubMenuContent {
		display: none;
	}

	#azaleaPromoMobile {
		padding: 0 15px;
		margin: 0 0 0 -15px;
	}

	#menu li:hover {
		text-decoration: none;
	}

	#menu li:hover {
		border-bottom: 1px solid #ddd !important;
		margin-top: 0px !important;
		height: inherit !important;
	}

}

@media only screen and (max-width: 420px) {
	#header_logo img {
		width: 145px !important;
	}

	#mobileNavSelect {
		width: 20px !important;
		top: 23px;
		left: 15px;
	}

	#mobileNavSelect img {
		width: 20px !important;
	}

	#mobileNavCart {
		top: 18px;
		right: 15px;
	}
	#mobileNavCart img {
		width: 20px !important;
	}

	#headerContent {
		height: 58px !important;
	}

	#headerImage {
		margin-top: 16px !important;
	}

	#selectedItem {
		padding-left: 30px !important;
	}

	#subMenuToggleArrow {
		right: 32px !important;
	}

	.nav-holder .rslides_tabs {
	  top: 75% !important;
	}
	.rslides_tabs li a {
	  width: 8px !important;
	  height: 8px !important;
	 }
	 .rslides_nav.prev {
	  left: 15px !important;
	}
	.rslides_nav.next {
	  right: 15px !important;
	 }
}


/* new nav css*/
ul.nav-list {
padding: 0;
display: inline-block;
position: relative;
margin-bottom: 0;
margin-top: 0;
}
ul.nav-list li {
	display: inline-block;
  padding: 29px 45px 0 45px;
}
.nav-item {
	cursor:pointer;
}

.sub-nav-ul {
  position: absolute;
  width: calc(100% - 45px);
  padding: 29px 0 25px 54px;
  background: rgba(255,255,255,0.9);
  z-index: 99999;
  left: 0;
  display: none;
  margin-top: 0px;
  border-top: 2px solid transparent;
  text-align: left;
  font-size: 12px;
}

.nav-sub-item {
margin: 0px !important;
padding: 0px !important;
float: left;
}
.sub-sub-item-title {
	font-family: "ACaslonBold";
  text-transform: capitalize;
  font-size: 13px;
  line-height: 20px;
}
.sub-sub-item {
	font-family: "ACaslon";
  width: calc(100% - 10px);
  word-wrap: break-word;
  margin-top: 4px;
}
.nav-sub-header {
	font-family: "TradeGothic";
	margin-bottom: 10px;
  display: inline-block;
  width: calc(100% - 10px);
  word-wrap: break-word;
}
.nav-top-header {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
	transition: all 0.5s;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #414141;
}

ul.sub-nav-ul a:hover {
  text-decoration: underline;
}

.nav-top-header:hover {
  border-color: #333;
}

#searchboxNew {
  position: absolute;
  right: -75px;
  top: 0;
  display: none;
}

#searchHeader span:hover {
	border-color: white;
}

#searchSubmit {
  border: none;
  border-bottom: 1px solid;
  outline: none;
}

#cartImg {
	margin-bottom: -15px;
  margin-right: -4px;
}
#headerLinks {
  position: absolute;
  font-family: "TradeGothic";
}
#give20Link {
	display: inline-block;
	cursor: pointer;
}
#subscribeLink {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  margin-top: -5px;
  cursor:pointer;
}
#get20Test {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 6px;
}

#subscribeText {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 6px;
}
.half-footer {
  display: inline-block;
  vertical-align: top;
}
.left-footer {
  width: calc(50% - 40px);
  margin-left: 40px;
}
.right-footer {
  width: calc(50% - 100px);
  margin-left: 70px;
}
.third-footer {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  font-family: "ACaslonRegular";
  font-size: 12px;
}
.footer-title {
  font-family: "TradeGothicBold";
  letter-spacing: 0.03em;
  margin-bottom: 6px;
	font-size: 12px;
}
.third-footer a {
  color: #666;
}
.footer-social a {
  margin-right: 16px;
}
.visit-half {
  display: inline-block;
  width: calc(50% - 2px);
}

.visit-left {
  border-right: 1px solid #C0C0C1;
  text-align: right;
  padding-right: 50px;
  width: calc(50% - 52px);
}
img#visitUsImg {
  width: 100%;
}
.visit-address {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-family: "ACaslon";
}
.visit-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
  font-family: "ACaslonBold";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #333;
}
#visitUsImg {
	background: url('http://media.azaleasf.com/images/visit_us_extended.png') no-repeat;
	background-position: center;
	width: 100%;
	height: 20px;
	margin-bottom: 22px;
}
.nav-spacer {
  margin-top: 21px;
}
.nav-sub-sub-wrap {
  text-transform: capitalize;
  font-size: 13px;
}
.visit-half.visit-right {
  margin-left: 50px;
  width: calc(50% - 52px);
}

@media only screen and (max-width: 1024px) {
	.visit-left .visit-title {
	  padding-right: 0;
	}
	.visit-title {
	  display: block;
	}
}

@media only screen and (max-width: 870px) {
	.half-footer {
	  display: block;
	  vertical-align: top;
	  width: 100% !important;
	  margin: 0 !important;
	  text-align: center;
	}
	.left-footer {
	  width: calc(50% - 40px);
	  margin-left: 40px;
	  margin-bottom: 40px !important;
	}
	.rslides_tabs {
	  top: 81% !important;
	 }
}

@media only screen and (max-width: 720px) {
	.visit-half {
		width: 100% !important;
	  text-align: center !important;
	  padding: 0 !important;
	  margin: 0 0 20px 0!important;
    border: none !important;
	}
	.visit-title {
	  padding: 0 !important;
	}
}

/* slider styles */

ul.rslides.slider {
  list-style: none;
  padding: 0;
  position: relative;
}

.rslides_tabs li {
  display: inline-block;
  padding: 0 14px;
  margin-top: 13px;
  border-right: 1px solid #999;
}

ul.rslides.slider li img {
  width: 100%;
}

.rslides_tabs {
  text-align: center;
  padding: 0;
}

.rslides_tabs li a {
	font-family: "TradeGothicBold";
	font-size: 13px;
	margin-left: 1px;
  color: #999;
}

.rslides_here a {
  color: #222 !important;
}

.nav-holder {
  position: relative;
  float: left;
  width: 100%;
}
.rslides_tabs {
  text-align: center;
}

.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: calc(50% + 8.5px);
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
	height: 45px;
  width: 45px;
  margin-top: -45px;
}
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 30px;
  background: transparent url("http://media.azaleasf.com/images/right_arrow.png") no-repeat left top;
}
.rslides_nav.prev {
  background: transparent url("http://media.azaleasf.com/images/left_arrow.png") no-repeat left top;
  left: 30px;
}
.social-icon:hover {
  opacity: 0.5;
}
#lookbookNav {
  padding: 29px 31px 0 33px;
}
.rslides_tabs li:last-of-type {
	padding-right: 0 !important;
	border-right: 0;
}
#lookbookSubNav {
  width: 447px;
  left: 377px;
  padding-left: 40px;
  padding-bottom: 35px;
}
.lookbook-nav-collection {
  padding: 0 !important;
}
.lookbook-nav-pic {
  display: inline-block;
}
.lookbook-nav-links {
  display: inline-block;
  vertical-align: top;
  margin-left: 37px;
  font-size: 13px;
  line-height: 19px;
  margin-top: -2px;
}
.loobkook-nav-item {
  font-family: "ACaslon";
  text-transform: capitalize;
}
.lookbook-nav-item-title {
  display: inline-block;
  margin-bottom: 8px;
}


/* Swiftype */
.autocomplete li {
  background: white;
  list-style: none;
  width: 296px;
  padding: 10px 10px 5px 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -296px;
  cursor: pointer;
  position: relative;
}

.search-img {
  display: inline-block;
  margin-right: 10px;
}

.search-img img {
  border: 1px solid #ddd;
}

.search-title {
  vertical-align: top;
  font-family: KarlaBold;
  font-size: 14px;
  margin-bottom: 5px;
}

.autocomplete li:hover {
	border: 1px solid #aaa;
  z-index: 2;
}
li.sr-header:hover {
	border: 1px solid #aaa !important;
}

span.search-brand {
  font-family: Karla;
  font-size: 12px;
}

.search-type {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px 5px;
  border-top: 1px solid#ddd;
  border-left: 1px solid #ddd;
  font-size: 9px;
}

.autocomplete {
  display: block;
  left: inherit !important;
  right: 0px;
  text-align: left;
  top: 45px !important;
  width: inherit !important;
}

.autocomplete .search-title {
  display: inline-block;
}

#searchWrap {
  position: absolute;
  width: calc(100% - 70px);
  top: 125px;
  z-index: 99999;
  background: white;
  max-width: 1440px;
  padding: 10px;
  text-align: center;
}

#searchPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.8);
  z-index: 99998;
}


.search-result {
  display: inline-block;
  width: calc(33% - 20px);
  padding: 10px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
 }

.r-img {
  width: 100%;
}

.r-img-wrap {
	display: inline-block;
	float: left;
	width: 100%;
	margin-right: 10px;
}

.r-info {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 8px;
}

.r-title {
	font-family: KarlaBold;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}

.r-brand {
  font-family: Karla;
  font-size: 12px;
}

.r-price {
  font-family: Karla;
  font-size: 12px;
}

.red {
	color: red;
}

.r-seperator {
	font-size: 12px;
	font-family: Karla;
}

.r-og-price {
	font-family: Karla;
	font-size: 12px;
	text-decoration: line-through;
}

.oos-txt {
	color: red;
}

.search-result:hover {
  background: #f3f3f3;
}

.search-r-breakdown {
  text-transform: capitalize;
  font-family: Karla;
  font-size: 13px;
  margin-bottom: 10px;
}

.search-r-info {
  font-family: KarlaBold;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 10px;
}

#st-results-container {
  text-align: left;
  margin-right: -10px;
}

.st-page {
  text-align: center;
  font-family: KarlaBold;
  text-transform: uppercase;
  font-size: 18px;
}

.st-prev {
  margin-right: 25px;
}

#st-search-input {
  border: 1px solid #ddd;
  font-size: 12px;
}

#searchHeaderRight {
  position: absolute;
  right: 0;
  top: 35px;
}

#st-search-input {
	border: 1px solid #ddd;
	font-size: 11px;
	padding: 3px;
  outline: none !important;
}

.info-img {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 4px;
  border: 1px solid transparent;
}

.search-title.search-category {
  text-transform: capitalize;
}

#searchInfo .search-title {
  text-transform: capitalize;
}

.search-lookbook {
  width: 35%;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

.search-lookbook-img {
	width: 100%;
}

.lookbook-title {
  font-family: KarlaBold;
  font-size: 16px;
  text-align: center;
  margin: 3px 0 6px 0;
}

li.sr-header {
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-family: Karla;
  padding-bottom: 10px;
  border: 1px solid #aaa;
  z-index: 1;
  cursor: inherit !important;
}

.r-chunk {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}

.q-r-header {
  font-family: KarlaBold;
  font-size: 16px;
  margin-bottom: 10px;
}

.r-inactive {
	display:inline-block;
}

#searchInfo {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

#plHeader {
  margin-bottom: 14px;
}

#st-results-container {
  position: fixed;
  bottom: 0;
  background: white;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  left: 50%;
  width: 166px;
  margin-left: -104px;
  text-align: center;
}

.st-next {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.st-prev {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (max-width: 970px) {
	#searchWrap {
	  width: calc(100% - 50px) !important;
	}

	#st-search-input {
		display: none;
	}

	.swiftype-widget {
		display: none;
	}

	.q-r-header {
	  margin-top: 10px;
	}

	.search-lookbook {
	  width: 100%;
    margin-right: 0;
  }

  #lookbooks {
	  margin: 0;
	}
}

#giftGuidesSubNav li {
  display: block;
	padding: 29px 16px 0 38px;
	text-transform: none;
}

#giftGuidesSubNav {
    width: 159px;
    padding: 0 0 25px 0;
    left: 392px;
}

.gift-category-name {
    font-family: KarlaBold;
    font-size: 14px;
}
