@import url("http://fonts.googleapis.com/css?family=Exo+2|Exo:400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900italic,900,300italic,300");

* {
  margin:0;
  padding:0;
}
body {
  line-height:1.55;
  text-align:left;
	min-width:320px;
}
img {
  border:0;
  outline:none;
  vertical-align:top;
	/*max-width: 100%;*/
}
a {
  -webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  outline:none;
  text-decoration:none;
  transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
a span{
  -webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
a:hover { text-decoration:none; }
:focus { outline:0; }
.page ul, .page ol {
  margin:0;
  padding:0;
}
.marg25 { margin-top: 25px }
.marg50 { padding-top: 50px }
.marg68 { margin-top: 68px }
.marg75 { margin-top: 75px }
.marg100 { margin-top: 100px }
.marg125 { margin-top: 125px }
.marg150 { margin-top: 155px }
ul, ol { list-style:none outside none; }
select { padding:4px 6px 4px 2px; }
input.input-text, select, textarea {
  background:none repeat scroll 0 0 #ffffff;
  border:1px solid #dddddd;
}
input, select, textarea, button {
  font:12px / 15px Arial, Helvetica, sans-serif;
  vertical-align:middle;
}
select option {
  padding-right:10px;
  text-transform:capitalize;
}
input.qty {
  width:2.5em !important;
  margin-top:3px;
}
input.input-text, textarea { padding:4px 6px; }
input.input-text, textarea, input.qty {
  border:0px solid #e5e5e5;
  box-shadow:0 0 0px 0 #eaeaea inset;
  background-color:#e5e5e5;
  padding:5px 10px;
  width:100%;
  margin-bottom:5px;
}
.main { text-align:left; }
.main-container .am-main-container .main { background:none; }
.feature .icon { float:left; }
.feature.large .icon {
  max-height:50px;
  max-width:50px;
}
div.icon.large, span.icon.large {
  height:50px;
  padding:5px;
  width:50px;
}
.feature  h3 { overflow:hidden; }
.feature img { max-width:100%; }
.main-top .slide, .am-bottom .slide {
  padding-right:10px;
  padding-left:10px;
}
.main-top .slide p { margin-bottom:75px; }
.col-main{
	margin-bottom:30px;
}
.col2-set-cart .col-1 {
  float:left;
  width:48.5%;
  margin-right:3%;
}
.col2-set-cart .col-2 {
  float:left;
  width:48.5%;
}
.col2-set-cart .col-narrow { width:32%; }
.col2-set-cart .col-wide { width:65%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col2-set2 .col-narrow { width:32%; }
.col2-set2 .col-wide { width:65%; }
.col3-set .col-1 {
  float:left;
  width:32%;
}
.col3-set .col-2 {
  float:left;
  margin-left:2%;
  width:32%;
}
.col3-set .col-3 {
  float:right;
  width:32%;
}
.col4-set .col-1 {
  float:left;
  width:23.5%;
}
.col4-set .col-2 {
  float:left;
  margin:0 2%;
  width:23.5%;
}
.col4-set .col-3 {
  float:left;
  width:23.5%;
}
.col4-set .col-4 {
  float:right;
  width:23.5%;
}
.account-login .col2-set {
  float:left;
  width:48.5%;
}
.account-login .col2-set2 {
  float:right;
  width:48.5%;
}
.my-account .col2-set .col-1 {
  float:left;
  width:48.5%;
}
.my-account .col2-set .col-2 {
  float:right;
  width:48.5%;
}
.checkout-onepage-index .col-right .slider-block-wrapper, .checkout-onepage-index .col-right .slider-product-wrapper, .checkout-onepage-index .col-right .slider-attribute-wrapper { display:none; }
.checkout-onepage-index .block-progress .block-title { padding:26px 0 20px; }
.checkout-onepage-index .col2-set {
  width:100%;
  float:none;
}
.checkout-onepage-index .col2-set .col-1 {
  float:left;
  width:48.5%;
}
.checkout-onepage-index .col2-set .col-2 {
  float:right;
  width:48.5%;
}

table.form {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}


/* =============== layout cart =============== */

/*.header #cart {
	float: right;
	margin: 18px 0;
	text-align: left;
	position: relative;
}
.header #cart .heading {
	text-align: center;
	background-color: #eee;
}
.header #cart .heading:after {
	top: 0;
	right: 0;
	color: #fff;
	width: 42px;
	height: 100%;
	display: block;
	font-size: 23px;
	content: "\e603";
	line-height: 37px;
	position: absolute;
}
.header #cart .heading h4 {
	display: none;
}
.header #cart .heading a {
	z-index: 1;
	color: #888;
	display: block;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-right: 42px;
	text-decoration: none;
}
.header #cart .heading > a:hover {
	color: #444;
}
.header #cart .heading > a span {
	display: block;
	padding: 8px 15px 9px 15px;
}*/


.header #cart .content {
	right: 0;
	top: 100%;
	opacity: 0;
	z-index: 3;
	width: 380px;
	position: absolute;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	line-height: 160%;
}
.header #cart .inner {
	color: #858585;
	margin-top: 20px;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.header #cart.active .content {
	top: 80%;
	opacity: 1;
	visibility: visible;
}
.mini-cart-total {
	margin-top: 2px;
}
.mini-cart-info {
	max-height:392px;
	overflow:auto;
}
.mini-cart-info td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.mini-cart-info .name {
	text-align: left;
}
.mini-cart-info td.name a {
	color: #444;
	text-decoration: none;
}
.mini-cart-info .name span {
	display: block;
	font-size: 11px;
}
.mini-cart-info .image img {
	width: 20px;
	height: 20px;
}
.mini-cart-info .remove img {
	cursor: pointer;
	vertical-align: baseline;
}
.mini-cart-total table {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.mini-cart-total td {
	padding: 2px 0;
}
.mini-cart-total .total {
	text-align: right;
}
.header #cart .checkout {
	text-align: center;
	margin: 15px 0 10px 0;
}
.header #cart .checkout a {
	font-size: 16px;
	padding: 9px 15px;
}
.header #cart .empty {
	padding: 50px 0;
	text-align: center;
}


/* SEPARATEUR */
.separateur {
	border-top: 1px dashed #e3e3e3;
	margin: 30px 0;
}


/* BUTTONS */
.buttons {
	border-top: 1px solid #e3e3e3;
}
.buttons:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.buttons .button {
	margin: 20px 0;
	padding: 9px 30px;
}


a.btn-cart span{
	color:#545454;
}



/* =============== DEFAULT HTML - BUTTONS =============== */
.button {
	color: #fff;
	border: none;
	text-indent: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.button:hover {
	text-decoration: none;
}

button.button {
  background:transparent;
  border:none;
  cursor:pointer;
  margin:0;
  outline:none;
  overflow:visible;
  padding:0;
  position:relative;
  z-index:0;
  padding:0px;
  border:1px solid #aec671;
}

button.button[disabled] {
	background-color:gray;
	   /* Firefox */
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5sease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}


button.button span:not(.icon-spin5) {
  background:none;
  border:0 none;
  color:#ffffff;
  display:block;
  text-transform:capitalize;
  padding:0 30px;
  font-size:18px;
  height:40px;
  line-height:40px;
  text-align:center;
  white-space:nowrap;
}

button.button span.icon-spin5 {
	color:#ffffff;
}

button.button span span {
  border:0 none;
  padding:0;
}
ul.form-list { margin:0; }
ol.form-list { margin:0; }
.form-list select { width:100%; }
.form-list li {
  margin:0;
  padding:2px 0;
}
.form-list li.control label {
  float:left;
  margin:-1px 0 0 5px;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
  float:left;
  margin:0;
  outline:none;
}
.form-list li.control .input-box {
  clear:none;
  display:inline;
  width:auto;
}
.form-list li.additional-row {
  border-top:1px solid #cccccc;
  margin-top:10px;
  padding-top:7px;
}
.form-list li.additional-row .btn-remove {
  float:right;
  margin:5px 0 0;
}
.form-list label {
  float:left;
  position:relative;
  z-index:0;
  font-weight:normal;
  font-size:14px;
  color:#868686;
  font-family:arial, helvetica, sans-serif;
}
.form-list label.required em {
  float:right;
  font-style:normal;
  position:absolute;
  right:-8px;
  top:0;
}
.form-list .input-box {
  clear:both;
  display:block;
}
.form-list textarea { height:10em; }
.form-list .input-range input.input-text { width:74px; }
.buttons-set {
  clear:both;
  margin:10px 0 0;
  padding:5px 0 0;
  text-align:right;
}
.customer-account-forgotpassword #form-validate ul.form-list, .customer-account-forgotpassword #form-validate ol.form-list { padding:0; }
.validation-advice {
  background:url('../images/validation_advice_bg.gif') 2px 0 no-repeat;
  clear:both;
  color:#eb340a;
  line-height:12px;
  margin:3px 0 0;
  min-height:12px;
  padding-left:15px;
  width:272px;
}
.validation-failed {
  background:#faebe7;
  border:1px dashed #eb340a;
}
.subscribe .validation-failed {
  background-color:#d0d0d0;
  margin:0;
  padding:4px 0 4px 3px;
}
p.required {
  text-align:left;
  color:#eb340a;
}
.error {
  color:#df280a;
  font-weight:bold;
}
.messages, .messages ul {
  list-style:none;
  margin:0;
  padding:0;
}
.messages {
  color:#3d6611;
  font-weight:bold;
  overflow:hidden;
  width:100%;
}
.messages li {
  margin:0 0 10px;
  list-style:none outside none;
}
.messages li li { margin:0 0 3px; }
.error-msg, .success-msg, .note-msg, .notice-msg {
  -webkit-border-radius:5px;
  background-position:10px 50%;
  background-repeat:no-repeat;
  border-radius:5px;
  border-style:solid;
  border-width:1px;
  font-size:100%;
  margin:10px 0;
  min-height:24px;
  padding:10px 8px 8px 32px;
}
#messages_product_view { margin-top:0px; }
#messages_product_view .note-msg, #messages_product_view .notice-msg {
  background-color:#efefef;
  background-image:url("../images/i_msg-note.gif");
}
.error-msg {
  background-color:#faebe7;
  background-image:url("../images/i_msg-error.gif");
  border-color:#f16048;
  color:#df280a;
}
.success-msg {
  background-color:#eff5ea;
  background-image:url("../images/i_msg-success.gif");
  border-color:#446423;
  color:#3d6611;
}
.note-msg, .notice-msg {
  background-color:#fcfcfc;
  background-image:url("../images/i_msg-note.gif");
  border-color:#ececec;
  color:#3d6611;
}
.cms-home .main-breadcrumbs { display:none; }
.breadcrumbs {
  line-height:35px;
  margin:0;
  outline:none;
  padding:0;
}

.breadcrumbs a:after {
  font-family:'FontAwesome';
  content: "\f105";
  margin-left: 5px;
  line-height: 2;
  display: inline-block;
}


.breadcrumbs .breadcrumbs-container {
  padding:0 25px 0px;
  background:#ffffff;
}
.breadcrumbs .am-page-title h2 {
  color:#333333;
  font-size:200%;
  font-weight:lighter;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.breadcrumbs ul { margin:0 auto; }
.breadcrumbs li {
  display:inline;
  outline:none;
  padding:0 5px;
}
.breadcrumbs li:first-child { padding-left:0; }
.breadcrumbs li:last-child {
  background:none transparent;
  padding-right:0;
}
.breadcrumbs li strong {
  font-weight:normal;
  outline:none;
  color:#a5965b;
}
.breadcrumbs li a {
  border:0;
  font-size:15px;
  outline:none;
  text-decoration:none;
}
.breadcrumbs li.home a { padding:0 0 0 0; }
.am-main-container { padding:30px 0 0 0; }
.block-progress dt {
  background-color:#ececec;
  font-weight:normal;
  height:auto;
  line-height:normal;
  margin:0 0 8px 0;
  outline:medium none;
  padding:10px;
}
.block-progress dt.complete {
  background-color:#ececec;
  margin:0;
}
.block-progress dd {
  border-top:0;
  border:1px solid #dedede;
  margin:0 0 6px;
  padding:8px 13px;
  color:#ffffff;
}
.block-progress p { margin:0; }
.block-progress .cards-list dt {
  background:none;
  border:0 none;
  color:inherit;
  margin:5px 0;
  padding:0;
}
.block-progress .cards-list dd {
  border:0 none;
  margin:0;
  padding:0;
}
.block-progress .cards-list .info-table th { font-weight:normal; }
.block-progress address { color:#ffffff; }
.opc {
  margin:0;
  position:relative;
}
.opc .section .step-title, .opc .active .step-title { background-color:#e65c4d; }
.opc .ul {
  list-style:disc outside;
  padding-left:18px;
}
.opc li.section { margin:5px 0; }
.opc li.section ul { margin:0; }
.opc .step-title { padding:5px; }
.opc .step-title .number {
  background:#ffffff;
  float:left;
  font-weight:bold;
  line-height:14px;
  margin:2px 5px 0 0;
  padding:0 4px;
}
.opc .step-title h2 {
  float:left;
  font-size:14px;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  font-family:arial, helvetica, sans-serif;
}
.opc .step-title a {
  display:none;
  float:right;
  line-height:16px;
}
.opc .step {
  border-top:0;
  border:1px solid #dedede;
  padding:15px;
  position:relative;
}
.opc .step .tool-tip { right:30px; }
.opc .section .step-title h2, .opc .active .step-title h2 {
  color:#ffffff;
  outline:none;
}
.opc .gift-messages-form {
  background:#f6f1eb;
  border-width:1px 0;
  border:1px solid #e9e4de;
  margin:0 -30px;
  padding:22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  height:260px;
  overflow:auto;
  padding:5px;
}
.sp-methods input.radio {
  margin:0 3px 2px 0;
  display:inline;
}
.sp-methods label {
  display:inline;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.checkout-onepage-success .page-title { margin-bottom:15px; }
.checkout-onepage-success h1 { text-align:center; }
.checkout-onepage-success h2.sub-title {
  font-size:170%;
  font-weight:normal;
  line-height:normal;
  margin:30px 0 20px;
  padding:0;
  text-align:center;
}
.checkout-onepage-success .col-main p {
  line-height:25px;
  margin:0;
  padding:0;
  text-align:center;
}
.checkout-onepage-success .col-main .buttons-set { text-align:center; }
.checkout-cart-index .col-main .page-title h1, .checkout-cart-index .col-main .page-title h2 {
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
}
.checkout-cart-index .col-main .cart-empty {
  margin:0 auto;
  text-align:center;
}
#checkout-review-table-wrapper table h1, #checkout-review-table-wrapper table h2, #checkout-review-table-wrapper table h3, #checkout-review-table-wrapper table h4, #checkout-review-table-wrapper table h5, #checkout-review-table-wrapper table h6 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
}
.opc .form-list .fields select, .opc .form-list .fields select:focus { outline:none; }
#opc-login h3 { border-bottom:1px solid #ececec; }
#opc-login h1, #opc-login h2, #opc-login h3, #opc-login h4, #opc-login h5, #opc-login h6 {
  font-size:100%;
  font-weight:normal;
  line-height:normal;
  outline:medium none;
  padding:0;
}
#opc-login h1.title, #opc-login h2.title, #opc-login h3.title, #opc-login h4.title, #opc-login h5.title, #opc-login h6.title {
  font-size:130%;
  padding:0 0 5px 0;
  text-transform:uppercase;
}
#opc-login .step-title h1, #opc-login .step-title h2, #opc-login .step-title h3, #opc-login .step-title h4, #opc-login .step-title h5, #opc-login .step-title h6 {
  font-size:100%;
  outline:none;
}
#opc-login .col-2 #login-form h4 {
  margin:0;
  outline:none;
  padding:0;
}
#payment_form_ccsave select {
  margin-top:10px;
  outline:none;
}
#payment_form_ccsave input.input-text { margin-top:10px; }
#opc-review .step {
  border:0;
  padding:0;
}
#opc-review .product-name { font-weight:normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set .please-wait { outline:none; }
#opc-review .authentication {
  margin:0 auto;
  width:570px;
}
#opc-review .warning-message {
  color:#222222;
  font-weight:bold;
  padding:10px 10px 0;
  text-align:center;
}
.page-title {
  line-height:normal;
  margin:0;
  outline:none;
  overflow:hidden;
  padding:18px 0;
  border-bottom:1px solid #e3e3e3; 
}
.page-title h1, .page-title h2, .page-title h3 {
  font-size:200%;
  font-weight:300;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
  color:#333333;
}
.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;
  text-align:left;
}
.title-buttons button.button { margin-top:3px; }
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle, .multiple-checkout .sub-title { padding:0; }
.data-table {
  border:1px solid #dedede;
  float:left;
  width:100%;
}
.data-table th {
  font-weight:bold;
  padding:10px;
  white-space:nowrap;
  display:table-cell;
  text-align:left;
}
.data-table tr.last th, .data-table tr.last td { border-bottom:0; }
.data-table td {
  border:1px solid #dedede;
  padding:10px;
}
.data-table thead th {
  background:#ececec;
  border-right:1px solid #dedede;
  font-weight:normal;
  padding:10px;
  vertical-align:middle;
  white-space:nowrap;
}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a { color:#ffffff; }
.data-table thead th .tax-flag { white-space:nowrap; }
.data-table tfoot { border-bottom:1px solid #dedede; }
.data-table tfoot tr.first td { background:#ececec; }
.data-table tfoot tr.first td.a-right.last { overflow:hidden; }
.data-table tfoot td {
  border-bottom:0;
  border-right:1px solid #dedede;
}
.data-table tfoot strong { font-size:110%; }
.data-table tbody th, .data-table tbody td { border-bottom:1px solid #dedede; }
#product-attribute-specs-table th, #product-attribute-specs-table td { vertical-align:middle; }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top:0 none; }
.data-table .label {
  line-height:20px;
  color:#666666;
}
table#product-attribute-specs-table { width:100%; }
.page .label, .page .badge {
  background-color:transparent;
  border-radius:0 0 0 0;
  font-size:100%;
  text-shadow:none;
}
.page table th.label { display:block; }
.page .table th, .page .table td {
  outline:medium none;
  padding:12px;
  vertical-align:middle;
}
.table th, .table td {
  border-top:1px solid #dddddd;
  line-height:20px;
  padding:8px;
  text-align:left;
  vertical-align:top;
}
.grouped-items-table { margin-bottom:10px; }
.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 #dedede; }
.data-table tbody td .option-label {
  font-style:italic;
  font-weight:bold;
}
.data-table tbody td .option-value { padding-left:10px; }
.info-box {
  background:url("../images/bkg_block-title.gif") 0 0 repeat-x;
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.info-box h2 { font-weight:bold; }
.info-table th {
  font-weight:bold;
  padding:2px 15px 2px 0;
}
.info-table td { padding:2px 0; }
.cart .cart-collaterals { padding:20px 0; }
.cart .cart-collaterals .crosssell {
  border:1px solid #dedede;
  margin:0;
  padding:15px;
}
.cart .cart-collaterals .crosssell h2 {
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.cart .cart-collaterals .crosssell li.item {
  padding:10px 0;
  border-top:1px solid #dedede;
}
.cart .cart-collaterals .crosssell .product-image {
  display:block;
  float:left;
  outline:medium none;
}
.cart .cart-collaterals .crosssell .product-details {
  float:left;
  width:75%;
  padding-left:10px;
}
.cart .cart-collaterals .crosssell .product-details .button.btn-cart { float:left; }
.cart .cart-collaterals .crosssell .product-details .confix-produclist {
  margin-left:5px;
  width:auto;
}
.cart .cart-collaterals .crosssell .product-name {
  font-size:102%;
  font-weight:normal;
  margin:0;
  outline:medium none;
  padding:0 0 0 5px;
}
.cart .discount, .cart .shipping {
  border:1px solid #dedede;
  margin:0 0 20px;
  padding:15px;
}
.cart .discount h2, .cart .shipping h2 {
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:0;
  text-transform:uppercase;
}
.cart .discount .discount-form label {
  margin:2px 0;
  font-weight:normal;
  line-height:20px;
}
.cart .discount .input-box {
  margin:8px 0;
  width:100%;
}
.cart .totals .cart-totals { border:1px solid #dedede; }
.cart .totals table {
  margin:0;
  padding:15px;
}
.cart .totals td {
  padding:5px;
  text-align:right;
}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {
  outline:none;
  text-transform:uppercase;
}
.cart .totals .checkout-types {
  outline:none;
  padding:15px;
  text-align:center;
}
.cart .totals .checkout-types li {
  clear:both;
  margin:10px 0;
}
.cart .totals .checkout-types li a { outline:none; }
.cart ul.checkout-types { margin:0; }
#shopping-cart-totals-table {
  margin:15px auto 0;
  padding:0;
}
#shopping-cart-totals-table tfoot td {
  font-size:150%;
  outline:medium none;
  text-transform:uppercase;
}
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse {
  background:url("../images/bkg_collapse.gif") 0 5px no-repeat;
  cursor:pointer;
  float:right;
  padding-left:20px;
  text-align:right;
}
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {
  background-color:#dae1e4;
  color:#626465;
}
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
.cart-tax-info { display:block; }
.cart-tax-info, .cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total {
  background:url("../images/bkg_collapse.gif") 100% 5px no-repeat;
  cursor:pointer;
  display:block;
  padding-right:20px;
}
.cart-tax-info .price, .cart-tax-total .price {
  display:inline !important;
  font-weight:normal !important;
}
.cart-tax-total-expanded { background-position:100% -52px; }
.std .subtitle { padding:0; }
.std ol.ol {
  list-style:decimal outside;
  padding-left:0.5em;
}
.std ul.disc {
  list-style:disc outside;
  margin:0 0 10px;
  padding-left:18px;
}
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin:0 0 10px;
  outline:none;
  padding:0;
  color:#787878;
  font-size:13px;
  line-height:22px;
}
.std ul {
  list-style:disc outside;
  padding-left:0.5em;
}
.std ol {
  list-style:decimal outside;
  padding-left:0.5em;
}
.std ul ul { list-style-type:circle; }
.std ul ul, .std ol ol, .std ul ol, .std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote {
  font-style:italic;
  padding:0 0 0 1.5em;
}
.std address { font-style:normal; }
.std b, .std strong { font-weight:bold; }
.std i, .std em { font-style:italic; }
.header-container .header-top .header-content-right, .header-container .header-top .header-top-link { text-align:center;}
.header-container .header-content { background-color:#a5965b; }
.header-container .header-innner {
  position:relative;
  padding:0;
}
.header-container .header a { outline:medium none; }
.header-container .header-top {
  background-color:#eeeeee;
  border-top:1px solid #ed532f;
  line-height:34px;
}
.header-container .header-top p.welcome-msg {
  float:left;
  text-align:left;
  margin:0;
  color:#ffffff;
  padding:0 0 0 19px;
  font-size:100%;
}
.header-container .language-switcher { float:left; }
.header-container .form-language, .header-container .currency_top { float:left; }
.header-container .form-language select, .header-container .currency_top select {
  background:none;
  border:medium none;
}
.header-container .form-language .language-label, .header-container .form-language .hidden-tablet, .header-container .currency_top .language-label, .header-container .currency_top .hidden-tablet {
  font-weight:normal;
  margin:0;
}
.header-container ul.links {
  margin:0;
  padding:0;
  float:right;
}


.header-container ul.contact-top li {
    float: left;
    padding: 0 10px;
    line-height: 33px;
    border-right: 1px solid #eee;
    font-size: 12px;
    font-family: 'open sans';
    font-weight: 300;
}
.header-container ul.contact-top li a{
    color:#555;
}
.header-container ul.contact-top li:first-child { padding-left: 0px }
.header-container ul.contact-top li:last-child { border-right: 0px }
.header-container ul.contact-top li i { font-size: 14px }







.header-container ul.links li {
  float:left;
  margin:0;
  outline:medium none;
  padding-right: 10px;
  text-decoration:none;
  text-transform:capitalize;
  background-repeat:no-repeat;
  background-position:0 0px;
  margin:0 1px;
}

.header-container ul.links li a{
	outline:medium none;
	text-decoration:none;
	margin:0 1px;
	font-size:12px;
	font-family:"open sans";
}

 
.header-container ul.links li.first {
  background-image:url("../images/my_account.png");
  padding-left: 27px;
  background-repeat:no-repeat;
  background-position:0 0;
}
.header-container ul.links li.last {
  background-image:url("../images/login.png");
   padding-left: 27px;
  background-repeat:no-repeat;
  background-position:0 0;
}

.header-container ul.links li.top-link-wishlist {
  background-image:url("../images/wishlist.png");
  padding-left: 27px;
  background-repeat:no-repeat;
  background-position:0 10px;
}

.header-container ul.links li.top-link-checkout {
  background-image:url("../images/checkout.png");
  padding-left: 27px;
  background-repeat:no-repeat;
  background-position:0 0;
 
}


.header-container ul.links li.top-link-devis i{
 color:#999999;
}
.header-container ul.links li.top-link-devis a{
 /* position:relative;
  left:-14px;
  top:-2px;*/
 
}

.header-container ul.links li.top-link-cart {
  background-image:url("../images/my-cart.png");
  padding-left: 27px;
  background-repeat:no-repeat;
  background-position:0 0;
}
.header .header-act {
  padding:20px 0;
}
.header .logo {
  outline:medium none;
  /*padding:37px 0 30px 0;*/
  margin-left:10px;
  text-align:left;
  display:inline-block;
}
.header .logo h1 { margin:0; }
.header .logo strong {
  height:0;
  left:-999em;
  line-height:0;
  overflow:hidden;
  position:absolute;
  text-indent:-999em;
  top:-999em;
  width:0;
}
.header .top-search {margin:20px 0 ; }
.header .quick-access .search-icon {
  color:#999999;
  cursor:pointer;
  font-size:120%;
  line-height:40px;
}
.header .quick-access .search-icon:hover {
  background-color:#ed532f;
  color:#ffffff;
}
.header .form-search {
  position:relative;
 /* margin:35px 0 0 0;*/
  display: inline-block;
  width: 100%;
}
.header .form-search input#search {
  background:none repeat scroll 0 0 #eeeeee;
  box-shadow:none;
  float:right;
  height:40px;
  line-height:40px;
  margin:0;
  overflow:hidden;
  width:100%;
  padding:0 45px 0 7px;
}

.header .form-search .button-search {
  top: 0;
  width: 40px;
  right: 0;
  height: 40px;
  border: none;
  cursor: pointer;
  position: absolute;
  line-height: 40px;
  padding:4px 0 0 8px;
}


header .form-search .button-search:before {
  font-size: 140%;
}

.header .form-search button.button {
  position:absolute;
  right:0;
  top:35px;
  background:none;
  border:0;
}
.header .form-search button.button:hover { background:#f56032; }
.header .form-search button.button span {
  background:none;
  border:0 none;
  height:40px;
  width:40px;
  padding:0;
  font-size:100%;
}
.header .form-search button.button span span {
  padding:0;
  text-transform:capitalize;
}
.header .top-compare {
  margin:0;
  padding:0;
  position:relative;
}
.header .top-compare .am-maincompare span.am-icon-compareajax {
  background-color:#f2f2f2;
  cursor:pointer;
  display:block;
  font-size:100%;
  height:40px;
  line-height:40px;
  margin:0 3px;
  outline:medium none;
  text-align:center;
  color:#787878;
  width:45px;
}
.header .top-compare .am-maincompare span.am-icon-compareajax:hover {
  background-color:#ed532f;
  color:#ffffff;
}
.header .top-compare .am-maincompare p.product-name a {
  text-align:left;
  display:block;
}
.header .top-compare .am-maincompare .block-top-compare {
  display:none;
  padding:0;
  position:absolute;
  right:0;
  top:41px;
  z-index:999;
}
.header .top-compare .am-maincompare .block-top-compare .maincompare {
  background-color:#ffffff;
  background-position:0 0;
  background-repeat:repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
  margin:0;
  padding:15px;
  width:280px;
}
.header .top-compare .am-maincompare .block-top-compare .maincompare p { margin:0; }
.header .am-show-right {
  position:absolute;
  right:0px;
  top:20px;
}
.header .nav-container .nav-header { background:#ffffff; }
.sbHolder {
  font-weight:normal;
  margin:0;
  padding:0 25px 0 0;
  position:relative;
  z-index:1;
  font-size:12px;
  font-family:"open sans";
}
.sbHolder .sbSelector { padding:0 0 0 5px; }
.sbHolder li {
  line-height:normal;
  margin:0;
  padding:0 4px;
}
.sbHolder li a {
  display:block;
  font-size:100%;
  line-height:normal;
  margin:0;
  outline:medium none;
  padding:5px 5px 5px 27px;
  margin:5px 0;
  text-align:left;
}
.sbToggle {
  background:url("../images/select-icons.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  display:block;
  height:15px;
  outline:medium none;
  position:absolute;
  right:3px;
  top:18px;
  width:14px;
}
.currency_top { float:left; }
.currency_top .block-currency {
  background-color:#bf5452;
  padding:0;
  margin:0;
}
.currency_top .block-currency select {
  background:none;
  border:medium none;
}
.currency_top .block-currency .block-content {
  margin:0;
  padding:0;
}
.currency_top .sbHolder li a { padding:5px; }
.am-bottom .products1 { padding:60px 0; }
.am-bottom h3 {
  font-weight:bold;
  font-size:28px;
  color:#383838;
  text-transform:uppercase;
  margin-bottom:45px;
}
.am-bottom .views-row .service-indent h3 {
  font-size:18px;
  margin-bottom:23px;
}
.am-bottom .views-row .views-field {
  font-size:13px;
  color:#383838;
  line-height:25px;
}
.box-feature { padding:30px 0; }
.box-feature .feature_thumbnail {
  float:left;
  background-color:#ed532f;
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  margin-right:29px;
}
.box-feature .feature_thumbnail span.fa {
  color:#ffffff;
  font-size:20px;
}
.box-feature .feature_thumbnail .fa-female { padding:13px 21px 21px; }
.box-feature .feature_thumbnail .fa-ambulance { padding:14px 11px 16px; }
.box-feature .feature_thumbnail .fa-usd { padding:13px 24px 21px; }
.box-feature .feature_excerpt .heading_title {
  font-size:28px;
  text-transform:uppercase;
  margin:0 0 10px;
  font-weight:600;
}
.box-feature .feature_excerpt h3 {
  color:#cfcfcf;
  font-size:14px;
  font-style:italic;
  margin-top:0;
  text-transform:uppercase;
}
.box-feature:hover .feature_thumbnail { background-color:#a5965b; }
.box-feature p {
  clear:both;
  padding-top:25px;
  font-size:12px;
}
.am-postscript .block_home_postscript img {
  max-width:100%;
  cursor:pointer;
}
.am-postscript .block_home_postscript img:hover {
  box-shadow:0 0 5px #aeb3bc;
  opacity:0.7;
}
.am-home p img {
  max-width:100%;
  cursor:pointer;
}
.am-home p img:hover {
  box-shadow:0 0 5px #aeb3bc;
  opacity:0.7;
}
.am-blog h2 {
  color:#555555;
  font-size:2.6rem;
  font-weight:600;
  line-height:120%;
  margin-bottom:20px;
  padding:10px 0 20px;
  border-bottom:1px solid #e55b4c;
}
.am-custom h2 {
  color:#555555;
  font-size:26px;
  font-weight:600;
  line-height:120%;
  margin-bottom:20px;
  padding:10px 0 20px;
  border-bottom:1px solid #e55b4c;
	text-transform:capitalize;
}
.am-blog .articles .image {
  overflow:hidden;
  position:relative;
}
.am-blog .articles .image img { transition:all 1s cubic-bezier(0.19,1,0.22,1) 0s; }
.am-blog .articles .image .read-more {
  background-color:rgba(0,0,0,0.5);
  bottom:0;
  font-size:0 !important;
  left:0;
  opacity:1;
  position:absolute;
  right:0;
  top:0;
  visibility:hidden;
}
.am-blog .articles .image .read-more:before {
  background-color:rgba(0,0,0,0.5);
  border:3px solid #ffffff;
  border-radius:100%;
  color:#ffffff;
  font-size:20px;
  left:40%;
  padding:12px;
  position:absolute;
  top:40%;
  transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0.1s;
  -moz-transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0.1s;
  -webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0.1s;
  -o-transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0.1s;
}
.am-blog .articles .image:hover img {
  transform:scale(2);
  -moz-transform:scale(2);
  -webkit-transform:scale(2);
  -o-transform:scale(2);
}
.am-blog .articles .image:hover .read-more {
  opacity:1;
  visibility:visible;
}
.am-blog .articles a {
  display:block;
  font-size:2rem;
  font-weight:600;
  padding:10px 0 5px;
}
.am-blog .articles p {
  color:#858585;
  font-family:"open sans";
  margin:0;
  padding:0 0 15px;
  font-size:1.4rem;
  line-height:160%;
}
.am-blog .articles span.date {
  background-color:rgba(0,0,0,0.5);
  color:#ffffff;
  padding:5px 8px;
  position:absolute;
  right:15px;
  top:120px;
}
.potlight .block_banner {
  overflow:hidden;
  display:block;
  margin:0 0 30px;
}
.potlight .block_banner img {
  transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
}
.potlight .block_banner img:hover {
  transform:scale(1.1);
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
}
.paypal-logo { margin:0 0 12px; }
.cms-index-index .col3-layout .col-left, .cms-index-index .col3-layout .col-right { margin:35px 0 0; }
.title-divider {
  background:none repeat scroll 0 0 #e65c4d;
  height:1px;
  margin:20px 0 0px;
  width:100%;
  clear:both;
}
.sidebar .products-block { margin:0; }
.sidebar .block .block-title { padding:0 0; }
.sidebar .block .block-content .product-name a {
  outline:none;
  text-decoration:none;
  text-transform:capitalize;
}
.block-nav .block-title strong span { font-weight:600 !important; }
.block { margin:0 0 35px; }
.block .block-title {
  margin:0;
  padding:0;
}
.block .block-title strong {
  font-weight:normal;
  margin:0;
  padding:0;
  text-align:left;
  text-transform:capitalize;
  font-weight:normal;
}
.block .block-title strong span {
  font-size:26px;
  line-height:normal;
  outline:none;
  color:#535353;
  font-weight:600;
  text-transform:capitalize;
}
.block .block-title a { text-decoration:none; }
.block .block-subtitle {
  font-weight:normal;
  margin:0;
  padding:5px 0;
}
.block .block-content {
  margin:0;
  padding:15px 0;
}
.block .block-content li.item {
  margin:0;
  outline:none;
  padding:0;
}
.block .btn-remove, .block .btn-edit {
  margin:0;
  outline:none;
  padding:0;
}
.block .actions {
  padding:6px 9px;
  text-align:center;
}
.block .actions a { float:left; }
.block .actions button.button {
  background-image:none;
  outline:none;
}
.block .empty {
  font-size:100%;
  font-weight:300;
  margin:0;
  padding:0;
}
.order-info {
  background:#dee5e8;
  border:1px solid #d0cbc1;
  margin:0 0 8px;
  padding:4px 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:#ffffff url("../images/bkg_block-title.gif") 0 0 repeat-x;
  border:1px solid #d0cbc1;
  margin:0 0 15px;
  padding:12px 15px;
}
.order-info-box h2 {
  font-size:130%;
  font-weight:normal;
  text-transform:uppercase;
}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th {
  font-weight:bold;
  padding-right:7px;
}
.order-items {
  overflow-x:auto;
  width:100%;
}
.order-items h2, .order-items h3 {
  clear:none;
  color:#0a263c;
  font-size:100%;
  font-weight:normal;
  margin:0 0 5px;
  padding:0;
}
.order-items .product-name { font-weight:normal; }
.order-items .link-print {
  color:#1e7ec8;
  font-weight:normal;
}
.order-items .order-links { text-align:right; }
.order-additional { margin:15px 0; }
.gift-message dd { margin:5px 0 0; }
.order-about dt { font-weight:bold; }
.order-about dd { margin:0 0 7px; }
.tracking-table { margin:0 0 15px; }
.tracking-table th {
  font-weight:bold;
  white-space:nowrap;
}
.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; }
.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, .page-print h2, .page-print h3 { font-weight:bold; }
.page-print h2.h2 { font-weight:bold; }
.page-print .order-date {
  margin:0 0 10px;
  padding:0 0 10px;
}
.page-print .col2-set { margin:0 0 10px; }
.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; }
.block-viewed .block-content ol li p.product-name { margin:0; }
.block-account { margin:25px 0; }
.block-account .block-content ul li { line-height:28px; }
.block-account .block-content ul li a {
  font-size:100%;
  font-weight:300;
}
.block-account .block-content ul li.current strong { color:#d25c5a; }
.block-cart .summary {
  margin:0;
  padding:0;
  position:relative;
  z-index:1;
}
.block-cart .amount {
  margin:0;
  font-size:100%;
}
.block-cart .amount a { font-weight:600; }
.block-cart ol.mini-products-list li { padding:5px 0 !important; }
.block-cart .block-content .actions {
  margin:0 auto;
  outline:none;
  padding:10px 0;
  text-align:center;
}
.block-cart .block-content .block-subtitle {
  font-weight:normal;
  padding:0 0 10px 0;
  text-align:center;
}
.block-cart .block-content ol, .block-cart .block-content ul { margin:0; }
.block-cart .block-content ol li.item, .block-cart .block-content ul li.item {
  padding-left:0px;
  padding-right:0px;
}
.block-cart .block-content ol li.item.last, .block-cart .block-content ul li.item.last { padding-bottom:0; }
.block-cart .block-content ol li.item .product-image, .block-cart .block-content ul li.item .product-image {
  margin:0;
  outline:none;
  padding:0;
  border:1px solid #cccccc;
}
.block-cart .block-content ol li.item .product-image img, .block-cart .block-content ul li.item .product-image img { max-width:100%; }
.block-cart .block-content ol li.item .product-details, .block-cart .block-content ul li.item .product-details {
  height:auto;
  line-height:normal;
  outline:medium none;
  position:relative;
  padding-right:0;
}
.block-cart .block-content ol li.item .product-details .product-name, .block-cart .block-content ul li.item .product-details .product-name {
  height:auto;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0 0 3px;
}
.block-cart .block-content ol li.item .product-details .removeitem, .block-cart .block-content ul li.item .product-details .removeitem { padding-top:3px; }
.block-cart .block-content ol li.item .product-details .price, .block-cart .block-content ul li.item .product-details .price {
  font-weight:bold;
  padding:0 0 0 5px;
}
.block-cart .block-content ol li.item .product-details .truncated, .block-cart .block-content ul li.item .product-details .truncated { padding:5px; }
.block-cart .block-content ol li.item .product-details .actions a {
  font-size:90%;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
}
.block-cart .block-content .summary .subtotal .label {
  background:transparent none;
  border-radius:0;
  box-shadow:none;
  font-weight:normal;
  padding:2px 0;
  text-shadow:none;
  color:#666666;
  font-size:100%;
}
.block-cart .subtotal {
  margin:0;
  padding:0;
  text-align:left;
}
.block-cart .subtotal .price {
  color:#d9673b;
  font-weight:normal;
}
.block-cart .subtotal .paypal-logo {
  float:left;
  margin:3px 0 0;
  text-align:right;
  width:100%;
}
.block-cart .subtotal .paypal-logo .paypal-or {
  clear:both;
  display:block;
  padding:0 55px 8px 0;
}
.product-details .btn-edit {
  float:left;
  font-size:97%;
  font-weight:normal;
  height:16px;
  line-height:16px;
  outline:medium none;
  padding:0 10px 0 0;
  text-indent:inherit;
  text-transform:none;
  width:auto;
}
.product-details .btn-remove {
  font-weight:normal;
  float:left;
  line-height:16px;
  outline:medium none;
  padding:0 10px 0 0;
  text-indent:inherit;
  text-transform:none;
  width:auto;
}
.product-details .link-cart { width:100%; }
.btn-edit span.icon {
  float:left;
  height:16px;
  margin:0 5px 0 0;
  outline:medium none;
  padding:0;
  width:16px;
}
.btn-remove span.icon, .block-compare .btn-remove, .amajaxcompare a.btn-remove {
  background-image:url("../images/btn-remove.png");
  border-radius:50% 50% 50% 50%;
  float:left;
  height:14px;
  outline:medium none;
  padding:0;
  width:14px;
  margin:0;
}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
.block-wishlist .block-subtitle {
  font-weight:normal;
  line-height:normal;
  outline:none;
  padding:0 0 10px 0;
  text-align:center;
}
.block-wishlist ol, .block-wishlist ul { margin:0; }
.block-wishlist .block-content li.item {
  margin:0;
  padding:0 0 20px 0;
}
.block-wishlist .block-content li.item .product-image {
  outline:none;
  border:1px solid #cccccc;
  display:block;
  padding:0;
}
.block-wishlist .block-content li.item .product-image img { max-width:100%; }
.block-wishlist .block-content li.item .product-details { outline:none; }
.block-wishlist .block-content li.item .product-details .product-name {
  height:auto;
  margin:0;
  padding:0;
}
.block-wishlist .block-content li.item .product-details .price-box {
  margin:0;
  overflow:hidden;
}
.block-wishlist .block-content li.item .product-details .price-box .old-price { margin:3px 0 0 10px; }
.block-wishlist .block-content li.item .product-details .price-box span {
  font-size:100%;
  font-weight:bold;
  outline:none;
}
.block-wishlist .block-content li.item .product-details p {
  line-height:normal;
  margin:0;
  padding-top:5px;
}
.block-wishlist .block-content li.item .product-details .btn-remove {
  outline:none;
  width:100%;
  padding:5px 0;
}
.block-wishlist .block-content li.item .product-details .btn-remove span.icon { margin-top:0px; }
.block-wishlist .block-content li.item.last { padding-bottom:0; }
.block-wishlist .block-content .actions {
  outline:none;
  text-align:center;
}
.block-wishlist .price-box .old-price, .block-wishlist .price-box .regular-price, .block-wishlist .price-box .special-price { display:inline-block; }
.block-compare .block-content ol, .block-compare .block-content ul { margin:0; }
.page-popup {
  padding:25px 30px;
  text-align:left;
  background:#ffffff !important;
}
.catalog-product-compare-index .page-title {
  padding-bottom:25px;
  padding-top:0;
}
.catalog-product-compare-index table thead { background-color:#ececec; }
#product_comparison td {
  outline:medium none;
  text-align:center;
  vertical-align:top;
}
.block-compare .block-content .actions { padding:10px 0; }
.block-compare .block-content .actions a {
  display:inline-block;
  float:none;
  margin:0;
  padding:10px 0 0;
  font-size:100%;
}
.block-compare .block-content .actions a span.btn-remove {
  margin:2px 3px 0 0;
  outline:none;
}
.block-compare .block-content ol li.item, .block-compare .block-content ul li.item { padding:2px 0; }
.block-compare .block-content ol li.item .product-name, .block-compare .block-content ul li.item .product-name {
  height:15px;
  height:auto !important;
  min-height:20px;
}
.block-compare .block-content ol li.item .product-name a, .block-compare .block-content ul li.item .product-name a { outline:none; }
.block-compare .block-content p.product-name {
  line-height:normal;
  margin:0 0 0 20px;
  outline:none;
  padding:0;
}
.block-compare .btn-remove {
  float:left;
  margin:1px 0 0 0;
  text-indent:-999em;
  background-color:#ececec;
}
#block-compare li.item {
  line-height:normal;
  margin:0;
  padding:5px 0;
}
.page-popup .link-print {
  background:url("../images/i_print.gif") 0 2px no-repeat;
  font-weight:normal;
  outline-style:none;
  padding:2px 0 2px 25px;
}
.compare-table { border:0; }
.compare-table thead tr.first th, .compare-table thead tr.first td {
  background:none;
  border:0;
  line-height:0;
  padding:0;
}
.compare-table .btn-remove {
  background-color:ececec;
  height:16px;
  width:16px;
  text-indent:-999em;
}
.compare-table tbody th { font-weight:normal; }
.compare-table th, .compare-table td { border-left:1px solid #dedede; }
.compare-table .price-box { text-align:center; }
.compare-table p { text-align:center; }
.compare-table tbody th, .compare-table tbody td {
  border-left:1px solid #dedede;
  border-top:1px solid #dedede;
  padding:10px;
}
.compare-table tbody td.last { border-right:1px solid #dedede; }
.compare-table tbody tr.last th, .compare-table tbody tr.last td { border-bottom:1px solid #dedede !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-weight:normal;
  margin:0 0 5px;
  font-size:15px;
}
.compare-table tr.first td .product-name a { outline:none; }
.compare-table tr.first td .ratings {
  margin:0 auto;
  width:69px;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p { margin:0; }
.compare-table ul.add-to-links {
  clear:both;
  padding-top:10px;
}
.block-poll .actions button.button { float:none; }
.block-poll .block-subtitle {
  color:#838383;
  font-size:12px;
  font-weight:300;
  margin:0;
  padding:0;
}
.block-poll label {
  cursor:pointer;
  margin:0;
  padding:0;
}
.block-poll input.radio {
  float:left;
  margin:0 5px 0 0;
  outline:none !important;
  padding:0;
  width:auto;
}
.block-poll .label {
  background:none;
  border-radius:0;
  display:inline-block;
  float:none;
  font-weight:normal;
  margin:0;
  padding:0;
  text-shadow:none;
  width:auto;
  font-size:100%;
}
.block-poll .label label {
  line-height:22px;
  color:#838383;
  font-weight:normal;
}
.block-poll .label label:hover { color:#ed532f; }
.block-poll ol, .block-poll ul { margin:0; }
.block-poll li {
  margin:10px 0;
  padding:0;
}
.block-poll .answer { font-weight:normal; }
.block-poll .votes {
  float:right;
  margin-left:10px;
}
.block-poll .actions {
  margin:0;
  padding:10px 0;
  text-align:center;
}
.block-poll ul { margin:0 0 0 15px; }
.block-poll ul#poll-answers li { padding:0; }
.block-poll li span label {
  font-size:100%;
  outline:none;
}
.tag-product-list .col-left { margin-top:25px; }
.block-tags ul {
  margin:0;
  padding:0;
}
.block-tags .block-content .tags-list {
  border:0;
  margin:0;
  padding:0;
  text-align:left;
}
.block-tags .block-content .tags-list li {
  height:auto;
  margin:0;
  padding:0;
}
.block-tags .block-content .tags-list li a {
  line-height:25px;
  margin:0 5px 10px 0;
  color:#838383;
}
.block-tags .block-content .tags-list li a:hover {
  text-decoration:none;
  text-shadow:none;
  color:#ed532f;
}
.block-tags .actions {
  text-align:center;
  clear:both;
}
.block-tags .actions a {
  -webkit-border-radius:3px;
  border-radius:3px;
  display:inline-block;
  float:none;
  padding:7px 15px;
}
.tags-list li {
  float:left;
  margin:0 4px 0 0;
}
.block-tags .block-content .tags-list li a:hover { outline:none; }
.product-view {
  margin:0;
  padding:0px;
}
.product-view .product-essential-top {
  background:none repeat scroll 0 0 #ffffff;
  padding:15px;
}
.product-view .product-shop { text-align:left; }
.product-view .product-shop .no-rating { margin:0 0 13px; }
.product-view .product-shop .rating-links { margin:0; }
.product-view .product-shop .add-to-box {
  padding:20px 0;
  margin:0;
  width:100%;
  clear:both;
  border-bottom:0;
}
.product-view .product-shop .add-to-box .add-to-cart { padding:0 0 30px 0; }
.product-view .product-shop .add-to-box .add-to-links { padding:0; }
.product-view .product-shop .add-to-box .add-to-links p {
  margin:0;
  padding-bottom:10px;
}
.product-view .product-shop .old-price .price { outline:medium none; }
.product-view .product-shop .ratings { padding-bottom:13px; }
.product-view .product-shop .rating-box {
  float:left;
  margin-top:4px;
}
.product-view .product-shop .rating-links {
  float:left;
  line-height:28px;
  padding-left:10px;
}
.product-view .product-shop .rating-links a { font-size:100%; }
.product-view .product-shop .rating-links span.separator {
  font-size:100%;
  font-weight:normal;
  line-height:28px;
  color:#eaeaea;
}
.product-view .product-shop h1 {
  font-size:36px;
  font-weight:600;
  margin:0;
  padding:30px 0 10px 0;
  color:#444444;
}

.product-view .product-shop h1:first-letter {
    text-transform: uppercase;
}

.product-view .product-shop .price-box {
  margin:0;
  padding:5px 0;
  width:100%;
}
.product-view .product-shop .price-box .old-price { display:block; }
.product-view .product-shop .price-box .old-price .price-label { display:inline-block; }
.product-view .product-shop .price-box .regular-price .price {
  font-size:30px;
  font-weight:600;
}
.product-view .product-shop .price-box .special-price .price-label { display:inline-block; }
.product-view .product-shop .price-box .special-price .price {
  font-size:30px;
  font-weight:600;
}
.product-view .product-shop .price-box .regular-price {
  font-size:16px;
  color:#8b8b8b;
}
.product-view .product-shop .qty-container {
  border-bottom:1px solid #ececec;
  border-top:1px solid #ececec;
  padding:20px 0;
}
.product-view .product-shop .qty-container label { font-weight:normal; }
.product-view .product-shop .qty-container input.qty {
  width:50px !important;
  height:27px;
  line-height:27px;
  text-align:center;
  margin:0;
}
.product-view .product-shop .add-to-cart .button.button:hover { background:none repeat scroll 0 0 transparent; }
.product-view .product-shop .add-to-cart .btn-cart span {
  height:50px;
  line-height:50px;
  border:0 none;
  color:#ffffff;
  padding:0;
}
.product-view .product-shop .add-to-cart .btn-cart span span {
  font-weight:600;
  padding:0 30px;
  font-size:24px;
  text-transform:capitalize;
}
.product-view .product-shop .add-to-cart .btn-cart span span .fa { padding:0 10px 0 0; }
.product-view .product-shop .add-to-cart label {
  float:left;
  padding:10px 30px 0 0;
  font-family:arial;
  font-size:13px;
  font-weight:normal;
}
.product-view .product-shop .add-to-cart .qty-items { margin:0 0 20px; }
.product-view .product-shop .add-to-cart input.input-text {
  float:left;
  width:60px !important;
  height:30px;
  margin-right:10px;
  border:medium none;
  background-color:#eeeeee;
  border-radius:3px;
}
.product-view .product-shop .add-to-cart .custom-qty {
  float:left;
  width:16px;
}
.product-view .product-shop .add-to-cart .custom-qty .items {
  height:18px;
  width:16px;
  line-height:16px;
  border:0 none;
  background-color:#f2f2f2;
  color:#787878;
}
.product-view .product-shop .add-to-cart .custom-qty .items:hover {
  background-color:#ed532f;
  color:#ffffff;
}
.product-view .product-shop .product-add-to-links, .product-view .product-shop .product-options-bottom { float:left; }
.product-view .product-shop .product-add-to-links ul.add-to-links, .product-view .product-shop .product-options-bottom ul.add-to-links { clear:both; }
.product-view .product-shop .product-add-to-links ul.add-to-links li, .product-view .product-shop .product-options-bottom ul.add-to-links li { float:left; }
.product-view .product-shop .product-add-to-links ul.add-to-links li a, .product-view .product-shop .product-options-bottom ul.add-to-links li a {
  display:inline-block;
  font-size:11px;
  line-height:30px;
  padding:0 25px;
  margin:2px 0;
  outline:medium none;
  color:#787878;
}
.product-view .product-shop .product-add-to-links ul.add-to-links li a.link-wishlist, .product-view .product-shop .product-options-bottom ul.add-to-links li a.link-wishlist {
  background-color:transparent;
  background-image:url("../images/wishlist.png");
  background-position:0 6px;
  background-repeat:no-repeat;
}
.product-view .product-shop .product-add-to-links ul.add-to-links li a.link-compare, .product-view .product-shop .product-options-bottom ul.add-to-links li a.link-compare {
  background-color:transparent;
  background-image:url("../images/compare.png");
  background-position:0 6px;
  background-repeat:no-repeat;
}
.product-view .product-shop .product-add-to-links ul.add-to-links li a .fa, .product-view .product-shop .product-options-bottom ul.add-to-links li a .fa {
  padding:0 10px 0 0;
  display:none;
}
.product-view .product-shop .product-add-to-links ul.add-to-links li a:hover, .product-view .product-shop .product-options-bottom ul.add-to-links li a:hover { color:#888888; }
.product-view .product-shop .product-add-to-links ul.add-to-links li a:hover .fa, .product-view .product-shop .product-options-bottom ul.add-to-links li a:hover .fa { display:inline-block; }
.product-view .product-img-box {
  position:relative;
  z-index:0;
}
.product-view .product-img-box .img-box .product-image-non-zoom img { max-width:100%; }
.product-view .product-img-box .img-box .product-image-non-zoom img:hover { opacity:1; }
.product-view .product-img-box .product-image {
  margin:30px 0 20px 0;
  padding:0 0 20px 0;
  text-align:center;
 /*position:relative;*/
 	z-index:1;
  border-bottom:1px solid #dddddd;
}
.product-view .product-img-box .product-image-zoom img {
  cursor:move;
  max-width:100%;
}
.product-view .product-img-box .product-image-zoom img:hover { opacity:1; }
.product-view .product-img-box .zoom-notice {
  margin:0 0 5px;
  text-align:center;
}
.product-view .product-img-box .zoom {
  background:url("../images/slider_bg.gif") 50% 50% no-repeat;
  cursor:pointer;
  height:18px;
  margin:0 auto 13px;
  padding:0 28px;
  position:relative;
  z-index:9;
}
.product-view .product-img-box .zoom #track {
  height:18px;
  position:relative;
}
.product-view .product-img-box .zoom #handle {
  background:url("../images/magnifier_handle.gif") 0 0 no-repeat;
  height:22px;
  left:0;
  position:absolute;
  top:-1px;
  width:9px;
}
.product-view .product-img-box .zoom .btn-zoom-out {
  left:2px;
  position:absolute;
  top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
  position:absolute;
  right:2px;
  top:0;
}
.product-view .product-img-box .am-more-views { margin:0px; }
.product-view .product-img-box .more-views {
  position:relative;
  margin:0 auto;
  z-index:0;
  width:80%;
}
.product-view .product-img-box .more-views .more-views-viewport { z-index:0; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views li {
  position:relative;
  outline:none;
  padding:0;
  text-align:center;
}
.product-view .product-img-box .more-views li a { outline:medium none; }
.product-view .product-img-box .more-views li a img { margin:0 auto; }
.product-view .feature-wrapper img {
  padding-bottom:10px;
  max-width:100%;
}
.product-view .am-actions { width:100%; }
.product-view .product-essential h2 {
  border:0 none;
  font-size:16px;
  font-weight:700;
  outline:medium none;
  text-transform:uppercase;
  color:#4c4c4c;
}
.product-view .product-essential h3 {
  font-size:16px;
  font-weight:normal;
  margin:0;
  outline:none;
  padding:0;
  text-transform:capitalize;
}
.product-view ul.more-views-direction-nav li { border:none !important; }
.product-view ul.more-views-direction-nav li a {
  background-image:url("../images/am-arrow-scroll.png");
  background-repeat:no-repeat;
  background-color:#d7d7d7;
  cursor:pointer;
  display:block;
  height:27px;
  margin:0;
  outline:medium none;
  position:absolute;
  text-indent:-9999px;
  top:-53px;
  width:27px;
  z-index:0;
  transition:all 0.3s ease-out 0s;
}
.product-view ul.more-views-direction-nav li a:hover { background-color:#a5965b; }
.product-view ul.more-views-direction-nav li a.more-views-next {
  background-position:100% 0;
  border:medium none !important;
  padding:0 !important;
  right:-55px;
}
.product-view ul.more-views-direction-nav li a.more-views-next:hover { background-position:100% -23px; }
.product-view ul.more-views-direction-nav li a.more-views-prev {
  background-position:0 0;
  border:medium none !important;
  left:-55px;
  padding:0 !important;
}
.product-view ul.more-views-direction-nav li a.more-views-prev:hover { background-position:0 -23px; }
#product-options-wrapper dd div.input-box ul li input.product-custom-option {
  display:inline-block;
  margin:0;
}
#product-options-wrapper dd div.input-box ul li span.label label {
  color:#666666;
  font-weight:normal;
}
.product-shop .add-to-cart .btn-cart:hover span { background:none repeat scroll 0 0 #a5965b; }
.checkout-progress {
  margin:50px 0 20px;
  padding:0;
}
.checkout-progress li {
  float:left;
  font-weight:normal;
  padding:0 0 2px;
  text-align:center;
  width:20%;
  line-height:30px;
}
.checkout-progress li div {
  border-top:10px solid #ececec;
  margin:0 3px 0 0;
}
.checkout-progress li.active div { border-color:#414141; }
.multiple-checkout h2 {
  font-size:105%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size:110%;
  font-weight:normal;
  line-height:normal;
  margin:0;
}
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .box { margin:10px; }
.multiple-checkout .select-shipping { margin:10px; }
.multiple-checkout .col2-set {
  border:1px solid #dedede;
  margin:0;
  padding:0 0 20px;
  width:100%;
}
.multiple-checkout .col2-set .col-1 {
  float:left;
  width:48.5%;
}
.multiple-checkout .col2-set .col-2 {
  float:right;
  width:48.5%;
}
.multiple-checkout .col2-set h3 { padding:0 0 10px; }
.multiple-checkout .col2-set .col-narrow { width:50%; }
.multiple-checkout .col2-set .col-wide { width:50%; }
.multiple-checkout .col2-set h2.legend {
  border-bottom:1px solid #dedede;
  margin:0;
  padding:10px;
  position:relative;
}
.multiple-checkout .col2-set h3.legend { padding:10px; }
.multiple-checkout .col3-set {
  border:1px solid #dedede;
  margin:0;
  padding:0;
}
.checkout-multishipping-shipping .box-sp-methods {
  border:1px solid #dedede;
  padding:15px;
  position:relative;
}
#checkout-review-submit .place-order {
  text-align:right;
  padding:10px 0;
}
#checkout-review-submit .place-order .grand-total { margin-left:10px; }
#checkout-review-submit .place-order .grand-total .inner .btn-checkout { margin-top:5px; }
#checkout-review-submit .place-order span.please-wait { text-align:right; }
#multiship-addresses-table td .btn-remove2 {
  border-radius:50% 50% 50% 50%;
  background-color:#ececec;
}
#multiship-addresses-table td .btn-remove2:hover { background-color:#f56032; }
.btn-remove2 {
  background:url("../images/btn-remove.png") no-repeat scroll 0 0 transparent;
  height:16px;
  width:16px;
}
.no-display { display:none; }
.ratings-table {
  width:100%;
  margin-bottom:10px;
  margin-top:10px;
}
.ratings-table th, .ratings-table td {
  border:1px solid #dddddd;
  font-weight:normal;
  line-height:20px;
  padding:12px;
  vertical-align:middle;
}
.product-view .box-reviews h1, .product-view .box-reviews h2, .product-view .box-reviews h3, .product-view .box-reviews h4, .product-view .box-reviews h5, .product-view .box-reviews h6 {
  font-size:115%;
  font-weight:normal;
  height:auto;
  line-height:normal;
  outline:medium none;
}
.ratings { padding-bottom:10px; }
.rating-box {
  background:url("../images/bkg_rating.png") repeat-x scroll 0 0 transparent;
  display:inline-block;
  height:16px;
  position:relative;
  vertical-align:middle;
  width:80px;
}
.rating-box .rating {
  background:url("../images/bkg_rating.png") repeat-x scroll 0 100% transparent;
  height:16px;
  left:0;
  position:absolute;
  top:0;
}
#product-options-wrapper { position:static; }
.product-view .product-options-bottom .price-box { display:none; }
.product-view .product-shop .product-options {
  border:0 none;
  margin:0;
  padding:15px 0;
}
.product-view .product-shop .product-options input.input-text {
  height:30px;
  margin-right:10px;
  text-align:center;
  width:50px !important;
}
.product-view .product-shop .product-options input.required-entry {
  width:100% !important;
  text-align:left;
}
.product-view .product-shop .product-options dt label.required {
  color:#666666;
  font-size:100%;
  line-height:normal;
  margin:0;
  padding:3px 0 5px;
  font-weight:normal;
}
.product-view .product-shop .product-options dt label.required em {
  float:left;
  margin-right:5px;
  margin-top:4px;
}
.product-view .product-shop .product-options dl { margin:0; }
.product-view .product-shop .product-options dd {
  margin:0;
  padding:0 0 5px;
}
.product-view .product-shop .product-options dd select {
  background-color:#ffffff;
  border:1px solid #cccccc;
  border-radius:0 0 0 0;
  color:#908e8e;
  font-size:100%;
  height:auto;
  line-height:normal;
  margin:0px;
  outline:medium none;
  padding:2px;
  margin:0 0 5px;
  width:100%;
}
.required em, em.required { color:#d9673b; }
.product-view .product-img-box .more-views li a:before {
  background:none repeat scroll 0 0 rgba(0,0,0,0.043);
  content:"";
  height:100%;
  left:0;
  opacity:1;
  position:absolute;
  top:0;
  transition:all 0.4s ease-out 0.4s;
  width:100%;
  z-index:1;
}
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set {
  border:0;
  clear:none;
  float:right;
  margin:0;
  padding:0;
}
.product-image-popup .nav {
  font-weight:bold;
  margin:0 100px;
  text-align:center;
}
.product-image-popup .image {
  display:block;
  margin:10px 0;
}
.product-image-popup .image-label {
  font-weight:bold;
  margin:0 0 10px;
}
.product-view .product-shop .product-name {
  margin:0;
  padding:0;
}
.product-view .product-shop .wapper-view { overflow:hidden; }
.product-view .product-shop .wapper-view .price-box-bundle { line-height:20px; }
.product-view .product-shop .availability {
  margin:0;
  padding:10px 0;
}
.product-view .product-shop .availability span.in-stock1 {
  color:#a4955a;
  background-position:center center;
  background-repeat:no-repeat;
  display:inline-block;
  padding:0px;
  font-size:110%;
  font-weight:600;
}
.product-view .product-shop .short-description {
  border-bottom:1px solid #f2f2f2;
  border-top:1px solid #f2f2f2;
  margin:0;
  padding:0 0 10px;
  clear:both;
}
.product-view .am-actions span.label {
  font-weight:normal;
  height:20px;
  line-height:20px;
  padding:0 0 0 10px;
}
.product-view .product-static { float:right; }
.product-view .product-static img { width:100%; }
.block-reorder ol#cart-sidebar-reorder li input {
  float:left;
  margin:0;
}
.block-reorder ol#cart-sidebar-reorder li p.product-name {
  float:left;
  padding-left:5px;
}
.new-products .product-new-label, .new-products .product-sale-label {
  font-size:13px;
  line-height:13px;
  padding:4px 5px;
}
.new-products.category-products .item { height:271px; }
.new-products.category-products .item .catpanel { height:265px; }
.new-products.category-products .item .catpanel .mask { bottom:77px; }
.new-products.category-products .item .catpanel a.product-image { padding:27px 0; }
.new-products.category-products .item .catpanel button.button span {
  overflow:hidden;
  padding:0;
  text-transform:none;
  white-space:normal;
}
.new-products.category-products .item .catpanel button.button span .fa {
  line-height:30px;
  padding:0;
  width:100%;
}
.new-products.category-products .item .am-mask-name { padding-top:18px; }
.new-products.category-products .item h3.product-name a { font-size:14px; }
.new-products.category-products .item .price-box {
  font-size:16px;
  padding:0 0 20px;
}
.new-products.category-products .item .front.margin-image { top:37px; }
.new-products.category-products .item:hover .am-mask-name { padding-top:30px; }
.product-new-label, .product-sale-label, .product-express-label {
  outline:medium none;
  position:absolute;
  z-index:3;
  font-size:1.2rem;
  border-radius:50%;
  height:5rem;
  line-height:500%;
  height:6rem;
  width:6rem;
  padding:0px;
  font-weight:600;
  text-transform:uppercase;
}


.little-product-label{
  /*outline:medium none;
  osition:absolute;*/

  z-index:2;
  font-size:12px;
  border-radius:50%;
  line-height:30px;
  height:20px;
  width:20px;
  padding:0px;
  font-weight:600;
  text-transform:uppercase;
	background-color:#00aa86;
}

form#myform{
	margin-top:0px;
}

.express{
	color: #ffdc73;
}

.dispo{
	color: #00aa86;
}

.reappro{
	color: #00aa86;
}

.consult{
	color: #545454;
}

ul#legend-stock{
	list-style-type:none;
}


ul#legend-stock li {
	display: inline;
	vertical-align: middle;
	margin-left: 5px;

}

ul#legend-stock .little-product-label{
	display:inline-block;
	margin-right: 5px;
}



.product-new-label {
  background-color:#f56032;
  color:#ffffff;
}
.product-sale-label {
  background-color:#b7cc16;
  color:#ffffff;
}
.product-new-label {
  right:2px;
  top:0px;
}
.product-sale-label {
  left:4px;
  top:0px;
}
.product-express-label {
 /*left:4px;*/
  top:0px;
}
.send-friend button.button { padding-bottom:10px; }
.addto-gaps-right li { margin-right:10px; }
.add-to-links .wishlist, .add-to-links .compare { padding:0; }
.add-to-links li .v-centered-content { display:table; }
.add-to-links li .v-centered-content:hover {
  color:#8ac20e;
  text-decoration:none;
}
.add-to-links li .v-centered-content .v-center {
  display:table-cell;
  vertical-align:middle;
  color:#656565;
  font-weight:normal;
  font-size:100%;
}
.add-to-links li .v-centered-content .v-center:hover {
  color:#8ac20e;
  text-decoration:none;
}
.feature.v-centered-content .v-center .icon { margin:0 5px 0 0; }
.feature span.icon { padding:3px; }
.feature .icon {
  margin:0 15px 10px 0;
  max-height:30px;
  max-width:30px;
  float:left;
}
div.icon, span.icon {
  background-color:#cfcfcf;
  background-position:0 0;
  background-repeat:no-repeat;
  border-radius:50% 50% 50% 50%;
  display:inline-block;
  height:30px;
  padding:3px;
  width:30px;
}
div.icon:hover, span.icon:hover { background-color:#f56032; }
.toolbar-bottom .toolbar { border-top:0; }
.toolbar-bottom .toolbar .sorter { display:none; }
.toolbar-bottom .toolbar .pager { display:block; }
.toolbar {
  border-bottom:0;
  border-top:0;
  padding:0;
  margin:0 0 20px;
  color:#343434;
}
.toolbar .sbOptions li a:hover {
  background-color:#cfcfcf;
  color:#ffffff;
}
.toolbar .sbHolder {
  float:left;
  line-height:20px;
  margin:0 5px;
  outline:medium none;
  padding:0 5px;
  position:relative;
  z-index:1;
  text-align:left;
  border:1px solid #e5e5e5;
}
.toolbar .sbOptions {
  background:#ffffff;
  left:-1px;
  top:20px !important;
  border:1px solid #eeeeee;
}
.toolbar .sbOptions li {
  display:block;
  line-height:normal;
  margin:0;
  padding:0 3px;
}
.toolbar .sbOptions li a {
  border:0 none;
  border-radius:0;
  display:block;
  float:none;
  line-height:25px;
  margin:0;
  padding:0 5px;
  color:#818181;
}
.toolbar p {
  margin:0px;
  padding:0;
}
.toolbar p.am-sort-arrows {
  padding:0;
  width:20px;
}
.toolbar p.am-sort-arrows a:hover { color:#ffffff; }
.toolbar p.am-toolbar-label { font-size:13px; }
.toolbar label {
  height:auto;
  line-height:normal;
  outline-style:none;
  font-weight:normal;
  text-transform:capitalize;
}
.toolbar .pager {
  margin:0;
  padding:15px 0;
  display:none;
}
.toolbar .pager .pages {
  display:inline-block;
  float:right;
  padding:0;
}
.toolbar .pager .pages strong {
  font-weight:normal;
  float:left;
}
.toolbar .pager .pages ol li {
  display:block;
  float:left;
  font-size:100%;
  padding:0px;
}
.toolbar .toolbar-top { text-align:left; }
.toolbar .toolbar-top .amount {
  color:#888888;
  float:left;
  font-size:13px;
  font-weight:300;
  font-family:arial, helvetica, sans-serif;
  line-height:35px;
  margin:0;
  padding:0;
}
.toolbar .toolbar-top .pages strong {
  font-weight:normal;
  padding:0px 10px 0 0;
  text-transform:capitalize;
  color:#888888;
  font-size:13px;
  line-height:29px;
  font-family:arial, helvetica, sans-serif;
}
.toolbar .toolbar-top .pages ol { display:inline; }
.toolbar .toolbar-top .pages ol li.current {
  background-color:#e65c4d;
  color:#ffffff;
  display:inline-block;
  height:29px;
  line-height:29px;
  outline:medium none;
  padding:0;
  margin:0 2px;
  text-align:center;
  vertical-align:middle;
  width:29px;
}
.toolbar .toolbar-top .pages ol li a {
  border:0 none;
  border-radius:0;
  color:#ffffff;
  height:29px;
  line-height:29px;
  margin:0 2px;
  outline:medium none;
  padding:0;
  text-align:center;
  vertical-align:middle;
  width:29px;
  background-color:#dddddd;
}
.toolbar .toolbar-top .pages ol li a:hover {
  color:#ffffff;
  background-color:#e65c4d;
}
.toolbar .toolbar-top .pages ol li a img { vertical-align:middle; }
.toolbar .toolbar-top .pages ol li a:hover {
  color:#ffffff;
  background-color:#e65c4d;
}
.toolbar .toolbar-top .sort-by {
  float:left;
  padding:0;
}
.toolbar .toolbar-top .sort-by .sort-by-postion { float:left; }
.toolbar .toolbar-top .sort-by .sbHolder {
  width:120px;
  z-index:4;
}
.toolbar .toolbar-top .sort-by .sbHolder a.sbToggle {
  background-color:#f2f2f2;
  background-image:url("../images/select-icons.png");
  background-position:5px 7px;
  background-repeat:no-repeat;
  height:17px;
  line-height:normal;
  right:0px;
  top:0px;
  width:17px;
}
.toolbar .toolbar-top .limiter {
  float:right;
  padding:0;
  margin-left:15px;
  color:#343434;
}
.toolbar .toolbar-top .limiter select { float:left; }
.toolbar .toolbar-top .limiter label {
  color:#7f7f7f;
  display:inline-block;
  font-size:13px;
  font-weight:300;
  font-size:13px;
}
.toolbar .toolbar-top .limiter .sbHolder {
  width:75px;
  z-index:4;
}
.toolbar .toolbar-top .limiter .sbHolder a.sbToggle {
  background-color:#f2f2f2;
  background-position:4px 7px;
  background-repeat:no-repeat;
  height:17px;
  right:0;
  top:0;
  width:17px;
}
.toolbar .toolbar-top .limiter .am-limit {
  display:inline-block;
  font-size:13px;
  color:#6f6f6f;
  float:left;
  margin-right:5px;
  padding:6px;
  height:36px;
  line-height:36px;
}
.toolbar .toolbar-top .limiter .am-toolbar-label { margin-left:10px; }
.toolbar .toolbar-top .sorter {
  margin:0 0 25px;
  text-align:center;
  padding:12px 16px;
  line-height:normal;
  background-color:#eeeeee;
}
.toolbar .toolbar-top .sorter .view-mode {
  text-align:left;
  float:left;
  margin:0;
  padding:0;
}
.toolbar .toolbar-top .sorter .view-mode label {
  color:#787878;
  font-size:13px;
  font-weight:300;
  display:inline-block;
  margin:0 5px 0 0;
}
.toolbar .toolbar-top .sorter .view-mode a.grid { background-position:0 0; }
.toolbar .toolbar-top .sorter .view-mode a.grid, .toolbar .toolbar-top .sorter .view-mode strong, .toolbar .toolbar-top .sorter .view-mode a.list {
  background-image:url("../images/grid-list.png");
  background-repeat:no-repeat;
  background-color:transparent;
  display:inline-block;
  height:18px;
  margin:0 0 0 1px;
  overflow:hidden;
  text-indent:-9999px;
  transition:background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  vertical-align:middle;
  width:18px;
  cursor:pointer;
}
.toolbar .toolbar-top .sorter .view-mode a.grid:hover, .toolbar .toolbar-top .sorter .view-mode strong:hover, .toolbar .toolbar-top .sorter .view-mode a.list:hover { background-position:-18px 0; }
.toolbar .toolbar-top .sorter .view-mode strong { background-position:0 0; }
.toolbar .toolbar-top .sorter .view-mode a.list { background-position:0 -18px; }
.toolbar .toolbar-top .sorter .view-mode a.list:hover { background-position:-18px -18px; }
.toolbar .toolbar-top .sorter .view-mode a.list img { vertical-align:middle; }
.toolbar .toolbar-top .sorter .view-mode strong.list { background-position:0px -18px; }
.toolbar .toolbar-top .sorter .sort-by {
  float:right;
  margin-right:15px;
}
.toolbar .toolbar-top .sorter .sort-by .am-sort {
  display:inline-block;
  font-size:13px;
  padding:6px;
  color:#6f6f6f;
  float:left;
  margin-right:5px;
  height:36px;
  line-height:36px;
}
.toolbar .toolbar-top .sorter .sort-by a {
  display:block;
  cursor:pointer;
}
.toolbar .toolbar-top .sorter .sort-by a img { vertical-align:middle; }
.toolbar .toolbar-top .sorter .pages { display:none; }
.toolbar .toolbar-top .sorter .pages strong {
  float:left;
  font-weight:normal;
  margin-right:5px;
  padding-top:7px;
}
.toolbar .toolbar-top .sorter .pages ol { display:inline; }
.toolbar .toolbar-top .sorter .pages li {
  display:block;
  float:left;
  margin:0 0 0 1px;
  text-align:center;
  height:30px;
  width:30px;
  background:#ffffff;
  line-height:26px;
}
.sbOptions {
  background-color:#ffffff;
  box-shadow:0 6px 7px 0 rgba(0,0,0,0.15);
  left:0;
  list-style:none outside none;
  margin:0;
  overflow-y:auto;
  padding:0;
  position:absolute;
  top:40px !important;
  width:100%;
  z-index:1;
}
.category-products .item {
  margin-bottom:20px;
  text-align:center;
  position:relative;
}
.category-products .item .product-item {
  position:relative;
  border:1px solid #ffffff;
  overflow:hidden;
}
.category-products .item .product-item:hover { border:1px solid #dddddd; }
.category-products .item .product-item .price-label-transform {
  left:0;
  margin-top:-75px;
  overflow:hidden;
  position:absolute;
  top:33%;
  width:100%;
}
.category-products .item .product-item .price-label-transform {
  background-color:#e55b4c;
  border-radius:100%;
  display:inline-block;
  font-size:32px;
  font-weight:600;
  position:relative;
  transform:translateX(360px) rotate(180deg);
  -moz-transform:translateX(360px) rotate(180deg);
  -webkit-transform:translateX(360px) rotate(180deg);
  -o-transform:translateX(360px) rotate(180deg);
  transition:all 0.4s ease-in-out 0s;
  -moz-transition:all 0.4s ease-in-out 0s;
  -webkit-transition:all 0.4s ease-in-out 0s;
  -o-transition:all 0.4s ease-in-out 0s;
}
.category-products .item .product-item .block-image-hover img { display:inline; }
.category-products .item .ratings span.amount { display:none; }
.category-products .item a.product-image {
  outline:medium none;
  padding:0;
  display:block;
}
.category-products .item.last { margin-right:0; }
.category-products .item h3.product-name {
  font-size:100%;
  margin:0 0 5px;
}
.category-products .item h3.product-name a {
  font-size:1.8rem;
  color:#545454;
  font-weight:400;
  outline:medium none;
  text-transform:capitalize;
}
.category-products .item .price-label-transform .price-box {
  display:block;
  height:0;
  line-height:0;
  min-width:180px;
  padding:50% 10px;
  color:#ffffff;
  font-size:3.6rem;
  font-weight:600;
}
.category-products .item .price-label-transform .price-box .old-price .price { display:none; }
.category-products .item .price-label-transform .price-box p.minimal-price .price-label { display:none; }
.category-products .item .price-box {
  font-size:2rem;
  font-weight:500;
}
.category-products .item .price-box .old-price, .category-products .item .price-box .special-price { display:block; }
.category-products .item .price-box p.minimal-price { margin:0; }
.category-products .item .price-box p.minimal-price .price-label { display:block; }
.category-products .item .actions, .category-products .item .am-actions { margin:0; }
.category-products .item .actions .addtocart, .category-products .item .actions .detail, .category-products .item .am-actions .addtocart, .category-products .item .am-actions .detail { display:inline-block; }
.category-products .item .actions .addtocart .button.btn-cart, .category-products .item .actions .detail .button.btn-cart, .category-products .item .am-actions .addtocart .button.btn-cart, .category-products .item .am-actions .detail .button.btn-cart {
  background:none;
  border:0;
}
.category-products .item .actions .addtocart .button.btn-cart span, .category-products .item .actions .detail .button.btn-cart span, .category-products .item .am-actions .addtocart .button.btn-cart span, .category-products .item .am-actions .detail .button.btn-cart span {
  font-size:2rem;
  font-weight:600;
  text-transform:uppercase;
  height:30px;
  line-height:30px;
}
.category-products .item .actions .addtocart .button.btn-cart span span, .category-products .item .actions .detail .button.btn-cart span span, .category-products .item .am-actions .addtocart .button.btn-cart span span, .category-products .item .am-actions .detail .button.btn-cart span span {
  background:none;
  padding:0;
  color:#e55b4c;
}
.category-products .item .actions .addtocart .button.btn-cart span span:before, .category-products .item .actions .detail .button.btn-cart span span:before, .category-products .item .am-actions .addtocart .button.btn-cart span span:before, .category-products .item .am-actions .detail .button.btn-cart span span:before {
  font-family:Glyphicons Halflings;
  content:"\e116";
  float:left;
}
.category-products .item .actions .confix-produclist-category, .category-products .item .am-actions .confix-produclist-category {
  padding-left:5px;
  display:inline-block;
}
.category-products .item .actions .confix-produclist-category ul li, .category-products .item .am-actions .confix-produclist-category ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.category-products .item .actions .confix-produclist-category ul li a.text-link, .category-products .item .am-actions .confix-produclist-category ul li a.text-link {
  display:inline-block;
  line-height:32px;
  height:36px;
  padding:0px;
  outline:medium none;
  font-size:100%;
  text-indent:0 !important;
  background:none !important;
  width:auto !important;
}
.category-products .item .actions .confix-produclist-category ul li a.text-link-compare, .category-products .item .am-actions .confix-produclist-category ul li a.text-link-compare {
  display:inline-block;
  line-height:32px;
  height:36px;
  padding:0px;
  outline:medium none;
  font-size:100%;
  text-indent:0 !important;
  background:none !important;
  width:auto !important;
}
.category-products .item .actions .confix-produclist-category ul li a.link-wishlist, .category-products .item .am-actions .confix-produclist-category ul li a.link-wishlist {
  background-color:#f56032;
  display:inline-block;
  line-height:32px;
  padding:0px;
  outline:medium none;
  font-size:100%;
  height:36px;
  width:36px;
  text-indent:-999em;
}
.category-products .item .actions .confix-produclist-category ul li a.link-compare, .category-products .item .am-actions .confix-produclist-category ul li a.link-compare {
  background-color:#b7cc16;
  display:inline-block;
  line-height:32px;
  padding:0px;
  outline:medium none;
  font-size:100%;
  height:36px;
  width:36px;
  text-indent:-999em;
}
.category-products .item:hover .product-item .price-label-transform {
  transform:translate(0px) rotate(0deg);
  -moz-transform:translate(0px) rotate(0deg);
  -webkit-transform:translate(0px) rotate(0deg);
  -o-transform:translate(0px) rotate(0deg);
}
.category-products .item:hover .product-item .mask {
  visibility:visible;
  z-index:1;
}
.category-products .item .confix-produclist-category { padding:0 20px; }
.category-products .products-grid .hover-effect:hover { border:1px solid #e65d4e; }
.category-products #products-list .hover-effect:hover { border:1px solid #e65d4e; }
.category-products .products-list .price-box .old-price, .category-products .products-list .price-box .special-price { display:block; }
.category-products .products-list .price-box .old-price .price-label, .category-products .products-list .price-box .special-price .price-label {
  color:#4c4c4c;
  display:inline-block;
  font-size:13px;
  text-transform:uppercase;
}
.category-products .products-list .confix-produclist-category {
  padding-left:10px;
  display:inline-block;
  text-align:left;
  float:left;
  line-height:40px;
}
.category-products .products-list .confix-produclist-category ul li {
  display:inline-block;
  float:none;
  padding:0 10px;
}
.category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link {
  background-image:url("../images/wishlist.png");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:0 6px;
}
.category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link:hover {
  background-position:0 6px;
  background-color:transparent;
}
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare {
  background-image:url("../images/compare.png");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:0 6px;
}
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare:hover {
  background-position:0 6px;
  background-color:transparent;
}
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare, .category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link {
  padding-left:30px;
  width:auto !important;
}
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare .fa, .category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link .fa { display:none; }
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare span, .category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link span { display:block; }
.category-products .products-list .confix-produclist-category ul li a.link-compare.text-link-compare span, .category-products .products-list .confix-produclist-category ul li a.link-wishlist.text-link span { text-indent:inherit !important; }
.category-products .products-list .confix-produclist-category ul li a.link-wishlist {
  background-color:#f2f2f2;
  background-repeat:no-repeat;
  background-position:center center;
  display:inline-block;
  line-height:30px;
  color:#4c4c4c;
  padding:0;
  margin-right:2px;
  outline:medium none;
  font-size:14px;
  height:30px;
  width:80px;
  text-align:center;
}
.category-products .products-list .confix-produclist-category ul li a.link-wishlist span { display:none; }
.category-products .products-list .confix-produclist-category ul li a.link-wishlist:hover .fa { color:#ffffff; }
.category-products .products-list .confix-produclist-category ul li a.link-compare {
  background-color:#f2f2f2;
  background-repeat:no-repeat;
  background-position:center center;
  color:#4c4c4c;
  display:inline-block;
  line-height:30px;
  padding:0px;
  outline:medium none;
  font-size:14px;
  height:30px;
  width:80px;
  text-align:center;
}
.category-products .products-list .confix-produclist-category ul li a.link-compare span { display:none; }
.category-products .products-list .confix-produclist-category ul li a.link-compare:hover .fa { color:#ffffff; }
.category-products .products-grid .item .addtocart .display-onhover { display:none; }
.category-products .products-grid .item:hover .addtocart .display-onhover { display:block; }
.category-products .products-grid .item .confix-produclist-category ul.display-onhover li a { display:none; }
.category-products .products-grid .item:hover .confix-produclist-category ul.display-onhover li a { display:block; }
.category-products .products-grid .item .display-onhover .ratings { display:none; }
.category-products .products-grid .item:hover .display-onhover .ratings { display:block; }
.category-products .products-list .confix-produclist-category { float:left; }
.category-products .products-list .confix-produclist-category ul.add-to-links li { float:left; }
.catpanel { backface-visibility:hidden; }
.product-image-hover {
  overflow:hidden;
  position:relative;
}
.category-products #products-list .item {
  overflow:hidden;
  height:auto !important;
  padding-bottom:30px;
  padding-top:30px;
  border:1px solid #ffffff;
}
.category-products #products-list .item .ratings { padding-left:0px; }
.category-products #products-list .product-name {
  margin:0px;
  outline:medium none;
  padding:0;
  text-align:left;
}
.category-products #products-list .product-name a {
  color:#535353;
  font-size:18px;
  font-weight:400;
  text-transform:capitalize;
}
.category-products #products-list .price-box {
  font-size:22px;
  padding:0;
  text-align:left;
  font-weight:600;
}
.category-products #products-list .ratings {
  padding:0;
  line-height:38px;
}
.category-products #products-list .ratings .rating-box {
  float:left;
  margin-right:7px;
  margin-top:10px;
}
.category-products #products-list .ratings .rating-links {
  float:left;
  margin:0;
}
.category-products #products-list .std {
  text-align:left;
  padding:0;
  font-size:13px;
  font-weight:300;
  margin:0 0 20px;
}
.category-products #products-list .std p {
  font-family:arial, helvetica, sans-serif;
  color:#868686;
}
.category-products #products-list p.button-product-list {
  text-align:left;
  float:left;
  margin:0;
}
.category-products #products-list p.button-product-list .button.btn-cart {
  background:#454545;
  border-radius:3px;
  border:1px solid #aec671;
}
.category-products #products-list p.button-product-list .button.btn-cart span {
  color:#4c4c4c;
  text-transform:none;
  padding:0px 30px;
  height:40px;
  line-height:40px;
  font-size:19px;
  font-weight:600;
}
.category-products #products-list p.button-product-list .button.btn-cart span span { padding:0; }
.category-products #products-list p.button-product-list .button.btn-cart:hover { background:#ed532f; }
.category-products #products-list p.button-product-list .button.btn-cart:hover span { color:#ffffff; }
.category-products #products-list .confix-produclist { float:left; }
.confix-produclist { display:inline-block; }
.confix-produclist ul li {
  display:inline-block;
  float:none;
  padding:0;
}
.confix-produclist ul li a {
  color:#787878;
  font-size:100%;
  height:30px;
  line-height:30px;
  padding:0 10px;
  width:30px;
  display:block;
  text-align:center;
  overflow:hidden;
}
.confix-produclist ul li a.link-wishlist { background-color:#f56032; }
.confix-produclist ul li a.link-wishlist:hover {
  background-color:#4a4a4a;
  color:#ffffff;
}
.confix-produclist ul li a.link-compare { background-color:#b7cc16; }
.confix-produclist ul li a.link-compare:hover {
  background-color:#4a4a4a;
  color:#ffffff;
}
.main-heading {
  padding:0;
  text-align:left;
}
.main-heading .heading-wrapper-title h3 {
  font-size:2.5rem;
  margin:0;
  color:#545454;
  padding:0px;
  text-align:left;
  line-height:100%;
  text-transform:capitalize;
  font-weight:600;
}
.am-actions p { margin:0; }
.slider-product-wrapper .item { position:relative; }
.slider-product-wrapper .item .catpanel {
  position:relative;
  margin:45px 0 0px;
  border:1px solid #ffffff;
  padding:10px 20px;
}
.slider-product-wrapper .item .catpanel .price-label-transform {
  left:0;
  margin-top:-75px;
  overflow:hidden;
  position:absolute;
  top:33%;
  width:100%;
}
.slider-product-wrapper .item .catpanel .price-label-transform .primary-define {
  background-color:#e55b4c;
  font-size:32px;
  font-weight:600;
  position:relative;
  display:inline-block;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  transform:translateX(360px) rotate(180deg);
  -moz-transform:translateX(360px) rotate(180deg);
  -webkit-transform:translateX(360px) rotate(180deg);
  -o-transform:translateX(360px) rotate(180deg);
  transition:0.4s ease-in-out;
  -moz-transition:0.4s ease-in-out;
  -webkit-transition:0.4s ease-in-out;
}
.slider-product-wrapper .item .catpanel .am-actions .confix-produclist .wishlist, .slider-product-wrapper .item .catpanel .am-actions .confix-produclist .compare {
  display:inline-block;
  padding:0 5px;
}
.slider-product-wrapper .item .catpanel .am-actions .confix-produclist a {
  font-size:100%;
  padding:0px;
  outline:medium none;
  display:block;
}
.slider-product-wrapper .item .catpanel:hover { border:1px solid #dddddd; }
.slider-product-wrapper .item .ratings span.amount { display:none; }
.slider-product-wrapper .item .catpanel .product-image .product-thumb a.product-image { margin:0 10px; }
.slider-product-wrapper .item:hover .catpanel .price-label-transform .primary-define {
  transform:translate(0) rotate(0);
  -moz-transform:translate(0) rotate(0);
  -webkit-transform:translate(0) rotate(0);
}





.slider-product-wrapper .item:hover .am-mask-name .price-box span.regular-price {
 display:none;
}



.mask {
  background-color:#ffffff;
  visibility:hidden;
}
.mask .top-actions-inner {
  border-top:1px solid #dddddd;
  margin-top:15px;
  padding-top:15px;
}
.item:hover .catpanel .mask {
  visibility:visible;
  top:0;
  z-index:1;
}
.first { margin-left:0px; }
.last { margin-right:0px; }
.cms-home .container-main .block-top-random .products1 { padding:0; }
.cms-home .container-main .block-top-random .flex-direction-nav { display:none; }
.cms-home .container-main .block-top-random ul.products-grid li.item {
  background:none repeat scroll 0 0 #f0f0f0;
  border-radius:5px;
  margin-top:0 !important;
  padding:10px 15px;
}
.cms-home .container-main .block-top-random ul.products-grid li.item h3.product-name a { font-size:100%; }
.slider-product-wrapper .addtocart {
  display:inline-block;
  text-align:center;
}
.top-actions-inner p { margin:0; }
.top-actions-inner button.button span .fa {
  padding-right:10px;
  font-size:14px;
}
.nav-wrapper {
  width:100%;
  z-index:4;
}
.nav-wrapper ul.flex-direction-nav, .nav-wrapper ul.direction-nav {
  margin:0;
  float:right;
}
.nav-wrapper ul.flex-direction-nav li, .nav-wrapper ul.direction-nav li { float:left; }
.nav-wrapper ul.flex-direction-nav li a, .nav-wrapper ul.direction-nav li a {
  background-image:url("../images/am-arrow-scroll.png");
  background-position:0 0;
  background-repeat:no-repeat;
  background-color:#ffffff;
  border:medium none;
  cursor:pointer;
  display:block;
  border:2px solid #cccccc;
  float:left;
  height:27px;
  line-height:27px;
  width:27px;
  margin:0;
  outline:medium none;
  padding:0;
  position:static;
  top:0;
  text-indent:-999em;
  z-index:999;
  transition:all 0.3s ease-out 0s;
  -moz-transition:all 0.3s ease-out 0s;
  -webkit-transition:all 0.3s ease-out 0s;
  -o-transition:all 0.3s ease-out 0s;
}
.nav-wrapper ul.flex-direction-nav li a:hover, .nav-wrapper ul.direction-nav li a:hover { background-color:#ed532f; }
.nav-wrapper ul.flex-direction-nav li a.flex-prev {
  background-position:0 0;
  left:0;
  margin-right:5px;
}
.nav-wrapper ul.flex-direction-nav li a.flex-prev:hover { background-position:0 -24px; }
.nav-wrapper ul.flex-direction-nav li a.flex-next {
  background-position:-24px 0;
  float:right;
  right:0;
}
.nav-wrapper ul.flex-direction-nav li a.flex-next:hover { background-position:-24px -24px; }
.nav-wrapper ul.direction-nav li a.prev {
  background-position:0 0px;
  left:0;
}
.nav-wrapper ul.direction-nav li a.prev:hover { background-position:0 -29px; }
.nav-wrapper ul.direction-nav li a.next {
  background-position:-29px 0;
  float:right;
  right:0;
}
.nav-wrapper ul.direction-nav li a.next:hover { background-position:-29px -29px; }
.nav-wrapper ul.flex-direction-nav li {
  list-style:none outside none;
  margin:0;
}
.nav-wrapper ul.direction-nav li {
  float:left;
  list-style:none outside none;
  margin:0;
}
.slider-product-wrapper .flex-viewport { width:100%; }
.slider-attribute-wrapper { margin:40px 0 0 0; }
.slider-attribute-wrapper .flex-viewport { padding:35px 0 50px; }
.slider-attribute-wrapper.slider_brand .flex-viewport { padding:20px 0 50px; }

.slider-attribute-wrapper .flex-viewport ul li {
  display:inline-block;
  text-align:center;
}
.slider-attribute-wrapper h3 {
  font-size:26px;
  font-weight:500;
  line-height:40px;
  margin:0;
  text-align:left;
  text-transform:capitalize;
  color:#555555;
}
.flex-control-nav {
  bottom:0;
  position:absolute;
  left:-53px;
}
.flex-control-nav li {
  display:inline-block;
  margin:0 6px;
}
.flex-control-nav li a {
  background:none repeat scroll 0 0 #ededed;
  border-radius:20px;
  box-shadow:0 0 3px rgba(0,0,0,0.3) inset;
  cursor:pointer;
  display:block;
  height:11px;
  text-indent:-9999px;
  width:11px;
}
.flex-control-nav li a:hover { background:#f56032; }
.flex-control-nav li a.flex-active {
  background:#f56032;
  cursor:default;
}
.slider-attribute-wrapper .img-responsive { display:inline !important; }
.slider-attribute-wrapper.slider_brand .img-responsive { max-height:60px; max-width:160px; }

.price-box { /*padding:5px 0;*/}
.minimal-price { margin:0; }
.minimal-price .price-label {
  font-size:14px;
  font-weight:normal;
  text-decoration:line-through;
  color:#cfcfcf !important;
}
.old-price {
  margin:0 !important;
  display:inline-block;
}
.old-price .price-label {
  white-space:nowrap;
  display:none;
}
.old-price .price {
  font-size:14px;
  font-weight:normal;
  text-decoration:line-through;
  color:#cfcfcf !important;
}
.special-price {
  margin:0 !important;
  display:inline-block;
}
.special-price .price-label {
  white-space:nowrap;
  display:none;
}
.special-price .price { font-size:100%; }
.block-related {
  background:none;
  padding:0 !important;
  margin:0;
  position:relative;
  z-index:9;
  border:none;
}
.block-related .related-checkbox {
  text-align:center;
  display:inline-block;
}
.block-related .block-title strong span { line-height:40px; }
.block-related .flex-direction-nav {
  float:right;
  margin:0;
}
.block-related .block-content { padding:0; }
.block-related .block-content .block-subtitle { float:left; }
.block-related .block-content .itemslider {
  clear:both;
  padding-top:10px;
  width:90%;
  margin:0 auto;
}
.block-related .block-content .items-slider {
  float:left;
  margin:0 5px 5px 0;
  padding:0 0 5px !important;
  position:relative;
  text-align:center;
}
.block-related .block-content .items-slider .product .product-image-hover a img { margin:0 auto; }
.block-related .block-content .items-slider .product-details {
  padding-top:20px;
  margin:0 8px;
}
.block-related .block-content .items-slider .product-details .checkbox { display:inline-block; }
.block-related .block-content .items-slider .product-details h3.product-name {
  font-size:110%;
  margin:0 0 12px;
  height:17px;
  overflow:hidden;
}
.block-related .block-content .items-slider .product-details .confix-produclist .wishlist, .block-related .block-content .items-slider .product-details .confix-produclist .compare { display:inline-block; }
.block-related .block-content .items-slider .product-details .confix-produclist a {
  color:#ffffff;
  display:none;
  font-family:open sans;
  font-size:100%;
  height:35px;
  line-height:34px;
  outline:medium none;
  padding:0;
  text-indent:-999em;
  width:35px;
  border-radius:3px;
  -webkit-radius:3px;
  -moz-radius:3px;
  -o-radius:3px;
}
.block-related .block-content .items-slider .product-details .confix-produclist a.link-wishlist { background-color:#d25c5a; }
.block-related .block-content .items-slider .product-details .confix-produclist a.link-compare { background-color:#d25c5a; }
.block-related .block-content .items-slider:hover .product-details .confix-produclist  a { display:block; }
.box-up-sell #am-upsell-slide .also { margin:0px 0 10px; }
.box-up-sell #am-upsell-slide .nav-wrapper .flex-direction-nav { float:right; }
.box-up-sell #am-upsell-slide .itemslider-horizontal {
  padding-top:10px;
  clear:both;
  margin:0 auto;
  width:90%;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item {
  border:none;
  float:left;
  margin:0 10px 10px 0;
  padding:0;
  position:relative;
  text-align:center;
  padding-bottom:5px;
  text-align:center;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item:hover { border:none; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-itemslider {
  position:relative;
  padding-bottom:10px;
  margin:10px 0 0 0;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-itemslider .product-image-hover a img { margin:0 auto; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details {
  padding-top:20px;
  margin:0 8px;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details h3.product-name {
  font-size:110%;
  margin:0 0 12px;
  height:17px;
  overflow:hidden;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .ratings .amount { display:none; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .confix-produclist .wishlist, .box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .confix-produclist .compare { display:inline-block; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .confix-produclist a {
  color:#ffffff;
  display:none;
  font-family:open sans;
  font-size:100%;
  height:35px;
  line-height:34px;
  outline:medium none;
  padding:0;
  text-indent:-999em;
  width:35px;
  border-radius:3px;
  -webkit-radius:3px;
  -moz-radius:3px;
  -o-radius:3px;
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .confix-produclist a.link-wishlist { background-color:#d25c5a; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item .product-details .confix-produclist a.link-compare { background-color:#d25c5a; }
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item:hover .product-itemslider {
  box-shadow:0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.box-up-sell #am-upsell-slide .itemslider-horizontal ul.products-grid .item:hover .product-details .confix-produclist a { display:block; }
.block-layered-nav .block-subtitle {
  display:none;
  line-height:1.35;
  padding:3px 9px;
  text-transform:uppercase;
}
.block-layered-nav .block-content {
  outline:none;
  padding:0;
}
.block-layered-nav dt {
  font-size:110%;
  font-weight:300;
  text-transform:uppercase;
  margin:0px;
  outline:medium none;
  padding:7px 0px 0 0px;
}
.block-layered-nav dd ol, .block-layered-nav dd ul { margin:0; }
.block-layered-nav dd {
  margin:0;
  padding:0;
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav dd li {
  line-height:25px;
  margin:0;
  outline:medium none;
  padding:0px;
}
.block-layered-nav dd li a {
  font-size:110%;
  font-weight:300;
  text-decoration:none;
  text-transform:capitalize;
  padding:0 0 0 10px;
}
.block-layered-nav .currently li {
  line-height:1.5;
  padding:6px 24px 6px 10px;
  position:relative;
  z-index:1;
}
.block-layered-nav .currently .label {
  float:left;
  padding:0 10px;
  line-height:35px;
  text-transform:none;
  vertical-align:top;
  color:#666666;
  font-size:100%;
}
.block-layered-nav .currently .value {
  display:block;
  float:left;
  line-height:35px;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
  margin:0;
  position:absolute;
  right:5px;
  top:9px;
}
.block-layered-nav .currently .btn-remove {
  -webkit-border-radius:50%;
  background-image:url("../images/btn-remove.png");
  background-color:#cfcfcf;
  background-position:0 0;
  background-repeat:no-repeat;
  border-radius:50%;
  float:right;
  height:16px;
  margin:0;
  padding:0;
  text-indent:-999em;
  width:16px;
}
.block-layered-nav .currently ol li { background:url("../images/bg-li-menu-parent.png") no-repeat 0 50%; }
.block-layered-nav .currently ol li, .block-layered-nav .currently ul li {
  line-height:35px;
  margin:0;
  padding:0;
}
.block-layered-nav .currently ol, .block-layered-nav .currently ul { border-bottom:1px solid #cecece; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .currently p.block-subtitle {
  background:none;
  border:0 none;
  display:block !important;
  font-size:100%;
  line-height:normal;
  margin:0;
  padding:10px 0 10px;
  text-align:left;
  text-transform:capitalize;
}
.block-layered-nav .actions {
  padding:4px 5px 4px 9px;
  text-align:right;
}
.block-layered-nav .actions a { float:none; }
.product-tabs {
  height:40px;
  margin:0 !important;
  position:relative;
  z-index:0;
  border-bottom:1px solid #f2f2f2;
}
.product-tabs li {
  float:left;
  margin:0 15px 0 0;
  padding:0;
  outline:medium none;
}
.product-tabs li a {
  display:block;
  padding:0px;
  height:40px;
  line-height:40px;
  text-decoration:none;
  padding:0px 20px 0;
  outline:none;
  font-size:18px;
  text-transform:uppercase;
  font-weight:400;
}
.product-tabs li a:hover {
  text-decoration:none;
  outline:none;
}
.product-tabs li.active a {
  text-decoration:none;
  background:#f56032;
  outline:none;
}
.product-tabs li.active a, .product-tabs li a:hover {
  outline:none;
  text-decoration:none;
  border-bottom:3px solid #ed532f;
}
.product-tabs li.active a { font-weight:600; }
.product-collateral .title-divider {
  position:relative;
  top:-1px;
  display:none;
}
.product-tabs-content-inner {
  outline:none;
  text-align:left;
  padding:15px 0 45px;
}
.product-tabs-content-inner h2 { margin:5px 0; }
.product-tabs-content-inner .box-tags .form-add .input-box input.input-text { width:50%; }
.product-tabs-content {
  margin:0;
  padding:0;
}
.product-tabs-content h2 {
  display:none;
  font-size:115%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0;
}
.product-tabs-content .form-add h2 { font-size:100%; }
.product-tabs-content h1 { outline:none; }
.product-tabs-content h3 { font-size:100%; }
.product-tabs-content dl {
  margin:0;
  padding:0;
}
.product-tabs-content dt {
  font-weight:normal;
  padding:8px 0;
}
.product-tabs-content dd { margin:0; }
.product-tabs-content h1, .product-tabs-content h2, .product-tabs-content h3, .product-tabs-content h4, .product-tabs-content h5, .product-tabs-content h6 {
  font-weight:300;
  height:auto;
  margin:0;
  padding:0;
}
.product-tabs-content table {
  margin:10px 0;
  width:100%;
}
.product-tabs-content #review-form h4 { margin:5px 0 15px; }
.product-tabs-content h4 { font-size:100%; }
.product-collateral {
  border:2px soild #d8d8d8;
  margin:20px 0 0;
  clear:both;
  position:relative;
  z-index:0;
}
.product-collateral .products-grid { padding:0px; }
.product-collateral .products-grid div.item {
  margin:0 15px 0 0;
  outline:none;
}
.product-collateral h2 {
  font-weight:normal;
  margin:0 0 15px;
  padding:0;
}
.product-collateral .box-collateral {
  font-weight:300;
  margin:0;
}
#shopping-cart-table h2 {
  font-size:inherit;
  margin:0;
}
.item-options dt {
  font-style:italic;
  font-weight:bold;
}
table td a.btn-remove, table th a.btn-remove { background:url("../images/delete.png") no-repeat scroll 50% 50% #ececec; }
table td a.btn-remove:hover, table th a.btn-remove:hover { background:url("../images/delete.png") no-repeat scroll 50% 50% #f56032; }
table td a.btn-edit, table th a.btn-edit, table td a.btn-remove, table th a.btn-remove {
  border-radius:100% 100% 100% 100%;
  display:block;
  height:30px;
  margin:5px auto;
  outline:medium none;
  transition:background 200ms ease-in-out 0s;
  width:30px;
}
.btn-previous, .btn-remove2, .btn-edit {
  display:block;
  font-size:0;
  line-height:0;
  overflow:hidden;
  text-indent:-999em;
}
.product-name a {
  font-size:100%;
  font-weight:300;
  outline:medium none;
  text-transform:capitalize;
  color:#000000;
}
.product-name a:hover {
  text-decoration:none;
  color:#f56032;
}
.block-progress { margin:25px 0 0 0; }
.custom-block-category { padding:30px 0 15px; }
.page-title-left {
  float:left;
  width:60%;
}
.category-custom-image {
  float:right;
  width:25%;
}
.category-title { 
	padding:0 0 10px !important; 
}

.category-title h1{
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize; 
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 0;
}



.category-description {
  font-size:14px;
  color:#868686;
  line-height:25px;
  font-family:arial, helvetica, sans-serif;
}
p.category-image { margin-bottom:30px; }
p.category-image img { max-width:100%; }
.menu-static-blocks img { max-width:100%; }
.page-title {
  line-height:normal;
  margin:0;
  outline:none;
  overflow:hidden;
  padding:18px 0;
}
.page-title h1 {
  font-size:2.8rem;
  font-weight:600;
  text-transform:capitalize;
}
.page-title h2, .page-title h3 {
  font-size:20px;
  font-weight:300;
  text-transform:uppercase;
  line-height:normal;
  margin:0;
  outline:none;
  padding:0;
  color:#333333;
}
.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;
  text-align:left;
}
.title-buttons button.button { margin-top:3px; }
.subtitle, .sub-title {
  clear:both;
  font-weight:bold;
  margin:0 0 6px;
  padding:15px 0 0;
}
.multiple-checkout .subtitle, .multiple-checkout .sub-title { padding:0; }
.my-account a { color:#a5965b; }

.account-login .content {
  border-bottom:0;
  min-height:300px;
  padding:50px 0 0;
}
.account-login .content h2 {
  color:#545454;
  font-size:2.2rem;
  font-weight:600;
  margin:0 0 5rem;
  padding:0;
  text-transform:capitalize;
  line-height:90%;
}
.account-login .content p {
  margin:10px 0;
  color:#868686;
  font-family:arial, helvetica, sans-serif;
  font-size:1.4rem;
}
.account-login .content p.required { display:none; }
.buttons-set {
  /*margin:0;*/
  padding:20px 0;
  border-top:1px solid #e3e3e3;
}
.account-login .buttons-set a.f-left {
  outline:none;
  float:left;
  font-family:arial, helvetica, sans-serif;
  font-size:14px;
}
.buttons-set a.f-left {
  outline:none;
  float:left;
  font-family:arial, helvetica, sans-serif;
  font-size:14px;
}
.account-create {
  margin:0;
  padding:0;
}
.account-create .form-list .control .input-box { float:left; }
.account-create .form-list .control .input-box .checkbox {
  margin-top:0;
  outline:none !important;
}
.account-create .form-list .control label {
  margin:0;
  padding-left:10px;
  padding-top:0;
}
.fieldset {
  margin:30px 0 0 0;
  padding:15px 0;
}
.fieldset p { margin-top:10px; }
.fieldset .legend {
  border:medium none;
  color:#555555;
  float:left;
  font-size:20px;
  font-weight:normal;
  line-height:normal;
  margin:-30px 0 0;
  outline:medium none;
  padding:0px;
  position:relative;
  text-transform:capitalize;
}
.dashboard .welcome-msg, .dashboard .welcome-msg p {
  margin:0;
  padding:0;
}
.dashboard .welcome-msg p.hello {
  border:none;
  margin:0;
  outline-style:none;
  padding:0 0 10px 0;
}
.dashboard .welcome-msg p.hello strong { font-size:110%; }
.dashboard .col2-set { margin:0 0 15px; }
.box-account {
  background:none repeat scroll 0 0 #f2f2f2;
  border:1px solid #dedede;
  margin:20px 0;
  overflow:hidden;
  padding:15px;
}
.box-account .box-head {
  border-bottom:1px solid #dedede;
  margin:0 0 10px;
  text-align:right;
  padding:0 0 5px 0;
}
.box-account .box-head h2 {
  background-position:0 50%;
  background-repeat:no-repeat;
  float:left;
  font-size:120%;
  font-weight:300;
  margin:0;
  padding-left:21px;
  text-transform:uppercase;
}
.dashboard .box .box-title {
  margin:0 0 8px;
  padding:0 0 5px 0;
  text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float:left;
  font-size:120%;
  font-weight:300;
  line-height:normal;
  margin:0;
  outline:none;
}
.dashboard .box .box-title a {
  line-height:normal;
  outline-style:none;
}
.dashboard .box .box-content p { line-height:25px; }
.block-top-sellers ul { margin:0; }
.block-top-sellers li.item , .block-compare .block-content .block-top-sellers li.item  {
  border-bottom:1px solid #eeeeee;
  margin:0;
  padding:18px 0;
  text-align:left;
}
.block-top-sellers li.item .catpanel-actions-inner { padding-left:0; }
.block-top-sellers li.item h3.product-name a, .block-top-sellers li.item .price-box {
  font-weight:300;
  font-size:15px;
  color:#878787;
}
.customer-account-index .block-top-sellers { display:none; }
.customer-account-index .paypal-logo { display:none; }
.dashboard .box-recent .box-head h2 { background-image:url("../images/i_folder-table.gif"); }
.dashboard .box-info .box-head h2 { background-image:url("../images/i_ma-info.gif"); }
.dashboard .box-info h4 {
  font-size:120%;
  font-weight:300;
  text-transform:capitalize;
}
.dashboard .box-info address { line-height:25px; }
.dashboard .box-reviews .box-head h2 { background-image:url("../images/i_ma-reviews.gif"); }
.dashboard .box-reviews .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.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; }
.dashboard .box-tags .box-head h2 { background-image:url("../images/i_ma-tags.gif"); }
.dashboard .number {
  background:#0a263c;
  color:#ffffff;
  float:left;
  font-weight:bold;
  line-height:1;
  margin:3px -20px 0 0;
  padding:2px 3px;
}
.dashboard .details { margin-left:20px; }
.dashboard li.item { margin:0 0 7px; }
.dashboard li.item.last { margin:0; }
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li { display:inline; }
#my_recent_tags .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_tags .product-name a { color:#656565; }
#my_recent_reviews .product-name {
  height:20px;
  line-height:20px;
  min-height:20px;
  font-size:100%;
  margin-top:0;
}
#my_recent_reviews .product-name a { color:#656565; }
.cart-table td .product-image {
  display:inline-block;
  height:100px;
  margin:0;
  outline:medium none;
  padding:0;
  width:100px;
  text-align:center;
}
.cart-table button.button {
  margin-bottom:3px;
  margin-top:3px;
}
.my-wishlist h3.product-name {
  font-size:130%;
  margin-top:0px;
}
.my-wishlist h3.product-name a { color:#656565; }
.addresses-list h2 {
  font-size:130%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 15px;
  text-transform:uppercase;
}
.addresses-list h3 {
  font-size:120%;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0 0 5px;
}
.addresses-list li.item {
  background:url("../images/bkg_account_box.gif") repeat-x scroll 0 0 #ffffff;
  border:1px solid #dedede;
  margin:0 0 10px;
  padding:15px;
}
.block-subscribe {
  margin:0;
  padding:0;
  border:none;
  float:right;
}
.block-subscribe form { float:left; }
.block-subscribe .block-title {
  float:left;
  padding-right:18px;
  line-height:40px;
}
.block-subscribe .block-title strong span {
  text-transform:capitalize;
  font-size:2.2rem;
  line-height:100%;
  font-weight:500;
  color:#545454;
}
.block-subscribe .block-content {
  float:left;
  padding:0;
}
.block-subscribe .block-content .input-box { float:left; }
.block-subscribe .block-content .input-box input.input-text {
  background:none repeat scroll 0 0 #eeeeee;
  border:medium none;
  box-shadow:none;
  color:#777777 !important;
  height:40px;
  line-height:40px;
  width:240px;
  float:left;
  margin:0 0 5px 0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
}
.block-subscribe .block-content .actions {
  float:left;
  padding:0 0 0 4px;
}
.block-subscribe .block-content .actions button.button {
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border:0;
}
.block-subscribe .block-content .actions button.button span {
  height:40px;
  line-height:40px;
  font-size:16px;
  font-weight:500;
}
.am-block-free {
  font-size:26px;
  text-align:right;
  font-weight:300;
}
.am-block-free span.free { color:#f56032; }
.footer-container .footer-top .footer .products-block { display:none; }
.footer-container .footer-bottom { background-color:#222222; }
.footer-container .footer-bottom .section-space { padding:0; }
.footer-container .footer-bottom .section-space .collapsible { text-align:left; }
.footer-container .footer-bottom .section-space .collapsible .title-divider-custom { background-color:#333333; }
.footer-container .footer-bottom .section-space .collapsible h3 {
  padding-bottom:20px;
  margin:0;
}
.footer-container .footer-bottom .section-space .collapsible .icon-about { margin-bottom:10px; }
.footer-container .footer-bottom .section-space .collapsible p { padding-bottom:20px; }
.footer-container .footer-bottom .section-space .collapsible .accordion-footer {
  background:url("../images/opener-active.png") no-repeat scroll center center #cfcfcf;
  cursor:pointer;
  display:block;
  float:right;
  height:30px;
  text-indent:-999em;
  width:30px;
}
.footer-container .footer-bottom .section-space .collapsible .accordion-footer.accordion-show { background:url("../images/opener.png") no-repeat scroll center center #cfcfcf; }
.footer-container .footer-bottom .section-space .collapsible .block-content .feature p.text {
  font-size:13px;
  text-align:left;
}
.footer-container .footer-copyright { padding:37px 0; }
.footer-container .footer-copyright .footer li {
  float:left;
  padding:0 10px 0 0;
}
.footer-container .footer-copyright .footer li.first, .footer-container .footer-copyright .footer li:first-child { padding-left:0; }
.footer-container .footer-copyright .footer li.last, .footer-container .footer-copyright .footer li:last-child { padding-right:0; background:none; }
.footer-container .footer-copyright .footer li a {
  color:#393939;
  text-decoration:none;
}
.footer-container .footer-copyright .footer li a:hover {
  text-decoration:none;
  color:#f56032;
}
.footer .block-contact .amcontact { clear:both; }
.footer .block-contact .icon-phone {
  width:45px;
  height:45px;
  background:#a5965b;
  color:#ffffff;
  border-radius:5px;
  font-size:25px;
  padding:0px 0px 0 6px;
  text-align:center;
  line-height:45px;
}
.footer .block-contact .text { padding-left:10px; }
.footer .block-contact .icon-phone, .footer .block-contact .text { float:left; }
.footer ul.shop-contact li {
  border-top:1px solid #dddddd;
  padding:12px 0;
}
.footer ul.shop-contact li:first-child { border:medium none; }
.footer ul.shop-contact li .fa {
  font-size:18px;
  color:#666666;
}
.footer ul.shop-contact li:hover .fa { color:#e55b4c; }
.footer ul.paypan li {
  float:left;
  background:none;
  padding:0 5px 0 0;
}
.footer ul.footer-album li {
  float:left;
  background:none;
  padding:5px 10px 5px 0;
}
.footer ul { margin:0;padding-right: 10px; }
.footer li {
  padding:0px;
  line-height:160%;
  text-align:left;
  font-family:"Open Sans";
	list-style-position:inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    
}
.footer li .fa {
  padding-right:12px;
  color:#555555;
  font-size:11px;
}
.footer a {
  text-decoration:none;
  font-size:13px;
  color:#8f8f8f;
  text-transform:capitalize;
  font-family:"Open Sans";
	text-overflow:ellipsis;
}
.footer p {
  text-decoration:none;
  font-size:1.3rem;
  font-family:"Open Sans";
  line-height:160%;
  color:#666666;
  text-align:left;
	margin: 1.2rem 0 1.5rem 0;
}
.footer ul.links {
  display:block;
  text-align:right;
}
.footer ul.links li {
  cursor:pointer;
  float:left;
  margin:0;
  outline:medium none;
}
.footer address {
  clear:both;
  font-size:1.3rem;
  font-family:"Open Sans", helvetica, sans-serif;
  margin:0;
  padding:0;
  text-align:left;
}
.footer address a {
  font-weight:normal;
  text-decoration:none;
  color:#f56032;
  font-size:100%;
}
.footer address a:hover { text-decoration:underline; }
.footer .block-subscribe button.button {
  height:40px;
  border:none;
}
.footer .block-subscribe button.button:hover {
  background-color:#383838;
  color:#ffffff;
}
.footer .block-subscribe button.button span {
  text-transform:capitalize;
  padding:0 20px;
}
.footer .block-subscribe button.button span span {
  background:none;
  padding:0;
}
.footer .store-switcher { float:left; }
.footer .footer-link img { float:right; }
.footer-bottom {
  padding:0;
  position:relative;
  z-index:9;
}
.footer-bottom .products-block { display:none; }
.footer-bottom .store-switcher { line-height:40px; }
.footer-bottom address {
  float:left;
  margin:0;
  line-height:40px;
}
.footer-bottom .block-icon { float:right; }

ul.footer_cb_sprite{
	float:right;
}



.collapsible { padding:44px 0 55px 0; }
.collapsible h3 {
  font-size:2.2rem;
  font-weight:500;
  line-height:100%;
  margin-bottom:2.7rem;
  margin-top:2.2rem;
  text-transform:capitalize;
  color:#555555;
}
.collapsible .block-social .box-content-top a {
  background:none repeat scroll 0 0 #e5e5e5;
  display:block;
  float:left;
  text-align:center;
  color:#ffffff;
  margin-right:5px;
  margin-bottom:5px;
}
.collapsible .block-social .box-content-top a.linkedin { margin:0; }
.collapsible .block-social .box-content-top a:hover { background-color:#ed532f; }
.collapsible .block-social .box-content-top a .fa {
  height:40px;
  line-height:40px;
  width:40px;
}
.footer-top .collapsible .title-divider, .footer-bottom .collapsible .title-divider { margin:0 0 1.5rem; 0; }
.container-full { margin-bottom:50px; }
.block_slide_right img { margin-bottom:30px; }
.static-slide-banner .banner-box1 { margin-bottom:27px; }
.tp-bullets { bottom:10px !important; }
.tp-bullets.simplebullets.round .bullet {
  background-image:none !important;
  background-color:#626550 !important;
  margin:0 10px !important;
  height:18px !important;
  width:18px !important;
}
.tp-bullets.simplebullets.round .last { margin-left:0 !important; }
.tp-bullets.simplebullets.round .selected, .tp-bullets.simplebullets.round .bullet:hover { background-color:#ffffff !important; }
.tp-bullets.simplebullets.round-old .bullet {
  background-image:url("../images/bullet-fure.png");
  height:20px;
}
.tparrows.hidearrows, .tp-bullets.hidebullets { opacity:1 !important; }
.default {
  transition:all 400ms ease-in-out 0s;
  -webkit-transition:all 400ms ease-in-out 0s;
  -moz-transition:all 400ms ease-in-out 0s;
  -o-transition:all 400ms ease-in-out 0s;
}
.fullwidthbanner-container { z-index:0; }
.tooltip { margin:-12px 0 0 0 !important; }
a.btn-readmore {
  border:2px solid #d7d7d7;
  color:#d7d7d7;
  display:inline-block;
  padding:5px 17px;
  font-size:13px;
  font-weight:600;
  border-radius:30px;
  -webkit-radius:30px;
  -moz-radius:30px;
  -o-radius:30px;
}
a.btn-readmore:hover {
  border:2px solid #a5965b;
  color:#a5965b;
  text-decoration:none;
}
a.btn-readmore-about {
  padding:8px 17px;
  font-size:14px;
  margin:10px 0;
}
a.btn-readmore-about .icon-arrow-footer {
  background:url("../images/readmore-footer.png") no-repeat scroll 7px 9px transparent;
  display:inline-block;
  height:19px;
  padding:0 10px;
  width:18px;
}
a.btn-readmore-about:hover {
  color:#ffffff;
  text-decoration:none;
}
.ie8 .tp-caption.big_black.big_black_custom { font-size:52px !important; }
.ie8 .container { width:1170px; }
.ie8 .products2 .col-lg-2 { display:none; }
.ie8 .am-ajax-container .col-lg-3 { width:50px; }
.ie8 .am-ajax-container .col-lg-9 { width:200px; }
.ie8 .my-account a img { width:auto; }
.ie8 .category-products .col-lg-3 { min-height:312px !important; }
.ie8 .toolbar .toolbar-top .sorter .view-mode label { padding-right:1px; }
.ie8 .product-view .product-img-box .more-views { width:310px; }
.ie8 .tp-caption.small_text.small_text_custom { font-size:14px; }
.ie8 .widget-static-block .custom .title h2 { font-size:200%; }
.ie8 .products2 .nav-wrapper { display:none; }
.ie8 .tp-caption { line-height:80px !important; }
.ie8 .price-slider { width:220px; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tp-leftarrow.default, .tp-rightarrow.default { top:50% !important; }
}
.tp-caption {
  -moz-opacity:1;
  -webkit-opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity:1;
}
.clearer:after, .nav-header-bottom:after, .am-cart:after, .show-grid-slide:after, .header-act:after, .nav-header:after, .am-banner-act:after, .header-container:after, .header-container .top-container: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-view .product-shop .short-description:after, .product-view .box-description: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 {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
}
.block-image-hover a .alt_image {
  transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -ms-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
}
.block-image-hover a:hover .alt_image {
  -webkit-transform:translate3d(0,-160%,0);
  -moz-transform:translate3d(0,-160%,0);
  -ms-transform:translate3d(0,-160%,0);
  -o-transform:translate3d(0,-160%,0);
  transform:translate3d(0,-160%,0);
  -webkit-transition:-webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition-delay:0s;
  -moz-transition:-moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  -o-transition:-o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  transition:transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  z-index:-1;
}
.block-image-hover a .alt_image img { width:100%; }
.block-image-hover a .back {
  transform:translate3d(0,100%,0);
  -o-transform:translate3d(0,100%,0);
  -ms-transform:translate3d(0,100%,0);
  -moz-transform:translate3d(0,100%,0);
  -webkit-transform:translate3d(0,100%,0);
  transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -ms-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1) 0s;
}
.block-image-hover a:hover .back {
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  -webkit-transition:-webkit-transform 1s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition-delay:0s;
  -moz-transition:-moz-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  -o-transition:-o-transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  transition:transform 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
  z-index:0;
  position:absolute;
  top:50px;
}
.product-img-additional {
  left:0;
  position:absolute;
  top:120px;
  width:100%;
  z-index:-1;
}
.block-image-hover { position:relative; }
.mask .add-to-links a {
  color:#777777;
  font-size:13px;
  line-height:25px;
  padding:0 5px;
  display:block;
}
.mask .add-to-links a.link-wishlist.text-link .fa { display:none; }
.mask .add-to-links a.link-compare.text-link-compare .fa { display:none; }
.am-mask-name { padding:25px 0 0 0; }
.tp-caption.customverybigwhite {
  color:#ffffff;
  font-weight:600;
  font-size:65px;
  line-height:83px;
  font-family:"Exo";
  padding:8px 20px 5px 20px;
  padding-top:1px;
  background-color:#b2b2b2;
}
.tp-caption.customamalltext {
  color:#ffffff;
  font-weight:400;
  font-size:20px;
  line-height:26px;
  font-family:"Exo";
  background-color:rgba(140,138,131,0.8);
  padding:8px 20px 8px 20px;
}
.tp-caption.custommedium {
  color:#ffffff;
  font-weight:400;
  font-size:27px;
  line-height:28px;
  font-family:"Exo";
  padding:5px 20px 5px 20px;
  background-color:#b2b2b2;
}
.tp-caption.customlargeblackbg {
  color:#ffffff;
  font-weight:600;
  font-size:43px;
  line-height:45px;
  font-family:"Exo";
  background-color:rgba(140,138,131,0.7);
  padding:8px 20px 8px 20px;
}

/*blog*/
.cl-blog-img { display: inline-block }
.cl-blog-img img { width: 100% }
.cl-blog-naz { margin-top: 20px }
.cl-blog-name {
    margin-bottom:25px;
    font-size: 22px;
    font-weight: 600;
   
}
.cl-blog-name a {
    color: #565656;
    display: inline-block;
}
.cl-blog-name a:hover {
    color: #00C0E1;
    text-decoration: none;
}
.cl-blog-type {
    float: left;
    color: #00C0E1;
    font-size: 37px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}
.cl-blog-detail {
	
	margin-top: -20px;
	/*font-size: 0;*/
	color: #b2b2b2;
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.cl-blog-detail a {
    color: #777;
    display: inline-block;
}
.cl-blog-text {
    float: left;
    line-height: 1.6;
    color: #555;
    font-weight: 300;
}
.cl-blog-read {

    float: right;
    font-weight: 300;
    margin-top: 20px;
}
.cl-blog-read a {
	

text-align: left;
padding: 8px 12px;
display: inline-block;
clear: both;
color: #FFFFFF;

text-indent: 0;
cursor: pointer;
font-size: 14px;
font-weight: 400;
padding: 9px 30px;
text-decoration: none;
display: inline-block;
background-color: #E55B4C;
	
	
	
}


.cl-blog-read a:hover {
    color: #00C0E1;
    text-decoration: none;
}
.cl-blog-line {
    width: 100%;
    border-top: 1px solid #eee;
    float: left;
    margin: 30px 0;
}




//icons
[class^="icon-"]:before, [class*=" icon-"]:before {
	margin-right: 5px;
	font-size: 16px;
}


/*
* pagination
*/

.pride_pg  { 
	float: left
}

.pride_pg .current {
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 300;
  margin-right: 3px;
	color: #ffffff;
	display: inline-block;
	float:left;
	margin-bottom:5px;
}
.pride_pg a {
	padding: 5px 10px;
	border-radius: 2px;
	color: #545454;
	font-weight:400;
	text-decoration: none;
	border: 1px solid #eee;
	font-size: 14px; 
	margin-right: 3px;
	background-color: #f8f8f8;
	display: inline-block;
	float:left;
	margin-bottom:5px;
}
.pride_pg a:hover {
	color: #fff;
	border: 1px solid #f8f8f8;
}



/*agence ..zones de contacts list details*/
ul.contact-info{
	
}

ul.contact-info li {
	line-height: 178%;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom:1rem;
}


ul.sidebar-list li {
	line-height: 139%;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom:1rem;
	text-transform:capitalize;
}

.count{
	font-size: 1.4rem;
}

.fiche-product-add-cart{
	float:right;
}


.contact-footer li {
line-height: 30px;
/*font-size: 13px;
/*font-family: Roboto;
font-weight: 300;*/
}

.soc-contacts li {
	font-size: 2.3rem;
	margin-right: 0.7rem;
	float: left;
	line-height: 152%;
}



ul.social-newslleter-list{
	margin-bottom:0;
}
.social-newslleter-list li {
	display: inline;
	list-style-type: none;
	//*line-height: 35px;*/
}









ul.brands  {
		display:table-row;
}
ul.brands  li
{
		display: table-cell;
		height: 80px;
		list-style-type: none;
		vertical-align: middle;
}
ul.brands li a {
		display:table-cell;
		vertical-align: middle;
		height:80px;
		width:200px;
	
}





/* scrollTop */

	.scrolltop {
		border: 1px solid darkGray;
		color:#fff;
		display: none;
		height: 5rem;
		width: 5rem;	
		line-height: 167%;
		font-size:3rem;
		opacity: 0.6;
		filter: alpha(opacity=60);
		position: fixed;
		text-align:center;
		right: 2%;
		top: 60%;
		z-index: 33;
	}
	
	.scrolltop:hover {
		opacity: 0.9;
	}
	
	.scrolltop:hover span {
	color:#fff;
	}


/*Widget*/
.widget-block{
	margin-bottom:15px;
}


/*Mobile menu*/
ul.mobile-menu, ul.toogle-mobile-menu{
	  margin: 0;
    padding: 0;
		line-height: 54px;
    height: 54px;
		display: inline-block;
		
}

ul.mobile-menu{
	 float: right;
	 margin-right:45px;
}


ul.mobile-menu li, ul.toogle-mobile-menu li{
	  display: inline-block;;
    list-style: none; /* pour enlever les puces sur IE7 */
    background-color: #000;
    width: 42px;
    height: 42px;
    font-size: 23px;
    line-height: 42px;
		text-align:center;
		margin-top:6px;
}

ul.mobile-menu li a, ul.toogle-mobile-menu li a{
	color:#FFF;
}
ul.toogle-mobile-menu{
	display:none;
}


/*
*The hamburger-icon
*/
#hamburger {
   display: block;
   width: 42px;
	 height:42px;
   padding: 5px 10px;
}
#hamburger span {
   background: #FFF;
   display: block;
   height: 3px;
   margin: 5px 0;
}
/*The close-icon*/
html.mm-opened #hamburger span.top-bar {
   transform: rotate( 45deg );
   top: 8px;
}
html.mm-opened #hamburger span.middle-bar {
   opacity: 0;
}
html.mm-opened #hamburger span.bottom-bar {
   transform: rotate( -45deg );
   top: -8px;
}
/*The animation*/
#hamburger {
   overflow: hidden;
}
#hamburger span {
   position: relative;
   transform: rotate( 0 );
   top: 0;
   left: 0;
   opacity: 1;

   transition: none 0.5s ease;
   transition-property: transform, top, left, opacity;
}
html.mm-opened #hamburger span.middle-bar {
   left: -42px;
}

/*fiche produit*/
.headerGrid .headerproduct{display:inline-block; width:66%;overflow:hidden;line-height:42px;text-overflow:ellipsis;}
.headerGrid .headerproduct .title{width:100%;white-space: nowrap; margin-right:10px;}


a.icon-basket span.badge.badge-default,a.icon-basket-1 span.badge.badge-default {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 2px;
    right: 58px;
    font-weight: 300px;
    padding: 3px 6px;
		
}