
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {
	font:12px/1.55 Arial, sans-serif; color:#746b5a;}

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

a             { color:#f56f00; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;}
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main { width:980px; margin:0 auto; min-height:400px; padding:6px 0 80px;text-align:left; }

/* Base Columns */
.col-left { float:left; width:224px; padding:0 0 1px; }
.col-main { float:left; width:750px; padding:0 0 1px; }
.col-right { float:right; width:230px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:734px;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
/*border:0;background:;color:#fff;font-family:Georgia,serif;text-transform:uppercase;font-weight:normal;*/
button.btn-checkout span { height:40px; border:0; background:#f56f00; padding:0 0 0 9px; font:bold 15px/40px Georgia,serif; color:#fff;text-transform:uppercase; }
button.btn-checkout span:hover {background: #961115;}
button.btn-checkout span span {padding:0 25px 0 16px; }

button.btn-checkout.no-checkout span {color:#b8baba; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#F2EAD8; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }
c

.buttons-set { clear:both; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {background:#FAFAFA;padding:22px 25px 12px; margin:28px 0; }
.fieldset .legend {background:#f56f00;color:#fefefe;font-size:14px;font-family:Georgia,serif;text-transform:uppercase;padding:5px 6px 3px 6px;font-weight:normal;margin:-22px 0 14px -25px}
.col2-left-layout .fieldset .legend{width:722px;}
.col1-layout .fieldset .legend{width:968px}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.block-subscribe .validation-advice {position:absolute;top:24px;background:#3d2312; padding:5px;}

.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#f56f00; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:0 0 8px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs a {color:#746b5a;text-decoration:none;}
.breadcrumbs a:hover {text-decoration:underline;}

/* Page Heading */

.page-title { width:100%; overflow:hidden; margin:0 0 25px;/*border-bottom:3px solid #f56f00;*/ }
.page-title h1,
.page-title h2 { margin:0;color: #f56f00;font-family:Georgia,serif;text-transform:uppercase;font-size:18px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager {
	font-size: 11px;
	background: #efefef;
	padding: 4px 8px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px;padding:3px 8px; }
.sorter .view-mode { float:right; margin:4px 10px 0 0; width:50px;height:17px;}
.sorter .view-mode a{text-decoration:none;}
.sorter .view-mode span{font-size:0;line-height:0;width:17px;height:17px;display:block;float:left;border:1px solid #f56f00;}
.sorter .view-mode a span{border:1px solid transparent;}
.sorter .view-mode .grid {background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_grille.png) 0 0 no-repeat;}
.sorter .view-mode .list {background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_liste.png) 0 0 no-repeat;width:19px;}

.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/*modifs toolbar et pager */

.col2-left-layout .col-main .category-products h1,.block-titre-cat {margin-bottom:30px !important;}
.category-products .block-titre-cat  .titre {position:absolute;}
.category-products .block-titre-cat  .amount {float:right;color:#746b5a;font-size:12px;font-family:Arial,sans-serif;line-height:25px;text-transform:none;margin-left:20px;}
.category-products .block-titre-cat  .pages {float:right;margin:4px 0 0 20px;}
.category-products .block-titre-cat  .pages ol{float:left;}
.category-products .block-titre-cat  .sorter {background:transparent;color:#746b5a;font-size:12px;font-family:Arial,sans-serif;border-top:0;padding:0;line-height:25px;text-transform:none;}
.category-products .block-titre-cat  .sorter .sort-by{padding-right:0px;}
.category-products .block-titre-cat  .limiter{float:right;margin-right:20px;color:#746b5a;font-size:12px;font-family:Arial,sans-serif;line-height:25px;text-transform:none;} 
.category-products .block-titre-cat  .amount-pages {
	position: absolute;
	margin-top: 33px;
	width: 734px;
}


.category-products .block-titre-cat  .pages {color:#746b5a;font-size:12px;font-family:Arial,sans-serif;text-transform:none;}
.toolbar-bottom .amount{display:none;}
.toolbar-bottom .limiter{display:none;}
.toolbar-bottom .sorter {display:none;}
.category-products .pages strong{float:left;font-weight:normal;margin-right:10px;}
.category-products .pages li {float:left;display:block;text-align:center;background:#f56f00;border:1px solid #f56f00;width:16px;height:16px;line-height:16px;margin-right:3px;}
.category-products .pages li:hover { background: #f56f00; border: 1px solid #f56f00; }
.category-products .pages li.current{background:transparent;}
.category-products .pages li a {color:#fff;text-decoration:none;display:block;}
.category-products .pages li.current a {color:#f56f00;}
.category-products .pages li a.i-next:after,
.category-products .pages li a.i-previous:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
}
.category-products .pages li a.i-previous:after {
	content: "\f0d9";
}

.category-products .pages li a.i-next img,
.category-products .pages li a.i-previous img {
	display: none;
}


/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle;background:#fff; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {}
.data-table tfoot tr { background-color:#fff!important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove {
	display:block;
	width:10px;
	height:9px;
	font-size:0;
	line-height:0;
	background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_close.png) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden; 
}
.btn-remove2 {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
	text-decoration: none;
}
.btn-remove2:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f2ed";
	font-size: 12px;
	line-height: 15px;
 }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float: left;
}
.header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.header2 {
	height: 130px;
	z-index: 9;
}
	
.header .logo {
	float: left;
	text-decoration: none !important;
	margin: 15px 0 10px 0px;
	position: absolute;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header h2.logo {
	margin: 0;
}
.header-container .quick-access {
	position: relative;
	font-size: 13px;
	background: #f56f00;
}
.header-container .quick-access .list-infos-paiement {
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    /*width: 500px;*/
}
.header-container .quick-access .list-infos-paiement li {
    color: #ffffff;
    float: left;
    margin-right: 10px;
}
.header-container .quick-access .list-infos-paiement .ep-icon:before {
	font-family: 'Font Awesome 5 Pro';
	margin-right: 4px;
}
.header-container .quick-access .list-infos-paiement li a {
    color: white;
    text-decoration: none;
}
.header-container .quick-access .list-infos-paiement li a:hover {
    text-decoration: underline;
}
.header-container .quick-access .list-infos-paiement .ep-icon-truck:before {
	content: "\f0d1";
}
.header-container .quick-access .list-infos-paiement .ep-icon-lock:before {
	content: "\f023";
}
.header-container .quick-access .list-infos-paiement .ep-icon-ok:before {
    content: "\f00c";
}
.header-container .quick-access .list-infos-paiement .ep-icon-ok {
	margin-right: 0;
}

.header .fb{
	position: absolute;
	left: 112px;
	top: 82px;
	overflow: hidden;
}

.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .form-search { 
	position: absolute; 
	top: 110px; 
	right: 0px;
	height: 30px;
	z-index: 10;
}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#958d76; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px;padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language {padding:5px 0 0; text-align:right;right:0;top:24px;position:absolute; }
.header .form-language label { padding-right:5px; color:#3D2312; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { margin:0;line-height:24px;float:right;}
.header .links li {
	float:left;
	font-size:13px;
	padding:0 8px 0 7px;
	position: relative;
}
.header .links li.first:after {
	content: "";
	height: 70%;
	border-right: 1px solid #fff;
	display: block;
	position: absolute;
	top: 15%;
	right: 0;
}
.header .links a { color:#fff; text-decoration:none;}
.header .links a:hover{text-decoration:underline;}
.header .top-link-cart {
	float:right;
	margin:0 0 0 38px;
	color:#fff; text-decoration:none;font-size:13px;line-height:24px;
}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.header .contact{
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 12px;
	color: #746b5a;
	font-family: Georgia,serif;
	text-transform: uppercase;
	z-index: 10;
}
.header .contact span{
	display: block;
	color: #f56f00;
	font-size: 22px;
	font-family: Arial,sans-serif;
	text-align: right;
	line-height: 22px;
}
.header .contact i {
	transform: rotate(-35deg);
	margin-right: 25px;
}

/********** < Navigation */
#nav { width:980px; margin:0 auto; padding:0; font-size:12px; display:table;height:42px;}


/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:center; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
	position: relative;
	padding-left: 7px;
}
#nav a:first-child {
	padding-left: 0;
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	height: 37px;
	line-height: 37px;
	padding-right: 3px;
}

/* 0 Level */

#nav li {
	display:table-cell;
	vertical-align:bottom;
	float:none;
	padding-right:5px;
}
#nav li.last {
	padding-right:0;
}

#nav a {
	height: 37px;
	line-height: 37px;
	color: #474747;
	text-transform: uppercase;
	position: relative;
	transition: .2s all linear;
}
#nav a:after {
	content: "";
	background: #f56f00;
	width: 3px;
	height: 18px;
	top: 8px;
	right: -3px;
	display: block;
	position: absolute;
}
#nav li:last-child a:after {
	display: none;
}
#nav li.over a,
#nav li.active a{
	color: #f56f00;
	text-shadow: 1px 0 0 currentColor;
}
#nav li.over span,
#nav li.active span{
}


/********** Navigation > */
/* ======================================================================================= */


/*Slideshow =============================================================================== */
.slideshow_home_container {
	padding:19px;
	background:#fbf8f2;
	margin-bottom:10px;
}
#slideshow_home {
	width:942px;
	height:224px;
	overflow:hidden;
	background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_slideshow.jpg) 0 0 repeat-x;
	position:relative;
}
#slideshow_home .slides{
	width:10000px;
}
#slideshow_home .slides div{
	float:left;
	width:942px;
	height:224px;
	overflow:hidden;
	position:relative;
}
#slideshow_home .slides div a.product-image{
	/*position:absolute;*/float:right;margin:9px;
}

#slideshow_home .slides div .widget-new-products a.product-image{float:none;}
#slideshow_home .slides div h1,
#slideshow_home .slides div .h1,
#slideshow_home .slides div h3,
#slideshow_home .slides div .h3{color:#f56f00;font-weight:normal;font-size:18px;font-family:Georgia,serif;display:block;text-transform:uppercase;border:0;margin:10px 0 5px 10px;}
#slideshow_home .slides div h3 { padding: 30px 0 0 30px; }
#slideshow_home .slides div h1 a,
#slideshow_home .slides div .h1 a,
#slideshow_home .slides div h3 a,
#slideshow_home .slides div .h3 a{color:#f56f00;text-decoration:none;}
#slideshow_home .slides div h1 a:hover,
#slideshow_home .slides div .h1 a:hover,
#slideshow_home .slides div h3 a:hover,
#slideshow_home .slides div .h3 a:hover{text-decoration:underline;}
#slideshow_home .slides div h2, #slideshow_home .slides div .h2{color:#3D2312;font-size:14px;margin-bottom:5px;padding:0 10px;}
#slideshow_home .slides div p{color:#3D2312;line-height:20px;font-size:14px;margin-bottom:5px;padding:0 10px;}
#slideshow_home .slides div p span {font-size: 14px !important;}

#slideshow_nav {
	position:absolute;
	list-style:none;
	/*margin:194px 0 0 16px;*/
	left: 10px;
	bottom: 8px;
}
#slideshow_nav li{
	float:left;
	cursor:pointer;
	display:block;
	width:16px;height:16px;line-height:16px;
	font-size:10px;
	text-align:center;
	background:#fff;
	margin-right:5px;
}
#slideshow_nav li.active,
#slideshow_nav li:hover{
	background:#f56f00;
	color:#fff;
}
#slideshow_home span.description{display:block;margin-left:30px;color:#3D2312; font-size: 14px; }

/*Home hover =============================================================================== */
#hover_home {
	padding:19px;
	background:#fbf8f2;
	/*width:712px;*/
	height:224px;margin-bottom:10px;
	/*position:absolute;*/
}
#hover_home div{
	background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_slideshow.jpg) 0 0 repeat-x;
	padding:10px;
	/*width:690px;*/
	height:204px;
	overflow:hidden;
}

#hover_home div p.titre{
	font-weight: bold;
	color:#f56f00;font-size:18px;font-family:Georgia,serif;display:block;text-transform:uppercase;border:0;margin-right:0;
}
#hover_home div p.category-image{
	position:absolute;
	width:922px;
	height:204px;
	overflow:hidden;
}
#hover_home div span.description{
	display:block;
	width:440px;
	color:#3D2312;
	text-align:justify;
	line-height:normal;
	font-size:14px;
}
#hover_home img {
	float:right;
} 

/* home produits =============================================================================== */
.cms-home .col-main h3{font-weight:normal;font-size:18px;line-height:28px;border-bottom:4px solid#958D76;color:#958D76;font-family:Georgia,serif;text-transform:uppercase;margin:0 18px 6px 0;}



/* Sidebar =============================================================================== */
.block {
	border: 1px solid #8a8a8a;
	margin: 0 0 15px;
}
.block .block-title {
	padding: 2px 9px;
	background: #8a8a8a;
	padding: 5px 10px;
}
.block .block-title strong {
	display:block;
	text-transform: uppercase;
	color: #fff;
}
.block .block-title strong span {}
.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
	margin: 0;
	padding: 5px 9px;
	font-size: 1em;
	font-weight: bold;
	color: #0a263c;
}
.block .block-content {
	background: #f8f7f5; }
.block .block-content li.item {
	padding: 7px 9px;
}
.block .block-content .product-name {
	color: #1e7ec8;
	margin-top: 2px;
}
.block .btn-remove {
	float: right;
	margin: 0 0 2px 5px;
}
.block .actions {
	padding: 6px 9px;
	text-align: right;
}
.block .actions a {
	float: left;
}
.block .actions button.button {
	float: right;
}
.block .empty {
	margin: 0;
	padding: 5px 9px;
}

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account {border:0;}
.block-account .block-title {background:#f56f00;border:0;}
.block-account .block-title strong { font-weight:normal;color:#fefefe;font-size:14px;font-family:Georgia,serif;text-transform:uppercase;padding:4px 6px;}
.block-account .block-content li {padding:0 6px;}
.block-account .block-content li strong,
.block-account .block-content li a{
	font-weight:normal;display:block;padding:4px 0;text-transform:uppercase;color:#746b5a; text-decoration:none;font-size:11px;border-top:1px solid #746b5a;
}
.block-account .block-content li:first-child a,.block-account .block-content li:first-child strong{
	border-top:0;
}
.block-account .block-content li.current strong,
.block-account .block-content li a:hover{
	color:#f56f00;
}
.block-account .block-content li.current strong:before,
.block-account .block-content li a:hover:before {
	content: "";
	background: #f56f00;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-right: 5px;
	border-radius: 2px;
}
.block-account .block-content li span{
	font-size:14px;
}


/* Block: Currency Switcher */
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif;padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: navi de gauche / recette page gauche / Layered Navigation*/

.block.block-layered-nav{border:0;}
.block-left-nav,
.block-layered-nav{
	width:224px;background:#fafafa;margin-bottom:20px;
}
.block-left-nav h1,
.block-left-nav span.titre,
.block-layered-nav .block-subtitle,
.col1-layout .col-main .recettes-left span.titre{
	display:block;background:#f56f00;color:#fefefe;font-size:14px;font-family:Georgia,serif;text-transform:uppercase;padding:5px 6px 3px 6px;font-weight:normal;border:0;margin-bottom:5px;
}
.block-left-nav li,
#narrow-by-list li{padding:0 6px;}
.block-left-nav li a,
#narrow-by-list li a{
	display:block;padding:4px 0;text-transform:uppercase;color:#746b5a; text-decoration:none;font-size:11px;border-top:1px solid #746b5a;
}
.block-left-nav li:first-child a,
#narrow-by-list li:first-child a{
	border-top:0;
}
.block-left-nav li a.current,
.block-left-nav li a:hover,
#narrow-by-list li a:hover {
	color: #f56f00;
}
.block-left-nav li a.current:before,
.block-left-nav li a:hover:before,
#narrow-by-list li a:hover:before {
	content: "";
	background: #f56f00;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-right: 5px;
	border-radius: 2px;
}
.block-left-nav li span{
	font-size:14px;
}
.block-layered-nav .currently li{font-family:Georgia,serif;text-transform:uppercase;background:#958d76;color:#fff;font-size:12px;padding:4px 6px;}
#narrow-by-list dt,#narrow-by-list dd{padding:6px 0;margin:0 6px;border-bottom:1px solid #746B5A;}
#narrow-by-list select{width:190px;}
#narrow-by-list dd.last{border:0;}

/*block : recherche gauche*/
.form-search-left {
	background: #fcfbf7;
	margin-top: 20px;
}
.form-search-left span.titre{
	display: block;
	text-transform: uppercase;
	background: #8a8a8a;
	color: #fff;
	font-size: 11px;
	padding: 4px 6px;
	font-weight: bold;
}
.form-search-left div{padding:10px;}
.form-search-left select,
.form-search-left input{border:1px solid #f56f00;margin-bottom:10px;}
.form-search-left input{width:165px;float:left;}
.form-search-left label{float:left;}
.form-search-left select{width:204px;}
.form-search-left button.button{float:right;}
.form-search-left button.button span{height:18px;padding:0 2px;border-color:#f56f00;background:#f56f00;}
.form-search-left button.button span:hover{background:#f56f00;}
#search_left_autocomplete {padding:0;}
#search_left_autocomplete ul {background:#fff;border:1px solid #f56f00;}
#search_left_autocomplete ul span{float:right;}
#search_left_autocomplete ul li{cursor:pointer;padding:3px;}
#search_left_autocomplete ul li:hover{background:#f56f00;color:#fff;}
/* Block : infos paiement */

.block-infos-paiement {
	background:#fbf8f2;height:224px;padding:19px;margin-bottom:10px;
}
.block-infos-paiement span{display:block;font-size:13px;}
.block-infos-paiement span b{font-size:18px;color:#f56f00;line-height:18px;}
.block-infos-paiement span.expedition{width:106px;}
.block-infos-paiement span.livraison{width:109px;margin-top:8px;}
.block-infos-paiement span.livraison b{display:block}
.block-infos-paiement span.paiement{text-transform:uppercase;margin-top:26px;}
.block-infos-paiement div {position:absolute;font-size:0px;}
.block-infos-paiement div.colissimo {background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/so_colissimo_logo.png) 0 0 no-repeat;width:80px;height:59px;margin:5px 0 0 120px;}
.block-infos-paiement div.chrono13 {background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/chronopost.png) 0 0 no-repeat;width:80px;height:67px;margin:68px 0 0 120px;}
.block-infos-paiement div.cartes {background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/logo_cartes.jpg) 0 0 no-repeat;width:168px;height:55px;margin-top:170px;}

.block-infos-paiement div.colissimo span,.block-infos-paiement div.cartes span,.block-infos-paiement div.chrono13 span{
	position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;
}

.block-toutdose{/*width:228px;*/margin-bottom:15px;}
.block-toutdose span.titre{font-size:18px;border-bottom:4px solid#f56f00;font-family:Georgia,serif;text-transform:uppercase;display:block;margin-bottom:5px;}
.block-toutdose span.titre a{color:#f56f00;text-decoration:none;display:block;}
.block-toutdose div{height:185px;border:1px solid #f56f00;background:#fcfaf6 url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_toutdose.jpg) center 0 no-repeat;}
.block-toutdose div a{display:block;margin-top:158px;background:#f56f00;text-transform:uppercase;color:#fff;text-align:center;height:27px;line-height:27px;text-decoration:none;}
.block-toutdose div span{position:absolute;display:block;color:#fff;text-align:center;text-transform:uppercase;line-height:normal;font-weight:bold;}
.block-toutdose .recette{width:54px;height:34px;margin:14px 0 0 97px;font-size:10px;}
.block-toutdose .recette b{display:block;font-size:14px;}
.block-toutdose .dose{width:62px;height:47px;margin:23px 0 0 151px;}
.block-toutdose .dose b{font-size:14px;}

/* Block: Cart */
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }



/* Block: Compare Products */
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Compared */

/* Block: Poll */
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe {font-size:13px;width:500px;margin:0 0 0 110px;position:absolute;}
.block-subscribe label {color:#fff;float:left;line-height:24px;}
.block-subscribe .input-box{float:left; margin:0 4px;}
.block-subscribe input.input-text { float:left;width:132px; margin:3px 0; }
.block-subscribe .actions {display:inline-block; background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border:0; background:#ef7628; }

/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/*boutons custom dans differents blocks*/
.my-account .title-buttons button.button span,
.my-wishlist .btn-cart span,
.buttons-set button.button span,
.block-cart button.button span,
.block-reorder .btn-cart span{
	border: 0;
	background: #f56f00;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.my-account .title-buttons button.button span:hover,
.my-wishlist .btn-cart span:hover,
.buttons-set button.button span:hover,
.block-cart button.button span:hover,
.block-reorder .btn-cart span:hover{
	background: #f56f00;
}

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.category-container {
	margin-bottom: 20px;
}
.category-container .bg{
	padding: 10px;
	width: 710px;
	height: 204px;
	overflow: hidden;
	position: relative;
}

.category-container h1.titre, .category-container div.titre {
	color:#f56f00;
	font-size:18px;
	font-family:Georgia,serif;
	display:block;
	text-transform:uppercase;
	margin-bottom: 5px;
}
.category-container span.description{
	display:block;
	width:400px;
	color:#3D2312;
	text-align:justify;
	line-height:normal;
	font-size:12px;
}
.category-container img {
}
.category-container p.category-image{
	position:absolute;
	right: 0;

	overflow: hidden;
	width: 270px;
}


.subcat-miniature {
	border: 1px solid #f56f00;
	width: 164px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.subcat-miniature.last{margin-right:0;}
.subcat-miniature a.img-container{
	display: block;
	padding: 0;
	background: #fff;
	height: 120px;
	overflow: hidden;
	text-align: center;
	vertical-align :middle;
}
.subcat-miniature a {
	display: table-cell;
	vertical-align: middle;
	width: 164px;
	background: #f56f00;
	padding: 4px 8px;
	font-family: Georgia,serif;
	color: #fff;
	text-decoration: none;
}
.col2-left-layout .col-main h1,
.col1-layout .col-main h1,
.block-titre-cat {
	border-bottom: 3px solid #f56f00;
	color: #f56f00;
	font-family: Georgia,serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 11px;
	padding-bottom: 3px;
}
.block-titre-cat .titre h1{border-bottom:0 !important;}
.col2-right-layout .block-titre-cat {width:732px;position:relative;}

/* View Type: Grid , produits home*/
.products-grid {position:relative; }
.products-grid.last {}
.products-grid li.item,
.widget-produit{ float:left; width:216px;background:#fff;padding:10px;margin-right:12px;margin-bottom:12px;position:relative; }
#slideshow_home .slides .products-grid li.item{background:none;}
.products-grid li.item.last {margin-right:0px;}
.products-grid .product-image { display:block; width:155px; height:115px;text-align:center;}
.products-grid .product-name, .widget-produit .product-name{font-size:12px; color:#746b5a;margin-bottom:5px; }
.products-grid .product-name a , .widget-produit .product-name a { color:#746b5a;text-decoration:none;display:block; }
#slideshow_home .slides .products-grid .price-box{float:none;width:60px;height:67px;}
.products-grid .price-box{position:absolute;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bulle_prix1.png) 0 0 no-repeat;width:60px;padding-right:7px;height:67px;margin:-115px 0 0 140px;text-align:center;}

#slideshow_home span.price,
.widget-produit .price {display:block;position:absolute;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bulle_prix1.png) 0 0 no-repeat;width:60px;padding-right:7px;height:67px;text-align:center;font-weight:bold; font-size:15px; color:#fff;line-height:62px}
#slideshow_home span.price{top:145px;right:10px;}
#slideshow_home  .products-grid span.price {top:0px;right:0px;}
.widget-produit .price{right:20px;top:30px;}
.widget-produit .price .old,#slideshow_home span.price .old{text-decoration:line-through;display:block;text-decoration:line-through;font-size:12px;line-height:normal;margin:12px 0 -20px 0;}


.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:790px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.products-grid .cart,.widget-produit .cart{position:absolute;/*top:90px;right:20px;*/margin:-60px 0 0 170px;width:42px;height:42px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_panier.jpg) 0 0 no-repeat;}
.products-grid .new,
.widget-produit .new,
.products-list .new,
#slideshow_home .slides div.new,
.widget-produit .coeur,
.products-grid .coeur,
.products-list .coeur
{position:absolute;margin:-45px 0 0 105px;width:55px;padding-right:5px;height:60px;font-size:11px;font-weight:bold;color:#fff;text-align:center;line-height:55px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bulle_new.png) 0 0 no-repeat;}
.products-list .new,
.products-list .coeur
{margin:-35px 0 0 -80px;}
#slideshow_home .slides div.new{float:none;margin:0;right:0px;top:100px;}

.widget-produit .coeur,
.products-grid .coeur,
.products-list .coeur {
	line-height: normal;
	padding-top: 19px;
	background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bulle_heart.png) 0 0 no-repeat;
	color: #f56f00;
}

.products-grid .cart button.button,
.widget-produit .cart button.button {width:42px;height:42px;}
.products-grid .cart button.button span,
.widget-produit .cart button.button span
 {font-size:0;line-height:0;border:0;background:transparent;}
.category-products p.category-description {}


/*.widget-produit{ */

/* View Type: List */
.products-list li.separator{border-top:1px solid #f56f00;margin:5px 0;}
.products-list li.item { background:#fff;margin-bottom:5px;padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px;}
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548;height:20px;padding-left:35px;}
.products-list .product-name a { color:#746b5a;text-decoration:none; }
.products-list .price-box {position:absolute;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bulle_prix1.png) 0 0 no-repeat;width:62px;padding-right:5px;height:67px;margin:-20px 0 0 -30px;text-align:center;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:0 50px 0 35px; margin:0 0 10px; line-height:normal; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .cart{position:absolute;margin:-25px 0 0 520px;width:42px;height:42px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_panier.jpg) 0 0 no-repeat;}
.products-list .cart button.button {width:42px;height:42px;}
.products-list .cart button.button span {font-size:0;line-height:0;border:0;background:transparent;}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: 10px 0 0 0; font-weight: bold;}

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { display:block;color:#d83820;width:100px;margin-top:40px;line-height:10px; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }
.alert-stock a{color:#f56f00;}
/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

.price-box span.colisable,.slides span.colisable,
.widget-produit  span.colisable
{display:none;color:#fff;margin:15px 0 -25px;text-align:center;width:60px;}
.slides span.colisable,
.widget-produit span.colisable
{font-size:12px;line-height:20px;}


/* Regular price */
.regular-price { color:#fff; }
.regular-price .price { font-weight:bold; font-size:15px; color:#fff;line-height:62px;}
.block .regular-price,
.block .regular-price .price { color:#fff; }

/* Old price */
.old-price { margin:10px 0 0 0;display:block;height:12px;}
.old-price .price-label {font-size:0px;display:block;width:0;height:0;}
.old-price .price { font-weight:bold; color:#fff; text-decoration:line-through; }

/* Special price */
.special-price { margin:0;}
.special-price .price-label { font-size:0px;display:block;width:0;height:0;}
.special-price .price { font-size:15px; font-weight:bold; color:#fff; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap;position:relative;}

.minimal-price-link { display:block;margin-top:-25px;text-decoration:none;font-size:10px;}
.minimal-price-link .label {color:#fff;font-size:9px;}
.minimal-price-link .price { font-weight:bold; color:#fff; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999;}
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }


.product-shop .price { color:#f56f00; }
.products-list .product-shop .price { color:#fff; }
.product-shop .special-price .price {font-size:18px;}
.compare-table .price { color:#f56f00; }


/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#f56f00; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-bottom: 20px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
.add-to-cart button.button span{border:0;background:#f56f00;color:#fff;font-family: Arial, sans-serif;text-transform:uppercase;font-weight:normal;padding: 10px 92px;font-size: 15px;}
.add-to-cart button.button span:hover{background: #cf600f;}

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {padding:18px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_produit.png) 0 0 repeat;}
.product-view .product-name h1{border:0;}
.product-view .product-name h1 .ref {float:right;color:#746B5A;text-decoration:none;font-size:12px;line-height:24px;}

.product-essential {   }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-weight:bold; font-size:15px; color:#f56f00; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral a,
.product-collateral a.link-wishlist,
.product-collateral a.link-compare
{color:#746B5A !important;font-weight:normal;font-size:12px;}

/* Product Images */
.product-view .product-img-box { float:left;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {cursor:pointer;position:relative;width:300px;}
.product-view .product-img-box .product-image .zoom{display:none;margin-top:-15px;height:15px;width:290px;position:absolute;bottom:0;right:0;background:transparent url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_zoom.png) right bottom no-repeat;}
.product-view .product-img-box .product-image:hover .zoom {display:block;}
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; overflow:hidden; }

/*lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 116px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*lightbox */


/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .description a.more {
	text-decoration: none;
}
.product-view .product-shop .description a.more:hover {
	text-decoration: underline;
}

.product-view .product-shop .box-collateral.box-additional {margin-top:10px;}

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

.product-view .product-shop .price-box { display: inline;}
.product-view .product-shop .regular-price .price {color:#f56f00;font-weight:bold;font-size:30px;line-height:normal;}
.product-view .product-shop .colisable-current-price{color:#f56f00;font-weight:bold;font-size:18px;}
#colisable-price-kilo.old{text-decoration:line-through;margin:0 5px 0 0;}

/* Product Options */
.product-options { /*margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4;*/ }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:0 15px 15px  0; }

.product-options-bottom { padding:5px 0px;/*background-color:#fffada;  border:1px solid #e4e4e4; border-top:0; */}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#f56f00; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#f56f00; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right;margin-top:5px; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { display: inline; margin-top: -4px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }



/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/*Related*/
.products-related {}
.col-main .products-related h1 {color:#746b5a;border-bottom:3px solid #746b5a;}
.products-related div.prod {float:left;width:154px;height:150px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_dotted_vertical.png) left 0 repeat-y;text-align:center;padding:13px;}
.products-related div.prod.first{background:none;}
.products-related div.prod .product-name,
.products-related div.prod .price-box{text-align:left;}
.products-related div.prod a{color:#746b5a;text-decoration:none;}
.products-related div.prod .price{line-height:15px;color:#f56f00;}

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
#product-review-table { width: 50%; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

.cart .page-title .checkout-types li:nth-child(1),
.cart .page-title .checkout-types li:nth-child(2){
	margin-top: 9px;
}

.cart .totals .checkout-types li {
	margin-top: 0 !important;
}

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span {border:0;background:#f56f00;color:#fff;font-family:Georgia,serif;text-transform:uppercase;font-weight:normal;}
.cart-table .btn-continue span:hover,
.cart-table .btn-update span:hover {background: #f56f00;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:690px; }
.cart .cart-collaterals .col2-set .col-1,.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cart .cart-collaterals .col2-set .col-2 {float:left;margin-left:60px;}


.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {background:#fff;margin:0 0 18px; }
.cart .discount .discount-form,
.cart .shipping  .shipping-form{padding:12px 15px;}
.cart .discount h2,
.cart .shipping h2 {
	background: #8a8a8a;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 6px 3px 6px;
	font-weight: bold;
	border: 0;
}
.cart .discount button span,
.cart .shipping button span {border:0;background:#f56f00;color:#fff;font-family:Georgia,serif;text-transform:uppercase;font-weight:normal;}
.cart .discount button span:hover,
.cart .shipping button span:hover{background: #f56f00;}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#fff; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#f56f00; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#f56f00; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#ffd2b1; color:#f56f00; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress a { color: #f56f00; font-size: 12px;}
.block-progress a:hover { color: #f56f00; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative;margin:0 10px 0 0; }
.opc li.section {}

.opc .step-title { background:#eee; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff;padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Georgia,serif; color:#999;text-transform:uppercase;  }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#958D76; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#fff; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f56f00;  padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f56f00; color:#fff; }
.opc .active .step-title h2 { color:#fff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {  background:#fff; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }
.opc button.button span{border:0;background:#f56f00;color:#fff;font-family:Georgia,serif;text-transform:uppercase;font-weight:normal;}
.opc button.button span:hover{background: #f56f00;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#f56f00; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#f56f00; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#f56f00; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:0; background:url("https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_produit.png") repeat 0 0;border:0; }
.account-login .content h2 {font-size:14px; margin:0 0 14px; padding:4px 6px; background:#f56f00; text-transform:uppercase; color:#fff;font-family:Georgia,serif;}

.account-login .content p,.account-login .content ul.form-list{margin:20px;}

.account-login .buttons-set { border:1px solid #bbb6a5;margin:0; padding:8px 13px; background:url("https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_produit.png") repeat 0 0; }
.account-login .buttons-set button.button span,
.account-create .button-set button.button span {
	background: #f56f00;
	border: 1px solid #f56f00;
	font-size: 14px;
	font-family: Georgia,serif;
	text-transform: uppercase;
	font-weight: normal;
	height: auto;
	line-height: 22px;
}
.account-create .button-set button.button span:hover {background: #f56f00;}

.account-create {}

.account-create .head-alt2{}
.account-create .head-alt2 h4{font-size:14px; margin:0; padding:4px 6px; background:#f56f00; text-transform:uppercase; color:#fff;font-family:Georgia,serif;font-weight:normal;}
.account-create ul{background:url("https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_produit.png") repeat 0 0;padding: 15px 0;}
.account-create li{padding:0 15px;}
.account-create .input-text{width:200px;}
/* Account Login/Create Pages ============================================================ */




/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .page-title,.my-account .page-title{border:0;}

.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#FAFAFA;padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:2px solid #f56f00; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:15px; font-family:Georgia,serif;text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#f56f00; }

.dashboard .box .box-title { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {font-size:14px; color:#f56f00; text-transform:uppercase;font-family:Georgia,serif; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#FAFAFA;padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

.sponsorship-sponsorpoints-index table.toutdose {border:1px solid #746B5A;}
.sponsorship-sponsorpoints-index table.toutdose  td{padding:5px;}
.sponsorship-sponsorpoints-index table.toutdose .head td{font-weight:bold;}

/* ======================================================================================= */

/*pages recettes ================================================================================ */
.block-left-nav.recettes-left{float:left;}
.recettes-home {background:#faf8f1 url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_recettes_home.jpg) 740px 70px no-repeat;padding:20px;min-height:400px;}
.recettes-right{float:right;width:731px;background:#faf8f1;min-height:400px;}
.recettes-right h1,.recettes-home h1,.recettes-right h3{
	border-bottom:3px solid #f56f00;color: #f56f00;font-weight:normal;font-family:Georgia,serif;text-transform:uppercase;font-size:18px;margin:11px 13px;
}
.recettes-home h1{margin:0 0 11px 0;}
.recettes-home .texte{width:716px;margin-bottom:15px;}
.recettes-home .texte p{line-height:normal;margin-bottom:5px;}
.recettes-home ul {display:block;width:716px;}
.recettes-home li{
	float: left;
	width: 160px;
	text-transform: uppercase;
}
.recettes-home li:before {
	content: "";
	background: #f56f00;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-right: 5px;
	border-radius: 2px;
}
.recettes-home li a{color:#746B5A;text-decoration:none;}
.recettes-home li a:hover{color:#f56f00;}

.recettes-right .sort{text-align:right;padding:0 10px;}
.recettes-right .sort a{text-decoration:none;color:#746B5A;padding:0 5px;}
.recettes-right .sort a:hover{text-decoration:underline;}
.recettes-right .sort a.current{color:#f56f00;font-weight:bold;}

.recettes-right ul.temps{display:block;height:24px;}
.recettes-right ul.temps li {float:left;width:180px;color:#99ba33;font-weight:bold;}

.recettes-right .image {
	max-width: 100%;
	width: 350px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.recettes-right span.norecette{display:block;padding:10px;margin:10px;border:1px solid #f56f00;}

.recettes-right .item{padding:11px 13px;}
.recettes-right .item.odd{background:#f6f0e3;}
.recettes-right .item h2,.recettes-right h2{font-family:Georgia,serif;font-weight:bold;}
.recettes-right .item h2 a{color:#746b5a;text-decoration:none;}
.recettes-right .padding h1{color:#746b5a;font-family:Georgia,serif;font-weight:bold;border:0;font-size:18px;text-transform:none;}
.recettes-right .item .ingredients{color:#99ba33;font-weight:bold;}
.recettes-right .item a.button,
.recettes-right .toutdose a,.product-shop a.recette{padding:2px 6px;font-family:Georgia,serif;color:#fff;text-transform:uppercase;background:#f56f00;text-decoration:none;}
.recettes-right .item a.button:hover,
.recettes-right .toutdose a,.product-shop a.recette:hover{background: #f56f00;}

.recettes-right .padding {padding:11px 13px;}
.recettes-right .padding .nav{height:13px;}
.recettes-right .padding .nav a{color:#f56f00;text-decoration:none;}
.recettes-right  ul.ingredients{display:table;background:#99ba33;width:100%;color:#fff;font-size:14px;margin-bottom:15px}
.recettes-right  ul.ingredients.sachet{background:#f56f00;}
.recettes-right  ul.ingredients li{display:table-cell;padding:5px;}
.recettes-right  ul.ingredients li.titre{font-size:12px;font-weight:bold;vertical-align:top;width:150px;}
.recettes-right  ul.ingredients li.liste ul{display:block;width:480px;}
.recettes-right  ul.ingredients li.liste ul li{float:left;width:220px;background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/puce_white.png) left 11px no-repeat;padding-left:15px;}
.recettes-right  ul.ingredients li.liste ul li a{color:#fff;text-decoration:none;}
.recettes-right  ul.ingredients li.liste ul li a:hover{text-decoration:underline;}

.recettes-right .toutdose {/*height:25px;*/margin-bottom:10px;}
.recettes-right .toutdose span{float:right;}
.recettes-right .toutdose a{display:block;float:right;margin-bottom:5px;}

.form-search-left.recettes-search{width:224px;float:left;margin-top:0;}
.form-search-left.recettes-search.home{margin-top:20px;}
/* FAQ ================================================================================ */
.block-faq a{display:block;}
.block-faq h2 {font-family:Georgia,serif;font-weight:bold;color:#746b5a;}
/*page contact*/
.contacts-index-index .horaires{margin-bottom:20px;}
.contacts-index-index .horaires h2{color: #f56f00;font-family:Georgia,serif;text-transform:uppercase;font-size:14px;}
.contacts-index-index .horaires .left,.contacts-index-index .horaires .right{width:450px;padding:0 10px;}
.contacts-index-index .horaires .right{margin-right:15px;}
.contacts-index-index .maps {height:360px;padding:10px;margin-bottom:20px;}
.contacts-index-index .maps .store1{float:left;width:500px;}
.contacts-index-index .maps .store2{float:left;width:460px;}
/* Footer ================================================================================ */
.footer-container {
	background: #474747;
    border-top: 5px solid #f56f00;
}
.footer-icons-wrapper {
	background: white;
}
.footer-icons {width:980px; margin:0 auto; padding:5px 0px;}
.footer-icons ul {
	height: 75px;
	margin: 0 100px;
}
.footer-icons li {
	float: left;
	width: 200px;
	font-size: 11px;
	background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/v_separator_footer.png) left 0 repeat-y;
	height: 75px;
	padding: 0 30px;
}
.footer-icons li.first{
	background: transparent;
}
.footer-icons li a{
	display: block;
	color: #746B5A;
	text-decoration: none;
	padding: 10px 10px 0 56px;
	height: 65px;
	margin-top: 10px;
}
.footer-icons li a:hover{
	text-decoration: underline;
}
.footer-icons li.fidelite a{
	background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/ico_fidelite.png) 10px 10px no-repeat;
}
.footer-icons li.cheques a{
	background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/ico_cadeaux.png) 15px 15px no-repeat;
}
.footer-icons li.equipe a{
	background: url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/ico_contact.png) 15px 10px no-repeat;
	padding: 10px 10px 0 66px
}
.uc{
	text-transform:uppercase;
}

.footer {
	width:960px; margin:0 auto; padding:10px;
}

.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }

.footer ul{display:table;width:100%;height:100px;}
.footer ul li {display:table-cell;padding:0 5px;}
.footer ul li ul{display:block;}
.footer ul li ul li{display:block;line-height:normal;}
.footer span.titre {font-size:12px;text-transform:uppercase;font-family:Georgia,serif;text-transform:uppercase;color:#fff;display:block;margin-bottom:5px;}

.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */


/* Modal ================================================================================= */
.modal-content {
    border-radius: 0 !important;
}
.modal-header {
    padding: 15px 15px 0 15px !important;
}
.modal-header .close {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    float: right;
}
.modal-header h4 {
    color: #f56f00;
    font-family: Georgia,serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.modal-body {
    text-align: center;
    font-size: 18px;
    font-family: Georgia,serif;
}
.modal-body img {
    height: 180px;
}
.modal-footer .button {
    border: 0;
    background:#f56f00;
    color: #FFFFFF;
    font-family: Georgia,serif;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
}
.modal-footer .button:hover {
    background: #f56f00;
}

/* scrolltop ================================================================================= */

.block-scrolltop {
	position: fixed;
	bottom: 30px;
	right: 0;
	cursor: pointer;
	background: #FEFEFE;
	color: #f56f00;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding-left: 15px;
}

/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Algolia ================================================================================ */

#algolia-searchbox {
	position: absolute !important;
	right: 0;
    top: 110px;
    margin: 0 !important;
}

#algolia-searchbox label {
	display: none;
}
#algolia-searchbox #search {
	border-color: #958d76;
	width: 200px !important;
}
#algolia-searchbox .magnifying-glass {
	background-size: contain !important;
    width: 14px !important;
    height: 14px !important;
    top: 3px !important;
}
#algolia-searchbox .clear-cross {
	width: 14px !important;
    height: 14px !important;
    top: 3px !important;
}
#algolia-autocomplete-container .col9 {
	box-sizing: border-box;
}
#algolia-autocomplete-container .aa-dropdown-menu {
	width: 800px !important;
}
#autocomplete-products-footer {
	box-sizing: border-box;
}
#algolia-autocomplete-container .aa-dropdown-menu {
	border-top-color: #f56f00 !important;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
	color: #f56f00 !important;	
}
/* ======================================================================================= */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:155px; height:115px; float:none;}
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; margin:7px 0; color:#A31F2A;text-decoration:none;font-weight:normal;font-size:18px;font-family:Georgia,serif;text-transform:uppercase;}
.col-main .widget-product-link a {}

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { }
.col-main .widget-category-link a { display:block; margin:7px 0; color:#A31F2A;text-decoration:none;font-weight:normal;font-size:18px;font-family:Georgia,serif;text-transform:uppercase;}

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.pommedambre.com/skin/frontend/default/pommedambre/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#j2t-track1 {background-image:url(https://www.pommedambre.com/skin/frontend/default/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle1 {background-image:url(https://www.pommedambre.com/skin/frontend/default/default/images/j2t-thumb-n.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:move;}
#j2t-track2 {background-image:url(https://www.pommedambre.com/skin/frontend/default/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle2 {background-image:url(https://www.pommedambre.com/skin/frontend/default/default/images/j2t-thumb-orange.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:pointer;}
.j2t-loyalty-points {display:block; clear:both;}
.rewards_point_cart em {color:#EB340A;}
.form-list .field.j2t-rewardpoints-email {width: 280px;}
.form-list .field.j2t-rewardpoints-email img {vertical-align: middle;}
/* SEARCH BOX */
.ais-search-box--powered-by {
  font-size: .8em;
  text-align: right;
  margin-top: 2px;
}

input::-ms-clear {
  display: none;
}

/* PAGINATION */
#instant-search-pagination-container {
  width: 100%;
  text-align: center;
}
.ais-pagination {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 20px auto;
}
.ais-pagination li {
  display: inline-block;
}
.ais-pagination--item a {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 25px;
  background-color: white;
  color: #727272;
}

.ais-pagination li.ais-pagination--item__disabled {
  display: none;
}

.ais-pagination--item__active a {
  font-weight: bolder;
  color: #606060;
  text-decoration: underline;
}

.ais-pagination--item.ais-pagination--item__next a,
.ais-pagination--item.ais-pagination--item__previous a {
  font-weight: bold;
  color: #606060;
}

/* REFINEMENT LIST */

.ais-menu--link,
.ais-hierarchical-menu--link,
.ais-price-ranges--link,
.ais-refinement-list--label {
  padding: 4px 10px;
  cursor: pointer;
  color: #636363;
  text-decoration: none;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.ais-hierarchical-menu--item__active > div > .ais-hierearchical-link-wrapper > .ais-hierarchical-menu--link,
.ais-refinement-list--item__active > div > .ais-hierarchical-list--link,
.ais-refinement-list--item__active > div > .ais-refinement-list--label,
.ais-price-ranges--item__active > .ais-price-ranges--link{
  font-weight: bold;
  box-shadow: inset 3px 0 0 #3399cc;
}

.ais-hierearchical-link-wrapper, .ais-refinement-list--item {
  padding: 7px 0px;
}

.ais-refinement-list--label, .ais-hierarchical-menu--link {
  line-height: 1.0em;
  padding: 0px 10px;
}

.ais-refinement-list--label img {
  display: inline;
}

.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper .cross-circle,
.ais-refinement-list--item__active .cross-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://www.pommedambre.com/skin/frontend/base/default/algoliasearch/cross-circle.svg") no-repeat center center / contain;
  opacity: 0;
}

.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper:hover .cross-circle,
.ais-refinement-list--item__active:hover .cross-circle {
  text-decoration: underline;
  vertical-align: bottom;
  margin-left: 6px;
  opacity: 1;
}

.ais-refinement-list--item:hover {
  text-decoration: underline;
}

.ais-price-ranges--input
{
  width: 70px !important;
}

.ais-price-ranges--label
{
  margin: 5px;
}

.ais-refinement-list--checkbox
{
  margin-right: 10px;
}

#algolia_instant_selector .current-refinements
{
  position: relative;
}

.ais-current-refined-values--link
{
  cursor: pointer;
  color: #636363;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
  background-color: #f4f4f4;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  padding: 0 8px 0 0;
  height: 28px;
  overflow: hidden;
}

.ais-current-refined-values--clear-all
{
  position: absolute;
  right: 6px;
  top: 3px;
  color: #666666;
  font-weight: 500;
}

a.ais-current-refined-values--link:hover
{
  text-decoration: none;
}

.ais-current-refined-values--item {
  margin-top: 8px;
}

.ais-current-refined-values--item:after {
  clear: both;
  content: "";
  display: block;
}

.ais-current-refined-values--item .current-refinement-label {
  font-weight: bold;
}

.ais-current-refined-values--item .cross-wrapper {
  font-weight: bold;
  background-color: #DDDDDD;
  border-radius: 1px 0 0 1px;
  float: left;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.ais-current-refined-values--link:hover .cross-wrapper {
  text-decoration: none;
}

.ais-current-refined-values--link .cross-wrapper img {
  display: inline;
  margin-top: 6px;
}


.ais-current-refined-values--item .current-refinement-wrapper {
  float: left;
  width: calc(100% - 26px);
  height: 26px;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}

.ais-current-refined-values--link:hover .current-refinement-wrapper {
  text-decoration: line-through;
}

.ais-menu--link:hover,
.ais-price-ranges--link:hover,
.ais-hierarchical-menu--link:hover {
  color: #636363;
}
.ais-menu--count, .ais-hierarchical-menu--count, .ais-refinement-list--count {
  float: right;
  color: #666;
}

#algolia_instant_selector .ais-refinement-list--list .sbx-sffv__wrapper {
  width: 94%;
  margin: 0 auto 5px;
}

#algolia_instant_selector .ais-refinement-list--list .sbx-sffv__submit {
  display: none;
}

#algolia_instant_selector .ais-refinement-list--list .sbx-sffv__reset {
  width: 10px;
  margin-top: -30px;
  margin-right: 7px;
  background: none;
  border: none;
  box-shadow: none;
}

#algolia_instant_selector .ais-refinement-list--list .sbx-sffv__reset:hover {
  background: none;
}

#algolia_instant_selector .ais-refinement-list--list .sbx-sffv__reset svg {
  width: 15px;
  height: 15px;
  fill: #636363;
}

#algolia_instant_selector .ais-refinement-list--list  .sbx-sffv__input {
  border : 1px solid silver;
}

#algolia_instant_selector .ais-refinement-list--list  .sbx-sffv__input:focus {
  border : 1px solid #54A5CD;
}

#algolia_instant_selector .ais-refinement-list--list .sffv-no-results {
  padding-left: 3%;
}

/* RANGE SLIDER */

.ais-range-slider--target {
  position: relative;
  direction: ltr;
  background: #F3F4F7;
  height: 6px;
  margin-top: 3em;
  margin-bottom: 4em;
  width: 88%;
  margin-left: 6%;
}

.ais-range-slider--base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 2px solid #DDD;
  border-right: 2px solid #DDD;
}

.ais-range-slider--origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.ais-range-slider--connect {
  background: #b5b6b9;
}

.ais-range-slider--background {
  background: #F3F4F7;
}

.ais-range-slider--handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
}

.ais-range-slider--handle-lower {
  left: -10px;
  bottom: 7px;
}

.ais-range-slider--handle-upper {
  right: 10px;
  bottom: 7px;
}

.ais-range-slider--tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -2em;
  left: -50%;
  min-width: 20px;
  text-align: center;
  font-size: .8em;
}

.ais-range-slider--pips {
  box-sizing: border-box;
  position: absolute;
  height: 3em;
  top: 100%;
  left: 0;
  width: 100%;
}

.ais-range-slider--value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em;
}

.ais-range-slider--value-sub {
  font-size: .8em;
  padding-top: 15px;
}

.ais-range-slider--marker {
  position: absolute;
  margin-left: -1px;
  width: 1px;
  height: 5px;
}

.ais-range-slider--marker-large {
  background: #DDD;
  width: 2px;
  margin-left: -2px;
  height: 12px;
}

.ais-range-slider--marker-large:first-child {
  margin-left: 0;
}

.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
	display: none;
}

/******************
**
** Auto-completion menu
**
******************/

#algolia-autocomplete-container .aa-dropdown-menu .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag {
    color: #3284b6;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details {
  font-size: 10px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em {
  color: #222222;
}

#algolia-autocomplete-tt.algolia-autocomplete {
  width: 100%;
  display: inline-block !important;
}

#algolia-autocomplete-container .aa-dropdown-menu {
  position: absolute;
  margin-top: -1px;
  right: 0px;
  width: 100%;
  z-index: 1000 !important;
  border: 1px solid #BBB;
  border-top: 3px solid #8EB4D0;
  border-radius: 1px;
  background: white;
}

@media (min-width: 992px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    width: 71.1%;
    min-width: 800px;
  }
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 {
  position: relative;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left {
  width: 67%;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right {
  width: 33%;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products {
  padding: 40px 40px;
  min-height: 250px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .suggestions {
  margin-bottom: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .see-all a {
  color: #636363;
  font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results {
  padding: 10px;
  font-style: italic;
}

#algolia-autocomplete-container .aa-dropdown-menu .category {
  padding: 4px;
  color: rgb(166, 166, 166);
  text-align: left;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions {
  padding: 4px;
  color: #54A5CD;
  text-align: left;
  font-size: 0.7em;
  text-transform: uppercase;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #000;
  text-align: left;
  text-decoration: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-suggestions .algoliasearch-autocomplete-hit {
  padding-left: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9 {
  background-color: #F9F9F9;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
  display: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
    display: inline-block;
    width: 50%;
  }
}


#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit {
  padding: 15px 10px;
}

.autocomplete-wrapper {
  width: 100%;
}

.autocomplete-wrapper:after {
  clear: both;
  content: '';
}

#algolia-autocomplete-container .col9 {
  float: right;
  width: 100%;
}

#algolia-autocomplete-container .col3 {
  float: right;
  width: 100%;
}

#algolia-autocomplete-container.reverse .col3 {
  float: left;
  width: 100%;
}

#algolia-autocomplete-container.reverse .col9 {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  #algolia-autocomplete-container .col9 {
    border-left: solid 1px #eeeeee;
    float: right;
    width: 70%;
  }

  #algolia-autocomplete-container .col3 {
    float: right;
    width: 30%;
  }

  #algolia-autocomplete-container.reverse .col3 {
    float: left;
    width: 30%;
  }

  #algolia-autocomplete-container.reverse .col9 {
    border-right: solid 1px #eeeeee;
    float: left;
    width: 70%;
  }
}

#algolia-autocomplete-container .other-sections {
  margin: 20px 10px;
  margin-bottom: 70px;
}


.aa-dataset-products .aa-suggestions {
  margin: 10px auto 10px auto;
}

.aa-dataset-suggestions {
  display: none;
}

@media (min-width: 768px) {
  .aa-dataset-suggestions {
    display: block;
  }
}


@media (min-width: 768px) {
  .aa-dataset-products .aa-suggestions {
    margin: 10px auto 50px auto;
  }
}


.aa-dataset-products .aa-suggestions:after {
  content:'';
  display:block;
  clear: both;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
  padding-left: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-suggestions {
  margin-bottom: 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit {
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit em {
  font-weight: bold;
  font-style: normal;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
  font-size: 1.1em;
  color: #54A5CD;
  height: 22px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
  float: left;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img {
  width: 50px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
  margin-left: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#autocomplete-products-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: #F9F9F9;
  padding: 15px;
  text-align: center;
  display: none;
}

#algolia-autocomplete-container.reverse #autocomplete-products-footer {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  #autocomplete-products-footer {
    display: block;
  }
}

#autocomplete-products-footer span {
  color: #15769c;
  font-weight: 600;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  font-size: 0.8em;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
  color: #222;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  bottom: 7px;
  left: 4px;
  font-size: 13px;
}

#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
  left: auto;
  right: 4px;
}

@media (min-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
    width: 30%;
  }
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
  color: #B8B8B8;
  font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
  display: inline;
  height: 1.5em;
  vertical-align: bottom;
  max-width: 130px;
}

/**
 * Search Box
*/
#algolia-searchbox{
  margin: 20px 0;
  position: relative;
}

.clear-cross {
  position: absolute;
  display: none;
  background: url("https://www.pommedambre.com/skin/frontend/base/default/algoliasearch/clear-cross.svg") no-repeat center center / contain;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

#algolia-searchbox .clear-query-autocomplete {
  top: 13px;
  right: 12px;
}

#algolia_instant_selector .clear-query-instant {
  right: 12px;
  top: 10px;
}

.cross-wrapper .clear-refinement {
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
 }

#algolia-autocomplete-container .aa-suggestions svg.algolia-glass-suggestion.magnifying-glass {
	position: absolute;
	right: auto;
	left: 5px;
	top: 7px;
	fill: #A6A6A6;
	stroke: #A6A6A6;
}

#algolia-searchbox .magnifying-glass {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: block;
  top: 10px;
  background: url("https://www.pommedambre.com/skin/frontend/base/default/algoliasearch/magnifying-glass.svg") no-repeat center right / 20px;
}

#algolia-searchbox .algolia-search-input {
  width: 300px;
  float: right;
}

#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
  background: transparent;
}


#algolia-searchbox .algolia-search-input:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #54A5CD;
}

/**
 * Instant Search
 */

#algolia_instant_selector {
  margin: 10px;
}

#algolia_instant_selector a,
#algolia_instant_selector a:hover,
#algolia_instant_selector a:focus {
  outline: 0;
}

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

#algolia_instant_selector .category {
}

#algolia_instant_selector .title {
}

#algolia_instant_selector .title img {
  width: 200px;
}

#algolia_instant_selector .text-ellipsis
{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#algolia_instant_selector #instant-search-bar {
  float: left;
  width: calc(100% - 140px);
  height: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  border: solid 2px #54A5CD;
  border-left: none;
  padding-left: 6px;
  padding-top: 2px;
}

#algolia_instant_selector.with-facets #algolia-right-container {
}

#algolia_instant_selector.with-facets #algolia-left-container {
  min-height: 1px;
}

#algolia_instant_selector .hits .infos {
  margin: 0 15px;
  padding: 6px 10px;
  color: #aaa;
  text-align: center;
  background: #F4F4F4;
  font-size: 12px;
  clear: both;
}
#algolia_instant_selector .hits .infos strong {
  color: #555;
}

#algolia_instant_selector .hits .sort-by-label {
  margin-right: 8px;
}

#algolia_instant_selector .hits .no-results {
  margin: 40px 25px;
  color: #636363;
  font-size: 16px;
}

#algolia_instant_selector a:hover {
  color: #666666;
}

#algolia_instant_selector .hits .no-results strong {
  color: #555;
}

#algolia_instant_selector .hits .no-results .clear-button {
  cursor: pointer;
}

#algolia_instant_selector .hits .no-results .popular-searches {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

/**
 * Facets
 */

#algolia_instant_selector .infos .algolia-logo {
  font-size: 10px;
}

#algolia_instant_selector .facets {
  padding-top: 50px;
}

@media (max-width: 992px) {
  #algolia_instant_selector .facets {
    padding-top: 10px;
  }
}

#algolia_instant_selector .ais-current-refined-values.facet .ais-current-refined-values--body {
  padding-left: 8px;
}

#algolia_instant_selector .facet {
  margin-bottom: 15px;
  padding-bottom: 6px;
  background-color: white;
  border: solid 1px #efefef;
}

#algolia_instant_selector .facet:not(:first-child) {
  margin-top: 10px;
}

#algolia_instant_selector .ais-header {
  margin-bottom: 7px;
}

#algolia_instant_selector .ais-header.ais-current-refined-values--header {
  margin-bottom: 13px;
}

#algolia_instant_selector .facet .name {
  padding: 4px 8px;
  font-weight: 500;
  background-color: #f4f4f4;
  color: #757575;
  text-align: left;
  text-transform: uppercase;
}

.ais-current-refined-values.facet {
  position: relative;
}

#algolia_instant_selector .as-range-slider--base
{
    margin-top: 45px;
}

#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list
{
  padding-left: 10px;
}

#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list.ais-hierarchical-menu--list__lvl0
{
  padding-left: 0px;
}

#algolia_instant_selector .facet .sub_facet:not(:last-child) {
  border-bottom: 1px dotted #e0e0e0;
}

#algolia_instant_selector .text-center {
  text-align: center;
}

#algolia_instant_selector em {
  background-color: #CFEAFA;
  font-style: normal;
}

#algolia_instant_selector h1 {
  margin: 0;
}

#algolia_instant_selector .result {
  display: block;
  margin: 15px 0;
  padding: 16px 24px;
  border: solid 1px #EDEDED;
  background-color: white;
}

#algolia_instant_selector .price-wrapper {
  height: 25px;
}

#algolia_instant_selector .result:hover {
  border-color: #b9b9b9;
  text-decoration: none;
}

#algolia_instant_selector .result .result-thumbnail {
  text-align: center;
}

#algolia_instant_selector .result .result-thumbnail img {
  display: inline;
  height: 148px;
  width: auto;
}

#algolia_instant_selector .result .result-thumbnail .no-image {
  display: block;
  height: 148px;
  background: #FAFAFA;
}

#algolia_instant_selector .result .ratings .rating-box {
  margin: 0 auto 10px;
  float: inherit;
}

#algolia_instant_selector h3
{
  margin-bottom: 0;
}

#algolia_instant_selector .result .price {
  text-align: center;
  font-size: 1.2em;
  color: #54A5CD;
}

#algolia_instant_selector .result .result-title {
  font-size: 14px;
  text-align: center;
  color: #636363;
}

#algolia_instant_selector .ui-widget-header {
  background-color: #bcbcbc;
}

#algolia_instant_selector .result-thumbnail img {
  width: 100%;
}


/** INSTANT SEARCH BAR **/

#algolia_instant_selector #instant-search-bar-container {
  padding-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

#algolia_instant_selector #instant-search-bar-container:after {
  clear: both;
  content: "";
  display: block;
}

#algolia_instant_selector .as-search-box--input {
  width: 100%;
  height: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#algolia_instant_selector #instant-search-bar:focus {
    outline: 0;
    box-shadow: none;
}

#algolia_instant_selector #instant-search-box label {
  display: none;
}

#algolia_instant_selector .instant-search-bar-label {
  background-color: #54A5CD;
  height: 40px;
  line-height: 24px;
  padding: 8px 12px;
  color: white;
  float: left;
  width: 140px;
  text-align: right;
  position: relative;
}

#algolia_instant_selector #instant-search-box .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("https://www.pommedambre.com/skin/frontend/base/default/algoliasearch/is-icon.svg") no-repeat center center / contain;
}
#algolia_instant_selector #instant-search-box .clear-query-instant {
  top: 50%;
  transform: translateY(-50%);
}

#algolia_instant_selector .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}

#algolia_instant_selector button:hover {
  background: #2E8AB8 none repeat scroll 0% 0%;
  cursor: pointer;
}

.ais-price-ranges--button {
  background: #39C none repeat scroll 0% 0%;
  padding: 5px 15px;
  margin-left: 10px;
  border: 0px none;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

#algolia_instant_selector button:not(.ais-price-ranges--button) {
  background: #f4f4f4 none repeat scroll 0% 0%;
  display: block;
  margin: auto;
  margin-top: 0px;
  padding: 7px 15px;
  border: 0px none;
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

#algolia_instant_selector button:not(.ais-price-ranges--button):hover {
  background: rgb(53, 153, 204) none repeat scroll 0% 0%;
  color: white;
}

#algolia_instant_selector .pull-left {
  float: left;
}

#algolia_instant_selector .pull-right {
  float: right;
}

#algolia_instant_selector #refine-toggle
{
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: solid 1px #EDEDED;
  margin: 10px 0 20px 0;
  font-weight: bold;
  cursor: pointer;
}

#algolia-static-content
{
  margin-bottom: 20px;
}

/**
** GRID
*/

#algolia_instant_selector, #algolia_instant_selector *,
#search_mini_form, #search_mini_form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#algolia_instant_selector:before, #algolia_instant_selector:after,
#algolia_instant_selector *:before, #algolia_instant_selector *:after,
#search_mini_form:before, #search_mini_form:after,
#search_mini_form *:before, #search_mini_form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #algolia_instant_selector .col-sm-6 {
    width: 50%;
    float: left;
  }
}

#algolia_instant_selector .col-md-3, #algolia_instant_selector .col-md-4, #algolia_instant_selector .col-md-9, #algolia_instant_selector .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
  #algolia_instant_selector .col-md-3, #algolia_instant_selector .col-md-4, #algolia_instant_selector .col-md-9, #algolia_instant_selector .col-md-12 {
    float: left;
  }
  #algolia_instant_selector .col-md-12 {
    width: 100%;
  }
  #algolia_instant_selector .col-md-9 {
    width: 75%;
  }
  #algolia_instant_selector .col-md-4 {
    width: 33.33333333%;
  }
  #algolia_instant_selector .col-md-3 {
    width: 25%;
  }
}

#algolia_instant_selector .row {
	margin-left: -15px;
	margin-right: -15px;
}

#algolia_instant_selector .row:before, #algolia_instant_selector .row:after {
  content: " ";
  display: table;
}

#algolia_instant_selector .row:after {
  clear: both;
}

#algolia_instant_selector .visible-xs, #algolia_instant_selector .visible-sm {
  display: none !important
}

#algolia_instant_selector .hidden-xs, #algolia_instant_selector .hidden-sm {
  display: block !important
}

@media (max-width: 767px) {
  #algolia_instant_selector .visible-xs {
    display: block !important
  }

  #algolia_instant_selector .hidden-xs {
    display: none!important
  }
}

@media (max-width: 992px) {
  #algolia_instant_selector .visible-sm {
    display: block !important
  }

  #algolia_instant_selector .hidden-sm {
    display: none!important
  }
}

#algolia-autocomplete-container:after, .autocomplete-wrapper:after {
  clear: both;
  content: '';
}

#algolia-right-container .infos.hidden {
	display: none;
}

.algolia-clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.ais-infinite-hits--showmore > button:disabled {
  display:none !important;
}

